criteo-api-retailmedia-sdk 2024.7.0.250129__py3-none-any.whl → 2024.10.0.241029__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of criteo-api-retailmedia-sdk might be problematic. Click here for more details.
- {criteo_api_retailmedia_sdk-2024.7.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.241029.dist-info}/METADATA +6 -15
- criteo_api_retailmedia_sdk-2024.10.0.241029.dist-info/RECORD +295 -0
- {criteo_api_retailmedia_sdk-2024.7.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.241029.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_sdk-2024.10.0.241029.dist-info/top_level.txt +1 -0
- criteo_api_retailmedia_v2024_10/__init__.py +31 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/__init__.py +1 -1
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/accounts_api.py +56 -45
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/analytics_api.py +13 -13
- criteo_api_retailmedia_v2024_10/api/audience_api.py +1269 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/balance_api.py +19 -19
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/campaign_api.py +940 -670
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api/gateway_api.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api_client.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/api_client_builder.py +3 -3
- criteo_api_retailmedia_v2024_10/apis/__init__.py +22 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/configuration.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/criteo_api_client.py +2 -2
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/criteo_auth.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/criteo_rest.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/exceptions.py +1 -1
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/__init__.py +1 -1
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_funds_to_balance_v2.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_funds_to_balance_v2_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_remove_keyword_model.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_remove_keywords_model.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_remove_keywords_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_remove_keywords_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_to_basket_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_to_basket_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/add_to_basket_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/application_summary_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/application_summary_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/application_summary_model_response.py +5 -5
- criteo_api_retailmedia_v2024_10/model/approval_status_model.py +292 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/asset.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/asset_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/asset_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_campaigns_report.py +3 -43
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_campaigns_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_campaigns_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_line_items_report.py +3 -43
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_line_items_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_line_items_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_report_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_revenue_report.py +5 -32
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_revenue_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/async_revenue_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/auction_line_item_create_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/auction_line_item_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/auction_line_item_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/auction_line_item_update_model_request.py +4 -4
- criteo_api_retailmedia_v2024_10/model/audience_error.py +310 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/audience_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/audience_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/audience_target202110_response.py +5 -5
- criteo_api_retailmedia_v2024_10/model/audience_warning.py +312 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/balance_campaign202110_list_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/balance_campaign202110_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/balance_history_change_data_capture_v1.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/balance_response_v2.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/balance_response_v2_response.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/campaign_attributes_v202301.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/campaign_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/campaign_daily_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/campaign_monthly_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/campaign_v202301.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/category202204.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/category202204_list_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/change_dates_of_balance_v2.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/change_dates_of_balance_v2_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/change_details_v1.py +21 -11
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/choice_option.py +12 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/choice_variable_specification.py +12 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/choice_variable_value.py +10 -4
- criteo_api_retailmedia_v2024_10/model/color_variable_value.py +274 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/common_error.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/common_line_item_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/common_line_item_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/common_problem.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/common_warning.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/create_balance_v2.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/create_balance_v2_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/creative202110.py +16 -10
- criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_response.py → criteo_api_retailmedia_v2024_10/model/creative202110_list_response.py +12 -12
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/creative202210.py +23 -16
- criteo_api_retailmedia_v2024_10/model/creative202210_response.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/creative_create_model202207.py +15 -8
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/creative_update_model202207.py +15 -8
- criteo_api_retailmedia_v2024_10/model/creative_v2_list_response.py +281 -0
- criteo_api_retailmedia_v2024_10/model/creative_v2_response.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/daily_line_item_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/editable_campaign_attributes_v202301.py +3 -3
- criteo_api_retailmedia_v2024_10/model/error_code_response.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_account.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_add_to_basket_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_add_to_basket_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_auction_line_item.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_auction_line_item_create_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_auction_line_item_update_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_audience_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_audience_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_brand.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_catalog_request.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_catalog_status.py +3 -3
- criteo_api_retailmedia_v2024_10/model/external_choice_variable_value.py +269 -0
- criteo_api_retailmedia_v2024_07/model/color_variable_value.py → criteo_api_retailmedia_v2024_10/model/external_color_variable_value.py +14 -8
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_common_line_item.py +3 -3
- criteo_api_retailmedia_v2024_10/model/external_creative_v2.py +361 -0
- criteo_api_retailmedia_v2024_10/model/external_files_variable_value.py +272 -0
- criteo_api_retailmedia_v2024_07/model/hyperlink_variable_value.py → criteo_api_retailmedia_v2024_10/model/external_hyperlink_variable_value.py +14 -8
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_keyword_target202110.py +3 -3
- criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers.py → criteo_api_retailmedia_v2024_10/model/external_line_item_bid_multipliers_v2.py +44 -32
- criteo_api_retailmedia_v2024_07/model/external_line_item_capping202110.py → criteo_api_retailmedia_v2024_10/model/external_line_item_capping_v2.py +8 -8
- criteo_api_retailmedia_v2024_07/model/external_line_item_page_category202110.py → criteo_api_retailmedia_v2024_10/model/external_line_item_page_category_v2.py +6 -6
- criteo_api_retailmedia_v2024_07/model/external_line_item_page202110.py → criteo_api_retailmedia_v2024_10/model/external_line_item_page_v2.py +18 -13
- criteo_api_retailmedia_v2024_07/model/page_type_environment202210.py → criteo_api_retailmedia_v2024_10/model/external_page_type_environment.py +17 -7
- criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_create_model202110.py → criteo_api_retailmedia_v2024_10/model/external_preferred_line_item_create_model_v2.py +20 -20
- criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_update_model202110.py → criteo_api_retailmedia_v2024_10/model/external_preferred_line_item_update_model_v2.py +18 -18
- criteo_api_retailmedia_v2024_07/model/external_preferred_line_item202110.py → criteo_api_retailmedia_v2024_10/model/external_preferred_line_item_v2.py +38 -43
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_retailer.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_retailer_pages202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_store_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/external_store_target202110.py +3 -3
- criteo_api_retailmedia_v2024_10/model/external_template_variable_value.py +309 -0
- criteo_api_retailmedia_v2024_07/model/external_retail_media_brands.py → criteo_api_retailmedia_v2024_10/model/external_text_variable_value.py +10 -10
- criteo_api_retailmedia_v2024_07/model/video_variable_value.py → criteo_api_retailmedia_v2024_10/model/external_video_variable_value.py +13 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/files_variable_value.py +10 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/files_variables_specification.py +18 -10
- criteo_api_retailmedia_v2024_10/model/hyperlink_variable_value.py +269 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/input_keywords_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/input_resource_of_auction_line_item_create_model.py +4 -4
- criteo_api_retailmedia_v2024_10/model/input_resource_of_preferred_line_item_create_model_v2.py +273 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_external_id_of_editable_campaign_attributes_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_id_of_int64_and_account_and_account.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_id_of_int64_and_brand_and_brand.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_id_of_int64_and_campaign_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py +4 -4
- criteo_api_retailmedia_v2024_10/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py +285 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_with_id_of_int64_and_retailer_and_retailer.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_without_id_of_campaign_attributes_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_body_without_id_of_catalog_request_and_catalog_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_page_response_of_account.py +7 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_page_response_of_brand.py +7 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_page_response_of_campaign_v202301.py +7 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_page_response_of_retailer.py +7 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_request_of_catalog_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_single_response_of_campaign_v202301.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/json_api_single_response_of_catalog_status.py +6 -6
- criteo_api_retailmedia_v2024_07/model/json_api_single_response_of_line_item_bid_multipliers.py → criteo_api_retailmedia_v2024_10/model/json_api_single_response_of_line_item_bid_multipliers_v2.py +19 -19
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keyword_data_model.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keyword_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keyword_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keywords_model.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keywords_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/keywords_model_response.py +5 -5
- criteo_api_retailmedia_v2024_10/model/line_item_bid_multipliers_v2_request.py +269 -0
- criteo_api_retailmedia_v2024_07/model/entity_resource_outcome_of_retail_media_account.py → criteo_api_retailmedia_v2024_10/model/line_item_bid_multipliers_v2_response.py +13 -13
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/line_item_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/line_item_product_status.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/match_type_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/metadata.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/monthly_line_item_budeget_override.py +3 -3
- criteo_api_retailmedia_v2024_10/model/negotiation_state_model.py +293 -0
- criteo_api_retailmedia_v2024_07/model/external_retail_media_seller.py → criteo_api_retailmedia_v2024_10/model/nillable_string.py +11 -15
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/page_metadata.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/page_of_balance_history_change_data_capture_v1.py +5 -5
- criteo_api_retailmedia_v2024_10/model/page_type_environment.py +287 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/paged_resource_collection_outcome_of_balance_response_v2.py +6 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/post_campaign_v202301.py +4 -4
- criteo_api_retailmedia_v2024_07/model/preferred_line_item_create_model202110_request.py → criteo_api_retailmedia_v2024_10/model/preferred_line_item_create_model_v2_request.py +11 -11
- criteo_api_retailmedia_v2024_10/model/preferred_line_item_update_model_v2_request.py +269 -0
- criteo_api_retailmedia_v2024_10/model/preferred_line_item_v2_paged_list_response.py +287 -0
- criteo_api_retailmedia_v2024_10/model/preferred_line_item_v2_response.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/problem_details.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/product_metadata.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/product_resource_outcome.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/promoted_product.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/promoted_product_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/promoted_product_resource_collection_input.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/promoted_product_resource_collection_outcome.py +6 -6
- criteo_api_retailmedia_v2024_10/model/proposal_status_model.py +284 -0
- criteo_api_retailmedia_v2024_10/model/proposal_status_model_resource.py +270 -0
- criteo_api_retailmedia_v2024_10/model/proposal_status_model_response.py +274 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/put_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/report_outcome.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_add_funds_to_balance_v2.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_auction_line_item.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_auction_line_item_update_model.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_balance_campaign202110.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_balance_response_v2.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_category202204.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_change_dates_of_balance_v2.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_common_line_item.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_create_balance_v2.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_creative202110.py +17 -10
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_creative202210.py +13 -6
- criteo_api_retailmedia_v2024_10/model/resource_of_creative_v2.py +277 -0
- criteo_api_retailmedia_v2024_10/model/resource_of_line_item_bid_multipliers_v2.py +277 -0
- criteo_api_retailmedia_v2024_10/model/resource_of_preferred_line_item_update_model_v2.py +277 -0
- criteo_api_retailmedia_v2024_10/model/resource_of_preferred_line_item_v2.py +277 -0
- criteo_api_retailmedia_v2024_10/model/resource_of_retail_media_account.py +270 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_template.py +13 -6
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_of_update_balance_model_v2.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/resource_outcome.py +4 -4
- criteo_api_retailmedia_v2024_07/model/creative202210_response.py → criteo_api_retailmedia_v2024_10/model/resource_outcome_of_retail_media_account.py +13 -13
- criteo_api_retailmedia_v2024_07/model/external_retail_media_account.py → criteo_api_retailmedia_v2024_10/model/retail_media_account.py +26 -32
- criteo_api_retailmedia_v2024_07/model/external_retail_media_brand_account_creation.py → criteo_api_retailmedia_v2024_10/model/retail_media_brand_account_creation.py +15 -21
- criteo_api_retailmedia_v2024_07/model/text_variable_value.py → criteo_api_retailmedia_v2024_10/model/retail_media_brands.py +11 -11
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment.py +279 -0
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment_attributes.py +292 -0
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment_request.py +275 -0
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation.py +291 -0
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes.py +281 -0
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1.py → criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes_attributes.py +42 -36
- criteo_api_retailmedia_v2024_10/model/retail_media_seller.py +261 -0
- criteo_api_retailmedia_v2024_07/model/external_retail_media_seller_account_creation.py → criteo_api_retailmedia_v2024_10/model/retail_media_seller_account_creation.py +19 -26
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/review_state_model.py +3 -3
- criteo_api_retailmedia_v2024_10/model/rm_algebra_node_v1.py +275 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_entity_v1.py +307 -0
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_resource.py → criteo_api_retailmedia_v2024_10/model/rm_audience_entity_v1_resource.py +11 -11
- criteo_api_retailmedia_v2024_10/model/rm_audience_entity_v1_rm_audience_search_metadata_v1_list_response.py +287 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_search_entity_v1.py +271 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_search_entity_v1_resource.py +273 -0
- criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_request.py → criteo_api_retailmedia_v2024_10/model/rm_audience_search_input_v1.py +11 -11
- criteo_api_retailmedia_v2024_07/model/preferred_line_item_update_model202110_request.py → criteo_api_retailmedia_v2024_10/model/rm_audience_search_metadata_v1.py +18 -16
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_bulk_create_input_v1.py +269 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_bulk_delete_input_v1.py +269 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_bulk_update_input_v1.py +269 -0
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_create_entity_v1.py +26 -24
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_create_entity_v1_resource.py +273 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_delete_entity_v1_resource.py +271 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_entity_v1.py +323 -0
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_response.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_entity_v1_list_response.py +12 -12
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_resource.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_entity_v1_resource.py +11 -11
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_entity_v1_rm_audience_segment_search_metadata_v1_list_response.py +287 -0
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_list_response.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_id_entity_v1_list_response.py +12 -12
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_id_entity_v1_resource.py +271 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_search_entity_v1.py +277 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_search_entity_v1_resource.py +273 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_search_input_v1.py +269 -0
- criteo_api_retailmedia_v2024_10/model/rm_audience_segment_search_metadata_v1.py +271 -0
- criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_response.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_update_entity_v1.py +20 -24
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_resource.py → criteo_api_retailmedia_v2024_10/model/rm_audience_segment_update_entity_v1_resource.py +11 -11
- criteo_api_retailmedia_v2024_10/model/rm_contact_list_create_v1.py +270 -0
- criteo_api_retailmedia_v2024_10/model/rm_contact_list_statistics_entity_v1.py +271 -0
- criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item202110.py → criteo_api_retailmedia_v2024_10/model/rm_contact_list_statistics_entity_v1_resource.py +14 -14
- criteo_api_retailmedia_v2024_07/model/value_resource_outcome_of_retail_media_brands.py → criteo_api_retailmedia_v2024_10/model/rm_contact_list_statistics_entity_v1_response.py +13 -13
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py → criteo_api_retailmedia_v2024_10/model/rm_contact_list_v1.py +31 -31
- criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v2.py → criteo_api_retailmedia_v2024_10/model/rm_events_v1.py +44 -52
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/rmca_common_problem.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/section.py +13 -10
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/set_bid_model.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/set_bids_model.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/set_bids_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/set_bids_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/status_response.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/status_response_resource.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/store_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/store_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/store_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/template.py +28 -17
- criteo_api_retailmedia_v2024_10/model/template_list_response.py +281 -0
- criteo_api_retailmedia_v2024_10/model/template_response.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/template_variable.py +14 -7
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/template_variable_value.py +16 -15
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/text_variable_specification.py +11 -5
- criteo_api_retailmedia_v2024_10/model/text_variable_value.py +269 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/update_balance_model_v2.py +3 -3
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/update_balance_model_v2_request.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_collection_input_of_retail_media_seller.py +9 -16
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_collection_outcome_of_retail_media_seller.py +7 -14
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_input_of_campaign_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_input_of_line_item_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_input_of_retail_media_brand_account_creation.py +5 -12
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_input_of_retail_media_brands.py +6 -13
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_input_of_retail_media_seller_account_creation.py +6 -13
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_of_campaign_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_of_line_item_budget_overrides.py +4 -4
- criteo_api_retailmedia_v2024_10/model/value_resource_of_retail_media_brand_account_creation.py +266 -0
- criteo_api_retailmedia_v2024_10/model/value_resource_of_retail_media_brands.py +266 -0
- criteo_api_retailmedia_v2024_10/model/value_resource_of_retail_media_seller.py +266 -0
- criteo_api_retailmedia_v2024_10/model/value_resource_of_retail_media_seller_account_creation.py +266 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_outcome_of_campaign_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_resource_outcome_of_line_item_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_add_to_basket_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_audience_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_audience_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_keyword_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_store_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model/value_type_resource_of_store_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/model_utils.py +2 -2
- criteo_api_retailmedia_v2024_10/models/__init__.py +281 -0
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/rest.py +2 -2
- criteo_api_retailmedia_sdk-2024.7.0.250129.dist-info/RECORD +0 -259
- criteo_api_retailmedia_sdk-2024.7.0.250129.dist-info/top_level.txt +0 -1
- criteo_api_retailmedia_v2024_07/__init__.py +0 -31
- criteo_api_retailmedia_v2024_07/api/audience_api.py +0 -657
- criteo_api_retailmedia_v2024_07/apis/__init__.py +0 -22
- criteo_api_retailmedia_v2024_07/model/creative202110_list_response.py +0 -274
- criteo_api_retailmedia_v2024_07/model/creative202210_list_response.py +0 -274
- criteo_api_retailmedia_v2024_07/model/entity_resource_of_retail_media_account.py +0 -277
- criteo_api_retailmedia_v2024_07/model/input_resource_of_preferred_line_item_create_model202110.py +0 -273
- criteo_api_retailmedia_v2024_07/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py +0 -285
- criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_paged_list_response.py +0 -287
- criteo_api_retailmedia_v2024_07/model/resource_of_line_item_bid_multipliers.py +0 -277
- criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item_update_model202110.py +0 -277
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1.py +0 -315
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_response.py +0 -281
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v1.py +0 -269
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v2.py +0 -269
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2.py +0 -291
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_list_response.py +0 -281
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_create_v2.py +0 -279
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_details_v2.py +0 -279
- criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_customer_list.py +0 -275
- criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_create_v2.py +0 -303
- criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v1.py +0 -306
- criteo_api_retailmedia_v2024_07/model/template_list_response.py +0 -274
- criteo_api_retailmedia_v2024_07/model/template_response.py +0 -274
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_brand_account_creation.py +0 -273
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_brands.py +0 -273
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_seller.py +0 -273
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_seller_account_creation.py +0 -273
- criteo_api_retailmedia_v2024_07/models/__init__.py +0 -245
- {criteo_api_retailmedia_v2024_07 → criteo_api_retailmedia_v2024_10}/flow_constants.py +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - RetailMedia # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
15
|
-
from
|
|
14
|
+
from criteo_api_retailmedia_v2024_10.api_client import ApiClient, Endpoint as _Endpoint
|
|
15
|
+
from criteo_api_retailmedia_v2024_10.model_utils import ( # noqa: F401
|
|
16
16
|
check_allowed_values,
|
|
17
17
|
check_validations,
|
|
18
18
|
date,
|
|
@@ -21,62 +21,64 @@ from criteo_api_retailmedia_v2024_07.model_utils import ( # noqa: F401
|
|
|
21
21
|
none_type,
|
|
22
22
|
validate_and_convert_types
|
|
23
23
|
)
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
from
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
36
|
-
from
|
|
37
|
-
from
|
|
38
|
-
from
|
|
39
|
-
from
|
|
40
|
-
from
|
|
41
|
-
from
|
|
42
|
-
from
|
|
43
|
-
from
|
|
44
|
-
from
|
|
45
|
-
from
|
|
46
|
-
from
|
|
47
|
-
from
|
|
48
|
-
from
|
|
49
|
-
from
|
|
50
|
-
from
|
|
51
|
-
from
|
|
52
|
-
from
|
|
53
|
-
from
|
|
54
|
-
from
|
|
55
|
-
from
|
|
56
|
-
from
|
|
57
|
-
from
|
|
58
|
-
from
|
|
59
|
-
from
|
|
60
|
-
from
|
|
61
|
-
from
|
|
62
|
-
from
|
|
63
|
-
from
|
|
64
|
-
from
|
|
65
|
-
from
|
|
66
|
-
from
|
|
67
|
-
from
|
|
68
|
-
from
|
|
69
|
-
from
|
|
70
|
-
from
|
|
71
|
-
from
|
|
72
|
-
from
|
|
73
|
-
from
|
|
74
|
-
from
|
|
75
|
-
from
|
|
76
|
-
from
|
|
77
|
-
from
|
|
78
|
-
from
|
|
79
|
-
from
|
|
24
|
+
from criteo_api_retailmedia_v2024_10.model.add_remove_keywords_model_request import AddRemoveKeywordsModelRequest
|
|
25
|
+
from criteo_api_retailmedia_v2024_10.model.add_to_basket_ids_update_model202110_request import AddToBasketIdsUpdateModel202110Request
|
|
26
|
+
from criteo_api_retailmedia_v2024_10.model.add_to_basket_target202110_request import AddToBasketTarget202110Request
|
|
27
|
+
from criteo_api_retailmedia_v2024_10.model.add_to_basket_target202110_response import AddToBasketTarget202110Response
|
|
28
|
+
from criteo_api_retailmedia_v2024_10.model.asset_response import AssetResponse
|
|
29
|
+
from criteo_api_retailmedia_v2024_10.model.auction_line_item_create_model_request import AuctionLineItemCreateModelRequest
|
|
30
|
+
from criteo_api_retailmedia_v2024_10.model.auction_line_item_paged_list_response import AuctionLineItemPagedListResponse
|
|
31
|
+
from criteo_api_retailmedia_v2024_10.model.auction_line_item_response import AuctionLineItemResponse
|
|
32
|
+
from criteo_api_retailmedia_v2024_10.model.auction_line_item_update_model_request import AuctionLineItemUpdateModelRequest
|
|
33
|
+
from criteo_api_retailmedia_v2024_10.model.audience_ids_update_model202110_request import AudienceIdsUpdateModel202110Request
|
|
34
|
+
from criteo_api_retailmedia_v2024_10.model.audience_target202110_request import AudienceTarget202110Request
|
|
35
|
+
from criteo_api_retailmedia_v2024_10.model.audience_target202110_response import AudienceTarget202110Response
|
|
36
|
+
from criteo_api_retailmedia_v2024_10.model.balance_campaign202110_list_request import BalanceCampaign202110ListRequest
|
|
37
|
+
from criteo_api_retailmedia_v2024_10.model.balance_campaign202110_paged_list_response import BalanceCampaign202110PagedListResponse
|
|
38
|
+
from criteo_api_retailmedia_v2024_10.model.category202204 import Category202204
|
|
39
|
+
from criteo_api_retailmedia_v2024_10.model.category202204_list_response import Category202204ListResponse
|
|
40
|
+
from criteo_api_retailmedia_v2024_10.model.common_line_item_paged_list_response import CommonLineItemPagedListResponse
|
|
41
|
+
from criteo_api_retailmedia_v2024_10.model.common_line_item_response import CommonLineItemResponse
|
|
42
|
+
from criteo_api_retailmedia_v2024_10.model.creative202110_list_response import Creative202110ListResponse
|
|
43
|
+
from criteo_api_retailmedia_v2024_10.model.creative202210_response import Creative202210Response
|
|
44
|
+
from criteo_api_retailmedia_v2024_10.model.creative_create_model202207 import CreativeCreateModel202207
|
|
45
|
+
from criteo_api_retailmedia_v2024_10.model.creative_update_model202207 import CreativeUpdateModel202207
|
|
46
|
+
from criteo_api_retailmedia_v2024_10.model.creative_v2_list_response import CreativeV2ListResponse
|
|
47
|
+
from criteo_api_retailmedia_v2024_10.model.creative_v2_response import CreativeV2Response
|
|
48
|
+
from criteo_api_retailmedia_v2024_10.model.external_retailer_pages202110 import ExternalRetailerPages202110
|
|
49
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_page_response_of_brand import JsonApiPageResponseOfBrand
|
|
50
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_page_response_of_campaign_v202301 import JsonApiPageResponseOfCampaignV202301
|
|
51
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_page_response_of_retailer import JsonApiPageResponseOfRetailer
|
|
52
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_request_of_catalog_request import JsonApiRequestOfCatalogRequest
|
|
53
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_single_response_of_campaign_v202301 import JsonApiSingleResponseOfCampaignV202301
|
|
54
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_single_response_of_catalog_status import JsonApiSingleResponseOfCatalogStatus
|
|
55
|
+
from criteo_api_retailmedia_v2024_10.model.json_api_single_response_of_line_item_bid_multipliers_v2 import JsonApiSingleResponseOfLineItemBidMultipliersV2
|
|
56
|
+
from criteo_api_retailmedia_v2024_10.model.keyword_target202110_request import KeywordTarget202110Request
|
|
57
|
+
from criteo_api_retailmedia_v2024_10.model.keyword_target202110_response import KeywordTarget202110Response
|
|
58
|
+
from criteo_api_retailmedia_v2024_10.model.keywords_model_response import KeywordsModelResponse
|
|
59
|
+
from criteo_api_retailmedia_v2024_10.model.line_item_bid_multipliers_v2_request import LineItemBidMultipliersV2Request
|
|
60
|
+
from criteo_api_retailmedia_v2024_10.model.line_item_bid_multipliers_v2_response import LineItemBidMultipliersV2Response
|
|
61
|
+
from criteo_api_retailmedia_v2024_10.model.post_campaign_v202301 import PostCampaignV202301
|
|
62
|
+
from criteo_api_retailmedia_v2024_10.model.preferred_line_item_create_model_v2_request import PreferredLineItemCreateModelV2Request
|
|
63
|
+
from criteo_api_retailmedia_v2024_10.model.preferred_line_item_update_model_v2_request import PreferredLineItemUpdateModelV2Request
|
|
64
|
+
from criteo_api_retailmedia_v2024_10.model.preferred_line_item_v2_paged_list_response import PreferredLineItemV2PagedListResponse
|
|
65
|
+
from criteo_api_retailmedia_v2024_10.model.preferred_line_item_v2_response import PreferredLineItemV2Response
|
|
66
|
+
from criteo_api_retailmedia_v2024_10.model.product_resource_outcome import ProductResourceOutcome
|
|
67
|
+
from criteo_api_retailmedia_v2024_10.model.promoted_product_resource_collection_input import PromotedProductResourceCollectionInput
|
|
68
|
+
from criteo_api_retailmedia_v2024_10.model.promoted_product_resource_collection_outcome import PromotedProductResourceCollectionOutcome
|
|
69
|
+
from criteo_api_retailmedia_v2024_10.model.proposal_status_model_response import ProposalStatusModelResponse
|
|
70
|
+
from criteo_api_retailmedia_v2024_10.model.put_campaign_v202301 import PutCampaignV202301
|
|
71
|
+
from criteo_api_retailmedia_v2024_10.model.resource_outcome import ResourceOutcome
|
|
72
|
+
from criteo_api_retailmedia_v2024_10.model.set_bids_model_request import SetBidsModelRequest
|
|
73
|
+
from criteo_api_retailmedia_v2024_10.model.store_ids_update_model202110_request import StoreIdsUpdateModel202110Request
|
|
74
|
+
from criteo_api_retailmedia_v2024_10.model.store_target202110_request import StoreTarget202110Request
|
|
75
|
+
from criteo_api_retailmedia_v2024_10.model.store_target202110_response import StoreTarget202110Response
|
|
76
|
+
from criteo_api_retailmedia_v2024_10.model.template_list_response import TemplateListResponse
|
|
77
|
+
from criteo_api_retailmedia_v2024_10.model.template_response import TemplateResponse
|
|
78
|
+
from criteo_api_retailmedia_v2024_10.model.value_resource_input_of_campaign_budget_overrides import ValueResourceInputOfCampaignBudgetOverrides
|
|
79
|
+
from criteo_api_retailmedia_v2024_10.model.value_resource_input_of_line_item_budget_overrides import ValueResourceInputOfLineItemBudgetOverrides
|
|
80
|
+
from criteo_api_retailmedia_v2024_10.model.value_resource_outcome_of_campaign_budget_overrides import ValueResourceOutcomeOfCampaignBudgetOverrides
|
|
81
|
+
from criteo_api_retailmedia_v2024_10.model.value_resource_outcome_of_line_item_budget_overrides import ValueResourceOutcomeOfLineItemBudgetOverrides
|
|
80
82
|
|
|
81
83
|
|
|
82
84
|
class CampaignApi(object):
|
|
@@ -97,7 +99,7 @@ class CampaignApi(object):
|
|
|
97
99
|
'oauth',
|
|
98
100
|
'oauth'
|
|
99
101
|
],
|
|
100
|
-
'endpoint_path': '/2024-
|
|
102
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{id}/keywords/add-remove',
|
|
101
103
|
'operation_id': 'add_remove_keywords',
|
|
102
104
|
'http_method': 'POST',
|
|
103
105
|
'servers': None,
|
|
@@ -155,7 +157,7 @@ class CampaignApi(object):
|
|
|
155
157
|
'oauth',
|
|
156
158
|
'oauth'
|
|
157
159
|
],
|
|
158
|
-
'endpoint_path': '/2024-
|
|
160
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/products/append',
|
|
159
161
|
'operation_id': 'append_promoted_products',
|
|
160
162
|
'http_method': 'POST',
|
|
161
163
|
'servers': None,
|
|
@@ -213,7 +215,7 @@ class CampaignApi(object):
|
|
|
213
215
|
'oauth',
|
|
214
216
|
'oauth'
|
|
215
217
|
],
|
|
216
|
-
'endpoint_path': '/2024-
|
|
218
|
+
'endpoint_path': '/2024-10/retail-media/assets',
|
|
217
219
|
'operation_id': 'create_asset',
|
|
218
220
|
'http_method': 'POST',
|
|
219
221
|
'servers': None,
|
|
@@ -269,7 +271,7 @@ class CampaignApi(object):
|
|
|
269
271
|
'oauth',
|
|
270
272
|
'oauth'
|
|
271
273
|
],
|
|
272
|
-
'endpoint_path': '/2024-
|
|
274
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/products/delete',
|
|
273
275
|
'operation_id': 'delete_promoted_products',
|
|
274
276
|
'http_method': 'POST',
|
|
275
277
|
'servers': None,
|
|
@@ -327,7 +329,7 @@ class CampaignApi(object):
|
|
|
327
329
|
'oauth',
|
|
328
330
|
'oauth'
|
|
329
331
|
],
|
|
330
|
-
'endpoint_path': '/2024-
|
|
332
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{id}/keywords',
|
|
331
333
|
'operation_id': 'fetch_keywords',
|
|
332
334
|
'http_method': 'GET',
|
|
333
335
|
'servers': None,
|
|
@@ -379,7 +381,7 @@ class CampaignApi(object):
|
|
|
379
381
|
'oauth',
|
|
380
382
|
'oauth'
|
|
381
383
|
],
|
|
382
|
-
'endpoint_path': '/2024-
|
|
384
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/products',
|
|
383
385
|
'operation_id': 'fetch_promoted_products',
|
|
384
386
|
'http_method': 'GET',
|
|
385
387
|
'servers': None,
|
|
@@ -439,78 +441,24 @@ class CampaignApi(object):
|
|
|
439
441
|
},
|
|
440
442
|
api_client=api_client
|
|
441
443
|
)
|
|
442
|
-
self.
|
|
444
|
+
self.fetch_proposal_endpoint = _Endpoint(
|
|
443
445
|
settings={
|
|
444
|
-
'response_type': (
|
|
446
|
+
'response_type': (ProposalStatusModelResponse,),
|
|
445
447
|
'auth': [
|
|
446
448
|
'oauth',
|
|
447
449
|
'oauth'
|
|
448
450
|
],
|
|
449
|
-
'endpoint_path': '/2024-
|
|
450
|
-
'operation_id': '
|
|
451
|
+
'endpoint_path': '/2024-10/retail-media/preferred-deal-line-items/{id}/proposal',
|
|
452
|
+
'operation_id': 'fetch_proposal',
|
|
451
453
|
'http_method': 'GET',
|
|
452
454
|
'servers': None,
|
|
453
455
|
},
|
|
454
456
|
params_map={
|
|
455
457
|
'all': [
|
|
456
|
-
'
|
|
457
|
-
],
|
|
458
|
-
'required': [
|
|
459
|
-
'account_id',
|
|
460
|
-
],
|
|
461
|
-
'nullable': [
|
|
462
|
-
],
|
|
463
|
-
'enum': [
|
|
464
|
-
],
|
|
465
|
-
'validation': [
|
|
466
|
-
]
|
|
467
|
-
},
|
|
468
|
-
root_map={
|
|
469
|
-
'validations': {
|
|
470
|
-
},
|
|
471
|
-
'allowed_values': {
|
|
472
|
-
},
|
|
473
|
-
'openapi_types': {
|
|
474
|
-
'account_id':
|
|
475
|
-
(str,),
|
|
476
|
-
},
|
|
477
|
-
'attribute_map': {
|
|
478
|
-
'account_id': 'account-id',
|
|
479
|
-
},
|
|
480
|
-
'location_map': {
|
|
481
|
-
'account_id': 'path',
|
|
482
|
-
},
|
|
483
|
-
'collection_format_map': {
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
headers_map={
|
|
487
|
-
'accept': [
|
|
488
|
-
'text/plain',
|
|
489
|
-
'application/json',
|
|
490
|
-
'text/json'
|
|
491
|
-
],
|
|
492
|
-
'content_type': [],
|
|
493
|
-
},
|
|
494
|
-
api_client=api_client
|
|
495
|
-
)
|
|
496
|
-
self.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id_endpoint = _Endpoint(
|
|
497
|
-
settings={
|
|
498
|
-
'response_type': (KeywordTarget202110Response,),
|
|
499
|
-
'auth': [
|
|
500
|
-
'oauth',
|
|
501
|
-
'oauth'
|
|
502
|
-
],
|
|
503
|
-
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}/targeting/keywords',
|
|
504
|
-
'operation_id': 'get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id',
|
|
505
|
-
'http_method': 'GET',
|
|
506
|
-
'servers': None,
|
|
507
|
-
},
|
|
508
|
-
params_map={
|
|
509
|
-
'all': [
|
|
510
|
-
'line_item_id',
|
|
458
|
+
'id',
|
|
511
459
|
],
|
|
512
460
|
'required': [
|
|
513
|
-
'
|
|
461
|
+
'id',
|
|
514
462
|
],
|
|
515
463
|
'nullable': [
|
|
516
464
|
],
|
|
@@ -525,14 +473,14 @@ class CampaignApi(object):
|
|
|
525
473
|
'allowed_values': {
|
|
526
474
|
},
|
|
527
475
|
'openapi_types': {
|
|
528
|
-
'
|
|
476
|
+
'id':
|
|
529
477
|
(str,),
|
|
530
478
|
},
|
|
531
479
|
'attribute_map': {
|
|
532
|
-
'
|
|
480
|
+
'id': 'id',
|
|
533
481
|
},
|
|
534
482
|
'location_map': {
|
|
535
|
-
'
|
|
483
|
+
'id': 'path',
|
|
536
484
|
},
|
|
537
485
|
'collection_format_map': {
|
|
538
486
|
}
|
|
@@ -545,27 +493,24 @@ class CampaignApi(object):
|
|
|
545
493
|
},
|
|
546
494
|
api_client=api_client
|
|
547
495
|
)
|
|
548
|
-
self.
|
|
496
|
+
self.get_api202110_external_account_creatives_by_account_id_endpoint = _Endpoint(
|
|
549
497
|
settings={
|
|
550
|
-
'response_type': (
|
|
498
|
+
'response_type': (Creative202110ListResponse,),
|
|
551
499
|
'auth': [
|
|
552
500
|
'oauth',
|
|
553
501
|
'oauth'
|
|
554
502
|
],
|
|
555
|
-
'endpoint_path': '/2024-
|
|
556
|
-
'operation_id': '
|
|
503
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/creatives',
|
|
504
|
+
'operation_id': 'get_api202110_external_account_creatives_by_account_id',
|
|
557
505
|
'http_method': 'GET',
|
|
558
506
|
'servers': None,
|
|
559
507
|
},
|
|
560
508
|
params_map={
|
|
561
509
|
'all': [
|
|
562
|
-
'
|
|
563
|
-
'limit_to_id',
|
|
564
|
-
'page_index',
|
|
565
|
-
'page_size',
|
|
510
|
+
'account_id',
|
|
566
511
|
],
|
|
567
512
|
'required': [
|
|
568
|
-
'
|
|
513
|
+
'account_id',
|
|
569
514
|
],
|
|
570
515
|
'nullable': [
|
|
571
516
|
],
|
|
@@ -580,29 +525,16 @@ class CampaignApi(object):
|
|
|
580
525
|
'allowed_values': {
|
|
581
526
|
},
|
|
582
527
|
'openapi_types': {
|
|
583
|
-
'
|
|
528
|
+
'account_id':
|
|
584
529
|
(str,),
|
|
585
|
-
'limit_to_id':
|
|
586
|
-
([str],),
|
|
587
|
-
'page_index':
|
|
588
|
-
(int,),
|
|
589
|
-
'page_size':
|
|
590
|
-
(int,),
|
|
591
530
|
},
|
|
592
531
|
'attribute_map': {
|
|
593
|
-
'
|
|
594
|
-
'limit_to_id': 'limitToId',
|
|
595
|
-
'page_index': 'pageIndex',
|
|
596
|
-
'page_size': 'pageSize',
|
|
532
|
+
'account_id': 'account-id',
|
|
597
533
|
},
|
|
598
534
|
'location_map': {
|
|
599
|
-
'
|
|
600
|
-
'limit_to_id': 'query',
|
|
601
|
-
'page_index': 'query',
|
|
602
|
-
'page_size': 'query',
|
|
535
|
+
'account_id': 'path',
|
|
603
536
|
},
|
|
604
537
|
'collection_format_map': {
|
|
605
|
-
'limit_to_id': 'multi',
|
|
606
538
|
}
|
|
607
539
|
},
|
|
608
540
|
headers_map={
|
|
@@ -613,15 +545,15 @@ class CampaignApi(object):
|
|
|
613
545
|
},
|
|
614
546
|
api_client=api_client
|
|
615
547
|
)
|
|
616
|
-
self.
|
|
548
|
+
self.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id_endpoint = _Endpoint(
|
|
617
549
|
settings={
|
|
618
|
-
'response_type': (
|
|
550
|
+
'response_type': (KeywordTarget202110Response,),
|
|
619
551
|
'auth': [
|
|
620
552
|
'oauth',
|
|
621
553
|
'oauth'
|
|
622
554
|
],
|
|
623
|
-
'endpoint_path': '/2024-
|
|
624
|
-
'operation_id': '
|
|
555
|
+
'endpoint_path': '/2024-10/retail-media/auction-line-items/{line-item-id}/targeting/keywords',
|
|
556
|
+
'operation_id': 'get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id',
|
|
625
557
|
'http_method': 'GET',
|
|
626
558
|
'servers': None,
|
|
627
559
|
},
|
|
@@ -672,7 +604,7 @@ class CampaignApi(object):
|
|
|
672
604
|
'oauth',
|
|
673
605
|
'oauth'
|
|
674
606
|
],
|
|
675
|
-
'endpoint_path': '/2024-
|
|
607
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket',
|
|
676
608
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id',
|
|
677
609
|
'http_method': 'GET',
|
|
678
610
|
'servers': None,
|
|
@@ -724,7 +656,7 @@ class CampaignApi(object):
|
|
|
724
656
|
'oauth',
|
|
725
657
|
'oauth'
|
|
726
658
|
],
|
|
727
|
-
'endpoint_path': '/2024-
|
|
659
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/audiences',
|
|
728
660
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id',
|
|
729
661
|
'http_method': 'GET',
|
|
730
662
|
'servers': None,
|
|
@@ -776,7 +708,7 @@ class CampaignApi(object):
|
|
|
776
708
|
'oauth',
|
|
777
709
|
'oauth'
|
|
778
710
|
],
|
|
779
|
-
'endpoint_path': '/2024-
|
|
711
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/stores',
|
|
780
712
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id',
|
|
781
713
|
'http_method': 'GET',
|
|
782
714
|
'servers': None,
|
|
@@ -828,7 +760,7 @@ class CampaignApi(object):
|
|
|
828
760
|
'oauth',
|
|
829
761
|
'oauth'
|
|
830
762
|
],
|
|
831
|
-
'endpoint_path': '/2024-
|
|
763
|
+
'endpoint_path': '/2024-10/retail-media/retailers/{retailerId}/pages',
|
|
832
764
|
'operation_id': 'get_api202110_external_retailer_pages_by_retailer_id',
|
|
833
765
|
'http_method': 'GET',
|
|
834
766
|
'servers': None,
|
|
@@ -880,7 +812,7 @@ class CampaignApi(object):
|
|
|
880
812
|
'oauth',
|
|
881
813
|
'oauth'
|
|
882
814
|
],
|
|
883
|
-
'endpoint_path': '/2024-
|
|
815
|
+
'endpoint_path': '/2024-10/retail-media/categories/{categoryId}',
|
|
884
816
|
'operation_id': 'get_api202204_external_categorie_by_category_id',
|
|
885
817
|
'http_method': 'GET',
|
|
886
818
|
'servers': None,
|
|
@@ -932,7 +864,7 @@ class CampaignApi(object):
|
|
|
932
864
|
'oauth',
|
|
933
865
|
'oauth'
|
|
934
866
|
],
|
|
935
|
-
'endpoint_path': '/2024-
|
|
867
|
+
'endpoint_path': '/2024-10/retail-media/categories',
|
|
936
868
|
'operation_id': 'get_api202204_external_categories',
|
|
937
869
|
'http_method': 'GET',
|
|
938
870
|
'servers': None,
|
|
@@ -1009,7 +941,7 @@ class CampaignApi(object):
|
|
|
1009
941
|
'oauth',
|
|
1010
942
|
'oauth'
|
|
1011
943
|
],
|
|
1012
|
-
'endpoint_path': '/2024-
|
|
944
|
+
'endpoint_path': '/2024-10/retail-media/retailers/{retailer-id}/templates/{template-id}',
|
|
1013
945
|
'operation_id': 'get_api202207_external_retailer_by_retailer_id_templatestemplate_id',
|
|
1014
946
|
'http_method': 'GET',
|
|
1015
947
|
'servers': None,
|
|
@@ -1054,9 +986,7 @@ class CampaignApi(object):
|
|
|
1054
986
|
},
|
|
1055
987
|
headers_map={
|
|
1056
988
|
'accept': [
|
|
1057
|
-
'
|
|
1058
|
-
'application/json',
|
|
1059
|
-
'text/json'
|
|
989
|
+
'application/json'
|
|
1060
990
|
],
|
|
1061
991
|
'content_type': [],
|
|
1062
992
|
},
|
|
@@ -1069,7 +999,7 @@ class CampaignApi(object):
|
|
|
1069
999
|
'oauth',
|
|
1070
1000
|
'oauth'
|
|
1071
1001
|
],
|
|
1072
|
-
'endpoint_path': '/2024-
|
|
1002
|
+
'endpoint_path': '/2024-10/retail-media/retailers/{retailer-id}/templates',
|
|
1073
1003
|
'operation_id': 'get_api202207_external_retailer_templates_by_retailer_id',
|
|
1074
1004
|
'http_method': 'GET',
|
|
1075
1005
|
'servers': None,
|
|
@@ -1108,69 +1038,7 @@ class CampaignApi(object):
|
|
|
1108
1038
|
},
|
|
1109
1039
|
headers_map={
|
|
1110
1040
|
'accept': [
|
|
1111
|
-
'
|
|
1112
|
-
'application/json',
|
|
1113
|
-
'text/json'
|
|
1114
|
-
],
|
|
1115
|
-
'content_type': [],
|
|
1116
|
-
},
|
|
1117
|
-
api_client=api_client
|
|
1118
|
-
)
|
|
1119
|
-
self.get_api202210_external_account_by_account_id_creativescreative_id_endpoint = _Endpoint(
|
|
1120
|
-
settings={
|
|
1121
|
-
'response_type': (Creative202210Response,),
|
|
1122
|
-
'auth': [
|
|
1123
|
-
'oauth',
|
|
1124
|
-
'oauth'
|
|
1125
|
-
],
|
|
1126
|
-
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives/{creative-id}',
|
|
1127
|
-
'operation_id': 'get_api202210_external_account_by_account_id_creativescreative_id',
|
|
1128
|
-
'http_method': 'GET',
|
|
1129
|
-
'servers': None,
|
|
1130
|
-
},
|
|
1131
|
-
params_map={
|
|
1132
|
-
'all': [
|
|
1133
|
-
'account_id',
|
|
1134
|
-
'creative_id',
|
|
1135
|
-
],
|
|
1136
|
-
'required': [
|
|
1137
|
-
'account_id',
|
|
1138
|
-
'creative_id',
|
|
1139
|
-
],
|
|
1140
|
-
'nullable': [
|
|
1141
|
-
],
|
|
1142
|
-
'enum': [
|
|
1143
|
-
],
|
|
1144
|
-
'validation': [
|
|
1145
|
-
]
|
|
1146
|
-
},
|
|
1147
|
-
root_map={
|
|
1148
|
-
'validations': {
|
|
1149
|
-
},
|
|
1150
|
-
'allowed_values': {
|
|
1151
|
-
},
|
|
1152
|
-
'openapi_types': {
|
|
1153
|
-
'account_id':
|
|
1154
|
-
(str,),
|
|
1155
|
-
'creative_id':
|
|
1156
|
-
(str,),
|
|
1157
|
-
},
|
|
1158
|
-
'attribute_map': {
|
|
1159
|
-
'account_id': 'account-id',
|
|
1160
|
-
'creative_id': 'creative-id',
|
|
1161
|
-
},
|
|
1162
|
-
'location_map': {
|
|
1163
|
-
'account_id': 'path',
|
|
1164
|
-
'creative_id': 'path',
|
|
1165
|
-
},
|
|
1166
|
-
'collection_format_map': {
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
headers_map={
|
|
1170
|
-
'accept': [
|
|
1171
|
-
'text/plain',
|
|
1172
|
-
'application/json',
|
|
1173
|
-
'text/json'
|
|
1041
|
+
'application/json'
|
|
1174
1042
|
],
|
|
1175
1043
|
'content_type': [],
|
|
1176
1044
|
},
|
|
@@ -1183,7 +1051,7 @@ class CampaignApi(object):
|
|
|
1183
1051
|
'oauth',
|
|
1184
1052
|
'oauth'
|
|
1185
1053
|
],
|
|
1186
|
-
'endpoint_path': '/2024-
|
|
1054
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/campaigns',
|
|
1187
1055
|
'operation_id': 'get_api202301_external_account_campaigns_by_account_id',
|
|
1188
1056
|
'http_method': 'GET',
|
|
1189
1057
|
'servers': None,
|
|
@@ -1251,7 +1119,7 @@ class CampaignApi(object):
|
|
|
1251
1119
|
'oauth',
|
|
1252
1120
|
'oauth'
|
|
1253
1121
|
],
|
|
1254
|
-
'endpoint_path': '/2024-
|
|
1122
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaignId}',
|
|
1255
1123
|
'operation_id': 'get_api202301_external_campaign_by_campaign_id',
|
|
1256
1124
|
'http_method': 'GET',
|
|
1257
1125
|
'servers': None,
|
|
@@ -1296,24 +1164,27 @@ class CampaignApi(object):
|
|
|
1296
1164
|
},
|
|
1297
1165
|
api_client=api_client
|
|
1298
1166
|
)
|
|
1299
|
-
self.
|
|
1167
|
+
self.get_api_v1_external_account_brands_by_account_id_endpoint = _Endpoint(
|
|
1300
1168
|
settings={
|
|
1301
|
-
'response_type': (
|
|
1169
|
+
'response_type': (JsonApiPageResponseOfBrand,),
|
|
1302
1170
|
'auth': [
|
|
1303
1171
|
'oauth',
|
|
1304
1172
|
'oauth'
|
|
1305
1173
|
],
|
|
1306
|
-
'endpoint_path': '/2024-
|
|
1307
|
-
'operation_id': '
|
|
1174
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{accountId}/brands',
|
|
1175
|
+
'operation_id': 'get_api_v1_external_account_brands_by_account_id',
|
|
1308
1176
|
'http_method': 'GET',
|
|
1309
1177
|
'servers': None,
|
|
1310
1178
|
},
|
|
1311
1179
|
params_map={
|
|
1312
1180
|
'all': [
|
|
1313
|
-
'
|
|
1181
|
+
'account_id',
|
|
1182
|
+
'limit_to_id',
|
|
1183
|
+
'page_index',
|
|
1184
|
+
'page_size',
|
|
1314
1185
|
],
|
|
1315
1186
|
'required': [
|
|
1316
|
-
'
|
|
1187
|
+
'account_id',
|
|
1317
1188
|
],
|
|
1318
1189
|
'nullable': [
|
|
1319
1190
|
],
|
|
@@ -1328,16 +1199,29 @@ class CampaignApi(object):
|
|
|
1328
1199
|
'allowed_values': {
|
|
1329
1200
|
},
|
|
1330
1201
|
'openapi_types': {
|
|
1331
|
-
'
|
|
1202
|
+
'account_id':
|
|
1332
1203
|
(str,),
|
|
1204
|
+
'limit_to_id':
|
|
1205
|
+
([str],),
|
|
1206
|
+
'page_index':
|
|
1207
|
+
(int,),
|
|
1208
|
+
'page_size':
|
|
1209
|
+
(int,),
|
|
1333
1210
|
},
|
|
1334
1211
|
'attribute_map': {
|
|
1335
|
-
'
|
|
1212
|
+
'account_id': 'accountId',
|
|
1213
|
+
'limit_to_id': 'limitToId',
|
|
1214
|
+
'page_index': 'pageIndex',
|
|
1215
|
+
'page_size': 'pageSize',
|
|
1336
1216
|
},
|
|
1337
1217
|
'location_map': {
|
|
1338
|
-
'
|
|
1218
|
+
'account_id': 'path',
|
|
1219
|
+
'limit_to_id': 'query',
|
|
1220
|
+
'page_index': 'query',
|
|
1221
|
+
'page_size': 'query',
|
|
1339
1222
|
},
|
|
1340
1223
|
'collection_format_map': {
|
|
1224
|
+
'limit_to_id': 'multi',
|
|
1341
1225
|
}
|
|
1342
1226
|
},
|
|
1343
1227
|
headers_map={
|
|
@@ -1350,15 +1234,15 @@ class CampaignApi(object):
|
|
|
1350
1234
|
},
|
|
1351
1235
|
api_client=api_client
|
|
1352
1236
|
)
|
|
1353
|
-
self.
|
|
1237
|
+
self.get_api_v1_external_account_retailers_by_account_id_endpoint = _Endpoint(
|
|
1354
1238
|
settings={
|
|
1355
|
-
'response_type': (
|
|
1239
|
+
'response_type': (JsonApiPageResponseOfRetailer,),
|
|
1356
1240
|
'auth': [
|
|
1357
1241
|
'oauth',
|
|
1358
1242
|
'oauth'
|
|
1359
1243
|
],
|
|
1360
|
-
'endpoint_path': '/2024-
|
|
1361
|
-
'operation_id': '
|
|
1244
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{accountId}/retailers',
|
|
1245
|
+
'operation_id': 'get_api_v1_external_account_retailers_by_account_id',
|
|
1362
1246
|
'http_method': 'GET',
|
|
1363
1247
|
'servers': None,
|
|
1364
1248
|
},
|
|
@@ -1420,27 +1304,24 @@ class CampaignApi(object):
|
|
|
1420
1304
|
},
|
|
1421
1305
|
api_client=api_client
|
|
1422
1306
|
)
|
|
1423
|
-
self.
|
|
1307
|
+
self.get_api_v1_external_catalog_output_by_catalog_id_endpoint = _Endpoint(
|
|
1424
1308
|
settings={
|
|
1425
|
-
'response_type': (
|
|
1309
|
+
'response_type': (file_type,),
|
|
1426
1310
|
'auth': [
|
|
1427
1311
|
'oauth',
|
|
1428
1312
|
'oauth'
|
|
1429
1313
|
],
|
|
1430
|
-
'endpoint_path': '/2024-
|
|
1431
|
-
'operation_id': '
|
|
1314
|
+
'endpoint_path': '/2024-10/retail-media/catalogs/{catalogId}/output',
|
|
1315
|
+
'operation_id': 'get_api_v1_external_catalog_output_by_catalog_id',
|
|
1432
1316
|
'http_method': 'GET',
|
|
1433
1317
|
'servers': None,
|
|
1434
1318
|
},
|
|
1435
1319
|
params_map={
|
|
1436
1320
|
'all': [
|
|
1437
|
-
'
|
|
1438
|
-
'limit_to_id',
|
|
1439
|
-
'page_index',
|
|
1440
|
-
'page_size',
|
|
1321
|
+
'catalog_id',
|
|
1441
1322
|
],
|
|
1442
1323
|
'required': [
|
|
1443
|
-
'
|
|
1324
|
+
'catalog_id',
|
|
1444
1325
|
],
|
|
1445
1326
|
'nullable': [
|
|
1446
1327
|
],
|
|
@@ -1455,50 +1336,36 @@ class CampaignApi(object):
|
|
|
1455
1336
|
'allowed_values': {
|
|
1456
1337
|
},
|
|
1457
1338
|
'openapi_types': {
|
|
1458
|
-
'
|
|
1339
|
+
'catalog_id':
|
|
1459
1340
|
(str,),
|
|
1460
|
-
'limit_to_id':
|
|
1461
|
-
([str],),
|
|
1462
|
-
'page_index':
|
|
1463
|
-
(int,),
|
|
1464
|
-
'page_size':
|
|
1465
|
-
(int,),
|
|
1466
1341
|
},
|
|
1467
1342
|
'attribute_map': {
|
|
1468
|
-
'
|
|
1469
|
-
'limit_to_id': 'limitToId',
|
|
1470
|
-
'page_index': 'pageIndex',
|
|
1471
|
-
'page_size': 'pageSize',
|
|
1343
|
+
'catalog_id': 'catalogId',
|
|
1472
1344
|
},
|
|
1473
1345
|
'location_map': {
|
|
1474
|
-
'
|
|
1475
|
-
'limit_to_id': 'query',
|
|
1476
|
-
'page_index': 'query',
|
|
1477
|
-
'page_size': 'query',
|
|
1346
|
+
'catalog_id': 'path',
|
|
1478
1347
|
},
|
|
1479
1348
|
'collection_format_map': {
|
|
1480
|
-
'limit_to_id': 'multi',
|
|
1481
1349
|
}
|
|
1482
1350
|
},
|
|
1483
1351
|
headers_map={
|
|
1484
1352
|
'accept': [
|
|
1485
|
-
'
|
|
1486
|
-
'application/json'
|
|
1487
|
-
'text/json'
|
|
1353
|
+
'application/x-json-stream',
|
|
1354
|
+
'application/json'
|
|
1488
1355
|
],
|
|
1489
1356
|
'content_type': [],
|
|
1490
1357
|
},
|
|
1491
1358
|
api_client=api_client
|
|
1492
1359
|
)
|
|
1493
|
-
self.
|
|
1360
|
+
self.get_api_v1_external_catalog_status_by_catalog_id_endpoint = _Endpoint(
|
|
1494
1361
|
settings={
|
|
1495
|
-
'response_type': (
|
|
1362
|
+
'response_type': (JsonApiSingleResponseOfCatalogStatus,),
|
|
1496
1363
|
'auth': [
|
|
1497
1364
|
'oauth',
|
|
1498
1365
|
'oauth'
|
|
1499
1366
|
],
|
|
1500
|
-
'endpoint_path': '/2024-
|
|
1501
|
-
'operation_id': '
|
|
1367
|
+
'endpoint_path': '/2024-10/retail-media/catalogs/{catalogId}/status',
|
|
1368
|
+
'operation_id': 'get_api_v1_external_catalog_status_by_catalog_id',
|
|
1502
1369
|
'http_method': 'GET',
|
|
1503
1370
|
'servers': None,
|
|
1504
1371
|
},
|
|
@@ -1536,31 +1403,32 @@ class CampaignApi(object):
|
|
|
1536
1403
|
},
|
|
1537
1404
|
headers_map={
|
|
1538
1405
|
'accept': [
|
|
1539
|
-
'application/x-json-stream',
|
|
1540
1406
|
'application/json'
|
|
1541
1407
|
],
|
|
1542
1408
|
'content_type': [],
|
|
1543
1409
|
},
|
|
1544
1410
|
api_client=api_client
|
|
1545
1411
|
)
|
|
1546
|
-
self.
|
|
1412
|
+
self.get_api_v2_external_account_by_account_id_creativescreative_id_endpoint = _Endpoint(
|
|
1547
1413
|
settings={
|
|
1548
|
-
'response_type': (
|
|
1414
|
+
'response_type': (CreativeV2Response,),
|
|
1549
1415
|
'auth': [
|
|
1550
1416
|
'oauth',
|
|
1551
1417
|
'oauth'
|
|
1552
1418
|
],
|
|
1553
|
-
'endpoint_path': '/2024-
|
|
1554
|
-
'operation_id': '
|
|
1419
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/creatives/{creative-id}',
|
|
1420
|
+
'operation_id': 'get_api_v2_external_account_by_account_id_creativescreative_id',
|
|
1555
1421
|
'http_method': 'GET',
|
|
1556
1422
|
'servers': None,
|
|
1557
1423
|
},
|
|
1558
1424
|
params_map={
|
|
1559
1425
|
'all': [
|
|
1560
|
-
'
|
|
1426
|
+
'account_id',
|
|
1427
|
+
'creative_id',
|
|
1561
1428
|
],
|
|
1562
1429
|
'required': [
|
|
1563
|
-
'
|
|
1430
|
+
'account_id',
|
|
1431
|
+
'creative_id',
|
|
1564
1432
|
],
|
|
1565
1433
|
'nullable': [
|
|
1566
1434
|
],
|
|
@@ -1575,21 +1443,27 @@ class CampaignApi(object):
|
|
|
1575
1443
|
'allowed_values': {
|
|
1576
1444
|
},
|
|
1577
1445
|
'openapi_types': {
|
|
1578
|
-
'
|
|
1446
|
+
'account_id':
|
|
1447
|
+
(str,),
|
|
1448
|
+
'creative_id':
|
|
1579
1449
|
(str,),
|
|
1580
1450
|
},
|
|
1581
1451
|
'attribute_map': {
|
|
1582
|
-
'
|
|
1452
|
+
'account_id': 'account-id',
|
|
1453
|
+
'creative_id': 'creative-id',
|
|
1583
1454
|
},
|
|
1584
1455
|
'location_map': {
|
|
1585
|
-
'
|
|
1456
|
+
'account_id': 'path',
|
|
1457
|
+
'creative_id': 'path',
|
|
1586
1458
|
},
|
|
1587
1459
|
'collection_format_map': {
|
|
1588
1460
|
}
|
|
1589
1461
|
},
|
|
1590
1462
|
headers_map={
|
|
1591
1463
|
'accept': [
|
|
1592
|
-
'
|
|
1464
|
+
'text/plain',
|
|
1465
|
+
'application/json',
|
|
1466
|
+
'text/json'
|
|
1593
1467
|
],
|
|
1594
1468
|
'content_type': [],
|
|
1595
1469
|
},
|
|
@@ -1602,7 +1476,7 @@ class CampaignApi(object):
|
|
|
1602
1476
|
'oauth',
|
|
1603
1477
|
'oauth'
|
|
1604
1478
|
],
|
|
1605
|
-
'endpoint_path': '/2024-
|
|
1479
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/line-items',
|
|
1606
1480
|
'operation_id': 'get_api_v2_external_account_line_items_by_account_id',
|
|
1607
1481
|
'http_method': 'GET',
|
|
1608
1482
|
'servers': None,
|
|
@@ -1688,7 +1562,7 @@ class CampaignApi(object):
|
|
|
1688
1562
|
'oauth',
|
|
1689
1563
|
'oauth'
|
|
1690
1564
|
],
|
|
1691
|
-
'endpoint_path': '/2024-
|
|
1565
|
+
'endpoint_path': '/2024-10/retail-media/auction-line-items/{line-item-id}',
|
|
1692
1566
|
'operation_id': 'get_api_v2_external_auction_line_item_by_line_item_id',
|
|
1693
1567
|
'http_method': 'GET',
|
|
1694
1568
|
'servers': None,
|
|
@@ -1740,7 +1614,7 @@ class CampaignApi(object):
|
|
|
1740
1614
|
'oauth',
|
|
1741
1615
|
'oauth'
|
|
1742
1616
|
],
|
|
1743
|
-
'endpoint_path': '/2024-
|
|
1617
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaign-id}/auction-line-items',
|
|
1744
1618
|
'operation_id': 'get_api_v2_external_campaign_auction_line_items_by_campaign_id',
|
|
1745
1619
|
'http_method': 'GET',
|
|
1746
1620
|
'servers': None,
|
|
@@ -1790,7 +1664,181 @@ class CampaignApi(object):
|
|
|
1790
1664
|
'page_size': 'query',
|
|
1791
1665
|
},
|
|
1792
1666
|
'collection_format_map': {
|
|
1793
|
-
'limit_to_id': 'multi',
|
|
1667
|
+
'limit_to_id': 'multi',
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
headers_map={
|
|
1671
|
+
'accept': [
|
|
1672
|
+
'application/json'
|
|
1673
|
+
],
|
|
1674
|
+
'content_type': [],
|
|
1675
|
+
},
|
|
1676
|
+
api_client=api_client
|
|
1677
|
+
)
|
|
1678
|
+
self.get_api_v2_external_campaign_preferred_line_items_by_campaign_id_endpoint = _Endpoint(
|
|
1679
|
+
settings={
|
|
1680
|
+
'response_type': (PreferredLineItemV2PagedListResponse,),
|
|
1681
|
+
'auth': [
|
|
1682
|
+
'oauth',
|
|
1683
|
+
'oauth'
|
|
1684
|
+
],
|
|
1685
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaign-id}/preferred-line-items',
|
|
1686
|
+
'operation_id': 'get_api_v2_external_campaign_preferred_line_items_by_campaign_id',
|
|
1687
|
+
'http_method': 'GET',
|
|
1688
|
+
'servers': None,
|
|
1689
|
+
},
|
|
1690
|
+
params_map={
|
|
1691
|
+
'all': [
|
|
1692
|
+
'campaign_id',
|
|
1693
|
+
'limit_to_id',
|
|
1694
|
+
'page_index',
|
|
1695
|
+
'page_size',
|
|
1696
|
+
],
|
|
1697
|
+
'required': [
|
|
1698
|
+
'campaign_id',
|
|
1699
|
+
],
|
|
1700
|
+
'nullable': [
|
|
1701
|
+
],
|
|
1702
|
+
'enum': [
|
|
1703
|
+
],
|
|
1704
|
+
'validation': [
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
root_map={
|
|
1708
|
+
'validations': {
|
|
1709
|
+
},
|
|
1710
|
+
'allowed_values': {
|
|
1711
|
+
},
|
|
1712
|
+
'openapi_types': {
|
|
1713
|
+
'campaign_id':
|
|
1714
|
+
(str,),
|
|
1715
|
+
'limit_to_id':
|
|
1716
|
+
([str],),
|
|
1717
|
+
'page_index':
|
|
1718
|
+
(int,),
|
|
1719
|
+
'page_size':
|
|
1720
|
+
(int,),
|
|
1721
|
+
},
|
|
1722
|
+
'attribute_map': {
|
|
1723
|
+
'campaign_id': 'campaign-id',
|
|
1724
|
+
'limit_to_id': 'limitToId',
|
|
1725
|
+
'page_index': 'pageIndex',
|
|
1726
|
+
'page_size': 'pageSize',
|
|
1727
|
+
},
|
|
1728
|
+
'location_map': {
|
|
1729
|
+
'campaign_id': 'path',
|
|
1730
|
+
'limit_to_id': 'query',
|
|
1731
|
+
'page_index': 'query',
|
|
1732
|
+
'page_size': 'query',
|
|
1733
|
+
},
|
|
1734
|
+
'collection_format_map': {
|
|
1735
|
+
'limit_to_id': 'multi',
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
headers_map={
|
|
1739
|
+
'accept': [
|
|
1740
|
+
'application/json'
|
|
1741
|
+
],
|
|
1742
|
+
'content_type': [],
|
|
1743
|
+
},
|
|
1744
|
+
api_client=api_client
|
|
1745
|
+
)
|
|
1746
|
+
self.get_api_v2_external_line_item_bid_multipliers_by_line_item_id_endpoint = _Endpoint(
|
|
1747
|
+
settings={
|
|
1748
|
+
'response_type': (JsonApiSingleResponseOfLineItemBidMultipliersV2,),
|
|
1749
|
+
'auth': [
|
|
1750
|
+
'oauth',
|
|
1751
|
+
'oauth'
|
|
1752
|
+
],
|
|
1753
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/bid-multipliers',
|
|
1754
|
+
'operation_id': 'get_api_v2_external_line_item_bid_multipliers_by_line_item_id',
|
|
1755
|
+
'http_method': 'GET',
|
|
1756
|
+
'servers': None,
|
|
1757
|
+
},
|
|
1758
|
+
params_map={
|
|
1759
|
+
'all': [
|
|
1760
|
+
'line_item_id',
|
|
1761
|
+
],
|
|
1762
|
+
'required': [
|
|
1763
|
+
'line_item_id',
|
|
1764
|
+
],
|
|
1765
|
+
'nullable': [
|
|
1766
|
+
],
|
|
1767
|
+
'enum': [
|
|
1768
|
+
],
|
|
1769
|
+
'validation': [
|
|
1770
|
+
]
|
|
1771
|
+
},
|
|
1772
|
+
root_map={
|
|
1773
|
+
'validations': {
|
|
1774
|
+
},
|
|
1775
|
+
'allowed_values': {
|
|
1776
|
+
},
|
|
1777
|
+
'openapi_types': {
|
|
1778
|
+
'line_item_id':
|
|
1779
|
+
(str,),
|
|
1780
|
+
},
|
|
1781
|
+
'attribute_map': {
|
|
1782
|
+
'line_item_id': 'line-item-id',
|
|
1783
|
+
},
|
|
1784
|
+
'location_map': {
|
|
1785
|
+
'line_item_id': 'path',
|
|
1786
|
+
},
|
|
1787
|
+
'collection_format_map': {
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
headers_map={
|
|
1791
|
+
'accept': [
|
|
1792
|
+
'text/plain',
|
|
1793
|
+
'application/json',
|
|
1794
|
+
'text/json'
|
|
1795
|
+
],
|
|
1796
|
+
'content_type': [],
|
|
1797
|
+
},
|
|
1798
|
+
api_client=api_client
|
|
1799
|
+
)
|
|
1800
|
+
self.get_api_v2_external_line_item_by_line_item_id_endpoint = _Endpoint(
|
|
1801
|
+
settings={
|
|
1802
|
+
'response_type': (CommonLineItemResponse,),
|
|
1803
|
+
'auth': [
|
|
1804
|
+
'oauth',
|
|
1805
|
+
'oauth'
|
|
1806
|
+
],
|
|
1807
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}',
|
|
1808
|
+
'operation_id': 'get_api_v2_external_line_item_by_line_item_id',
|
|
1809
|
+
'http_method': 'GET',
|
|
1810
|
+
'servers': None,
|
|
1811
|
+
},
|
|
1812
|
+
params_map={
|
|
1813
|
+
'all': [
|
|
1814
|
+
'line_item_id',
|
|
1815
|
+
],
|
|
1816
|
+
'required': [
|
|
1817
|
+
'line_item_id',
|
|
1818
|
+
],
|
|
1819
|
+
'nullable': [
|
|
1820
|
+
],
|
|
1821
|
+
'enum': [
|
|
1822
|
+
],
|
|
1823
|
+
'validation': [
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
root_map={
|
|
1827
|
+
'validations': {
|
|
1828
|
+
},
|
|
1829
|
+
'allowed_values': {
|
|
1830
|
+
},
|
|
1831
|
+
'openapi_types': {
|
|
1832
|
+
'line_item_id':
|
|
1833
|
+
(str,),
|
|
1834
|
+
},
|
|
1835
|
+
'attribute_map': {
|
|
1836
|
+
'line_item_id': 'line-item-id',
|
|
1837
|
+
},
|
|
1838
|
+
'location_map': {
|
|
1839
|
+
'line_item_id': 'path',
|
|
1840
|
+
},
|
|
1841
|
+
'collection_format_map': {
|
|
1794
1842
|
}
|
|
1795
1843
|
},
|
|
1796
1844
|
headers_map={
|
|
@@ -1801,15 +1849,15 @@ class CampaignApi(object):
|
|
|
1801
1849
|
},
|
|
1802
1850
|
api_client=api_client
|
|
1803
1851
|
)
|
|
1804
|
-
self.
|
|
1852
|
+
self.get_api_v2_external_preferred_line_item_by_line_item_id_endpoint = _Endpoint(
|
|
1805
1853
|
settings={
|
|
1806
|
-
'response_type': (
|
|
1854
|
+
'response_type': (PreferredLineItemV2Response,),
|
|
1807
1855
|
'auth': [
|
|
1808
1856
|
'oauth',
|
|
1809
1857
|
'oauth'
|
|
1810
1858
|
],
|
|
1811
|
-
'endpoint_path': '/2024-
|
|
1812
|
-
'operation_id': '
|
|
1859
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}',
|
|
1860
|
+
'operation_id': 'get_api_v2_external_preferred_line_item_by_line_item_id',
|
|
1813
1861
|
'http_method': 'GET',
|
|
1814
1862
|
'servers': None,
|
|
1815
1863
|
},
|
|
@@ -1860,7 +1908,7 @@ class CampaignApi(object):
|
|
|
1860
1908
|
'oauth',
|
|
1861
1909
|
'oauth'
|
|
1862
1910
|
],
|
|
1863
|
-
'endpoint_path': '/2024-
|
|
1911
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaignId}/campaign-budget-overrides',
|
|
1864
1912
|
'operation_id': 'get_campaign_budget_overrides',
|
|
1865
1913
|
'http_method': 'GET',
|
|
1866
1914
|
'servers': None,
|
|
@@ -1912,7 +1960,7 @@ class CampaignApi(object):
|
|
|
1912
1960
|
'oauth',
|
|
1913
1961
|
'oauth'
|
|
1914
1962
|
],
|
|
1915
|
-
'endpoint_path': '/2024-
|
|
1963
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{lineItemId}/line-item-budget-overrides',
|
|
1916
1964
|
'operation_id': 'get_line_item_budget_overrides',
|
|
1917
1965
|
'http_method': 'GET',
|
|
1918
1966
|
'servers': None,
|
|
@@ -1964,7 +2012,7 @@ class CampaignApi(object):
|
|
|
1964
2012
|
'oauth',
|
|
1965
2013
|
'oauth'
|
|
1966
2014
|
],
|
|
1967
|
-
'endpoint_path': '/2024-
|
|
2015
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/products/pause',
|
|
1968
2016
|
'operation_id': 'pause_promoted_products',
|
|
1969
2017
|
'http_method': 'POST',
|
|
1970
2018
|
'servers': None,
|
|
@@ -2022,7 +2070,7 @@ class CampaignApi(object):
|
|
|
2022
2070
|
'oauth',
|
|
2023
2071
|
'oauth'
|
|
2024
2072
|
],
|
|
2025
|
-
'endpoint_path': '/2024-
|
|
2073
|
+
'endpoint_path': '/2024-10/retail-media/auction-line-items/{line-item-id}/targeting/keywords/append',
|
|
2026
2074
|
'operation_id': 'post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id',
|
|
2027
2075
|
'http_method': 'POST',
|
|
2028
2076
|
'servers': None,
|
|
@@ -2080,7 +2128,7 @@ class CampaignApi(object):
|
|
|
2080
2128
|
'oauth',
|
|
2081
2129
|
'oauth'
|
|
2082
2130
|
],
|
|
2083
|
-
'endpoint_path': '/2024-
|
|
2131
|
+
'endpoint_path': '/2024-10/retail-media/auction-line-items/{line-item-id}/targeting/keywords/delete',
|
|
2084
2132
|
'operation_id': 'post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id',
|
|
2085
2133
|
'http_method': 'POST',
|
|
2086
2134
|
'servers': None,
|
|
@@ -2138,7 +2186,7 @@ class CampaignApi(object):
|
|
|
2138
2186
|
'oauth',
|
|
2139
2187
|
'oauth'
|
|
2140
2188
|
],
|
|
2141
|
-
'endpoint_path': '/2024-
|
|
2189
|
+
'endpoint_path': '/2024-10/retail-media/balances/{balance-id}/campaigns/append',
|
|
2142
2190
|
'operation_id': 'post_api202110_external_balance_campaigns_append_by_balance_id',
|
|
2143
2191
|
'http_method': 'POST',
|
|
2144
2192
|
'servers': None,
|
|
@@ -2196,7 +2244,7 @@ class CampaignApi(object):
|
|
|
2196
2244
|
'oauth',
|
|
2197
2245
|
'oauth'
|
|
2198
2246
|
],
|
|
2199
|
-
'endpoint_path': '/2024-
|
|
2247
|
+
'endpoint_path': '/2024-10/retail-media/balances/{balance-id}/campaigns/delete',
|
|
2200
2248
|
'operation_id': 'post_api202110_external_balance_campaigns_delete_by_balance_id',
|
|
2201
2249
|
'http_method': 'POST',
|
|
2202
2250
|
'servers': None,
|
|
@@ -2249,12 +2297,12 @@ class CampaignApi(object):
|
|
|
2249
2297
|
)
|
|
2250
2298
|
self.post_api202110_external_campaign_preferred_line_items_by_campaign_id_endpoint = _Endpoint(
|
|
2251
2299
|
settings={
|
|
2252
|
-
'response_type': (
|
|
2300
|
+
'response_type': (PreferredLineItemV2Response,),
|
|
2253
2301
|
'auth': [
|
|
2254
2302
|
'oauth',
|
|
2255
2303
|
'oauth'
|
|
2256
2304
|
],
|
|
2257
|
-
'endpoint_path': '/2024-
|
|
2305
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaign-id}/preferred-line-items',
|
|
2258
2306
|
'operation_id': 'post_api202110_external_campaign_preferred_line_items_by_campaign_id',
|
|
2259
2307
|
'http_method': 'POST',
|
|
2260
2308
|
'servers': None,
|
|
@@ -2262,10 +2310,11 @@ class CampaignApi(object):
|
|
|
2262
2310
|
params_map={
|
|
2263
2311
|
'all': [
|
|
2264
2312
|
'campaign_id',
|
|
2265
|
-
'
|
|
2313
|
+
'preferred_line_item_create_model_v2_request',
|
|
2266
2314
|
],
|
|
2267
2315
|
'required': [
|
|
2268
2316
|
'campaign_id',
|
|
2317
|
+
'preferred_line_item_create_model_v2_request',
|
|
2269
2318
|
],
|
|
2270
2319
|
'nullable': [
|
|
2271
2320
|
],
|
|
@@ -2282,15 +2331,15 @@ class CampaignApi(object):
|
|
|
2282
2331
|
'openapi_types': {
|
|
2283
2332
|
'campaign_id':
|
|
2284
2333
|
(str,),
|
|
2285
|
-
'
|
|
2286
|
-
(
|
|
2334
|
+
'preferred_line_item_create_model_v2_request':
|
|
2335
|
+
(PreferredLineItemCreateModelV2Request,),
|
|
2287
2336
|
},
|
|
2288
2337
|
'attribute_map': {
|
|
2289
2338
|
'campaign_id': 'campaign-id',
|
|
2290
2339
|
},
|
|
2291
2340
|
'location_map': {
|
|
2292
2341
|
'campaign_id': 'path',
|
|
2293
|
-
'
|
|
2342
|
+
'preferred_line_item_create_model_v2_request': 'body',
|
|
2294
2343
|
},
|
|
2295
2344
|
'collection_format_map': {
|
|
2296
2345
|
}
|
|
@@ -2312,7 +2361,7 @@ class CampaignApi(object):
|
|
|
2312
2361
|
'oauth',
|
|
2313
2362
|
'oauth'
|
|
2314
2363
|
],
|
|
2315
|
-
'endpoint_path': '/2024-
|
|
2364
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket/append',
|
|
2316
2365
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_add_to_basket_append_by_line_item_id',
|
|
2317
2366
|
'http_method': 'POST',
|
|
2318
2367
|
'servers': None,
|
|
@@ -2370,7 +2419,7 @@ class CampaignApi(object):
|
|
|
2370
2419
|
'oauth',
|
|
2371
2420
|
'oauth'
|
|
2372
2421
|
],
|
|
2373
|
-
'endpoint_path': '/2024-
|
|
2422
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket/delete',
|
|
2374
2423
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_add_to_basket_delete_by_line_item_id',
|
|
2375
2424
|
'http_method': 'POST',
|
|
2376
2425
|
'servers': None,
|
|
@@ -2428,7 +2477,7 @@ class CampaignApi(object):
|
|
|
2428
2477
|
'oauth',
|
|
2429
2478
|
'oauth'
|
|
2430
2479
|
],
|
|
2431
|
-
'endpoint_path': '/2024-
|
|
2480
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/audiences/append',
|
|
2432
2481
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_audiences_append_by_line_item_id',
|
|
2433
2482
|
'http_method': 'POST',
|
|
2434
2483
|
'servers': None,
|
|
@@ -2486,7 +2535,7 @@ class CampaignApi(object):
|
|
|
2486
2535
|
'oauth',
|
|
2487
2536
|
'oauth'
|
|
2488
2537
|
],
|
|
2489
|
-
'endpoint_path': '/2024-
|
|
2538
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/audiences/delete',
|
|
2490
2539
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_audiences_delete_by_line_item_id',
|
|
2491
2540
|
'http_method': 'POST',
|
|
2492
2541
|
'servers': None,
|
|
@@ -2544,7 +2593,7 @@ class CampaignApi(object):
|
|
|
2544
2593
|
'oauth',
|
|
2545
2594
|
'oauth'
|
|
2546
2595
|
],
|
|
2547
|
-
'endpoint_path': '/2024-
|
|
2596
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/stores/append',
|
|
2548
2597
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_stores_append_by_line_item_id',
|
|
2549
2598
|
'http_method': 'POST',
|
|
2550
2599
|
'servers': None,
|
|
@@ -2602,7 +2651,7 @@ class CampaignApi(object):
|
|
|
2602
2651
|
'oauth',
|
|
2603
2652
|
'oauth'
|
|
2604
2653
|
],
|
|
2605
|
-
'endpoint_path': '/2024-
|
|
2654
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/stores/delete',
|
|
2606
2655
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_stores_delete_by_line_item_id',
|
|
2607
2656
|
'http_method': 'POST',
|
|
2608
2657
|
'servers': None,
|
|
@@ -2660,7 +2709,7 @@ class CampaignApi(object):
|
|
|
2660
2709
|
'oauth',
|
|
2661
2710
|
'oauth'
|
|
2662
2711
|
],
|
|
2663
|
-
'endpoint_path': '/2024-
|
|
2712
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/creatives',
|
|
2664
2713
|
'operation_id': 'post_api202210_external_account_creatives_by_account_id',
|
|
2665
2714
|
'http_method': 'POST',
|
|
2666
2715
|
'servers': None,
|
|
@@ -2703,9 +2752,7 @@ class CampaignApi(object):
|
|
|
2703
2752
|
},
|
|
2704
2753
|
headers_map={
|
|
2705
2754
|
'accept': [
|
|
2706
|
-
'
|
|
2707
|
-
'application/json',
|
|
2708
|
-
'text/json'
|
|
2755
|
+
'application/json'
|
|
2709
2756
|
],
|
|
2710
2757
|
'content_type': [
|
|
2711
2758
|
'application/json'
|
|
@@ -2713,22 +2760,22 @@ class CampaignApi(object):
|
|
|
2713
2760
|
},
|
|
2714
2761
|
api_client=api_client
|
|
2715
2762
|
)
|
|
2716
|
-
self.
|
|
2763
|
+
self.post_api202301_external_account_campaigns_by_account_id_endpoint = _Endpoint(
|
|
2717
2764
|
settings={
|
|
2718
|
-
'response_type': (
|
|
2765
|
+
'response_type': (JsonApiSingleResponseOfCampaignV202301,),
|
|
2719
2766
|
'auth': [
|
|
2720
2767
|
'oauth',
|
|
2721
2768
|
'oauth'
|
|
2722
2769
|
],
|
|
2723
|
-
'endpoint_path': '/2024-
|
|
2724
|
-
'operation_id': '
|
|
2770
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/campaigns',
|
|
2771
|
+
'operation_id': 'post_api202301_external_account_campaigns_by_account_id',
|
|
2725
2772
|
'http_method': 'POST',
|
|
2726
2773
|
'servers': None,
|
|
2727
2774
|
},
|
|
2728
2775
|
params_map={
|
|
2729
2776
|
'all': [
|
|
2730
2777
|
'account_id',
|
|
2731
|
-
'
|
|
2778
|
+
'post_campaign_v202301',
|
|
2732
2779
|
],
|
|
2733
2780
|
'required': [
|
|
2734
2781
|
'account_id',
|
|
@@ -2748,47 +2795,45 @@ class CampaignApi(object):
|
|
|
2748
2795
|
'openapi_types': {
|
|
2749
2796
|
'account_id':
|
|
2750
2797
|
(str,),
|
|
2751
|
-
'
|
|
2752
|
-
(
|
|
2798
|
+
'post_campaign_v202301':
|
|
2799
|
+
(PostCampaignV202301,),
|
|
2753
2800
|
},
|
|
2754
2801
|
'attribute_map': {
|
|
2755
2802
|
'account_id': 'account-id',
|
|
2756
|
-
'creative_ids': 'creative-ids',
|
|
2757
2803
|
},
|
|
2758
2804
|
'location_map': {
|
|
2759
2805
|
'account_id': 'path',
|
|
2760
|
-
'
|
|
2806
|
+
'post_campaign_v202301': 'body',
|
|
2761
2807
|
},
|
|
2762
2808
|
'collection_format_map': {
|
|
2763
|
-
'creative_ids': 'multi',
|
|
2764
2809
|
}
|
|
2765
2810
|
},
|
|
2766
2811
|
headers_map={
|
|
2767
2812
|
'accept': [
|
|
2768
|
-
'
|
|
2769
|
-
'application/json',
|
|
2770
|
-
'text/json'
|
|
2813
|
+
'application/json'
|
|
2771
2814
|
],
|
|
2772
|
-
'content_type': [
|
|
2815
|
+
'content_type': [
|
|
2816
|
+
'application/json'
|
|
2817
|
+
]
|
|
2773
2818
|
},
|
|
2774
2819
|
api_client=api_client
|
|
2775
2820
|
)
|
|
2776
|
-
self.
|
|
2821
|
+
self.post_api_v1_external_account_catalogs_by_account_id_endpoint = _Endpoint(
|
|
2777
2822
|
settings={
|
|
2778
|
-
'response_type': (
|
|
2823
|
+
'response_type': (JsonApiSingleResponseOfCatalogStatus,),
|
|
2779
2824
|
'auth': [
|
|
2780
2825
|
'oauth',
|
|
2781
2826
|
'oauth'
|
|
2782
2827
|
],
|
|
2783
|
-
'endpoint_path': '/2024-
|
|
2784
|
-
'operation_id': '
|
|
2828
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{accountId}/catalogs',
|
|
2829
|
+
'operation_id': 'post_api_v1_external_account_catalogs_by_account_id',
|
|
2785
2830
|
'http_method': 'POST',
|
|
2786
2831
|
'servers': None,
|
|
2787
2832
|
},
|
|
2788
2833
|
params_map={
|
|
2789
2834
|
'all': [
|
|
2790
2835
|
'account_id',
|
|
2791
|
-
'
|
|
2836
|
+
'json_api_request_of_catalog_request',
|
|
2792
2837
|
],
|
|
2793
2838
|
'required': [
|
|
2794
2839
|
'account_id',
|
|
@@ -2808,15 +2853,15 @@ class CampaignApi(object):
|
|
|
2808
2853
|
'openapi_types': {
|
|
2809
2854
|
'account_id':
|
|
2810
2855
|
(str,),
|
|
2811
|
-
'
|
|
2812
|
-
(
|
|
2856
|
+
'json_api_request_of_catalog_request':
|
|
2857
|
+
(JsonApiRequestOfCatalogRequest,),
|
|
2813
2858
|
},
|
|
2814
2859
|
'attribute_map': {
|
|
2815
|
-
'account_id': '
|
|
2860
|
+
'account_id': 'accountId',
|
|
2816
2861
|
},
|
|
2817
2862
|
'location_map': {
|
|
2818
2863
|
'account_id': 'path',
|
|
2819
|
-
'
|
|
2864
|
+
'json_api_request_of_catalog_request': 'body',
|
|
2820
2865
|
},
|
|
2821
2866
|
'collection_format_map': {
|
|
2822
2867
|
}
|
|
@@ -2831,22 +2876,22 @@ class CampaignApi(object):
|
|
|
2831
2876
|
},
|
|
2832
2877
|
api_client=api_client
|
|
2833
2878
|
)
|
|
2834
|
-
self.
|
|
2879
|
+
self.post_api_v2_external_account_creatives_search_by_account_id_endpoint = _Endpoint(
|
|
2835
2880
|
settings={
|
|
2836
|
-
'response_type': (
|
|
2881
|
+
'response_type': (CreativeV2ListResponse,),
|
|
2837
2882
|
'auth': [
|
|
2838
2883
|
'oauth',
|
|
2839
2884
|
'oauth'
|
|
2840
2885
|
],
|
|
2841
|
-
'endpoint_path': '/2024-
|
|
2842
|
-
'operation_id': '
|
|
2886
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/creatives/search',
|
|
2887
|
+
'operation_id': 'post_api_v2_external_account_creatives_search_by_account_id',
|
|
2843
2888
|
'http_method': 'POST',
|
|
2844
2889
|
'servers': None,
|
|
2845
2890
|
},
|
|
2846
2891
|
params_map={
|
|
2847
2892
|
'all': [
|
|
2848
2893
|
'account_id',
|
|
2849
|
-
'
|
|
2894
|
+
'creative_ids',
|
|
2850
2895
|
],
|
|
2851
2896
|
'required': [
|
|
2852
2897
|
'account_id',
|
|
@@ -2866,26 +2911,28 @@ class CampaignApi(object):
|
|
|
2866
2911
|
'openapi_types': {
|
|
2867
2912
|
'account_id':
|
|
2868
2913
|
(str,),
|
|
2869
|
-
'
|
|
2870
|
-
(
|
|
2914
|
+
'creative_ids':
|
|
2915
|
+
([str],),
|
|
2871
2916
|
},
|
|
2872
2917
|
'attribute_map': {
|
|
2873
|
-
'account_id': '
|
|
2918
|
+
'account_id': 'account-id',
|
|
2919
|
+
'creative_ids': 'creative-ids',
|
|
2874
2920
|
},
|
|
2875
2921
|
'location_map': {
|
|
2876
2922
|
'account_id': 'path',
|
|
2877
|
-
'
|
|
2923
|
+
'creative_ids': 'query',
|
|
2878
2924
|
},
|
|
2879
2925
|
'collection_format_map': {
|
|
2926
|
+
'creative_ids': 'multi',
|
|
2880
2927
|
}
|
|
2881
2928
|
},
|
|
2882
2929
|
headers_map={
|
|
2883
2930
|
'accept': [
|
|
2884
|
-
'
|
|
2931
|
+
'text/plain',
|
|
2932
|
+
'application/json',
|
|
2933
|
+
'text/json'
|
|
2885
2934
|
],
|
|
2886
|
-
'content_type': [
|
|
2887
|
-
'application/json'
|
|
2888
|
-
]
|
|
2935
|
+
'content_type': [],
|
|
2889
2936
|
},
|
|
2890
2937
|
api_client=api_client
|
|
2891
2938
|
)
|
|
@@ -2896,7 +2943,7 @@ class CampaignApi(object):
|
|
|
2896
2943
|
'oauth',
|
|
2897
2944
|
'oauth'
|
|
2898
2945
|
],
|
|
2899
|
-
'endpoint_path': '/2024-
|
|
2946
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaign-id}/auction-line-items',
|
|
2900
2947
|
'operation_id': 'post_api_v2_external_campaign_auction_line_items_by_campaign_id',
|
|
2901
2948
|
'http_method': 'POST',
|
|
2902
2949
|
'servers': None,
|
|
@@ -2949,12 +2996,12 @@ class CampaignApi(object):
|
|
|
2949
2996
|
)
|
|
2950
2997
|
self.put_api202110_external_preferred_line_item_by_line_item_id_endpoint = _Endpoint(
|
|
2951
2998
|
settings={
|
|
2952
|
-
'response_type': (
|
|
2999
|
+
'response_type': (PreferredLineItemV2Response,),
|
|
2953
3000
|
'auth': [
|
|
2954
3001
|
'oauth',
|
|
2955
3002
|
'oauth'
|
|
2956
3003
|
],
|
|
2957
|
-
'endpoint_path': '/2024-
|
|
3004
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}',
|
|
2958
3005
|
'operation_id': 'put_api202110_external_preferred_line_item_by_line_item_id',
|
|
2959
3006
|
'http_method': 'PUT',
|
|
2960
3007
|
'servers': None,
|
|
@@ -2962,10 +3009,11 @@ class CampaignApi(object):
|
|
|
2962
3009
|
params_map={
|
|
2963
3010
|
'all': [
|
|
2964
3011
|
'line_item_id',
|
|
2965
|
-
'
|
|
3012
|
+
'preferred_line_item_update_model_v2_request',
|
|
2966
3013
|
],
|
|
2967
3014
|
'required': [
|
|
2968
3015
|
'line_item_id',
|
|
3016
|
+
'preferred_line_item_update_model_v2_request',
|
|
2969
3017
|
],
|
|
2970
3018
|
'nullable': [
|
|
2971
3019
|
],
|
|
@@ -2982,15 +3030,15 @@ class CampaignApi(object):
|
|
|
2982
3030
|
'openapi_types': {
|
|
2983
3031
|
'line_item_id':
|
|
2984
3032
|
(str,),
|
|
2985
|
-
'
|
|
2986
|
-
(
|
|
3033
|
+
'preferred_line_item_update_model_v2_request':
|
|
3034
|
+
(PreferredLineItemUpdateModelV2Request,),
|
|
2987
3035
|
},
|
|
2988
3036
|
'attribute_map': {
|
|
2989
3037
|
'line_item_id': 'line-item-id',
|
|
2990
3038
|
},
|
|
2991
3039
|
'location_map': {
|
|
2992
3040
|
'line_item_id': 'path',
|
|
2993
|
-
'
|
|
3041
|
+
'preferred_line_item_update_model_v2_request': 'body',
|
|
2994
3042
|
},
|
|
2995
3043
|
'collection_format_map': {
|
|
2996
3044
|
}
|
|
@@ -3012,7 +3060,7 @@ class CampaignApi(object):
|
|
|
3012
3060
|
'oauth',
|
|
3013
3061
|
'oauth'
|
|
3014
3062
|
],
|
|
3015
|
-
'endpoint_path': '/2024-
|
|
3063
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket',
|
|
3016
3064
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id',
|
|
3017
3065
|
'http_method': 'PUT',
|
|
3018
3066
|
'servers': None,
|
|
@@ -3070,7 +3118,7 @@ class CampaignApi(object):
|
|
|
3070
3118
|
'oauth',
|
|
3071
3119
|
'oauth'
|
|
3072
3120
|
],
|
|
3073
|
-
'endpoint_path': '/2024-
|
|
3121
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/audiences',
|
|
3074
3122
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id',
|
|
3075
3123
|
'http_method': 'PUT',
|
|
3076
3124
|
'servers': None,
|
|
@@ -3128,7 +3176,7 @@ class CampaignApi(object):
|
|
|
3128
3176
|
'oauth',
|
|
3129
3177
|
'oauth'
|
|
3130
3178
|
],
|
|
3131
|
-
'endpoint_path': '/2024-
|
|
3179
|
+
'endpoint_path': '/2024-10/retail-media/preferred-line-items/{line-item-id}/targeting/stores',
|
|
3132
3180
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_stores_by_line_item_id',
|
|
3133
3181
|
'http_method': 'PUT',
|
|
3134
3182
|
'servers': None,
|
|
@@ -3186,7 +3234,7 @@ class CampaignApi(object):
|
|
|
3186
3234
|
'oauth',
|
|
3187
3235
|
'oauth'
|
|
3188
3236
|
],
|
|
3189
|
-
'endpoint_path': '/2024-
|
|
3237
|
+
'endpoint_path': '/2024-10/retail-media/accounts/{account-id}/creatives/{creative-id}',
|
|
3190
3238
|
'operation_id': 'put_api202210_external_account_by_account_id_creativescreative_id',
|
|
3191
3239
|
'http_method': 'PUT',
|
|
3192
3240
|
'servers': None,
|
|
@@ -3235,9 +3283,7 @@ class CampaignApi(object):
|
|
|
3235
3283
|
},
|
|
3236
3284
|
headers_map={
|
|
3237
3285
|
'accept': [
|
|
3238
|
-
'
|
|
3239
|
-
'application/json',
|
|
3240
|
-
'text/json'
|
|
3286
|
+
'application/json'
|
|
3241
3287
|
],
|
|
3242
3288
|
'content_type': [
|
|
3243
3289
|
'application/json'
|
|
@@ -3252,7 +3298,7 @@ class CampaignApi(object):
|
|
|
3252
3298
|
'oauth',
|
|
3253
3299
|
'oauth'
|
|
3254
3300
|
],
|
|
3255
|
-
'endpoint_path': '/2024-
|
|
3301
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaignId}',
|
|
3256
3302
|
'operation_id': 'put_api202301_external_campaign_by_campaign_id',
|
|
3257
3303
|
'http_method': 'PUT',
|
|
3258
3304
|
'servers': None,
|
|
@@ -3303,22 +3349,22 @@ class CampaignApi(object):
|
|
|
3303
3349
|
},
|
|
3304
3350
|
api_client=api_client
|
|
3305
3351
|
)
|
|
3306
|
-
self.
|
|
3352
|
+
self.put_api_v2_external_auction_line_item_by_line_item_id_endpoint = _Endpoint(
|
|
3307
3353
|
settings={
|
|
3308
|
-
'response_type': (
|
|
3354
|
+
'response_type': (AuctionLineItemResponse,),
|
|
3309
3355
|
'auth': [
|
|
3310
3356
|
'oauth',
|
|
3311
3357
|
'oauth'
|
|
3312
3358
|
],
|
|
3313
|
-
'endpoint_path': '/2024-
|
|
3314
|
-
'operation_id': '
|
|
3359
|
+
'endpoint_path': '/2024-10/retail-media/auction-line-items/{line-item-id}',
|
|
3360
|
+
'operation_id': 'put_api_v2_external_auction_line_item_by_line_item_id',
|
|
3315
3361
|
'http_method': 'PUT',
|
|
3316
3362
|
'servers': None,
|
|
3317
3363
|
},
|
|
3318
3364
|
params_map={
|
|
3319
3365
|
'all': [
|
|
3320
3366
|
'line_item_id',
|
|
3321
|
-
'
|
|
3367
|
+
'auction_line_item_update_model_request',
|
|
3322
3368
|
],
|
|
3323
3369
|
'required': [
|
|
3324
3370
|
'line_item_id',
|
|
@@ -3338,24 +3384,22 @@ class CampaignApi(object):
|
|
|
3338
3384
|
'openapi_types': {
|
|
3339
3385
|
'line_item_id':
|
|
3340
3386
|
(str,),
|
|
3341
|
-
'
|
|
3342
|
-
(
|
|
3387
|
+
'auction_line_item_update_model_request':
|
|
3388
|
+
(AuctionLineItemUpdateModelRequest,),
|
|
3343
3389
|
},
|
|
3344
3390
|
'attribute_map': {
|
|
3345
3391
|
'line_item_id': 'line-item-id',
|
|
3346
3392
|
},
|
|
3347
3393
|
'location_map': {
|
|
3348
3394
|
'line_item_id': 'path',
|
|
3349
|
-
'
|
|
3395
|
+
'auction_line_item_update_model_request': 'body',
|
|
3350
3396
|
},
|
|
3351
3397
|
'collection_format_map': {
|
|
3352
3398
|
}
|
|
3353
3399
|
},
|
|
3354
3400
|
headers_map={
|
|
3355
3401
|
'accept': [
|
|
3356
|
-
'
|
|
3357
|
-
'application/json',
|
|
3358
|
-
'text/json'
|
|
3402
|
+
'application/json'
|
|
3359
3403
|
],
|
|
3360
3404
|
'content_type': [
|
|
3361
3405
|
'application/json'
|
|
@@ -3363,22 +3407,22 @@ class CampaignApi(object):
|
|
|
3363
3407
|
},
|
|
3364
3408
|
api_client=api_client
|
|
3365
3409
|
)
|
|
3366
|
-
self.
|
|
3410
|
+
self.put_api_v2_external_line_item_bid_multipliers_by_line_item_id_endpoint = _Endpoint(
|
|
3367
3411
|
settings={
|
|
3368
|
-
'response_type': (
|
|
3412
|
+
'response_type': (LineItemBidMultipliersV2Response,),
|
|
3369
3413
|
'auth': [
|
|
3370
3414
|
'oauth',
|
|
3371
3415
|
'oauth'
|
|
3372
3416
|
],
|
|
3373
|
-
'endpoint_path': '/2024-
|
|
3374
|
-
'operation_id': '
|
|
3417
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/bid-multipliers',
|
|
3418
|
+
'operation_id': 'put_api_v2_external_line_item_bid_multipliers_by_line_item_id',
|
|
3375
3419
|
'http_method': 'PUT',
|
|
3376
3420
|
'servers': None,
|
|
3377
3421
|
},
|
|
3378
3422
|
params_map={
|
|
3379
3423
|
'all': [
|
|
3380
3424
|
'line_item_id',
|
|
3381
|
-
'
|
|
3425
|
+
'line_item_bid_multipliers_v2_request',
|
|
3382
3426
|
],
|
|
3383
3427
|
'required': [
|
|
3384
3428
|
'line_item_id',
|
|
@@ -3398,22 +3442,24 @@ class CampaignApi(object):
|
|
|
3398
3442
|
'openapi_types': {
|
|
3399
3443
|
'line_item_id':
|
|
3400
3444
|
(str,),
|
|
3401
|
-
'
|
|
3402
|
-
(
|
|
3445
|
+
'line_item_bid_multipliers_v2_request':
|
|
3446
|
+
(LineItemBidMultipliersV2Request,),
|
|
3403
3447
|
},
|
|
3404
3448
|
'attribute_map': {
|
|
3405
3449
|
'line_item_id': 'line-item-id',
|
|
3406
3450
|
},
|
|
3407
3451
|
'location_map': {
|
|
3408
3452
|
'line_item_id': 'path',
|
|
3409
|
-
'
|
|
3453
|
+
'line_item_bid_multipliers_v2_request': 'body',
|
|
3410
3454
|
},
|
|
3411
3455
|
'collection_format_map': {
|
|
3412
3456
|
}
|
|
3413
3457
|
},
|
|
3414
3458
|
headers_map={
|
|
3415
3459
|
'accept': [
|
|
3416
|
-
'
|
|
3460
|
+
'text/plain',
|
|
3461
|
+
'application/json',
|
|
3462
|
+
'text/json'
|
|
3417
3463
|
],
|
|
3418
3464
|
'content_type': [
|
|
3419
3465
|
'application/json'
|
|
@@ -3428,7 +3474,7 @@ class CampaignApi(object):
|
|
|
3428
3474
|
'oauth',
|
|
3429
3475
|
'oauth'
|
|
3430
3476
|
],
|
|
3431
|
-
'endpoint_path': '/2024-
|
|
3477
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{id}/keywords/set-bid',
|
|
3432
3478
|
'operation_id': 'set_keyword_bids',
|
|
3433
3479
|
'http_method': 'POST',
|
|
3434
3480
|
'servers': None,
|
|
@@ -3479,6 +3525,58 @@ class CampaignApi(object):
|
|
|
3479
3525
|
},
|
|
3480
3526
|
api_client=api_client
|
|
3481
3527
|
)
|
|
3528
|
+
self.submit_proposal_endpoint = _Endpoint(
|
|
3529
|
+
settings={
|
|
3530
|
+
'response_type': (ProposalStatusModelResponse,),
|
|
3531
|
+
'auth': [
|
|
3532
|
+
'oauth',
|
|
3533
|
+
'oauth'
|
|
3534
|
+
],
|
|
3535
|
+
'endpoint_path': '/2024-10/retail-media/preferred-deal-line-items/{id}/proposal/submit',
|
|
3536
|
+
'operation_id': 'submit_proposal',
|
|
3537
|
+
'http_method': 'POST',
|
|
3538
|
+
'servers': None,
|
|
3539
|
+
},
|
|
3540
|
+
params_map={
|
|
3541
|
+
'all': [
|
|
3542
|
+
'id',
|
|
3543
|
+
],
|
|
3544
|
+
'required': [
|
|
3545
|
+
'id',
|
|
3546
|
+
],
|
|
3547
|
+
'nullable': [
|
|
3548
|
+
],
|
|
3549
|
+
'enum': [
|
|
3550
|
+
],
|
|
3551
|
+
'validation': [
|
|
3552
|
+
]
|
|
3553
|
+
},
|
|
3554
|
+
root_map={
|
|
3555
|
+
'validations': {
|
|
3556
|
+
},
|
|
3557
|
+
'allowed_values': {
|
|
3558
|
+
},
|
|
3559
|
+
'openapi_types': {
|
|
3560
|
+
'id':
|
|
3561
|
+
(str,),
|
|
3562
|
+
},
|
|
3563
|
+
'attribute_map': {
|
|
3564
|
+
'id': 'id',
|
|
3565
|
+
},
|
|
3566
|
+
'location_map': {
|
|
3567
|
+
'id': 'path',
|
|
3568
|
+
},
|
|
3569
|
+
'collection_format_map': {
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
headers_map={
|
|
3573
|
+
'accept': [
|
|
3574
|
+
'application/json'
|
|
3575
|
+
],
|
|
3576
|
+
'content_type': [],
|
|
3577
|
+
},
|
|
3578
|
+
api_client=api_client
|
|
3579
|
+
)
|
|
3482
3580
|
self.unpause_promoted_products_endpoint = _Endpoint(
|
|
3483
3581
|
settings={
|
|
3484
3582
|
'response_type': None,
|
|
@@ -3486,7 +3584,7 @@ class CampaignApi(object):
|
|
|
3486
3584
|
'oauth',
|
|
3487
3585
|
'oauth'
|
|
3488
3586
|
],
|
|
3489
|
-
'endpoint_path': '/2024-
|
|
3587
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{line-item-id}/products/unpause',
|
|
3490
3588
|
'operation_id': 'unpause_promoted_products',
|
|
3491
3589
|
'http_method': 'POST',
|
|
3492
3590
|
'servers': None,
|
|
@@ -3544,7 +3642,7 @@ class CampaignApi(object):
|
|
|
3544
3642
|
'oauth',
|
|
3545
3643
|
'oauth'
|
|
3546
3644
|
],
|
|
3547
|
-
'endpoint_path': '/2024-
|
|
3645
|
+
'endpoint_path': '/2024-10/retail-media/campaigns/{campaignId}/campaign-budget-overrides',
|
|
3548
3646
|
'operation_id': 'update_campaign_budget_overrides',
|
|
3549
3647
|
'http_method': 'PUT',
|
|
3550
3648
|
'servers': None,
|
|
@@ -3605,7 +3703,7 @@ class CampaignApi(object):
|
|
|
3605
3703
|
'oauth',
|
|
3606
3704
|
'oauth'
|
|
3607
3705
|
],
|
|
3608
|
-
'endpoint_path': '/2024-
|
|
3706
|
+
'endpoint_path': '/2024-10/retail-media/line-items/{lineItemId}/line-item-budget-overrides',
|
|
3609
3707
|
'operation_id': 'update_line_item_budget_overrides',
|
|
3610
3708
|
'http_method': 'PUT',
|
|
3611
3709
|
'servers': None,
|
|
@@ -4164,105 +4262,22 @@ class CampaignApi(object):
|
|
|
4164
4262
|
line_item_id
|
|
4165
4263
|
return self.fetch_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
4166
4264
|
|
|
4167
|
-
def
|
|
4168
|
-
self,
|
|
4169
|
-
account_id,
|
|
4170
|
-
**kwargs
|
|
4171
|
-
):
|
|
4172
|
-
"""get_api202110_external_account_creatives_by_account_id # noqa: E501
|
|
4173
|
-
|
|
4174
|
-
Get account creatives # noqa: E501
|
|
4175
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
4176
|
-
asynchronous HTTP request, please pass async_req=True
|
|
4177
|
-
|
|
4178
|
-
>>> thread = api.get_api202110_external_account_creatives_by_account_id(account_id, async_req=True)
|
|
4179
|
-
>>> result = thread.get()
|
|
4180
|
-
|
|
4181
|
-
Args:
|
|
4182
|
-
account_id (str): External account id to retrieve creatives for
|
|
4183
|
-
|
|
4184
|
-
Keyword Args:
|
|
4185
|
-
_return_http_data_only (bool): response data without head status
|
|
4186
|
-
code and headers. Default is True.
|
|
4187
|
-
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
4188
|
-
will be returned without reading/decoding response data.
|
|
4189
|
-
Default is True.
|
|
4190
|
-
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
4191
|
-
one number provided, it will be total request timeout. It can also
|
|
4192
|
-
be a pair (tuple) of (connection, read) timeouts.
|
|
4193
|
-
Default is None.
|
|
4194
|
-
_check_input_type (bool): specifies if type checking
|
|
4195
|
-
should be done one the data sent to the server.
|
|
4196
|
-
Default is True.
|
|
4197
|
-
_check_return_type (bool): specifies if type checking
|
|
4198
|
-
should be done one the data received from the server.
|
|
4199
|
-
Default is True.
|
|
4200
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
4201
|
-
are serialized names, as specified in the OpenAPI document.
|
|
4202
|
-
False if the variable names in the input data
|
|
4203
|
-
are pythonic names, e.g. snake case (default)
|
|
4204
|
-
_content_type (str/None): force body content-type.
|
|
4205
|
-
Default is None and content-type will be predicted by allowed
|
|
4206
|
-
content-types and body.
|
|
4207
|
-
_host_index (int/None): specifies the index of the server
|
|
4208
|
-
that we want to use.
|
|
4209
|
-
Default is read from the configuration.
|
|
4210
|
-
_request_auths (list): set to override the auth_settings for an a single
|
|
4211
|
-
request; this effectively ignores the authentication
|
|
4212
|
-
in the spec for a single request.
|
|
4213
|
-
Default is None
|
|
4214
|
-
async_req (bool): execute request asynchronously
|
|
4215
|
-
|
|
4216
|
-
Returns:
|
|
4217
|
-
Creative202110ListResponse
|
|
4218
|
-
If the method is called asynchronously, returns the request
|
|
4219
|
-
thread.
|
|
4220
|
-
"""
|
|
4221
|
-
kwargs['async_req'] = kwargs.get(
|
|
4222
|
-
'async_req', False
|
|
4223
|
-
)
|
|
4224
|
-
kwargs['_return_http_data_only'] = kwargs.get(
|
|
4225
|
-
'_return_http_data_only', True
|
|
4226
|
-
)
|
|
4227
|
-
kwargs['_preload_content'] = kwargs.get(
|
|
4228
|
-
'_preload_content', True
|
|
4229
|
-
)
|
|
4230
|
-
kwargs['_request_timeout'] = kwargs.get(
|
|
4231
|
-
'_request_timeout', None
|
|
4232
|
-
)
|
|
4233
|
-
kwargs['_check_input_type'] = kwargs.get(
|
|
4234
|
-
'_check_input_type', True
|
|
4235
|
-
)
|
|
4236
|
-
kwargs['_check_return_type'] = kwargs.get(
|
|
4237
|
-
'_check_return_type', True
|
|
4238
|
-
)
|
|
4239
|
-
kwargs['_spec_property_naming'] = kwargs.get(
|
|
4240
|
-
'_spec_property_naming', False
|
|
4241
|
-
)
|
|
4242
|
-
kwargs['_content_type'] = kwargs.get(
|
|
4243
|
-
'_content_type')
|
|
4244
|
-
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4245
|
-
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4246
|
-
kwargs['account_id'] = \
|
|
4247
|
-
account_id
|
|
4248
|
-
return self.get_api202110_external_account_creatives_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
4249
|
-
|
|
4250
|
-
def get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id(
|
|
4265
|
+
def fetch_proposal(
|
|
4251
4266
|
self,
|
|
4252
|
-
|
|
4267
|
+
id,
|
|
4253
4268
|
**kwargs
|
|
4254
4269
|
):
|
|
4255
|
-
"""
|
|
4270
|
+
"""fetch_proposal # noqa: E501
|
|
4256
4271
|
|
|
4257
|
-
|
|
4272
|
+
Includes the state of the proposal, the status of the booking and approval, as well as any comments explaining why it might have been rejected. # noqa: E501
|
|
4258
4273
|
This method makes a synchronous HTTP request by default. To make an
|
|
4259
4274
|
asynchronous HTTP request, please pass async_req=True
|
|
4260
4275
|
|
|
4261
|
-
>>> thread = api.
|
|
4276
|
+
>>> thread = api.fetch_proposal(id, async_req=True)
|
|
4262
4277
|
>>> result = thread.get()
|
|
4263
4278
|
|
|
4264
4279
|
Args:
|
|
4265
|
-
|
|
4280
|
+
id (str): ID of the line item
|
|
4266
4281
|
|
|
4267
4282
|
Keyword Args:
|
|
4268
4283
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4297,7 +4312,7 @@ class CampaignApi(object):
|
|
|
4297
4312
|
async_req (bool): execute request asynchronously
|
|
4298
4313
|
|
|
4299
4314
|
Returns:
|
|
4300
|
-
|
|
4315
|
+
ProposalStatusModelResponse
|
|
4301
4316
|
If the method is called asynchronously, returns the request
|
|
4302
4317
|
thread.
|
|
4303
4318
|
"""
|
|
@@ -4326,31 +4341,28 @@ class CampaignApi(object):
|
|
|
4326
4341
|
'_content_type')
|
|
4327
4342
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4328
4343
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4329
|
-
kwargs['
|
|
4330
|
-
|
|
4331
|
-
return self.
|
|
4344
|
+
kwargs['id'] = \
|
|
4345
|
+
id
|
|
4346
|
+
return self.fetch_proposal_endpoint.call_with_http_info(**kwargs)
|
|
4332
4347
|
|
|
4333
|
-
def
|
|
4348
|
+
def get_api202110_external_account_creatives_by_account_id(
|
|
4334
4349
|
self,
|
|
4335
|
-
|
|
4350
|
+
account_id,
|
|
4336
4351
|
**kwargs
|
|
4337
4352
|
):
|
|
4338
|
-
"""
|
|
4353
|
+
"""get_api202110_external_account_creatives_by_account_id # noqa: E501
|
|
4339
4354
|
|
|
4340
|
-
|
|
4355
|
+
Get account creatives # noqa: E501
|
|
4341
4356
|
This method makes a synchronous HTTP request by default. To make an
|
|
4342
4357
|
asynchronous HTTP request, please pass async_req=True
|
|
4343
4358
|
|
|
4344
|
-
>>> thread = api.
|
|
4359
|
+
>>> thread = api.get_api202110_external_account_creatives_by_account_id(account_id, async_req=True)
|
|
4345
4360
|
>>> result = thread.get()
|
|
4346
4361
|
|
|
4347
4362
|
Args:
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
Keyword Args:
|
|
4351
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
4352
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
4353
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
4363
|
+
account_id (str): External account id to retrieve creatives for
|
|
4364
|
+
|
|
4365
|
+
Keyword Args:
|
|
4354
4366
|
_return_http_data_only (bool): response data without head status
|
|
4355
4367
|
code and headers. Default is True.
|
|
4356
4368
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4383,7 +4395,7 @@ class CampaignApi(object):
|
|
|
4383
4395
|
async_req (bool): execute request asynchronously
|
|
4384
4396
|
|
|
4385
4397
|
Returns:
|
|
4386
|
-
|
|
4398
|
+
Creative202110ListResponse
|
|
4387
4399
|
If the method is called asynchronously, returns the request
|
|
4388
4400
|
thread.
|
|
4389
4401
|
"""
|
|
@@ -4412,26 +4424,26 @@ class CampaignApi(object):
|
|
|
4412
4424
|
'_content_type')
|
|
4413
4425
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4414
4426
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4415
|
-
kwargs['
|
|
4416
|
-
|
|
4417
|
-
return self.
|
|
4427
|
+
kwargs['account_id'] = \
|
|
4428
|
+
account_id
|
|
4429
|
+
return self.get_api202110_external_account_creatives_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
4418
4430
|
|
|
4419
|
-
def
|
|
4431
|
+
def get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id(
|
|
4420
4432
|
self,
|
|
4421
4433
|
line_item_id,
|
|
4422
4434
|
**kwargs
|
|
4423
4435
|
):
|
|
4424
|
-
"""
|
|
4436
|
+
"""get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id # noqa: E501
|
|
4425
4437
|
|
|
4426
|
-
|
|
4438
|
+
This endpoint gets the keyword target on the specified line item. # noqa: E501
|
|
4427
4439
|
This method makes a synchronous HTTP request by default. To make an
|
|
4428
4440
|
asynchronous HTTP request, please pass async_req=True
|
|
4429
4441
|
|
|
4430
|
-
>>> thread = api.
|
|
4442
|
+
>>> thread = api.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id(line_item_id, async_req=True)
|
|
4431
4443
|
>>> result = thread.get()
|
|
4432
4444
|
|
|
4433
4445
|
Args:
|
|
4434
|
-
line_item_id (str): The
|
|
4446
|
+
line_item_id (str): The line item to interact with
|
|
4435
4447
|
|
|
4436
4448
|
Keyword Args:
|
|
4437
4449
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4466,7 +4478,7 @@ class CampaignApi(object):
|
|
|
4466
4478
|
async_req (bool): execute request asynchronously
|
|
4467
4479
|
|
|
4468
4480
|
Returns:
|
|
4469
|
-
|
|
4481
|
+
KeywordTarget202110Response
|
|
4470
4482
|
If the method is called asynchronously, returns the request
|
|
4471
4483
|
thread.
|
|
4472
4484
|
"""
|
|
@@ -4497,7 +4509,7 @@ class CampaignApi(object):
|
|
|
4497
4509
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4498
4510
|
kwargs['line_item_id'] = \
|
|
4499
4511
|
line_item_id
|
|
4500
|
-
return self.
|
|
4512
|
+
return self.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4501
4513
|
|
|
4502
4514
|
def get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id(
|
|
4503
4515
|
self,
|
|
@@ -5166,26 +5178,27 @@ class CampaignApi(object):
|
|
|
5166
5178
|
retailer_id
|
|
5167
5179
|
return self.get_api202207_external_retailer_templates_by_retailer_id_endpoint.call_with_http_info(**kwargs)
|
|
5168
5180
|
|
|
5169
|
-
def
|
|
5181
|
+
def get_api202301_external_account_campaigns_by_account_id(
|
|
5170
5182
|
self,
|
|
5171
5183
|
account_id,
|
|
5172
|
-
creative_id,
|
|
5173
5184
|
**kwargs
|
|
5174
5185
|
):
|
|
5175
|
-
"""
|
|
5186
|
+
"""get_api202301_external_account_campaigns_by_account_id # noqa: E501
|
|
5176
5187
|
|
|
5177
|
-
Get the
|
|
5188
|
+
Get all the editable and creatable campaign attributes including all types of budgets for each campaigns in relation to the account id, limited by the campaign ids. # noqa: E501
|
|
5178
5189
|
This method makes a synchronous HTTP request by default. To make an
|
|
5179
5190
|
asynchronous HTTP request, please pass async_req=True
|
|
5180
5191
|
|
|
5181
|
-
>>> thread = api.
|
|
5192
|
+
>>> thread = api.get_api202301_external_account_campaigns_by_account_id(account_id, async_req=True)
|
|
5182
5193
|
>>> result = thread.get()
|
|
5183
5194
|
|
|
5184
5195
|
Args:
|
|
5185
|
-
account_id (str):
|
|
5186
|
-
creative_id (str): Creative to get
|
|
5196
|
+
account_id (str): The account to request the campaign for.
|
|
5187
5197
|
|
|
5188
5198
|
Keyword Args:
|
|
5199
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5200
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional] if omitted the server will use the default value of 0
|
|
5201
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional] if omitted the server will use the default value of 25
|
|
5189
5202
|
_return_http_data_only (bool): response data without head status
|
|
5190
5203
|
code and headers. Default is True.
|
|
5191
5204
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5218,7 +5231,7 @@ class CampaignApi(object):
|
|
|
5218
5231
|
async_req (bool): execute request asynchronously
|
|
5219
5232
|
|
|
5220
5233
|
Returns:
|
|
5221
|
-
|
|
5234
|
+
JsonApiPageResponseOfCampaignV202301
|
|
5222
5235
|
If the method is called asynchronously, returns the request
|
|
5223
5236
|
thread.
|
|
5224
5237
|
"""
|
|
@@ -5249,26 +5262,107 @@ class CampaignApi(object):
|
|
|
5249
5262
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5250
5263
|
kwargs['account_id'] = \
|
|
5251
5264
|
account_id
|
|
5252
|
-
kwargs
|
|
5253
|
-
creative_id
|
|
5254
|
-
return self.get_api202210_external_account_by_account_id_creativescreative_id_endpoint.call_with_http_info(**kwargs)
|
|
5265
|
+
return self.get_api202301_external_account_campaigns_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5255
5266
|
|
|
5256
|
-
def
|
|
5267
|
+
def get_api202301_external_campaign_by_campaign_id(
|
|
5268
|
+
self,
|
|
5269
|
+
campaign_id,
|
|
5270
|
+
**kwargs
|
|
5271
|
+
):
|
|
5272
|
+
"""get_api202301_external_campaign_by_campaign_id # noqa: E501
|
|
5273
|
+
|
|
5274
|
+
Get all the editable and creatable campaign attributes including all types of budgets given the campaign id # noqa: E501
|
|
5275
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
5276
|
+
asynchronous HTTP request, please pass async_req=True
|
|
5277
|
+
|
|
5278
|
+
>>> thread = api.get_api202301_external_campaign_by_campaign_id(campaign_id, async_req=True)
|
|
5279
|
+
>>> result = thread.get()
|
|
5280
|
+
|
|
5281
|
+
Args:
|
|
5282
|
+
campaign_id (str): Campaign Id of the campaign detail
|
|
5283
|
+
|
|
5284
|
+
Keyword Args:
|
|
5285
|
+
_return_http_data_only (bool): response data without head status
|
|
5286
|
+
code and headers. Default is True.
|
|
5287
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
5288
|
+
will be returned without reading/decoding response data.
|
|
5289
|
+
Default is True.
|
|
5290
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
5291
|
+
one number provided, it will be total request timeout. It can also
|
|
5292
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
5293
|
+
Default is None.
|
|
5294
|
+
_check_input_type (bool): specifies if type checking
|
|
5295
|
+
should be done one the data sent to the server.
|
|
5296
|
+
Default is True.
|
|
5297
|
+
_check_return_type (bool): specifies if type checking
|
|
5298
|
+
should be done one the data received from the server.
|
|
5299
|
+
Default is True.
|
|
5300
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
5301
|
+
are serialized names, as specified in the OpenAPI document.
|
|
5302
|
+
False if the variable names in the input data
|
|
5303
|
+
are pythonic names, e.g. snake case (default)
|
|
5304
|
+
_content_type (str/None): force body content-type.
|
|
5305
|
+
Default is None and content-type will be predicted by allowed
|
|
5306
|
+
content-types and body.
|
|
5307
|
+
_host_index (int/None): specifies the index of the server
|
|
5308
|
+
that we want to use.
|
|
5309
|
+
Default is read from the configuration.
|
|
5310
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
5311
|
+
request; this effectively ignores the authentication
|
|
5312
|
+
in the spec for a single request.
|
|
5313
|
+
Default is None
|
|
5314
|
+
async_req (bool): execute request asynchronously
|
|
5315
|
+
|
|
5316
|
+
Returns:
|
|
5317
|
+
JsonApiSingleResponseOfCampaignV202301
|
|
5318
|
+
If the method is called asynchronously, returns the request
|
|
5319
|
+
thread.
|
|
5320
|
+
"""
|
|
5321
|
+
kwargs['async_req'] = kwargs.get(
|
|
5322
|
+
'async_req', False
|
|
5323
|
+
)
|
|
5324
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
5325
|
+
'_return_http_data_only', True
|
|
5326
|
+
)
|
|
5327
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
5328
|
+
'_preload_content', True
|
|
5329
|
+
)
|
|
5330
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
5331
|
+
'_request_timeout', None
|
|
5332
|
+
)
|
|
5333
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
5334
|
+
'_check_input_type', True
|
|
5335
|
+
)
|
|
5336
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
5337
|
+
'_check_return_type', True
|
|
5338
|
+
)
|
|
5339
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
5340
|
+
'_spec_property_naming', False
|
|
5341
|
+
)
|
|
5342
|
+
kwargs['_content_type'] = kwargs.get(
|
|
5343
|
+
'_content_type')
|
|
5344
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5345
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5346
|
+
kwargs['campaign_id'] = \
|
|
5347
|
+
campaign_id
|
|
5348
|
+
return self.get_api202301_external_campaign_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
5349
|
+
|
|
5350
|
+
def get_api_v1_external_account_brands_by_account_id(
|
|
5257
5351
|
self,
|
|
5258
5352
|
account_id,
|
|
5259
5353
|
**kwargs
|
|
5260
5354
|
):
|
|
5261
|
-
"""
|
|
5355
|
+
"""get_api_v1_external_account_brands_by_account_id # noqa: E501
|
|
5262
5356
|
|
|
5263
|
-
|
|
5357
|
+
Gets page of retailer objects that are associated with the given account # noqa: E501
|
|
5264
5358
|
This method makes a synchronous HTTP request by default. To make an
|
|
5265
5359
|
asynchronous HTTP request, please pass async_req=True
|
|
5266
5360
|
|
|
5267
|
-
>>> thread = api.
|
|
5361
|
+
>>> thread = api.get_api_v1_external_account_brands_by_account_id(account_id, async_req=True)
|
|
5268
5362
|
>>> result = thread.get()
|
|
5269
5363
|
|
|
5270
5364
|
Args:
|
|
5271
|
-
account_id (str): The account
|
|
5365
|
+
account_id (str): The given account id
|
|
5272
5366
|
|
|
5273
5367
|
Keyword Args:
|
|
5274
5368
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
@@ -5306,7 +5400,7 @@ class CampaignApi(object):
|
|
|
5306
5400
|
async_req (bool): execute request asynchronously
|
|
5307
5401
|
|
|
5308
5402
|
Returns:
|
|
5309
|
-
|
|
5403
|
+
JsonApiPageResponseOfBrand
|
|
5310
5404
|
If the method is called asynchronously, returns the request
|
|
5311
5405
|
thread.
|
|
5312
5406
|
"""
|
|
@@ -5337,26 +5431,29 @@ class CampaignApi(object):
|
|
|
5337
5431
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5338
5432
|
kwargs['account_id'] = \
|
|
5339
5433
|
account_id
|
|
5340
|
-
return self.
|
|
5434
|
+
return self.get_api_v1_external_account_brands_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5341
5435
|
|
|
5342
|
-
def
|
|
5436
|
+
def get_api_v1_external_account_retailers_by_account_id(
|
|
5343
5437
|
self,
|
|
5344
|
-
|
|
5438
|
+
account_id,
|
|
5345
5439
|
**kwargs
|
|
5346
5440
|
):
|
|
5347
|
-
"""
|
|
5441
|
+
"""get_api_v1_external_account_retailers_by_account_id # noqa: E501
|
|
5348
5442
|
|
|
5349
|
-
|
|
5443
|
+
Gets page of retailer objects that are associated with the given account # noqa: E501
|
|
5350
5444
|
This method makes a synchronous HTTP request by default. To make an
|
|
5351
5445
|
asynchronous HTTP request, please pass async_req=True
|
|
5352
5446
|
|
|
5353
|
-
>>> thread = api.
|
|
5447
|
+
>>> thread = api.get_api_v1_external_account_retailers_by_account_id(account_id, async_req=True)
|
|
5354
5448
|
>>> result = thread.get()
|
|
5355
5449
|
|
|
5356
5450
|
Args:
|
|
5357
|
-
|
|
5451
|
+
account_id (str): The given account id
|
|
5358
5452
|
|
|
5359
5453
|
Keyword Args:
|
|
5454
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5455
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional] if omitted the server will use the default value of 0
|
|
5456
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional] if omitted the server will use the default value of 25
|
|
5360
5457
|
_return_http_data_only (bool): response data without head status
|
|
5361
5458
|
code and headers. Default is True.
|
|
5362
5459
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5389,7 +5486,7 @@ class CampaignApi(object):
|
|
|
5389
5486
|
async_req (bool): execute request asynchronously
|
|
5390
5487
|
|
|
5391
5488
|
Returns:
|
|
5392
|
-
|
|
5489
|
+
JsonApiPageResponseOfRetailer
|
|
5393
5490
|
If the method is called asynchronously, returns the request
|
|
5394
5491
|
thread.
|
|
5395
5492
|
"""
|
|
@@ -5418,26 +5515,26 @@ class CampaignApi(object):
|
|
|
5418
5515
|
'_content_type')
|
|
5419
5516
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5420
5517
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5421
|
-
kwargs['
|
|
5422
|
-
|
|
5423
|
-
return self.
|
|
5518
|
+
kwargs['account_id'] = \
|
|
5519
|
+
account_id
|
|
5520
|
+
return self.get_api_v1_external_account_retailers_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5424
5521
|
|
|
5425
|
-
def
|
|
5522
|
+
def get_api_v1_external_catalog_output_by_catalog_id(
|
|
5426
5523
|
self,
|
|
5427
|
-
|
|
5524
|
+
catalog_id,
|
|
5428
5525
|
**kwargs
|
|
5429
5526
|
):
|
|
5430
|
-
"""
|
|
5527
|
+
"""get_api_v1_external_catalog_output_by_catalog_id # noqa: E501
|
|
5431
5528
|
|
|
5432
|
-
|
|
5529
|
+
Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects. # noqa: E501
|
|
5433
5530
|
This method makes a synchronous HTTP request by default. To make an
|
|
5434
5531
|
asynchronous HTTP request, please pass async_req=True
|
|
5435
5532
|
|
|
5436
|
-
>>> thread = api.
|
|
5533
|
+
>>> thread = api.get_api_v1_external_catalog_output_by_catalog_id(catalog_id, async_req=True)
|
|
5437
5534
|
>>> result = thread.get()
|
|
5438
5535
|
|
|
5439
5536
|
Args:
|
|
5440
|
-
|
|
5537
|
+
catalog_id (str): A catalog ID returned from an account catalog request.
|
|
5441
5538
|
|
|
5442
5539
|
Keyword Args:
|
|
5443
5540
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5472,7 +5569,7 @@ class CampaignApi(object):
|
|
|
5472
5569
|
async_req (bool): execute request asynchronously
|
|
5473
5570
|
|
|
5474
5571
|
Returns:
|
|
5475
|
-
|
|
5572
|
+
file_type
|
|
5476
5573
|
If the method is called asynchronously, returns the request
|
|
5477
5574
|
thread.
|
|
5478
5575
|
"""
|
|
@@ -5501,31 +5598,113 @@ class CampaignApi(object):
|
|
|
5501
5598
|
'_content_type')
|
|
5502
5599
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5503
5600
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5504
|
-
kwargs['
|
|
5505
|
-
|
|
5506
|
-
return self.
|
|
5601
|
+
kwargs['catalog_id'] = \
|
|
5602
|
+
catalog_id
|
|
5603
|
+
return self.get_api_v1_external_catalog_output_by_catalog_id_endpoint.call_with_http_info(**kwargs)
|
|
5507
5604
|
|
|
5508
|
-
def
|
|
5605
|
+
def get_api_v1_external_catalog_status_by_catalog_id(
|
|
5606
|
+
self,
|
|
5607
|
+
catalog_id,
|
|
5608
|
+
**kwargs
|
|
5609
|
+
):
|
|
5610
|
+
"""get_api_v1_external_catalog_status_by_catalog_id # noqa: E501
|
|
5611
|
+
|
|
5612
|
+
Check the status of a catalog request. # noqa: E501
|
|
5613
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
5614
|
+
asynchronous HTTP request, please pass async_req=True
|
|
5615
|
+
|
|
5616
|
+
>>> thread = api.get_api_v1_external_catalog_status_by_catalog_id(catalog_id, async_req=True)
|
|
5617
|
+
>>> result = thread.get()
|
|
5618
|
+
|
|
5619
|
+
Args:
|
|
5620
|
+
catalog_id (str): A catalog ID returned from an account catalog request.
|
|
5621
|
+
|
|
5622
|
+
Keyword Args:
|
|
5623
|
+
_return_http_data_only (bool): response data without head status
|
|
5624
|
+
code and headers. Default is True.
|
|
5625
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
5626
|
+
will be returned without reading/decoding response data.
|
|
5627
|
+
Default is True.
|
|
5628
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
5629
|
+
one number provided, it will be total request timeout. It can also
|
|
5630
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
5631
|
+
Default is None.
|
|
5632
|
+
_check_input_type (bool): specifies if type checking
|
|
5633
|
+
should be done one the data sent to the server.
|
|
5634
|
+
Default is True.
|
|
5635
|
+
_check_return_type (bool): specifies if type checking
|
|
5636
|
+
should be done one the data received from the server.
|
|
5637
|
+
Default is True.
|
|
5638
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
5639
|
+
are serialized names, as specified in the OpenAPI document.
|
|
5640
|
+
False if the variable names in the input data
|
|
5641
|
+
are pythonic names, e.g. snake case (default)
|
|
5642
|
+
_content_type (str/None): force body content-type.
|
|
5643
|
+
Default is None and content-type will be predicted by allowed
|
|
5644
|
+
content-types and body.
|
|
5645
|
+
_host_index (int/None): specifies the index of the server
|
|
5646
|
+
that we want to use.
|
|
5647
|
+
Default is read from the configuration.
|
|
5648
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
5649
|
+
request; this effectively ignores the authentication
|
|
5650
|
+
in the spec for a single request.
|
|
5651
|
+
Default is None
|
|
5652
|
+
async_req (bool): execute request asynchronously
|
|
5653
|
+
|
|
5654
|
+
Returns:
|
|
5655
|
+
JsonApiSingleResponseOfCatalogStatus
|
|
5656
|
+
If the method is called asynchronously, returns the request
|
|
5657
|
+
thread.
|
|
5658
|
+
"""
|
|
5659
|
+
kwargs['async_req'] = kwargs.get(
|
|
5660
|
+
'async_req', False
|
|
5661
|
+
)
|
|
5662
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
5663
|
+
'_return_http_data_only', True
|
|
5664
|
+
)
|
|
5665
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
5666
|
+
'_preload_content', True
|
|
5667
|
+
)
|
|
5668
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
5669
|
+
'_request_timeout', None
|
|
5670
|
+
)
|
|
5671
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
5672
|
+
'_check_input_type', True
|
|
5673
|
+
)
|
|
5674
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
5675
|
+
'_check_return_type', True
|
|
5676
|
+
)
|
|
5677
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
5678
|
+
'_spec_property_naming', False
|
|
5679
|
+
)
|
|
5680
|
+
kwargs['_content_type'] = kwargs.get(
|
|
5681
|
+
'_content_type')
|
|
5682
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5683
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5684
|
+
kwargs['catalog_id'] = \
|
|
5685
|
+
catalog_id
|
|
5686
|
+
return self.get_api_v1_external_catalog_status_by_catalog_id_endpoint.call_with_http_info(**kwargs)
|
|
5687
|
+
|
|
5688
|
+
def get_api_v2_external_account_by_account_id_creativescreative_id(
|
|
5509
5689
|
self,
|
|
5510
5690
|
account_id,
|
|
5691
|
+
creative_id,
|
|
5511
5692
|
**kwargs
|
|
5512
5693
|
):
|
|
5513
|
-
"""
|
|
5694
|
+
"""get_api_v2_external_account_by_account_id_creativescreative_id # noqa: E501
|
|
5514
5695
|
|
|
5515
|
-
|
|
5696
|
+
Get the specified creative # noqa: E501
|
|
5516
5697
|
This method makes a synchronous HTTP request by default. To make an
|
|
5517
5698
|
asynchronous HTTP request, please pass async_req=True
|
|
5518
5699
|
|
|
5519
|
-
>>> thread = api.
|
|
5700
|
+
>>> thread = api.get_api_v2_external_account_by_account_id_creativescreative_id(account_id, creative_id, async_req=True)
|
|
5520
5701
|
>>> result = thread.get()
|
|
5521
5702
|
|
|
5522
5703
|
Args:
|
|
5523
|
-
account_id (str):
|
|
5704
|
+
account_id (str): External account id to retrieve creatives for
|
|
5705
|
+
creative_id (str): Creative to get
|
|
5524
5706
|
|
|
5525
5707
|
Keyword Args:
|
|
5526
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5527
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional] if omitted the server will use the default value of 0
|
|
5528
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional] if omitted the server will use the default value of 25
|
|
5529
5708
|
_return_http_data_only (bool): response data without head status
|
|
5530
5709
|
code and headers. Default is True.
|
|
5531
5710
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5558,7 +5737,7 @@ class CampaignApi(object):
|
|
|
5558
5737
|
async_req (bool): execute request asynchronously
|
|
5559
5738
|
|
|
5560
5739
|
Returns:
|
|
5561
|
-
|
|
5740
|
+
CreativeV2Response
|
|
5562
5741
|
If the method is called asynchronously, returns the request
|
|
5563
5742
|
thread.
|
|
5564
5743
|
"""
|
|
@@ -5589,29 +5768,33 @@ class CampaignApi(object):
|
|
|
5589
5768
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5590
5769
|
kwargs['account_id'] = \
|
|
5591
5770
|
account_id
|
|
5592
|
-
|
|
5771
|
+
kwargs['creative_id'] = \
|
|
5772
|
+
creative_id
|
|
5773
|
+
return self.get_api_v2_external_account_by_account_id_creativescreative_id_endpoint.call_with_http_info(**kwargs)
|
|
5593
5774
|
|
|
5594
|
-
def
|
|
5775
|
+
def get_api_v2_external_account_line_items_by_account_id(
|
|
5595
5776
|
self,
|
|
5596
5777
|
account_id,
|
|
5597
5778
|
**kwargs
|
|
5598
5779
|
):
|
|
5599
|
-
"""
|
|
5780
|
+
"""get_api_v2_external_account_line_items_by_account_id # noqa: E501
|
|
5600
5781
|
|
|
5601
|
-
Gets page of
|
|
5782
|
+
Gets page of line item objects for the given account id # noqa: E501
|
|
5602
5783
|
This method makes a synchronous HTTP request by default. To make an
|
|
5603
5784
|
asynchronous HTTP request, please pass async_req=True
|
|
5604
5785
|
|
|
5605
|
-
>>> thread = api.
|
|
5786
|
+
>>> thread = api.get_api_v2_external_account_line_items_by_account_id(account_id, async_req=True)
|
|
5606
5787
|
>>> result = thread.get()
|
|
5607
5788
|
|
|
5608
5789
|
Args:
|
|
5609
5790
|
account_id (str): The given account id
|
|
5610
5791
|
|
|
5611
5792
|
Keyword Args:
|
|
5793
|
+
limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
|
|
5794
|
+
limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
|
|
5612
5795
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5613
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5614
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
5796
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5797
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
5615
5798
|
_return_http_data_only (bool): response data without head status
|
|
5616
5799
|
code and headers. Default is True.
|
|
5617
5800
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5644,7 +5827,7 @@ class CampaignApi(object):
|
|
|
5644
5827
|
async_req (bool): execute request asynchronously
|
|
5645
5828
|
|
|
5646
5829
|
Returns:
|
|
5647
|
-
|
|
5830
|
+
CommonLineItemPagedListResponse
|
|
5648
5831
|
If the method is called asynchronously, returns the request
|
|
5649
5832
|
thread.
|
|
5650
5833
|
"""
|
|
@@ -5675,24 +5858,24 @@ class CampaignApi(object):
|
|
|
5675
5858
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5676
5859
|
kwargs['account_id'] = \
|
|
5677
5860
|
account_id
|
|
5678
|
-
return self.
|
|
5861
|
+
return self.get_api_v2_external_account_line_items_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5679
5862
|
|
|
5680
|
-
def
|
|
5863
|
+
def get_api_v2_external_auction_line_item_by_line_item_id(
|
|
5681
5864
|
self,
|
|
5682
|
-
|
|
5865
|
+
line_item_id,
|
|
5683
5866
|
**kwargs
|
|
5684
5867
|
):
|
|
5685
|
-
"""
|
|
5868
|
+
"""get_api_v2_external_auction_line_item_by_line_item_id # noqa: E501
|
|
5686
5869
|
|
|
5687
|
-
|
|
5870
|
+
Gets the auction line item for the given line item id # noqa: E501
|
|
5688
5871
|
This method makes a synchronous HTTP request by default. To make an
|
|
5689
5872
|
asynchronous HTTP request, please pass async_req=True
|
|
5690
5873
|
|
|
5691
|
-
>>> thread = api.
|
|
5874
|
+
>>> thread = api.get_api_v2_external_auction_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
5692
5875
|
>>> result = thread.get()
|
|
5693
5876
|
|
|
5694
5877
|
Args:
|
|
5695
|
-
|
|
5878
|
+
line_item_id (str): The given line item id
|
|
5696
5879
|
|
|
5697
5880
|
Keyword Args:
|
|
5698
5881
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5727,7 +5910,7 @@ class CampaignApi(object):
|
|
|
5727
5910
|
async_req (bool): execute request asynchronously
|
|
5728
5911
|
|
|
5729
5912
|
Returns:
|
|
5730
|
-
|
|
5913
|
+
AuctionLineItemResponse
|
|
5731
5914
|
If the method is called asynchronously, returns the request
|
|
5732
5915
|
thread.
|
|
5733
5916
|
"""
|
|
@@ -5756,28 +5939,31 @@ class CampaignApi(object):
|
|
|
5756
5939
|
'_content_type')
|
|
5757
5940
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5758
5941
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5759
|
-
kwargs['
|
|
5760
|
-
|
|
5761
|
-
return self.
|
|
5942
|
+
kwargs['line_item_id'] = \
|
|
5943
|
+
line_item_id
|
|
5944
|
+
return self.get_api_v2_external_auction_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
5762
5945
|
|
|
5763
|
-
def
|
|
5946
|
+
def get_api_v2_external_campaign_auction_line_items_by_campaign_id(
|
|
5764
5947
|
self,
|
|
5765
|
-
|
|
5948
|
+
campaign_id,
|
|
5766
5949
|
**kwargs
|
|
5767
5950
|
):
|
|
5768
|
-
"""
|
|
5951
|
+
"""get_api_v2_external_campaign_auction_line_items_by_campaign_id # noqa: E501
|
|
5769
5952
|
|
|
5770
|
-
|
|
5953
|
+
Gets page of auction line item objects for the given campaign id # noqa: E501
|
|
5771
5954
|
This method makes a synchronous HTTP request by default. To make an
|
|
5772
5955
|
asynchronous HTTP request, please pass async_req=True
|
|
5773
5956
|
|
|
5774
|
-
>>> thread = api.
|
|
5957
|
+
>>> thread = api.get_api_v2_external_campaign_auction_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
5775
5958
|
>>> result = thread.get()
|
|
5776
5959
|
|
|
5777
5960
|
Args:
|
|
5778
|
-
|
|
5961
|
+
campaign_id (str): The given campaign id
|
|
5779
5962
|
|
|
5780
5963
|
Keyword Args:
|
|
5964
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5965
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5966
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
5781
5967
|
_return_http_data_only (bool): response data without head status
|
|
5782
5968
|
code and headers. Default is True.
|
|
5783
5969
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5810,7 +5996,7 @@ class CampaignApi(object):
|
|
|
5810
5996
|
async_req (bool): execute request asynchronously
|
|
5811
5997
|
|
|
5812
5998
|
Returns:
|
|
5813
|
-
|
|
5999
|
+
AuctionLineItemPagedListResponse
|
|
5814
6000
|
If the method is called asynchronously, returns the request
|
|
5815
6001
|
thread.
|
|
5816
6002
|
"""
|
|
@@ -5839,30 +6025,28 @@ class CampaignApi(object):
|
|
|
5839
6025
|
'_content_type')
|
|
5840
6026
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5841
6027
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5842
|
-
kwargs['
|
|
5843
|
-
|
|
5844
|
-
return self.
|
|
6028
|
+
kwargs['campaign_id'] = \
|
|
6029
|
+
campaign_id
|
|
6030
|
+
return self.get_api_v2_external_campaign_auction_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
5845
6031
|
|
|
5846
|
-
def
|
|
6032
|
+
def get_api_v2_external_campaign_preferred_line_items_by_campaign_id(
|
|
5847
6033
|
self,
|
|
5848
|
-
|
|
6034
|
+
campaign_id,
|
|
5849
6035
|
**kwargs
|
|
5850
6036
|
):
|
|
5851
|
-
"""
|
|
6037
|
+
"""get_api_v2_external_campaign_preferred_line_items_by_campaign_id # noqa: E501
|
|
5852
6038
|
|
|
5853
|
-
Gets page of line item objects for the given
|
|
6039
|
+
Gets page of preferred line item objects for the given campaign id # noqa: E501
|
|
5854
6040
|
This method makes a synchronous HTTP request by default. To make an
|
|
5855
6041
|
asynchronous HTTP request, please pass async_req=True
|
|
5856
6042
|
|
|
5857
|
-
>>> thread = api.
|
|
6043
|
+
>>> thread = api.get_api_v2_external_campaign_preferred_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
5858
6044
|
>>> result = thread.get()
|
|
5859
6045
|
|
|
5860
6046
|
Args:
|
|
5861
|
-
|
|
6047
|
+
campaign_id (str): The given campaign id
|
|
5862
6048
|
|
|
5863
6049
|
Keyword Args:
|
|
5864
|
-
limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
|
|
5865
|
-
limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
|
|
5866
6050
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5867
6051
|
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5868
6052
|
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
@@ -5898,7 +6082,7 @@ class CampaignApi(object):
|
|
|
5898
6082
|
async_req (bool): execute request asynchronously
|
|
5899
6083
|
|
|
5900
6084
|
Returns:
|
|
5901
|
-
|
|
6085
|
+
PreferredLineItemV2PagedListResponse
|
|
5902
6086
|
If the method is called asynchronously, returns the request
|
|
5903
6087
|
thread.
|
|
5904
6088
|
"""
|
|
@@ -5927,26 +6111,26 @@ class CampaignApi(object):
|
|
|
5927
6111
|
'_content_type')
|
|
5928
6112
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5929
6113
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5930
|
-
kwargs['
|
|
5931
|
-
|
|
5932
|
-
return self.
|
|
6114
|
+
kwargs['campaign_id'] = \
|
|
6115
|
+
campaign_id
|
|
6116
|
+
return self.get_api_v2_external_campaign_preferred_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
5933
6117
|
|
|
5934
|
-
def
|
|
6118
|
+
def get_api_v2_external_line_item_bid_multipliers_by_line_item_id(
|
|
5935
6119
|
self,
|
|
5936
6120
|
line_item_id,
|
|
5937
6121
|
**kwargs
|
|
5938
6122
|
):
|
|
5939
|
-
"""
|
|
6123
|
+
"""get_api_v2_external_line_item_bid_multipliers_by_line_item_id # noqa: E501
|
|
5940
6124
|
|
|
5941
|
-
|
|
6125
|
+
Fetch all bid multipliers for a given line item # noqa: E501
|
|
5942
6126
|
This method makes a synchronous HTTP request by default. To make an
|
|
5943
6127
|
asynchronous HTTP request, please pass async_req=True
|
|
5944
6128
|
|
|
5945
|
-
>>> thread = api.
|
|
6129
|
+
>>> thread = api.get_api_v2_external_line_item_bid_multipliers_by_line_item_id(line_item_id, async_req=True)
|
|
5946
6130
|
>>> result = thread.get()
|
|
5947
6131
|
|
|
5948
6132
|
Args:
|
|
5949
|
-
line_item_id (str):
|
|
6133
|
+
line_item_id (str): External LineItemId for bid multiplier retrieval
|
|
5950
6134
|
|
|
5951
6135
|
Keyword Args:
|
|
5952
6136
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5981,7 +6165,7 @@ class CampaignApi(object):
|
|
|
5981
6165
|
async_req (bool): execute request asynchronously
|
|
5982
6166
|
|
|
5983
6167
|
Returns:
|
|
5984
|
-
|
|
6168
|
+
JsonApiSingleResponseOfLineItemBidMultipliersV2
|
|
5985
6169
|
If the method is called asynchronously, returns the request
|
|
5986
6170
|
thread.
|
|
5987
6171
|
"""
|
|
@@ -6012,29 +6196,26 @@ class CampaignApi(object):
|
|
|
6012
6196
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6013
6197
|
kwargs['line_item_id'] = \
|
|
6014
6198
|
line_item_id
|
|
6015
|
-
return self.
|
|
6199
|
+
return self.get_api_v2_external_line_item_bid_multipliers_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6016
6200
|
|
|
6017
|
-
def
|
|
6201
|
+
def get_api_v2_external_line_item_by_line_item_id(
|
|
6018
6202
|
self,
|
|
6019
|
-
|
|
6203
|
+
line_item_id,
|
|
6020
6204
|
**kwargs
|
|
6021
6205
|
):
|
|
6022
|
-
"""
|
|
6206
|
+
"""get_api_v2_external_line_item_by_line_item_id # noqa: E501
|
|
6023
6207
|
|
|
6024
|
-
Gets
|
|
6208
|
+
Gets the line item for the given line item id # noqa: E501
|
|
6025
6209
|
This method makes a synchronous HTTP request by default. To make an
|
|
6026
6210
|
asynchronous HTTP request, please pass async_req=True
|
|
6027
6211
|
|
|
6028
|
-
>>> thread = api.
|
|
6212
|
+
>>> thread = api.get_api_v2_external_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
6029
6213
|
>>> result = thread.get()
|
|
6030
6214
|
|
|
6031
6215
|
Args:
|
|
6032
|
-
|
|
6216
|
+
line_item_id (str): The given line item id
|
|
6033
6217
|
|
|
6034
6218
|
Keyword Args:
|
|
6035
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
6036
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
6037
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
6038
6219
|
_return_http_data_only (bool): response data without head status
|
|
6039
6220
|
code and headers. Default is True.
|
|
6040
6221
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6067,7 +6248,7 @@ class CampaignApi(object):
|
|
|
6067
6248
|
async_req (bool): execute request asynchronously
|
|
6068
6249
|
|
|
6069
6250
|
Returns:
|
|
6070
|
-
|
|
6251
|
+
CommonLineItemResponse
|
|
6071
6252
|
If the method is called asynchronously, returns the request
|
|
6072
6253
|
thread.
|
|
6073
6254
|
"""
|
|
@@ -6096,22 +6277,22 @@ class CampaignApi(object):
|
|
|
6096
6277
|
'_content_type')
|
|
6097
6278
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6098
6279
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6099
|
-
kwargs['
|
|
6100
|
-
|
|
6101
|
-
return self.
|
|
6280
|
+
kwargs['line_item_id'] = \
|
|
6281
|
+
line_item_id
|
|
6282
|
+
return self.get_api_v2_external_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6102
6283
|
|
|
6103
|
-
def
|
|
6284
|
+
def get_api_v2_external_preferred_line_item_by_line_item_id(
|
|
6104
6285
|
self,
|
|
6105
6286
|
line_item_id,
|
|
6106
6287
|
**kwargs
|
|
6107
6288
|
):
|
|
6108
|
-
"""
|
|
6289
|
+
"""get_api_v2_external_preferred_line_item_by_line_item_id # noqa: E501
|
|
6109
6290
|
|
|
6110
|
-
Gets the line item for the given line item id # noqa: E501
|
|
6291
|
+
Gets the preferred line item for the given line item id # noqa: E501
|
|
6111
6292
|
This method makes a synchronous HTTP request by default. To make an
|
|
6112
6293
|
asynchronous HTTP request, please pass async_req=True
|
|
6113
6294
|
|
|
6114
|
-
>>> thread = api.
|
|
6295
|
+
>>> thread = api.get_api_v2_external_preferred_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
6115
6296
|
>>> result = thread.get()
|
|
6116
6297
|
|
|
6117
6298
|
Args:
|
|
@@ -6150,7 +6331,7 @@ class CampaignApi(object):
|
|
|
6150
6331
|
async_req (bool): execute request asynchronously
|
|
6151
6332
|
|
|
6152
6333
|
Returns:
|
|
6153
|
-
|
|
6334
|
+
PreferredLineItemV2Response
|
|
6154
6335
|
If the method is called asynchronously, returns the request
|
|
6155
6336
|
thread.
|
|
6156
6337
|
"""
|
|
@@ -6181,7 +6362,7 @@ class CampaignApi(object):
|
|
|
6181
6362
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6182
6363
|
kwargs['line_item_id'] = \
|
|
6183
6364
|
line_item_id
|
|
6184
|
-
return self.
|
|
6365
|
+
return self.get_api_v2_external_preferred_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6185
6366
|
|
|
6186
6367
|
def get_campaign_budget_overrides(
|
|
6187
6368
|
self,
|
|
@@ -6772,6 +6953,7 @@ class CampaignApi(object):
|
|
|
6772
6953
|
def post_api202110_external_campaign_preferred_line_items_by_campaign_id(
|
|
6773
6954
|
self,
|
|
6774
6955
|
campaign_id,
|
|
6956
|
+
preferred_line_item_create_model_v2_request,
|
|
6775
6957
|
**kwargs
|
|
6776
6958
|
):
|
|
6777
6959
|
"""post_api202110_external_campaign_preferred_line_items_by_campaign_id # noqa: E501
|
|
@@ -6780,14 +6962,14 @@ class CampaignApi(object):
|
|
|
6780
6962
|
This method makes a synchronous HTTP request by default. To make an
|
|
6781
6963
|
asynchronous HTTP request, please pass async_req=True
|
|
6782
6964
|
|
|
6783
|
-
>>> thread = api.post_api202110_external_campaign_preferred_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
6965
|
+
>>> thread = api.post_api202110_external_campaign_preferred_line_items_by_campaign_id(campaign_id, preferred_line_item_create_model_v2_request, async_req=True)
|
|
6784
6966
|
>>> result = thread.get()
|
|
6785
6967
|
|
|
6786
6968
|
Args:
|
|
6787
6969
|
campaign_id (str): The given campaign id
|
|
6970
|
+
preferred_line_item_create_model_v2_request (PreferredLineItemCreateModelV2Request): The line item settings to create a line item with
|
|
6788
6971
|
|
|
6789
6972
|
Keyword Args:
|
|
6790
|
-
preferred_line_item_create_model202110_request (PreferredLineItemCreateModel202110Request): The line item settings to create a line item with. [optional]
|
|
6791
6973
|
_return_http_data_only (bool): response data without head status
|
|
6792
6974
|
code and headers. Default is True.
|
|
6793
6975
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6820,7 +7002,7 @@ class CampaignApi(object):
|
|
|
6820
7002
|
async_req (bool): execute request asynchronously
|
|
6821
7003
|
|
|
6822
7004
|
Returns:
|
|
6823
|
-
|
|
7005
|
+
PreferredLineItemV2Response
|
|
6824
7006
|
If the method is called asynchronously, returns the request
|
|
6825
7007
|
thread.
|
|
6826
7008
|
"""
|
|
@@ -6851,6 +7033,8 @@ class CampaignApi(object):
|
|
|
6851
7033
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6852
7034
|
kwargs['campaign_id'] = \
|
|
6853
7035
|
campaign_id
|
|
7036
|
+
kwargs['preferred_line_item_create_model_v2_request'] = \
|
|
7037
|
+
preferred_line_item_create_model_v2_request
|
|
6854
7038
|
return self.post_api202110_external_campaign_preferred_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
6855
7039
|
|
|
6856
7040
|
def post_api202110_external_preferred_line_item_targeting_add_to_basket_append_by_line_item_id(
|
|
@@ -7441,25 +7625,25 @@ class CampaignApi(object):
|
|
|
7441
7625
|
account_id
|
|
7442
7626
|
return self.post_api202210_external_account_creatives_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
7443
7627
|
|
|
7444
|
-
def
|
|
7628
|
+
def post_api202301_external_account_campaigns_by_account_id(
|
|
7445
7629
|
self,
|
|
7446
7630
|
account_id,
|
|
7447
7631
|
**kwargs
|
|
7448
7632
|
):
|
|
7449
|
-
"""
|
|
7633
|
+
"""post_api202301_external_account_campaigns_by_account_id # noqa: E501
|
|
7450
7634
|
|
|
7451
|
-
|
|
7635
|
+
Create a campaign and assign budgets for the given account id with creatable campaign attributes given in request body constrained by business validation. The validation error includes details and source of errors. Pacing can be adjusted and affected by the status of the campaign and the days left on the campaign if auto daily pacing is enabled. # noqa: E501
|
|
7452
7636
|
This method makes a synchronous HTTP request by default. To make an
|
|
7453
7637
|
asynchronous HTTP request, please pass async_req=True
|
|
7454
7638
|
|
|
7455
|
-
>>> thread = api.
|
|
7639
|
+
>>> thread = api.post_api202301_external_account_campaigns_by_account_id(account_id, async_req=True)
|
|
7456
7640
|
>>> result = thread.get()
|
|
7457
7641
|
|
|
7458
7642
|
Args:
|
|
7459
|
-
account_id (str):
|
|
7643
|
+
account_id (str): The account to request the campaign for.
|
|
7460
7644
|
|
|
7461
7645
|
Keyword Args:
|
|
7462
|
-
|
|
7646
|
+
post_campaign_v202301 (PostCampaignV202301): Creatable campaign attributes. [optional]
|
|
7463
7647
|
_return_http_data_only (bool): response data without head status
|
|
7464
7648
|
code and headers. Default is True.
|
|
7465
7649
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -7492,7 +7676,7 @@ class CampaignApi(object):
|
|
|
7492
7676
|
async_req (bool): execute request asynchronously
|
|
7493
7677
|
|
|
7494
7678
|
Returns:
|
|
7495
|
-
|
|
7679
|
+
JsonApiSingleResponseOfCampaignV202301
|
|
7496
7680
|
If the method is called asynchronously, returns the request
|
|
7497
7681
|
thread.
|
|
7498
7682
|
"""
|
|
@@ -7523,27 +7707,27 @@ class CampaignApi(object):
|
|
|
7523
7707
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7524
7708
|
kwargs['account_id'] = \
|
|
7525
7709
|
account_id
|
|
7526
|
-
return self.
|
|
7710
|
+
return self.post_api202301_external_account_campaigns_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
7527
7711
|
|
|
7528
|
-
def
|
|
7712
|
+
def post_api_v1_external_account_catalogs_by_account_id(
|
|
7529
7713
|
self,
|
|
7530
7714
|
account_id,
|
|
7531
7715
|
**kwargs
|
|
7532
7716
|
):
|
|
7533
|
-
"""
|
|
7717
|
+
"""post_api_v1_external_account_catalogs_by_account_id # noqa: E501
|
|
7534
7718
|
|
|
7535
|
-
Create a
|
|
7719
|
+
Create a request for a Catalog available to the indicated account. # noqa: E501
|
|
7536
7720
|
This method makes a synchronous HTTP request by default. To make an
|
|
7537
7721
|
asynchronous HTTP request, please pass async_req=True
|
|
7538
7722
|
|
|
7539
|
-
>>> thread = api.
|
|
7723
|
+
>>> thread = api.post_api_v1_external_account_catalogs_by_account_id(account_id, async_req=True)
|
|
7540
7724
|
>>> result = thread.get()
|
|
7541
7725
|
|
|
7542
7726
|
Args:
|
|
7543
|
-
account_id (str): The account to request the
|
|
7727
|
+
account_id (str): The account to request the catalog for.
|
|
7544
7728
|
|
|
7545
7729
|
Keyword Args:
|
|
7546
|
-
|
|
7730
|
+
json_api_request_of_catalog_request (JsonApiRequestOfCatalogRequest): [optional]
|
|
7547
7731
|
_return_http_data_only (bool): response data without head status
|
|
7548
7732
|
code and headers. Default is True.
|
|
7549
7733
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -7576,7 +7760,7 @@ class CampaignApi(object):
|
|
|
7576
7760
|
async_req (bool): execute request asynchronously
|
|
7577
7761
|
|
|
7578
7762
|
Returns:
|
|
7579
|
-
|
|
7763
|
+
JsonApiSingleResponseOfCatalogStatus
|
|
7580
7764
|
If the method is called asynchronously, returns the request
|
|
7581
7765
|
thread.
|
|
7582
7766
|
"""
|
|
@@ -7607,27 +7791,27 @@ class CampaignApi(object):
|
|
|
7607
7791
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7608
7792
|
kwargs['account_id'] = \
|
|
7609
7793
|
account_id
|
|
7610
|
-
return self.
|
|
7794
|
+
return self.post_api_v1_external_account_catalogs_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
7611
7795
|
|
|
7612
|
-
def
|
|
7796
|
+
def post_api_v2_external_account_creatives_search_by_account_id(
|
|
7613
7797
|
self,
|
|
7614
7798
|
account_id,
|
|
7615
7799
|
**kwargs
|
|
7616
7800
|
):
|
|
7617
|
-
"""
|
|
7801
|
+
"""post_api_v2_external_account_creatives_search_by_account_id # noqa: E501
|
|
7618
7802
|
|
|
7619
|
-
|
|
7803
|
+
Get account creatives # noqa: E501
|
|
7620
7804
|
This method makes a synchronous HTTP request by default. To make an
|
|
7621
7805
|
asynchronous HTTP request, please pass async_req=True
|
|
7622
7806
|
|
|
7623
|
-
>>> thread = api.
|
|
7807
|
+
>>> thread = api.post_api_v2_external_account_creatives_search_by_account_id(account_id, async_req=True)
|
|
7624
7808
|
>>> result = thread.get()
|
|
7625
7809
|
|
|
7626
7810
|
Args:
|
|
7627
|
-
account_id (str):
|
|
7811
|
+
account_id (str): External account id to retrieve creatives for
|
|
7628
7812
|
|
|
7629
7813
|
Keyword Args:
|
|
7630
|
-
|
|
7814
|
+
creative_ids ([str]): Creatives to filter by. [optional]
|
|
7631
7815
|
_return_http_data_only (bool): response data without head status
|
|
7632
7816
|
code and headers. Default is True.
|
|
7633
7817
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -7660,7 +7844,7 @@ class CampaignApi(object):
|
|
|
7660
7844
|
async_req (bool): execute request asynchronously
|
|
7661
7845
|
|
|
7662
7846
|
Returns:
|
|
7663
|
-
|
|
7847
|
+
CreativeV2ListResponse
|
|
7664
7848
|
If the method is called asynchronously, returns the request
|
|
7665
7849
|
thread.
|
|
7666
7850
|
"""
|
|
@@ -7691,7 +7875,7 @@ class CampaignApi(object):
|
|
|
7691
7875
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7692
7876
|
kwargs['account_id'] = \
|
|
7693
7877
|
account_id
|
|
7694
|
-
return self.
|
|
7878
|
+
return self.post_api_v2_external_account_creatives_search_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
7695
7879
|
|
|
7696
7880
|
def post_api_v2_external_campaign_auction_line_items_by_campaign_id(
|
|
7697
7881
|
self,
|
|
@@ -7780,6 +7964,7 @@ class CampaignApi(object):
|
|
|
7780
7964
|
def put_api202110_external_preferred_line_item_by_line_item_id(
|
|
7781
7965
|
self,
|
|
7782
7966
|
line_item_id,
|
|
7967
|
+
preferred_line_item_update_model_v2_request,
|
|
7783
7968
|
**kwargs
|
|
7784
7969
|
):
|
|
7785
7970
|
"""put_api202110_external_preferred_line_item_by_line_item_id # noqa: E501
|
|
@@ -7788,14 +7973,14 @@ class CampaignApi(object):
|
|
|
7788
7973
|
This method makes a synchronous HTTP request by default. To make an
|
|
7789
7974
|
asynchronous HTTP request, please pass async_req=True
|
|
7790
7975
|
|
|
7791
|
-
>>> thread = api.put_api202110_external_preferred_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
7976
|
+
>>> thread = api.put_api202110_external_preferred_line_item_by_line_item_id(line_item_id, preferred_line_item_update_model_v2_request, async_req=True)
|
|
7792
7977
|
>>> result = thread.get()
|
|
7793
7978
|
|
|
7794
7979
|
Args:
|
|
7795
7980
|
line_item_id (str): The given line item id
|
|
7981
|
+
preferred_line_item_update_model_v2_request (PreferredLineItemUpdateModelV2Request): The line item settings to create a line item with
|
|
7796
7982
|
|
|
7797
7983
|
Keyword Args:
|
|
7798
|
-
preferred_line_item_update_model202110_request (PreferredLineItemUpdateModel202110Request): The line item settings to create a line item with. [optional]
|
|
7799
7984
|
_return_http_data_only (bool): response data without head status
|
|
7800
7985
|
code and headers. Default is True.
|
|
7801
7986
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -7828,7 +8013,7 @@ class CampaignApi(object):
|
|
|
7828
8013
|
async_req (bool): execute request asynchronously
|
|
7829
8014
|
|
|
7830
8015
|
Returns:
|
|
7831
|
-
|
|
8016
|
+
PreferredLineItemV2Response
|
|
7832
8017
|
If the method is called asynchronously, returns the request
|
|
7833
8018
|
thread.
|
|
7834
8019
|
"""
|
|
@@ -7859,6 +8044,8 @@ class CampaignApi(object):
|
|
|
7859
8044
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7860
8045
|
kwargs['line_item_id'] = \
|
|
7861
8046
|
line_item_id
|
|
8047
|
+
kwargs['preferred_line_item_update_model_v2_request'] = \
|
|
8048
|
+
preferred_line_item_update_model_v2_request
|
|
7862
8049
|
return self.put_api202110_external_preferred_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
7863
8050
|
|
|
7864
8051
|
def put_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id(
|
|
@@ -8285,25 +8472,25 @@ class CampaignApi(object):
|
|
|
8285
8472
|
campaign_id
|
|
8286
8473
|
return self.put_api202301_external_campaign_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
8287
8474
|
|
|
8288
|
-
def
|
|
8475
|
+
def put_api_v2_external_auction_line_item_by_line_item_id(
|
|
8289
8476
|
self,
|
|
8290
8477
|
line_item_id,
|
|
8291
8478
|
**kwargs
|
|
8292
8479
|
):
|
|
8293
|
-
"""
|
|
8480
|
+
"""put_api_v2_external_auction_line_item_by_line_item_id # noqa: E501
|
|
8294
8481
|
|
|
8295
|
-
|
|
8482
|
+
Updates the auction line item for the given line item id # noqa: E501
|
|
8296
8483
|
This method makes a synchronous HTTP request by default. To make an
|
|
8297
8484
|
asynchronous HTTP request, please pass async_req=True
|
|
8298
8485
|
|
|
8299
|
-
>>> thread = api.
|
|
8486
|
+
>>> thread = api.put_api_v2_external_auction_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
8300
8487
|
>>> result = thread.get()
|
|
8301
8488
|
|
|
8302
8489
|
Args:
|
|
8303
|
-
line_item_id (str):
|
|
8490
|
+
line_item_id (str): The given line item id
|
|
8304
8491
|
|
|
8305
8492
|
Keyword Args:
|
|
8306
|
-
|
|
8493
|
+
auction_line_item_update_model_request (AuctionLineItemUpdateModelRequest): The line item settings to create a line item with. [optional]
|
|
8307
8494
|
_return_http_data_only (bool): response data without head status
|
|
8308
8495
|
code and headers. Default is True.
|
|
8309
8496
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -8336,7 +8523,7 @@ class CampaignApi(object):
|
|
|
8336
8523
|
async_req (bool): execute request asynchronously
|
|
8337
8524
|
|
|
8338
8525
|
Returns:
|
|
8339
|
-
|
|
8526
|
+
AuctionLineItemResponse
|
|
8340
8527
|
If the method is called asynchronously, returns the request
|
|
8341
8528
|
thread.
|
|
8342
8529
|
"""
|
|
@@ -8367,27 +8554,27 @@ class CampaignApi(object):
|
|
|
8367
8554
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
8368
8555
|
kwargs['line_item_id'] = \
|
|
8369
8556
|
line_item_id
|
|
8370
|
-
return self.
|
|
8557
|
+
return self.put_api_v2_external_auction_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
8371
8558
|
|
|
8372
|
-
def
|
|
8559
|
+
def put_api_v2_external_line_item_bid_multipliers_by_line_item_id(
|
|
8373
8560
|
self,
|
|
8374
8561
|
line_item_id,
|
|
8375
8562
|
**kwargs
|
|
8376
8563
|
):
|
|
8377
|
-
"""
|
|
8564
|
+
"""put_api_v2_external_line_item_bid_multipliers_by_line_item_id # noqa: E501
|
|
8378
8565
|
|
|
8379
|
-
Updates the
|
|
8566
|
+
Updates the bid multipliers for a given line item # noqa: E501
|
|
8380
8567
|
This method makes a synchronous HTTP request by default. To make an
|
|
8381
8568
|
asynchronous HTTP request, please pass async_req=True
|
|
8382
8569
|
|
|
8383
|
-
>>> thread = api.
|
|
8570
|
+
>>> thread = api.put_api_v2_external_line_item_bid_multipliers_by_line_item_id(line_item_id, async_req=True)
|
|
8384
8571
|
>>> result = thread.get()
|
|
8385
8572
|
|
|
8386
8573
|
Args:
|
|
8387
|
-
line_item_id (str):
|
|
8574
|
+
line_item_id (str): External LineItemId for bid multiplier retrieval
|
|
8388
8575
|
|
|
8389
8576
|
Keyword Args:
|
|
8390
|
-
|
|
8577
|
+
line_item_bid_multipliers_v2_request (LineItemBidMultipliersV2Request): New Bid Multipliers to be set. [optional]
|
|
8391
8578
|
_return_http_data_only (bool): response data without head status
|
|
8392
8579
|
code and headers. Default is True.
|
|
8393
8580
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -8420,7 +8607,7 @@ class CampaignApi(object):
|
|
|
8420
8607
|
async_req (bool): execute request asynchronously
|
|
8421
8608
|
|
|
8422
8609
|
Returns:
|
|
8423
|
-
|
|
8610
|
+
LineItemBidMultipliersV2Response
|
|
8424
8611
|
If the method is called asynchronously, returns the request
|
|
8425
8612
|
thread.
|
|
8426
8613
|
"""
|
|
@@ -8451,7 +8638,7 @@ class CampaignApi(object):
|
|
|
8451
8638
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
8452
8639
|
kwargs['line_item_id'] = \
|
|
8453
8640
|
line_item_id
|
|
8454
|
-
return self.
|
|
8641
|
+
return self.put_api_v2_external_line_item_bid_multipliers_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
8455
8642
|
|
|
8456
8643
|
def set_keyword_bids(
|
|
8457
8644
|
self,
|
|
@@ -8537,6 +8724,89 @@ class CampaignApi(object):
|
|
|
8537
8724
|
id
|
|
8538
8725
|
return self.set_keyword_bids_endpoint.call_with_http_info(**kwargs)
|
|
8539
8726
|
|
|
8727
|
+
def submit_proposal(
|
|
8728
|
+
self,
|
|
8729
|
+
id,
|
|
8730
|
+
**kwargs
|
|
8731
|
+
):
|
|
8732
|
+
"""submit_proposal # noqa: E501
|
|
8733
|
+
|
|
8734
|
+
Only the components of the Line Item that are in a valid state will be reviewed. # noqa: E501
|
|
8735
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8736
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8737
|
+
|
|
8738
|
+
>>> thread = api.submit_proposal(id, async_req=True)
|
|
8739
|
+
>>> result = thread.get()
|
|
8740
|
+
|
|
8741
|
+
Args:
|
|
8742
|
+
id (str): ID of the line item
|
|
8743
|
+
|
|
8744
|
+
Keyword Args:
|
|
8745
|
+
_return_http_data_only (bool): response data without head status
|
|
8746
|
+
code and headers. Default is True.
|
|
8747
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
8748
|
+
will be returned without reading/decoding response data.
|
|
8749
|
+
Default is True.
|
|
8750
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
8751
|
+
one number provided, it will be total request timeout. It can also
|
|
8752
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
8753
|
+
Default is None.
|
|
8754
|
+
_check_input_type (bool): specifies if type checking
|
|
8755
|
+
should be done one the data sent to the server.
|
|
8756
|
+
Default is True.
|
|
8757
|
+
_check_return_type (bool): specifies if type checking
|
|
8758
|
+
should be done one the data received from the server.
|
|
8759
|
+
Default is True.
|
|
8760
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
8761
|
+
are serialized names, as specified in the OpenAPI document.
|
|
8762
|
+
False if the variable names in the input data
|
|
8763
|
+
are pythonic names, e.g. snake case (default)
|
|
8764
|
+
_content_type (str/None): force body content-type.
|
|
8765
|
+
Default is None and content-type will be predicted by allowed
|
|
8766
|
+
content-types and body.
|
|
8767
|
+
_host_index (int/None): specifies the index of the server
|
|
8768
|
+
that we want to use.
|
|
8769
|
+
Default is read from the configuration.
|
|
8770
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
8771
|
+
request; this effectively ignores the authentication
|
|
8772
|
+
in the spec for a single request.
|
|
8773
|
+
Default is None
|
|
8774
|
+
async_req (bool): execute request asynchronously
|
|
8775
|
+
|
|
8776
|
+
Returns:
|
|
8777
|
+
ProposalStatusModelResponse
|
|
8778
|
+
If the method is called asynchronously, returns the request
|
|
8779
|
+
thread.
|
|
8780
|
+
"""
|
|
8781
|
+
kwargs['async_req'] = kwargs.get(
|
|
8782
|
+
'async_req', False
|
|
8783
|
+
)
|
|
8784
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
8785
|
+
'_return_http_data_only', True
|
|
8786
|
+
)
|
|
8787
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
8788
|
+
'_preload_content', True
|
|
8789
|
+
)
|
|
8790
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
8791
|
+
'_request_timeout', None
|
|
8792
|
+
)
|
|
8793
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
8794
|
+
'_check_input_type', True
|
|
8795
|
+
)
|
|
8796
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
8797
|
+
'_check_return_type', True
|
|
8798
|
+
)
|
|
8799
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
8800
|
+
'_spec_property_naming', False
|
|
8801
|
+
)
|
|
8802
|
+
kwargs['_content_type'] = kwargs.get(
|
|
8803
|
+
'_content_type')
|
|
8804
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
8805
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
8806
|
+
kwargs['id'] = \
|
|
8807
|
+
id
|
|
8808
|
+
return self.submit_proposal_endpoint.call_with_http_info(**kwargs)
|
|
8809
|
+
|
|
8540
8810
|
def unpause_promoted_products(
|
|
8541
8811
|
self,
|
|
8542
8812
|
line_item_id,
|