criteo-api-retailmedia-sdk 2024.4.0.250129__py3-none-any.whl → 2024.7.0.240808__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.4.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info}/METADATA +6 -15
- criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info/RECORD +262 -0
- {criteo_api_retailmedia_sdk-2024.4.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info/top_level.txt +1 -0
- criteo_api_retailmedia_v2024_07/__init__.py +31 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/__init__.py +1 -1
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/accounts_api.py +327 -27
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/analytics_api.py +16 -16
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/audience_api.py +13 -13
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/balance_api.py +290 -96
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/campaign_api.py +1034 -939
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api/gateway_api.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api_client.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/api_client_builder.py +3 -3
- criteo_api_retailmedia_v2024_07/apis/__init__.py +22 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/configuration.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/criteo_api_client.py +2 -2
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/criteo_auth.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/criteo_rest.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/exceptions.py +1 -1
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/__init__.py +1 -1
- criteo_api_retailmedia_v2024_04/model/external_add_funds_to_balance.py → criteo_api_retailmedia_v2024_07/model/add_funds_to_balance_v2.py +15 -17
- criteo_api_retailmedia_v2024_04/model/add_funds_to_balance_request.py → criteo_api_retailmedia_v2024_07/model/add_funds_to_balance_v2_request.py +11 -11
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_remove_keyword_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_remove_keywords_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_remove_keywords_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_remove_keywords_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_to_basket_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_to_basket_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/add_to_basket_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/application_summary_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/application_summary_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/application_summary_model_response.py +5 -5
- criteo_api_retailmedia_v2024_07/model/approval_status_model.py +292 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/asset.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/asset_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/asset_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_campaigns_report.py +3 -43
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_campaigns_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_campaigns_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_line_items_report.py +3 -43
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_line_items_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_line_items_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_report_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_revenue_report.py +5 -32
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_revenue_report_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/async_revenue_report_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/auction_line_item_create_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/auction_line_item_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/auction_line_item_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/auction_line_item_update_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/audience_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/audience_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/audience_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/balance_campaign202110_list_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/balance_campaign202110_paged_list_response.py +6 -6
- criteo_api_retailmedia_v2024_04/model/insertion_order_history_change_data_capture.py → criteo_api_retailmedia_v2024_07/model/balance_history_change_data_capture_v1.py +14 -14
- criteo_api_retailmedia_v2024_04/model/external_balance_response.py → criteo_api_retailmedia_v2024_07/model/balance_response_v2.py +49 -73
- criteo_api_retailmedia_v2024_04/model/balance_response.py → criteo_api_retailmedia_v2024_07/model/balance_response_v2_response.py +12 -12
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/campaign_attributes_v202301.py +3 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/campaign_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/campaign_daily_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/campaign_monthly_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/campaign_v202301.py +3 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/category202204.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/category202204_list_response.py +5 -5
- criteo_api_retailmedia_v2024_04/model/update_balance_model_request.py → criteo_api_retailmedia_v2024_07/model/change_dates_of_balance_v2.py +18 -16
- criteo_api_retailmedia_v2024_07/model/change_dates_of_balance_v2_request.py +269 -0
- criteo_api_retailmedia_v2024_04/model/change_details.py → criteo_api_retailmedia_v2024_07/model/change_details_v1.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/choice_option.py +12 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/choice_variable_specification.py +12 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/choice_variable_value.py +10 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/color_variable_value.py +22 -10
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/common_error.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/common_line_item_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/common_line_item_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/common_problem.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/common_warning.py +3 -3
- criteo_api_retailmedia_v2024_04/model/external_create_balance.py → criteo_api_retailmedia_v2024_07/model/create_balance_v2.py +25 -37
- criteo_api_retailmedia_v2024_04/model/create_balance_request.py → criteo_api_retailmedia_v2024_07/model/create_balance_v2_request.py +11 -11
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/creative202110.py +16 -10
- criteo_api_retailmedia_v2024_07/model/creative202110_list_response.py +281 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/creative202210.py +23 -16
- criteo_api_retailmedia_v2024_07/model/creative202210_list_response.py +281 -0
- criteo_api_retailmedia_v2024_07/model/creative202210_response.py +281 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/creative_create_model202207.py +15 -8
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/creative_update_model202207.py +15 -8
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/daily_line_item_budget_override.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/editable_campaign_attributes_v202301.py +3 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_account.py +3 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_add_to_basket_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_add_to_basket_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_auction_line_item.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_auction_line_item_create_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_auction_line_item_update_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_audience_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_audience_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_brand.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_catalog_request.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_catalog_status.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_common_line_item.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_keyword_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_line_item_capping202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_line_item_page202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_line_item_page_category202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_preferred_line_item202110.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_preferred_line_item_create_model202110.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_preferred_line_item_update_model202110.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_retailer.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_retailer_pages202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_store_ids_update_model202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/external_store_target202110.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/files_variable_value.py +10 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/files_variables_specification.py +18 -10
- criteo_api_retailmedia_v2024_04/model/external_promoted_product202110.py → criteo_api_retailmedia_v2024_07/model/hyperlink_variable_value.py +18 -12
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/input_keywords_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/input_resource_of_auction_line_item_create_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/input_resource_of_preferred_line_item_create_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_external_id_of_editable_campaign_attributes_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_account_and_account.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_brand_and_brand.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_campaign_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_with_id_of_int64_and_retailer_and_retailer.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_without_id_of_campaign_attributes_v202301_and_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_body_without_id_of_catalog_request_and_catalog_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_page_response_of_account.py +7 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_page_response_of_brand.py +7 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_page_response_of_campaign_v202301.py +7 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_page_response_of_retailer.py +7 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_request_of_catalog_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_single_response_of_campaign_v202301.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_single_response_of_catalog_status.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/json_api_single_response_of_line_item_bid_multipliers.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keyword_data_model.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keyword_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keyword_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keywords_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keywords_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/keywords_model_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/line_item_bid_multipliers.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/line_item_bid_multipliers_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/line_item_bid_multipliers_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/line_item_budget_overrides.py +5 -5
- criteo_api_retailmedia_v2024_04/model/video_variable_value.py → criteo_api_retailmedia_v2024_07/model/line_item_product_status.py +87 -83
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/match_type_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/metadata.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/monthly_line_item_budeget_override.py +3 -3
- criteo_api_retailmedia_v2024_07/model/negotiation_state_model.py +293 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/page_metadata.py +3 -3
- criteo_api_retailmedia_v2024_04/model/page_of_insertion_order_history_change_data_capture.py → criteo_api_retailmedia_v2024_07/model/page_of_balance_history_change_data_capture_v1.py +12 -12
- criteo_api_retailmedia_v2024_04/model/page_type_environment202210.py → criteo_api_retailmedia_v2024_07/model/page_type_environment.py +19 -15
- criteo_api_retailmedia_v2024_04/model/balance_response_paged_list_response.py → criteo_api_retailmedia_v2024_07/model/paged_resource_collection_outcome_of_balance_response_v2.py +13 -13
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/post_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/preferred_line_item202110_paged_list_response.py +6 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/preferred_line_item202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/preferred_line_item_create_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/preferred_line_item_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/problem_details.py +3 -3
- criteo_api_retailmedia_v2024_07/model/product_metadata.py +269 -0
- criteo_api_retailmedia_v2024_07/model/product_resource_outcome.py +266 -0
- criteo_api_retailmedia_v2024_07/model/promoted_product.py +270 -0
- criteo_api_retailmedia_v2024_07/model/promoted_product_resource.py +270 -0
- criteo_api_retailmedia_v2024_07/model/promoted_product_resource_collection_input.py +262 -0
- criteo_api_retailmedia_v2024_07/model/promoted_product_resource_collection_outcome.py +280 -0
- criteo_api_retailmedia_v2024_07/model/proposal_status_model.py +284 -0
- criteo_api_retailmedia_v2024_07/model/proposal_status_model_resource.py +270 -0
- criteo_api_retailmedia_v2024_07/model/proposal_status_model_response.py +274 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/put_campaign_v202301.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/report_outcome.py +4 -4
- criteo_api_retailmedia_v2024_07/model/resource_of_add_funds_to_balance_v2.py +277 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_auction_line_item.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_auction_line_item_update_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_balance_campaign202110.py +3 -3
- criteo_api_retailmedia_v2024_04/model/resource_of_create_balance.py → criteo_api_retailmedia_v2024_07/model/resource_of_balance_response_v2.py +11 -11
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_category202204.py +4 -4
- criteo_api_retailmedia_v2024_07/model/resource_of_change_dates_of_balance_v2.py +277 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_common_line_item.py +4 -4
- criteo_api_retailmedia_v2024_04/model/resource_of_balance_response.py → criteo_api_retailmedia_v2024_07/model/resource_of_create_balance_v2.py +11 -11
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_creative202110.py +17 -10
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_creative202210.py +13 -6
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_line_item_bid_multipliers.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_preferred_line_item202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_preferred_line_item_update_model202110.py +4 -4
- criteo_api_retailmedia_v2024_07/model/resource_of_retail_media_account.py +270 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_of_template.py +13 -6
- criteo_api_retailmedia_v2024_07/model/resource_of_update_balance_model_v2.py +277 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/resource_outcome.py +4 -4
- criteo_api_retailmedia_v2024_04/model/creative202110_list_response.py → criteo_api_retailmedia_v2024_07/model/resource_outcome_of_retail_media_account.py +13 -13
- criteo_api_retailmedia_v2024_04/model/external_retail_media_account.py → criteo_api_retailmedia_v2024_07/model/retail_media_account.py +24 -34
- criteo_api_retailmedia_v2024_04/model/external_retail_media_brand_account_creation.py → criteo_api_retailmedia_v2024_07/model/retail_media_brand_account_creation.py +13 -23
- criteo_api_retailmedia_v2024_04/model/text_variable_value.py → criteo_api_retailmedia_v2024_07/model/retail_media_brands.py +11 -11
- criteo_api_retailmedia_v2024_07/model/retail_media_seller.py +261 -0
- criteo_api_retailmedia_v2024_07/model/retail_media_seller_account_creation.py +270 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/review_state_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v1.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v1_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v1_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v2.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v2_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_entity_v2_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_input_entity_v1.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_create_input_entity_v2.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v1.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v1_list_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v1_resource.py +8 -8
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v2.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v2_list_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_get_entity_v2_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_user_behavior_create_v2.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_audience_user_behavior_details_v2.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_segment_customer_list.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_segment_user_behavior_create_v2.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_segment_user_behavior_v1.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rm_legacy_segment_user_behavior_v2.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/rmca_common_problem.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/section.py +21 -16
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/set_bid_model.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/set_bids_model.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/set_bids_model_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/set_bids_model_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/status_response.py +3 -3
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/status_response_resource.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/store_ids_update_model202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/store_target202110_request.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/store_target202110_response.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/template.py +28 -17
- criteo_api_retailmedia_v2024_07/model/template_list_response.py +281 -0
- criteo_api_retailmedia_v2024_07/model/template_response.py +281 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/template_variable.py +14 -7
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/template_variable_value.py +16 -15
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/text_variable_specification.py +11 -5
- criteo_api_retailmedia_v2024_04/model/external_retail_media_brands.py → criteo_api_retailmedia_v2024_07/model/text_variable_value.py +18 -12
- criteo_api_retailmedia_v2024_07/model/update_balance_model_v2.py +279 -0
- criteo_api_retailmedia_v2024_04/model/change_dates_of_balance_request.py → criteo_api_retailmedia_v2024_07/model/update_balance_model_v2_request.py +11 -11
- criteo_api_retailmedia_v2024_07/model/value_resource_collection_input_of_retail_media_seller.py +262 -0
- criteo_api_retailmedia_v2024_04/model/creative202210_list_response.py → criteo_api_retailmedia_v2024_07/model/value_resource_collection_outcome_of_retail_media_seller.py +13 -13
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_input_of_campaign_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_input_of_line_item_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_input_of_retail_media_brand_account_creation.py +5 -12
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_input_of_retail_media_brands.py +6 -13
- criteo_api_retailmedia_v2024_07/model/value_resource_input_of_retail_media_seller_account_creation.py +262 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_of_campaign_budget_overrides.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_of_line_item_budget_overrides.py +4 -4
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_brand_account_creation.py +266 -0
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_brands.py +266 -0
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_seller.py +266 -0
- criteo_api_retailmedia_v2024_07/model/value_resource_of_retail_media_seller_account_creation.py +266 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_outcome_of_campaign_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_resource_outcome_of_line_item_budget_overrides.py +5 -5
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_add_to_basket_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_audience_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_audience_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_keyword_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_store_ids_update_model202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model/value_type_resource_of_store_target202110.py +4 -4
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/model_utils.py +2 -2
- criteo_api_retailmedia_v2024_07/models/__init__.py +248 -0
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/rest.py +2 -2
- criteo_api_retailmedia_sdk-2024.4.0.250129.dist-info/RECORD +0 -249
- criteo_api_retailmedia_sdk-2024.4.0.250129.dist-info/top_level.txt +0 -1
- criteo_api_retailmedia_v2024_04/__init__.py +0 -31
- criteo_api_retailmedia_v2024_04/apis/__init__.py +0 -22
- criteo_api_retailmedia_v2024_04/model/creative202210_response.py +0 -274
- criteo_api_retailmedia_v2024_04/model/entity_resource_of_retail_media_account.py +0 -277
- criteo_api_retailmedia_v2024_04/model/entity_resource_outcome_of_retail_media_account.py +0 -281
- criteo_api_retailmedia_v2024_04/model/external_change_dates_of_balance.py +0 -281
- criteo_api_retailmedia_v2024_04/model/external_update_balance_model.py +0 -283
- criteo_api_retailmedia_v2024_04/model/hyperlink_variable_value.py +0 -257
- criteo_api_retailmedia_v2024_04/model/promoted_product202110_list_request.py +0 -269
- criteo_api_retailmedia_v2024_04/model/promoted_product202110_paged_list_response.py +0 -287
- criteo_api_retailmedia_v2024_04/model/resource_of_add_funds_to_balance.py +0 -277
- criteo_api_retailmedia_v2024_04/model/resource_of_change_dates_of_balance.py +0 -277
- criteo_api_retailmedia_v2024_04/model/resource_of_promoted_product202110.py +0 -277
- criteo_api_retailmedia_v2024_04/model/resource_of_update_balance_model.py +0 -277
- criteo_api_retailmedia_v2024_04/model/template_list_response.py +0 -274
- criteo_api_retailmedia_v2024_04/model/template_response.py +0 -274
- criteo_api_retailmedia_v2024_04/model/value_resource_of_retail_media_brand_account_creation.py +0 -273
- criteo_api_retailmedia_v2024_04/model/value_resource_of_retail_media_brands.py +0 -273
- criteo_api_retailmedia_v2024_04/model/value_resource_outcome_of_retail_media_brands.py +0 -281
- criteo_api_retailmedia_v2024_04/models/__init__.py +0 -235
- {criteo_api_retailmedia_v2024_04 → criteo_api_retailmedia_v2024_07}/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-07
|
|
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_07.api_client import ApiClient, Endpoint as _Endpoint
|
|
15
|
+
from criteo_api_retailmedia_v2024_07.model_utils import ( # noqa: F401
|
|
16
16
|
check_allowed_values,
|
|
17
17
|
check_validations,
|
|
18
18
|
date,
|
|
@@ -21,62 +21,63 @@ from criteo_api_retailmedia_v2024_04.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_07.model.add_remove_keywords_model_request import AddRemoveKeywordsModelRequest
|
|
25
|
+
from criteo_api_retailmedia_v2024_07.model.add_to_basket_ids_update_model202110_request import AddToBasketIdsUpdateModel202110Request
|
|
26
|
+
from criteo_api_retailmedia_v2024_07.model.add_to_basket_target202110_request import AddToBasketTarget202110Request
|
|
27
|
+
from criteo_api_retailmedia_v2024_07.model.add_to_basket_target202110_response import AddToBasketTarget202110Response
|
|
28
|
+
from criteo_api_retailmedia_v2024_07.model.asset_response import AssetResponse
|
|
29
|
+
from criteo_api_retailmedia_v2024_07.model.auction_line_item_create_model_request import AuctionLineItemCreateModelRequest
|
|
30
|
+
from criteo_api_retailmedia_v2024_07.model.auction_line_item_paged_list_response import AuctionLineItemPagedListResponse
|
|
31
|
+
from criteo_api_retailmedia_v2024_07.model.auction_line_item_response import AuctionLineItemResponse
|
|
32
|
+
from criteo_api_retailmedia_v2024_07.model.auction_line_item_update_model_request import AuctionLineItemUpdateModelRequest
|
|
33
|
+
from criteo_api_retailmedia_v2024_07.model.audience_ids_update_model202110_request import AudienceIdsUpdateModel202110Request
|
|
34
|
+
from criteo_api_retailmedia_v2024_07.model.audience_target202110_request import AudienceTarget202110Request
|
|
35
|
+
from criteo_api_retailmedia_v2024_07.model.audience_target202110_response import AudienceTarget202110Response
|
|
36
|
+
from criteo_api_retailmedia_v2024_07.model.balance_campaign202110_list_request import BalanceCampaign202110ListRequest
|
|
37
|
+
from criteo_api_retailmedia_v2024_07.model.balance_campaign202110_paged_list_response import BalanceCampaign202110PagedListResponse
|
|
38
|
+
from criteo_api_retailmedia_v2024_07.model.category202204 import Category202204
|
|
39
|
+
from criteo_api_retailmedia_v2024_07.model.category202204_list_response import Category202204ListResponse
|
|
40
|
+
from criteo_api_retailmedia_v2024_07.model.common_line_item_paged_list_response import CommonLineItemPagedListResponse
|
|
41
|
+
from criteo_api_retailmedia_v2024_07.model.common_line_item_response import CommonLineItemResponse
|
|
42
|
+
from criteo_api_retailmedia_v2024_07.model.creative202110_list_response import Creative202110ListResponse
|
|
43
|
+
from criteo_api_retailmedia_v2024_07.model.creative202210_list_response import Creative202210ListResponse
|
|
44
|
+
from criteo_api_retailmedia_v2024_07.model.creative202210_response import Creative202210Response
|
|
45
|
+
from criteo_api_retailmedia_v2024_07.model.creative_create_model202207 import CreativeCreateModel202207
|
|
46
|
+
from criteo_api_retailmedia_v2024_07.model.creative_update_model202207 import CreativeUpdateModel202207
|
|
47
|
+
from criteo_api_retailmedia_v2024_07.model.external_retailer_pages202110 import ExternalRetailerPages202110
|
|
48
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_page_response_of_brand import JsonApiPageResponseOfBrand
|
|
49
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_page_response_of_campaign_v202301 import JsonApiPageResponseOfCampaignV202301
|
|
50
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_page_response_of_retailer import JsonApiPageResponseOfRetailer
|
|
51
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_request_of_catalog_request import JsonApiRequestOfCatalogRequest
|
|
52
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_single_response_of_campaign_v202301 import JsonApiSingleResponseOfCampaignV202301
|
|
53
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_single_response_of_catalog_status import JsonApiSingleResponseOfCatalogStatus
|
|
54
|
+
from criteo_api_retailmedia_v2024_07.model.json_api_single_response_of_line_item_bid_multipliers import JsonApiSingleResponseOfLineItemBidMultipliers
|
|
55
|
+
from criteo_api_retailmedia_v2024_07.model.keyword_target202110_request import KeywordTarget202110Request
|
|
56
|
+
from criteo_api_retailmedia_v2024_07.model.keyword_target202110_response import KeywordTarget202110Response
|
|
57
|
+
from criteo_api_retailmedia_v2024_07.model.keywords_model_response import KeywordsModelResponse
|
|
58
|
+
from criteo_api_retailmedia_v2024_07.model.line_item_bid_multipliers_request import LineItemBidMultipliersRequest
|
|
59
|
+
from criteo_api_retailmedia_v2024_07.model.line_item_bid_multipliers_response import LineItemBidMultipliersResponse
|
|
60
|
+
from criteo_api_retailmedia_v2024_07.model.post_campaign_v202301 import PostCampaignV202301
|
|
61
|
+
from criteo_api_retailmedia_v2024_07.model.preferred_line_item202110_paged_list_response import PreferredLineItem202110PagedListResponse
|
|
62
|
+
from criteo_api_retailmedia_v2024_07.model.preferred_line_item202110_response import PreferredLineItem202110Response
|
|
63
|
+
from criteo_api_retailmedia_v2024_07.model.preferred_line_item_create_model202110_request import PreferredLineItemCreateModel202110Request
|
|
64
|
+
from criteo_api_retailmedia_v2024_07.model.preferred_line_item_update_model202110_request import PreferredLineItemUpdateModel202110Request
|
|
65
|
+
from criteo_api_retailmedia_v2024_07.model.product_resource_outcome import ProductResourceOutcome
|
|
66
|
+
from criteo_api_retailmedia_v2024_07.model.promoted_product_resource_collection_input import PromotedProductResourceCollectionInput
|
|
67
|
+
from criteo_api_retailmedia_v2024_07.model.promoted_product_resource_collection_outcome import PromotedProductResourceCollectionOutcome
|
|
68
|
+
from criteo_api_retailmedia_v2024_07.model.proposal_status_model_response import ProposalStatusModelResponse
|
|
69
|
+
from criteo_api_retailmedia_v2024_07.model.put_campaign_v202301 import PutCampaignV202301
|
|
70
|
+
from criteo_api_retailmedia_v2024_07.model.resource_outcome import ResourceOutcome
|
|
71
|
+
from criteo_api_retailmedia_v2024_07.model.set_bids_model_request import SetBidsModelRequest
|
|
72
|
+
from criteo_api_retailmedia_v2024_07.model.store_ids_update_model202110_request import StoreIdsUpdateModel202110Request
|
|
73
|
+
from criteo_api_retailmedia_v2024_07.model.store_target202110_request import StoreTarget202110Request
|
|
74
|
+
from criteo_api_retailmedia_v2024_07.model.store_target202110_response import StoreTarget202110Response
|
|
75
|
+
from criteo_api_retailmedia_v2024_07.model.template_list_response import TemplateListResponse
|
|
76
|
+
from criteo_api_retailmedia_v2024_07.model.template_response import TemplateResponse
|
|
77
|
+
from criteo_api_retailmedia_v2024_07.model.value_resource_input_of_campaign_budget_overrides import ValueResourceInputOfCampaignBudgetOverrides
|
|
78
|
+
from criteo_api_retailmedia_v2024_07.model.value_resource_input_of_line_item_budget_overrides import ValueResourceInputOfLineItemBudgetOverrides
|
|
79
|
+
from criteo_api_retailmedia_v2024_07.model.value_resource_outcome_of_campaign_budget_overrides import ValueResourceOutcomeOfCampaignBudgetOverrides
|
|
80
|
+
from criteo_api_retailmedia_v2024_07.model.value_resource_outcome_of_line_item_budget_overrides import ValueResourceOutcomeOfLineItemBudgetOverrides
|
|
80
81
|
|
|
81
82
|
|
|
82
83
|
class CampaignApi(object):
|
|
@@ -97,7 +98,7 @@ class CampaignApi(object):
|
|
|
97
98
|
'oauth',
|
|
98
99
|
'oauth'
|
|
99
100
|
],
|
|
100
|
-
'endpoint_path': '/2024-
|
|
101
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{id}/keywords/add-remove',
|
|
101
102
|
'operation_id': 'add_remove_keywords',
|
|
102
103
|
'http_method': 'POST',
|
|
103
104
|
'servers': None,
|
|
@@ -148,6 +149,64 @@ class CampaignApi(object):
|
|
|
148
149
|
},
|
|
149
150
|
api_client=api_client
|
|
150
151
|
)
|
|
152
|
+
self.append_promoted_products_endpoint = _Endpoint(
|
|
153
|
+
settings={
|
|
154
|
+
'response_type': None,
|
|
155
|
+
'auth': [
|
|
156
|
+
'oauth',
|
|
157
|
+
'oauth'
|
|
158
|
+
],
|
|
159
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/products/append',
|
|
160
|
+
'operation_id': 'append_promoted_products',
|
|
161
|
+
'http_method': 'POST',
|
|
162
|
+
'servers': None,
|
|
163
|
+
},
|
|
164
|
+
params_map={
|
|
165
|
+
'all': [
|
|
166
|
+
'line_item_id',
|
|
167
|
+
'promoted_product_resource_collection_input',
|
|
168
|
+
],
|
|
169
|
+
'required': [
|
|
170
|
+
'line_item_id',
|
|
171
|
+
],
|
|
172
|
+
'nullable': [
|
|
173
|
+
],
|
|
174
|
+
'enum': [
|
|
175
|
+
],
|
|
176
|
+
'validation': [
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
root_map={
|
|
180
|
+
'validations': {
|
|
181
|
+
},
|
|
182
|
+
'allowed_values': {
|
|
183
|
+
},
|
|
184
|
+
'openapi_types': {
|
|
185
|
+
'line_item_id':
|
|
186
|
+
(str,),
|
|
187
|
+
'promoted_product_resource_collection_input':
|
|
188
|
+
(PromotedProductResourceCollectionInput,),
|
|
189
|
+
},
|
|
190
|
+
'attribute_map': {
|
|
191
|
+
'line_item_id': 'line-item-id',
|
|
192
|
+
},
|
|
193
|
+
'location_map': {
|
|
194
|
+
'line_item_id': 'path',
|
|
195
|
+
'promoted_product_resource_collection_input': 'body',
|
|
196
|
+
},
|
|
197
|
+
'collection_format_map': {
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
headers_map={
|
|
201
|
+
'accept': [
|
|
202
|
+
'application/json'
|
|
203
|
+
],
|
|
204
|
+
'content_type': [
|
|
205
|
+
'application/json'
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
api_client=api_client
|
|
209
|
+
)
|
|
151
210
|
self.create_asset_endpoint = _Endpoint(
|
|
152
211
|
settings={
|
|
153
212
|
'response_type': (AssetResponse,),
|
|
@@ -155,7 +214,7 @@ class CampaignApi(object):
|
|
|
155
214
|
'oauth',
|
|
156
215
|
'oauth'
|
|
157
216
|
],
|
|
158
|
-
'endpoint_path': '/2024-
|
|
217
|
+
'endpoint_path': '/2024-07/retail-media/assets',
|
|
159
218
|
'operation_id': 'create_asset',
|
|
160
219
|
'http_method': 'POST',
|
|
161
220
|
'servers': None,
|
|
@@ -204,6 +263,64 @@ class CampaignApi(object):
|
|
|
204
263
|
},
|
|
205
264
|
api_client=api_client
|
|
206
265
|
)
|
|
266
|
+
self.delete_promoted_products_endpoint = _Endpoint(
|
|
267
|
+
settings={
|
|
268
|
+
'response_type': None,
|
|
269
|
+
'auth': [
|
|
270
|
+
'oauth',
|
|
271
|
+
'oauth'
|
|
272
|
+
],
|
|
273
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/products/delete',
|
|
274
|
+
'operation_id': 'delete_promoted_products',
|
|
275
|
+
'http_method': 'POST',
|
|
276
|
+
'servers': None,
|
|
277
|
+
},
|
|
278
|
+
params_map={
|
|
279
|
+
'all': [
|
|
280
|
+
'line_item_id',
|
|
281
|
+
'promoted_product_resource_collection_input',
|
|
282
|
+
],
|
|
283
|
+
'required': [
|
|
284
|
+
'line_item_id',
|
|
285
|
+
],
|
|
286
|
+
'nullable': [
|
|
287
|
+
],
|
|
288
|
+
'enum': [
|
|
289
|
+
],
|
|
290
|
+
'validation': [
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
root_map={
|
|
294
|
+
'validations': {
|
|
295
|
+
},
|
|
296
|
+
'allowed_values': {
|
|
297
|
+
},
|
|
298
|
+
'openapi_types': {
|
|
299
|
+
'line_item_id':
|
|
300
|
+
(str,),
|
|
301
|
+
'promoted_product_resource_collection_input':
|
|
302
|
+
(PromotedProductResourceCollectionInput,),
|
|
303
|
+
},
|
|
304
|
+
'attribute_map': {
|
|
305
|
+
'line_item_id': 'line-item-id',
|
|
306
|
+
},
|
|
307
|
+
'location_map': {
|
|
308
|
+
'line_item_id': 'path',
|
|
309
|
+
'promoted_product_resource_collection_input': 'body',
|
|
310
|
+
},
|
|
311
|
+
'collection_format_map': {
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
headers_map={
|
|
315
|
+
'accept': [
|
|
316
|
+
'application/json'
|
|
317
|
+
],
|
|
318
|
+
'content_type': [
|
|
319
|
+
'application/json'
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
api_client=api_client
|
|
323
|
+
)
|
|
207
324
|
self.fetch_keywords_endpoint = _Endpoint(
|
|
208
325
|
settings={
|
|
209
326
|
'response_type': (KeywordsModelResponse,),
|
|
@@ -211,7 +328,7 @@ class CampaignApi(object):
|
|
|
211
328
|
'oauth',
|
|
212
329
|
'oauth'
|
|
213
330
|
],
|
|
214
|
-
'endpoint_path': '/2024-
|
|
331
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{id}/keywords',
|
|
215
332
|
'operation_id': 'fetch_keywords',
|
|
216
333
|
'http_method': 'GET',
|
|
217
334
|
'servers': None,
|
|
@@ -256,24 +373,27 @@ class CampaignApi(object):
|
|
|
256
373
|
},
|
|
257
374
|
api_client=api_client
|
|
258
375
|
)
|
|
259
|
-
self.
|
|
376
|
+
self.fetch_promoted_products_endpoint = _Endpoint(
|
|
260
377
|
settings={
|
|
261
|
-
'response_type': (
|
|
378
|
+
'response_type': (PromotedProductResourceCollectionOutcome,),
|
|
262
379
|
'auth': [
|
|
263
380
|
'oauth',
|
|
264
381
|
'oauth'
|
|
265
382
|
],
|
|
266
|
-
'endpoint_path': '/2024-
|
|
267
|
-
'operation_id': '
|
|
383
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/products',
|
|
384
|
+
'operation_id': 'fetch_promoted_products',
|
|
268
385
|
'http_method': 'GET',
|
|
269
386
|
'servers': None,
|
|
270
387
|
},
|
|
271
388
|
params_map={
|
|
272
389
|
'all': [
|
|
273
|
-
'
|
|
390
|
+
'line_item_id',
|
|
391
|
+
'offset',
|
|
392
|
+
'limit',
|
|
393
|
+
'fields',
|
|
274
394
|
],
|
|
275
395
|
'required': [
|
|
276
|
-
'
|
|
396
|
+
'line_item_id',
|
|
277
397
|
],
|
|
278
398
|
'nullable': [
|
|
279
399
|
],
|
|
@@ -288,46 +408,56 @@ class CampaignApi(object):
|
|
|
288
408
|
'allowed_values': {
|
|
289
409
|
},
|
|
290
410
|
'openapi_types': {
|
|
291
|
-
'
|
|
411
|
+
'line_item_id':
|
|
412
|
+
(str,),
|
|
413
|
+
'offset':
|
|
414
|
+
(int,),
|
|
415
|
+
'limit':
|
|
416
|
+
(int,),
|
|
417
|
+
'fields':
|
|
292
418
|
(str,),
|
|
293
419
|
},
|
|
294
420
|
'attribute_map': {
|
|
295
|
-
'
|
|
421
|
+
'line_item_id': 'line-item-id',
|
|
422
|
+
'offset': 'offset',
|
|
423
|
+
'limit': 'limit',
|
|
424
|
+
'fields': 'fields',
|
|
296
425
|
},
|
|
297
426
|
'location_map': {
|
|
298
|
-
'
|
|
427
|
+
'line_item_id': 'path',
|
|
428
|
+
'offset': 'query',
|
|
429
|
+
'limit': 'query',
|
|
430
|
+
'fields': 'query',
|
|
299
431
|
},
|
|
300
432
|
'collection_format_map': {
|
|
301
433
|
}
|
|
302
434
|
},
|
|
303
435
|
headers_map={
|
|
304
436
|
'accept': [
|
|
305
|
-
'
|
|
306
|
-
'application/json',
|
|
307
|
-
'text/json'
|
|
437
|
+
'application/json'
|
|
308
438
|
],
|
|
309
439
|
'content_type': [],
|
|
310
440
|
},
|
|
311
441
|
api_client=api_client
|
|
312
442
|
)
|
|
313
|
-
self.
|
|
443
|
+
self.fetch_proposal_endpoint = _Endpoint(
|
|
314
444
|
settings={
|
|
315
|
-
'response_type': (
|
|
445
|
+
'response_type': (ProposalStatusModelResponse,),
|
|
316
446
|
'auth': [
|
|
317
447
|
'oauth',
|
|
318
448
|
'oauth'
|
|
319
449
|
],
|
|
320
|
-
'endpoint_path': '/2024-
|
|
321
|
-
'operation_id': '
|
|
450
|
+
'endpoint_path': '/2024-07/retail-media/preferred-deal-line-items/{id}/proposal',
|
|
451
|
+
'operation_id': 'fetch_proposal',
|
|
322
452
|
'http_method': 'GET',
|
|
323
453
|
'servers': None,
|
|
324
454
|
},
|
|
325
455
|
params_map={
|
|
326
456
|
'all': [
|
|
327
|
-
'
|
|
457
|
+
'id',
|
|
328
458
|
],
|
|
329
459
|
'required': [
|
|
330
|
-
'
|
|
460
|
+
'id',
|
|
331
461
|
],
|
|
332
462
|
'nullable': [
|
|
333
463
|
],
|
|
@@ -342,14 +472,14 @@ class CampaignApi(object):
|
|
|
342
472
|
'allowed_values': {
|
|
343
473
|
},
|
|
344
474
|
'openapi_types': {
|
|
345
|
-
'
|
|
475
|
+
'id':
|
|
346
476
|
(str,),
|
|
347
477
|
},
|
|
348
478
|
'attribute_map': {
|
|
349
|
-
'
|
|
479
|
+
'id': 'id',
|
|
350
480
|
},
|
|
351
481
|
'location_map': {
|
|
352
|
-
'
|
|
482
|
+
'id': 'path',
|
|
353
483
|
},
|
|
354
484
|
'collection_format_map': {
|
|
355
485
|
}
|
|
@@ -362,27 +492,24 @@ class CampaignApi(object):
|
|
|
362
492
|
},
|
|
363
493
|
api_client=api_client
|
|
364
494
|
)
|
|
365
|
-
self.
|
|
495
|
+
self.get_api202110_external_account_creatives_by_account_id_endpoint = _Endpoint(
|
|
366
496
|
settings={
|
|
367
|
-
'response_type': (
|
|
497
|
+
'response_type': (Creative202110ListResponse,),
|
|
368
498
|
'auth': [
|
|
369
499
|
'oauth',
|
|
370
500
|
'oauth'
|
|
371
501
|
],
|
|
372
|
-
'endpoint_path': '/2024-
|
|
373
|
-
'operation_id': '
|
|
502
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives',
|
|
503
|
+
'operation_id': 'get_api202110_external_account_creatives_by_account_id',
|
|
374
504
|
'http_method': 'GET',
|
|
375
505
|
'servers': None,
|
|
376
506
|
},
|
|
377
507
|
params_map={
|
|
378
508
|
'all': [
|
|
379
|
-
'
|
|
380
|
-
'limit_to_id',
|
|
381
|
-
'page_index',
|
|
382
|
-
'page_size',
|
|
509
|
+
'account_id',
|
|
383
510
|
],
|
|
384
511
|
'required': [
|
|
385
|
-
'
|
|
512
|
+
'account_id',
|
|
386
513
|
],
|
|
387
514
|
'nullable': [
|
|
388
515
|
],
|
|
@@ -397,29 +524,16 @@ class CampaignApi(object):
|
|
|
397
524
|
'allowed_values': {
|
|
398
525
|
},
|
|
399
526
|
'openapi_types': {
|
|
400
|
-
'
|
|
527
|
+
'account_id':
|
|
401
528
|
(str,),
|
|
402
|
-
'limit_to_id':
|
|
403
|
-
([str],),
|
|
404
|
-
'page_index':
|
|
405
|
-
(int,),
|
|
406
|
-
'page_size':
|
|
407
|
-
(int,),
|
|
408
529
|
},
|
|
409
530
|
'attribute_map': {
|
|
410
|
-
'
|
|
411
|
-
'limit_to_id': 'limitToId',
|
|
412
|
-
'page_index': 'pageIndex',
|
|
413
|
-
'page_size': 'pageSize',
|
|
531
|
+
'account_id': 'account-id',
|
|
414
532
|
},
|
|
415
533
|
'location_map': {
|
|
416
|
-
'
|
|
417
|
-
'limit_to_id': 'query',
|
|
418
|
-
'page_index': 'query',
|
|
419
|
-
'page_size': 'query',
|
|
534
|
+
'account_id': 'path',
|
|
420
535
|
},
|
|
421
536
|
'collection_format_map': {
|
|
422
|
-
'limit_to_id': 'multi',
|
|
423
537
|
}
|
|
424
538
|
},
|
|
425
539
|
headers_map={
|
|
@@ -430,27 +544,79 @@ class CampaignApi(object):
|
|
|
430
544
|
},
|
|
431
545
|
api_client=api_client
|
|
432
546
|
)
|
|
433
|
-
self.
|
|
547
|
+
self.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id_endpoint = _Endpoint(
|
|
434
548
|
settings={
|
|
435
|
-
'response_type': (
|
|
549
|
+
'response_type': (KeywordTarget202110Response,),
|
|
436
550
|
'auth': [
|
|
437
551
|
'oauth',
|
|
438
552
|
'oauth'
|
|
439
553
|
],
|
|
440
|
-
'endpoint_path': '/2024-
|
|
441
|
-
'operation_id': '
|
|
554
|
+
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}/targeting/keywords',
|
|
555
|
+
'operation_id': 'get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id',
|
|
442
556
|
'http_method': 'GET',
|
|
443
557
|
'servers': None,
|
|
444
558
|
},
|
|
445
559
|
params_map={
|
|
446
560
|
'all': [
|
|
447
561
|
'line_item_id',
|
|
562
|
+
],
|
|
563
|
+
'required': [
|
|
564
|
+
'line_item_id',
|
|
565
|
+
],
|
|
566
|
+
'nullable': [
|
|
567
|
+
],
|
|
568
|
+
'enum': [
|
|
569
|
+
],
|
|
570
|
+
'validation': [
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
root_map={
|
|
574
|
+
'validations': {
|
|
575
|
+
},
|
|
576
|
+
'allowed_values': {
|
|
577
|
+
},
|
|
578
|
+
'openapi_types': {
|
|
579
|
+
'line_item_id':
|
|
580
|
+
(str,),
|
|
581
|
+
},
|
|
582
|
+
'attribute_map': {
|
|
583
|
+
'line_item_id': 'line-item-id',
|
|
584
|
+
},
|
|
585
|
+
'location_map': {
|
|
586
|
+
'line_item_id': 'path',
|
|
587
|
+
},
|
|
588
|
+
'collection_format_map': {
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
headers_map={
|
|
592
|
+
'accept': [
|
|
593
|
+
'application/json'
|
|
594
|
+
],
|
|
595
|
+
'content_type': [],
|
|
596
|
+
},
|
|
597
|
+
api_client=api_client
|
|
598
|
+
)
|
|
599
|
+
self.get_api202110_external_campaign_preferred_line_items_by_campaign_id_endpoint = _Endpoint(
|
|
600
|
+
settings={
|
|
601
|
+
'response_type': (PreferredLineItem202110PagedListResponse,),
|
|
602
|
+
'auth': [
|
|
603
|
+
'oauth',
|
|
604
|
+
'oauth'
|
|
605
|
+
],
|
|
606
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaign-id}/preferred-line-items',
|
|
607
|
+
'operation_id': 'get_api202110_external_campaign_preferred_line_items_by_campaign_id',
|
|
608
|
+
'http_method': 'GET',
|
|
609
|
+
'servers': None,
|
|
610
|
+
},
|
|
611
|
+
params_map={
|
|
612
|
+
'all': [
|
|
613
|
+
'campaign_id',
|
|
448
614
|
'limit_to_id',
|
|
449
615
|
'page_index',
|
|
450
616
|
'page_size',
|
|
451
617
|
],
|
|
452
618
|
'required': [
|
|
453
|
-
'
|
|
619
|
+
'campaign_id',
|
|
454
620
|
],
|
|
455
621
|
'nullable': [
|
|
456
622
|
],
|
|
@@ -465,7 +631,7 @@ class CampaignApi(object):
|
|
|
465
631
|
'allowed_values': {
|
|
466
632
|
},
|
|
467
633
|
'openapi_types': {
|
|
468
|
-
'
|
|
634
|
+
'campaign_id':
|
|
469
635
|
(str,),
|
|
470
636
|
'limit_to_id':
|
|
471
637
|
([str],),
|
|
@@ -475,13 +641,13 @@ class CampaignApi(object):
|
|
|
475
641
|
(int,),
|
|
476
642
|
},
|
|
477
643
|
'attribute_map': {
|
|
478
|
-
'
|
|
644
|
+
'campaign_id': 'campaign-id',
|
|
479
645
|
'limit_to_id': 'limitToId',
|
|
480
646
|
'page_index': 'pageIndex',
|
|
481
647
|
'page_size': 'pageSize',
|
|
482
648
|
},
|
|
483
649
|
'location_map': {
|
|
484
|
-
'
|
|
650
|
+
'campaign_id': 'path',
|
|
485
651
|
'limit_to_id': 'query',
|
|
486
652
|
'page_index': 'query',
|
|
487
653
|
'page_size': 'query',
|
|
@@ -505,7 +671,7 @@ class CampaignApi(object):
|
|
|
505
671
|
'oauth',
|
|
506
672
|
'oauth'
|
|
507
673
|
],
|
|
508
|
-
'endpoint_path': '/2024-
|
|
674
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}',
|
|
509
675
|
'operation_id': 'get_api202110_external_preferred_line_item_by_line_item_id',
|
|
510
676
|
'http_method': 'GET',
|
|
511
677
|
'servers': None,
|
|
@@ -557,7 +723,7 @@ class CampaignApi(object):
|
|
|
557
723
|
'oauth',
|
|
558
724
|
'oauth'
|
|
559
725
|
],
|
|
560
|
-
'endpoint_path': '/2024-
|
|
726
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket',
|
|
561
727
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id',
|
|
562
728
|
'http_method': 'GET',
|
|
563
729
|
'servers': None,
|
|
@@ -609,7 +775,7 @@ class CampaignApi(object):
|
|
|
609
775
|
'oauth',
|
|
610
776
|
'oauth'
|
|
611
777
|
],
|
|
612
|
-
'endpoint_path': '/2024-
|
|
778
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/audiences',
|
|
613
779
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id',
|
|
614
780
|
'http_method': 'GET',
|
|
615
781
|
'servers': None,
|
|
@@ -661,7 +827,7 @@ class CampaignApi(object):
|
|
|
661
827
|
'oauth',
|
|
662
828
|
'oauth'
|
|
663
829
|
],
|
|
664
|
-
'endpoint_path': '/2024-
|
|
830
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/stores',
|
|
665
831
|
'operation_id': 'get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id',
|
|
666
832
|
'http_method': 'GET',
|
|
667
833
|
'servers': None,
|
|
@@ -713,7 +879,7 @@ class CampaignApi(object):
|
|
|
713
879
|
'oauth',
|
|
714
880
|
'oauth'
|
|
715
881
|
],
|
|
716
|
-
'endpoint_path': '/2024-
|
|
882
|
+
'endpoint_path': '/2024-07/retail-media/retailers/{retailerId}/pages',
|
|
717
883
|
'operation_id': 'get_api202110_external_retailer_pages_by_retailer_id',
|
|
718
884
|
'http_method': 'GET',
|
|
719
885
|
'servers': None,
|
|
@@ -765,7 +931,7 @@ class CampaignApi(object):
|
|
|
765
931
|
'oauth',
|
|
766
932
|
'oauth'
|
|
767
933
|
],
|
|
768
|
-
'endpoint_path': '/2024-
|
|
934
|
+
'endpoint_path': '/2024-07/retail-media/categories/{categoryId}',
|
|
769
935
|
'operation_id': 'get_api202204_external_categorie_by_category_id',
|
|
770
936
|
'http_method': 'GET',
|
|
771
937
|
'servers': None,
|
|
@@ -817,7 +983,7 @@ class CampaignApi(object):
|
|
|
817
983
|
'oauth',
|
|
818
984
|
'oauth'
|
|
819
985
|
],
|
|
820
|
-
'endpoint_path': '/2024-
|
|
986
|
+
'endpoint_path': '/2024-07/retail-media/categories',
|
|
821
987
|
'operation_id': 'get_api202204_external_categories',
|
|
822
988
|
'http_method': 'GET',
|
|
823
989
|
'servers': None,
|
|
@@ -894,7 +1060,7 @@ class CampaignApi(object):
|
|
|
894
1060
|
'oauth',
|
|
895
1061
|
'oauth'
|
|
896
1062
|
],
|
|
897
|
-
'endpoint_path': '/2024-
|
|
1063
|
+
'endpoint_path': '/2024-07/retail-media/retailers/{retailer-id}/templates/{template-id}',
|
|
898
1064
|
'operation_id': 'get_api202207_external_retailer_by_retailer_id_templatestemplate_id',
|
|
899
1065
|
'http_method': 'GET',
|
|
900
1066
|
'servers': None,
|
|
@@ -939,9 +1105,7 @@ class CampaignApi(object):
|
|
|
939
1105
|
},
|
|
940
1106
|
headers_map={
|
|
941
1107
|
'accept': [
|
|
942
|
-
'
|
|
943
|
-
'application/json',
|
|
944
|
-
'text/json'
|
|
1108
|
+
'application/json'
|
|
945
1109
|
],
|
|
946
1110
|
'content_type': [],
|
|
947
1111
|
},
|
|
@@ -954,7 +1118,7 @@ class CampaignApi(object):
|
|
|
954
1118
|
'oauth',
|
|
955
1119
|
'oauth'
|
|
956
1120
|
],
|
|
957
|
-
'endpoint_path': '/2024-
|
|
1121
|
+
'endpoint_path': '/2024-07/retail-media/retailers/{retailer-id}/templates',
|
|
958
1122
|
'operation_id': 'get_api202207_external_retailer_templates_by_retailer_id',
|
|
959
1123
|
'http_method': 'GET',
|
|
960
1124
|
'servers': None,
|
|
@@ -993,9 +1157,7 @@ class CampaignApi(object):
|
|
|
993
1157
|
},
|
|
994
1158
|
headers_map={
|
|
995
1159
|
'accept': [
|
|
996
|
-
'
|
|
997
|
-
'application/json',
|
|
998
|
-
'text/json'
|
|
1160
|
+
'application/json'
|
|
999
1161
|
],
|
|
1000
1162
|
'content_type': [],
|
|
1001
1163
|
},
|
|
@@ -1008,7 +1170,7 @@ class CampaignApi(object):
|
|
|
1008
1170
|
'oauth',
|
|
1009
1171
|
'oauth'
|
|
1010
1172
|
],
|
|
1011
|
-
'endpoint_path': '/2024-
|
|
1173
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives/{creative-id}',
|
|
1012
1174
|
'operation_id': 'get_api202210_external_account_by_account_id_creativescreative_id',
|
|
1013
1175
|
'http_method': 'GET',
|
|
1014
1176
|
'servers': None,
|
|
@@ -1053,9 +1215,7 @@ class CampaignApi(object):
|
|
|
1053
1215
|
},
|
|
1054
1216
|
headers_map={
|
|
1055
1217
|
'accept': [
|
|
1056
|
-
'
|
|
1057
|
-
'application/json',
|
|
1058
|
-
'text/json'
|
|
1218
|
+
'application/json'
|
|
1059
1219
|
],
|
|
1060
1220
|
'content_type': [],
|
|
1061
1221
|
},
|
|
@@ -1068,7 +1228,7 @@ class CampaignApi(object):
|
|
|
1068
1228
|
'oauth',
|
|
1069
1229
|
'oauth'
|
|
1070
1230
|
],
|
|
1071
|
-
'endpoint_path': '/2024-
|
|
1231
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/campaigns',
|
|
1072
1232
|
'operation_id': 'get_api202301_external_account_campaigns_by_account_id',
|
|
1073
1233
|
'http_method': 'GET',
|
|
1074
1234
|
'servers': None,
|
|
@@ -1136,7 +1296,7 @@ class CampaignApi(object):
|
|
|
1136
1296
|
'oauth',
|
|
1137
1297
|
'oauth'
|
|
1138
1298
|
],
|
|
1139
|
-
'endpoint_path': '/2024-
|
|
1299
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaignId}',
|
|
1140
1300
|
'operation_id': 'get_api202301_external_campaign_by_campaign_id',
|
|
1141
1301
|
'http_method': 'GET',
|
|
1142
1302
|
'servers': None,
|
|
@@ -1188,7 +1348,7 @@ class CampaignApi(object):
|
|
|
1188
1348
|
'oauth',
|
|
1189
1349
|
'oauth'
|
|
1190
1350
|
],
|
|
1191
|
-
'endpoint_path': '/2024-
|
|
1351
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/bid-multipliers',
|
|
1192
1352
|
'operation_id': 'get_api202301_external_line_item_bid_multipliers_by_line_item_id',
|
|
1193
1353
|
'http_method': 'GET',
|
|
1194
1354
|
'servers': None,
|
|
@@ -1242,7 +1402,7 @@ class CampaignApi(object):
|
|
|
1242
1402
|
'oauth',
|
|
1243
1403
|
'oauth'
|
|
1244
1404
|
],
|
|
1245
|
-
'endpoint_path': '/2024-
|
|
1405
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{accountId}/brands',
|
|
1246
1406
|
'operation_id': 'get_api_v1_external_account_brands_by_account_id',
|
|
1247
1407
|
'http_method': 'GET',
|
|
1248
1408
|
'servers': None,
|
|
@@ -1312,7 +1472,7 @@ class CampaignApi(object):
|
|
|
1312
1472
|
'oauth',
|
|
1313
1473
|
'oauth'
|
|
1314
1474
|
],
|
|
1315
|
-
'endpoint_path': '/2024-
|
|
1475
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{accountId}/retailers',
|
|
1316
1476
|
'operation_id': 'get_api_v1_external_account_retailers_by_account_id',
|
|
1317
1477
|
'http_method': 'GET',
|
|
1318
1478
|
'servers': None,
|
|
@@ -1382,7 +1542,7 @@ class CampaignApi(object):
|
|
|
1382
1542
|
'oauth',
|
|
1383
1543
|
'oauth'
|
|
1384
1544
|
],
|
|
1385
|
-
'endpoint_path': '/2024-
|
|
1545
|
+
'endpoint_path': '/2024-07/retail-media/catalogs/{catalogId}/output',
|
|
1386
1546
|
'operation_id': 'get_api_v1_external_catalog_output_by_catalog_id',
|
|
1387
1547
|
'http_method': 'GET',
|
|
1388
1548
|
'servers': None,
|
|
@@ -1435,7 +1595,7 @@ class CampaignApi(object):
|
|
|
1435
1595
|
'oauth',
|
|
1436
1596
|
'oauth'
|
|
1437
1597
|
],
|
|
1438
|
-
'endpoint_path': '/2024-
|
|
1598
|
+
'endpoint_path': '/2024-07/retail-media/catalogs/{catalogId}/status',
|
|
1439
1599
|
'operation_id': 'get_api_v1_external_catalog_status_by_catalog_id',
|
|
1440
1600
|
'http_method': 'GET',
|
|
1441
1601
|
'servers': None,
|
|
@@ -1487,7 +1647,7 @@ class CampaignApi(object):
|
|
|
1487
1647
|
'oauth',
|
|
1488
1648
|
'oauth'
|
|
1489
1649
|
],
|
|
1490
|
-
'endpoint_path': '/2024-
|
|
1650
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/line-items',
|
|
1491
1651
|
'operation_id': 'get_api_v2_external_account_line_items_by_account_id',
|
|
1492
1652
|
'http_method': 'GET',
|
|
1493
1653
|
'servers': None,
|
|
@@ -1573,7 +1733,7 @@ class CampaignApi(object):
|
|
|
1573
1733
|
'oauth',
|
|
1574
1734
|
'oauth'
|
|
1575
1735
|
],
|
|
1576
|
-
'endpoint_path': '/2024-
|
|
1736
|
+
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}',
|
|
1577
1737
|
'operation_id': 'get_api_v2_external_auction_line_item_by_line_item_id',
|
|
1578
1738
|
'http_method': 'GET',
|
|
1579
1739
|
'servers': None,
|
|
@@ -1625,7 +1785,7 @@ class CampaignApi(object):
|
|
|
1625
1785
|
'oauth',
|
|
1626
1786
|
'oauth'
|
|
1627
1787
|
],
|
|
1628
|
-
'endpoint_path': '/2024-
|
|
1788
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaign-id}/auction-line-items',
|
|
1629
1789
|
'operation_id': 'get_api_v2_external_campaign_auction_line_items_by_campaign_id',
|
|
1630
1790
|
'http_method': 'GET',
|
|
1631
1791
|
'servers': None,
|
|
@@ -1693,7 +1853,7 @@ class CampaignApi(object):
|
|
|
1693
1853
|
'oauth',
|
|
1694
1854
|
'oauth'
|
|
1695
1855
|
],
|
|
1696
|
-
'endpoint_path': '/2024-
|
|
1856
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}',
|
|
1697
1857
|
'operation_id': 'get_api_v2_external_line_item_by_line_item_id',
|
|
1698
1858
|
'http_method': 'GET',
|
|
1699
1859
|
'servers': None,
|
|
@@ -1745,7 +1905,7 @@ class CampaignApi(object):
|
|
|
1745
1905
|
'oauth',
|
|
1746
1906
|
'oauth'
|
|
1747
1907
|
],
|
|
1748
|
-
'endpoint_path': '/2024-
|
|
1908
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaignId}/campaign-budget-overrides',
|
|
1749
1909
|
'operation_id': 'get_campaign_budget_overrides',
|
|
1750
1910
|
'http_method': 'GET',
|
|
1751
1911
|
'servers': None,
|
|
@@ -1790,73 +1950,46 @@ class CampaignApi(object):
|
|
|
1790
1950
|
},
|
|
1791
1951
|
api_client=api_client
|
|
1792
1952
|
)
|
|
1793
|
-
self.
|
|
1953
|
+
self.get_line_item_budget_overrides_endpoint = _Endpoint(
|
|
1794
1954
|
settings={
|
|
1795
|
-
'response_type': (
|
|
1955
|
+
'response_type': (ValueResourceOutcomeOfLineItemBudgetOverrides,),
|
|
1796
1956
|
'auth': [
|
|
1797
1957
|
'oauth',
|
|
1798
1958
|
'oauth'
|
|
1799
1959
|
],
|
|
1800
|
-
'endpoint_path': '/2024-
|
|
1801
|
-
'operation_id': '
|
|
1960
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{lineItemId}/line-item-budget-overrides',
|
|
1961
|
+
'operation_id': 'get_line_item_budget_overrides',
|
|
1802
1962
|
'http_method': 'GET',
|
|
1803
1963
|
'servers': None,
|
|
1804
1964
|
},
|
|
1805
1965
|
params_map={
|
|
1806
1966
|
'all': [
|
|
1807
|
-
'
|
|
1808
|
-
'offset',
|
|
1809
|
-
'limit',
|
|
1810
|
-
'limit_to_change_types',
|
|
1967
|
+
'line_item_id',
|
|
1811
1968
|
],
|
|
1812
1969
|
'required': [
|
|
1813
|
-
'
|
|
1970
|
+
'line_item_id',
|
|
1814
1971
|
],
|
|
1815
1972
|
'nullable': [
|
|
1816
1973
|
],
|
|
1817
1974
|
'enum': [
|
|
1818
1975
|
],
|
|
1819
1976
|
'validation': [
|
|
1820
|
-
'offset',
|
|
1821
|
-
'limit',
|
|
1822
1977
|
]
|
|
1823
1978
|
},
|
|
1824
1979
|
root_map={
|
|
1825
1980
|
'validations': {
|
|
1826
|
-
('offset',): {
|
|
1827
|
-
|
|
1828
|
-
'inclusive_maximum': 2147483647,
|
|
1829
|
-
'inclusive_minimum': 0,
|
|
1830
|
-
},
|
|
1831
|
-
('limit',): {
|
|
1832
|
-
|
|
1833
|
-
'inclusive_maximum': 100,
|
|
1834
|
-
'inclusive_minimum': 1,
|
|
1835
|
-
},
|
|
1836
1981
|
},
|
|
1837
1982
|
'allowed_values': {
|
|
1838
1983
|
},
|
|
1839
1984
|
'openapi_types': {
|
|
1840
|
-
'
|
|
1841
|
-
(str,),
|
|
1842
|
-
'offset':
|
|
1843
|
-
(int,),
|
|
1844
|
-
'limit':
|
|
1845
|
-
(int,),
|
|
1846
|
-
'limit_to_change_types':
|
|
1985
|
+
'line_item_id':
|
|
1847
1986
|
(str,),
|
|
1848
1987
|
},
|
|
1849
1988
|
'attribute_map': {
|
|
1850
|
-
'
|
|
1851
|
-
'offset': 'offset',
|
|
1852
|
-
'limit': 'limit',
|
|
1853
|
-
'limit_to_change_types': 'limitToChangeTypes',
|
|
1989
|
+
'line_item_id': 'lineItemId',
|
|
1854
1990
|
},
|
|
1855
1991
|
'location_map': {
|
|
1856
|
-
'
|
|
1857
|
-
'offset': 'query',
|
|
1858
|
-
'limit': 'query',
|
|
1859
|
-
'limit_to_change_types': 'query',
|
|
1992
|
+
'line_item_id': 'path',
|
|
1860
1993
|
},
|
|
1861
1994
|
'collection_format_map': {
|
|
1862
1995
|
}
|
|
@@ -1869,21 +2002,22 @@ class CampaignApi(object):
|
|
|
1869
2002
|
},
|
|
1870
2003
|
api_client=api_client
|
|
1871
2004
|
)
|
|
1872
|
-
self.
|
|
2005
|
+
self.pause_promoted_products_endpoint = _Endpoint(
|
|
1873
2006
|
settings={
|
|
1874
|
-
'response_type':
|
|
2007
|
+
'response_type': None,
|
|
1875
2008
|
'auth': [
|
|
1876
2009
|
'oauth',
|
|
1877
2010
|
'oauth'
|
|
1878
2011
|
],
|
|
1879
|
-
'endpoint_path': '/2024-
|
|
1880
|
-
'operation_id': '
|
|
1881
|
-
'http_method': '
|
|
2012
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/products/pause',
|
|
2013
|
+
'operation_id': 'pause_promoted_products',
|
|
2014
|
+
'http_method': 'POST',
|
|
1882
2015
|
'servers': None,
|
|
1883
2016
|
},
|
|
1884
2017
|
params_map={
|
|
1885
2018
|
'all': [
|
|
1886
2019
|
'line_item_id',
|
|
2020
|
+
'promoted_product_resource_collection_input',
|
|
1887
2021
|
],
|
|
1888
2022
|
'required': [
|
|
1889
2023
|
'line_item_id',
|
|
@@ -1903,12 +2037,15 @@ class CampaignApi(object):
|
|
|
1903
2037
|
'openapi_types': {
|
|
1904
2038
|
'line_item_id':
|
|
1905
2039
|
(str,),
|
|
2040
|
+
'promoted_product_resource_collection_input':
|
|
2041
|
+
(PromotedProductResourceCollectionInput,),
|
|
1906
2042
|
},
|
|
1907
2043
|
'attribute_map': {
|
|
1908
|
-
'line_item_id': '
|
|
2044
|
+
'line_item_id': 'line-item-id',
|
|
1909
2045
|
},
|
|
1910
2046
|
'location_map': {
|
|
1911
2047
|
'line_item_id': 'path',
|
|
2048
|
+
'promoted_product_resource_collection_input': 'body',
|
|
1912
2049
|
},
|
|
1913
2050
|
'collection_format_map': {
|
|
1914
2051
|
}
|
|
@@ -1917,7 +2054,9 @@ class CampaignApi(object):
|
|
|
1917
2054
|
'accept': [
|
|
1918
2055
|
'application/json'
|
|
1919
2056
|
],
|
|
1920
|
-
'content_type': [
|
|
2057
|
+
'content_type': [
|
|
2058
|
+
'application/json'
|
|
2059
|
+
]
|
|
1921
2060
|
},
|
|
1922
2061
|
api_client=api_client
|
|
1923
2062
|
)
|
|
@@ -1928,7 +2067,7 @@ class CampaignApi(object):
|
|
|
1928
2067
|
'oauth',
|
|
1929
2068
|
'oauth'
|
|
1930
2069
|
],
|
|
1931
|
-
'endpoint_path': '/2024-
|
|
2070
|
+
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}/targeting/keywords/append',
|
|
1932
2071
|
'operation_id': 'post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id',
|
|
1933
2072
|
'http_method': 'POST',
|
|
1934
2073
|
'servers': None,
|
|
@@ -1986,7 +2125,7 @@ class CampaignApi(object):
|
|
|
1986
2125
|
'oauth',
|
|
1987
2126
|
'oauth'
|
|
1988
2127
|
],
|
|
1989
|
-
'endpoint_path': '/2024-
|
|
2128
|
+
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}/targeting/keywords/delete',
|
|
1990
2129
|
'operation_id': 'post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id',
|
|
1991
2130
|
'http_method': 'POST',
|
|
1992
2131
|
'servers': None,
|
|
@@ -2044,7 +2183,7 @@ class CampaignApi(object):
|
|
|
2044
2183
|
'oauth',
|
|
2045
2184
|
'oauth'
|
|
2046
2185
|
],
|
|
2047
|
-
'endpoint_path': '/2024-
|
|
2186
|
+
'endpoint_path': '/2024-07/retail-media/balances/{balance-id}/campaigns/append',
|
|
2048
2187
|
'operation_id': 'post_api202110_external_balance_campaigns_append_by_balance_id',
|
|
2049
2188
|
'http_method': 'POST',
|
|
2050
2189
|
'servers': None,
|
|
@@ -2102,7 +2241,7 @@ class CampaignApi(object):
|
|
|
2102
2241
|
'oauth',
|
|
2103
2242
|
'oauth'
|
|
2104
2243
|
],
|
|
2105
|
-
'endpoint_path': '/2024-
|
|
2244
|
+
'endpoint_path': '/2024-07/retail-media/balances/{balance-id}/campaigns/delete',
|
|
2106
2245
|
'operation_id': 'post_api202110_external_balance_campaigns_delete_by_balance_id',
|
|
2107
2246
|
'http_method': 'POST',
|
|
2108
2247
|
'servers': None,
|
|
@@ -2160,7 +2299,7 @@ class CampaignApi(object):
|
|
|
2160
2299
|
'oauth',
|
|
2161
2300
|
'oauth'
|
|
2162
2301
|
],
|
|
2163
|
-
'endpoint_path': '/2024-
|
|
2302
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaign-id}/preferred-line-items',
|
|
2164
2303
|
'operation_id': 'post_api202110_external_campaign_preferred_line_items_by_campaign_id',
|
|
2165
2304
|
'http_method': 'POST',
|
|
2166
2305
|
'servers': None,
|
|
@@ -2211,234 +2350,6 @@ class CampaignApi(object):
|
|
|
2211
2350
|
},
|
|
2212
2351
|
api_client=api_client
|
|
2213
2352
|
)
|
|
2214
|
-
self.post_api202110_external_line_item_products_append_by_line_item_id_endpoint = _Endpoint(
|
|
2215
|
-
settings={
|
|
2216
|
-
'response_type': (PromotedProduct202110PagedListResponse,),
|
|
2217
|
-
'auth': [
|
|
2218
|
-
'oauth',
|
|
2219
|
-
'oauth'
|
|
2220
|
-
],
|
|
2221
|
-
'endpoint_path': '/2024-04/retail-media/line-items/{line-item-id}/products/append',
|
|
2222
|
-
'operation_id': 'post_api202110_external_line_item_products_append_by_line_item_id',
|
|
2223
|
-
'http_method': 'POST',
|
|
2224
|
-
'servers': None,
|
|
2225
|
-
},
|
|
2226
|
-
params_map={
|
|
2227
|
-
'all': [
|
|
2228
|
-
'line_item_id',
|
|
2229
|
-
'promoted_product202110_list_request',
|
|
2230
|
-
],
|
|
2231
|
-
'required': [
|
|
2232
|
-
'line_item_id',
|
|
2233
|
-
],
|
|
2234
|
-
'nullable': [
|
|
2235
|
-
],
|
|
2236
|
-
'enum': [
|
|
2237
|
-
],
|
|
2238
|
-
'validation': [
|
|
2239
|
-
]
|
|
2240
|
-
},
|
|
2241
|
-
root_map={
|
|
2242
|
-
'validations': {
|
|
2243
|
-
},
|
|
2244
|
-
'allowed_values': {
|
|
2245
|
-
},
|
|
2246
|
-
'openapi_types': {
|
|
2247
|
-
'line_item_id':
|
|
2248
|
-
(str,),
|
|
2249
|
-
'promoted_product202110_list_request':
|
|
2250
|
-
(PromotedProduct202110ListRequest,),
|
|
2251
|
-
},
|
|
2252
|
-
'attribute_map': {
|
|
2253
|
-
'line_item_id': 'line-item-id',
|
|
2254
|
-
},
|
|
2255
|
-
'location_map': {
|
|
2256
|
-
'line_item_id': 'path',
|
|
2257
|
-
'promoted_product202110_list_request': 'body',
|
|
2258
|
-
},
|
|
2259
|
-
'collection_format_map': {
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
headers_map={
|
|
2263
|
-
'accept': [
|
|
2264
|
-
'application/json'
|
|
2265
|
-
],
|
|
2266
|
-
'content_type': [
|
|
2267
|
-
'application/json'
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
|
-
api_client=api_client
|
|
2271
|
-
)
|
|
2272
|
-
self.post_api202110_external_line_item_products_delete_by_line_item_id_endpoint = _Endpoint(
|
|
2273
|
-
settings={
|
|
2274
|
-
'response_type': (PromotedProduct202110PagedListResponse,),
|
|
2275
|
-
'auth': [
|
|
2276
|
-
'oauth',
|
|
2277
|
-
'oauth'
|
|
2278
|
-
],
|
|
2279
|
-
'endpoint_path': '/2024-04/retail-media/line-items/{line-item-id}/products/delete',
|
|
2280
|
-
'operation_id': 'post_api202110_external_line_item_products_delete_by_line_item_id',
|
|
2281
|
-
'http_method': 'POST',
|
|
2282
|
-
'servers': None,
|
|
2283
|
-
},
|
|
2284
|
-
params_map={
|
|
2285
|
-
'all': [
|
|
2286
|
-
'line_item_id',
|
|
2287
|
-
'promoted_product202110_list_request',
|
|
2288
|
-
],
|
|
2289
|
-
'required': [
|
|
2290
|
-
'line_item_id',
|
|
2291
|
-
],
|
|
2292
|
-
'nullable': [
|
|
2293
|
-
],
|
|
2294
|
-
'enum': [
|
|
2295
|
-
],
|
|
2296
|
-
'validation': [
|
|
2297
|
-
]
|
|
2298
|
-
},
|
|
2299
|
-
root_map={
|
|
2300
|
-
'validations': {
|
|
2301
|
-
},
|
|
2302
|
-
'allowed_values': {
|
|
2303
|
-
},
|
|
2304
|
-
'openapi_types': {
|
|
2305
|
-
'line_item_id':
|
|
2306
|
-
(str,),
|
|
2307
|
-
'promoted_product202110_list_request':
|
|
2308
|
-
(PromotedProduct202110ListRequest,),
|
|
2309
|
-
},
|
|
2310
|
-
'attribute_map': {
|
|
2311
|
-
'line_item_id': 'line-item-id',
|
|
2312
|
-
},
|
|
2313
|
-
'location_map': {
|
|
2314
|
-
'line_item_id': 'path',
|
|
2315
|
-
'promoted_product202110_list_request': 'body',
|
|
2316
|
-
},
|
|
2317
|
-
'collection_format_map': {
|
|
2318
|
-
}
|
|
2319
|
-
},
|
|
2320
|
-
headers_map={
|
|
2321
|
-
'accept': [
|
|
2322
|
-
'application/json'
|
|
2323
|
-
],
|
|
2324
|
-
'content_type': [
|
|
2325
|
-
'application/json'
|
|
2326
|
-
]
|
|
2327
|
-
},
|
|
2328
|
-
api_client=api_client
|
|
2329
|
-
)
|
|
2330
|
-
self.post_api202110_external_line_item_products_pause_by_line_item_id_endpoint = _Endpoint(
|
|
2331
|
-
settings={
|
|
2332
|
-
'response_type': None,
|
|
2333
|
-
'auth': [
|
|
2334
|
-
'oauth',
|
|
2335
|
-
'oauth'
|
|
2336
|
-
],
|
|
2337
|
-
'endpoint_path': '/2024-04/retail-media/line-items/{line-item-id}/products/pause',
|
|
2338
|
-
'operation_id': 'post_api202110_external_line_item_products_pause_by_line_item_id',
|
|
2339
|
-
'http_method': 'POST',
|
|
2340
|
-
'servers': None,
|
|
2341
|
-
},
|
|
2342
|
-
params_map={
|
|
2343
|
-
'all': [
|
|
2344
|
-
'line_item_id',
|
|
2345
|
-
'promoted_product202110_list_request',
|
|
2346
|
-
],
|
|
2347
|
-
'required': [
|
|
2348
|
-
'line_item_id',
|
|
2349
|
-
],
|
|
2350
|
-
'nullable': [
|
|
2351
|
-
],
|
|
2352
|
-
'enum': [
|
|
2353
|
-
],
|
|
2354
|
-
'validation': [
|
|
2355
|
-
]
|
|
2356
|
-
},
|
|
2357
|
-
root_map={
|
|
2358
|
-
'validations': {
|
|
2359
|
-
},
|
|
2360
|
-
'allowed_values': {
|
|
2361
|
-
},
|
|
2362
|
-
'openapi_types': {
|
|
2363
|
-
'line_item_id':
|
|
2364
|
-
(str,),
|
|
2365
|
-
'promoted_product202110_list_request':
|
|
2366
|
-
(PromotedProduct202110ListRequest,),
|
|
2367
|
-
},
|
|
2368
|
-
'attribute_map': {
|
|
2369
|
-
'line_item_id': 'line-item-id',
|
|
2370
|
-
},
|
|
2371
|
-
'location_map': {
|
|
2372
|
-
'line_item_id': 'path',
|
|
2373
|
-
'promoted_product202110_list_request': 'body',
|
|
2374
|
-
},
|
|
2375
|
-
'collection_format_map': {
|
|
2376
|
-
}
|
|
2377
|
-
},
|
|
2378
|
-
headers_map={
|
|
2379
|
-
'accept': [],
|
|
2380
|
-
'content_type': [
|
|
2381
|
-
'application/json'
|
|
2382
|
-
]
|
|
2383
|
-
},
|
|
2384
|
-
api_client=api_client
|
|
2385
|
-
)
|
|
2386
|
-
self.post_api202110_external_line_item_products_unpause_by_line_item_id_endpoint = _Endpoint(
|
|
2387
|
-
settings={
|
|
2388
|
-
'response_type': None,
|
|
2389
|
-
'auth': [
|
|
2390
|
-
'oauth',
|
|
2391
|
-
'oauth'
|
|
2392
|
-
],
|
|
2393
|
-
'endpoint_path': '/2024-04/retail-media/line-items/{line-item-id}/products/unpause',
|
|
2394
|
-
'operation_id': 'post_api202110_external_line_item_products_unpause_by_line_item_id',
|
|
2395
|
-
'http_method': 'POST',
|
|
2396
|
-
'servers': None,
|
|
2397
|
-
},
|
|
2398
|
-
params_map={
|
|
2399
|
-
'all': [
|
|
2400
|
-
'line_item_id',
|
|
2401
|
-
'promoted_product202110_list_request',
|
|
2402
|
-
],
|
|
2403
|
-
'required': [
|
|
2404
|
-
'line_item_id',
|
|
2405
|
-
],
|
|
2406
|
-
'nullable': [
|
|
2407
|
-
],
|
|
2408
|
-
'enum': [
|
|
2409
|
-
],
|
|
2410
|
-
'validation': [
|
|
2411
|
-
]
|
|
2412
|
-
},
|
|
2413
|
-
root_map={
|
|
2414
|
-
'validations': {
|
|
2415
|
-
},
|
|
2416
|
-
'allowed_values': {
|
|
2417
|
-
},
|
|
2418
|
-
'openapi_types': {
|
|
2419
|
-
'line_item_id':
|
|
2420
|
-
(str,),
|
|
2421
|
-
'promoted_product202110_list_request':
|
|
2422
|
-
(PromotedProduct202110ListRequest,),
|
|
2423
|
-
},
|
|
2424
|
-
'attribute_map': {
|
|
2425
|
-
'line_item_id': 'line-item-id',
|
|
2426
|
-
},
|
|
2427
|
-
'location_map': {
|
|
2428
|
-
'line_item_id': 'path',
|
|
2429
|
-
'promoted_product202110_list_request': 'body',
|
|
2430
|
-
},
|
|
2431
|
-
'collection_format_map': {
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
headers_map={
|
|
2435
|
-
'accept': [],
|
|
2436
|
-
'content_type': [
|
|
2437
|
-
'application/json'
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
|
-
api_client=api_client
|
|
2441
|
-
)
|
|
2442
2353
|
self.post_api202110_external_preferred_line_item_targeting_add_to_basket_append_by_line_item_id_endpoint = _Endpoint(
|
|
2443
2354
|
settings={
|
|
2444
2355
|
'response_type': (AddToBasketTarget202110Response,),
|
|
@@ -2446,7 +2357,7 @@ class CampaignApi(object):
|
|
|
2446
2357
|
'oauth',
|
|
2447
2358
|
'oauth'
|
|
2448
2359
|
],
|
|
2449
|
-
'endpoint_path': '/2024-
|
|
2360
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket/append',
|
|
2450
2361
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_add_to_basket_append_by_line_item_id',
|
|
2451
2362
|
'http_method': 'POST',
|
|
2452
2363
|
'servers': None,
|
|
@@ -2504,7 +2415,7 @@ class CampaignApi(object):
|
|
|
2504
2415
|
'oauth',
|
|
2505
2416
|
'oauth'
|
|
2506
2417
|
],
|
|
2507
|
-
'endpoint_path': '/2024-
|
|
2418
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket/delete',
|
|
2508
2419
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_add_to_basket_delete_by_line_item_id',
|
|
2509
2420
|
'http_method': 'POST',
|
|
2510
2421
|
'servers': None,
|
|
@@ -2562,7 +2473,7 @@ class CampaignApi(object):
|
|
|
2562
2473
|
'oauth',
|
|
2563
2474
|
'oauth'
|
|
2564
2475
|
],
|
|
2565
|
-
'endpoint_path': '/2024-
|
|
2476
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/audiences/append',
|
|
2566
2477
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_audiences_append_by_line_item_id',
|
|
2567
2478
|
'http_method': 'POST',
|
|
2568
2479
|
'servers': None,
|
|
@@ -2620,7 +2531,7 @@ class CampaignApi(object):
|
|
|
2620
2531
|
'oauth',
|
|
2621
2532
|
'oauth'
|
|
2622
2533
|
],
|
|
2623
|
-
'endpoint_path': '/2024-
|
|
2534
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/audiences/delete',
|
|
2624
2535
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_audiences_delete_by_line_item_id',
|
|
2625
2536
|
'http_method': 'POST',
|
|
2626
2537
|
'servers': None,
|
|
@@ -2678,7 +2589,7 @@ class CampaignApi(object):
|
|
|
2678
2589
|
'oauth',
|
|
2679
2590
|
'oauth'
|
|
2680
2591
|
],
|
|
2681
|
-
'endpoint_path': '/2024-
|
|
2592
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/stores/append',
|
|
2682
2593
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_stores_append_by_line_item_id',
|
|
2683
2594
|
'http_method': 'POST',
|
|
2684
2595
|
'servers': None,
|
|
@@ -2736,7 +2647,7 @@ class CampaignApi(object):
|
|
|
2736
2647
|
'oauth',
|
|
2737
2648
|
'oauth'
|
|
2738
2649
|
],
|
|
2739
|
-
'endpoint_path': '/2024-
|
|
2650
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/stores/delete',
|
|
2740
2651
|
'operation_id': 'post_api202110_external_preferred_line_item_targeting_stores_delete_by_line_item_id',
|
|
2741
2652
|
'http_method': 'POST',
|
|
2742
2653
|
'servers': None,
|
|
@@ -2794,7 +2705,7 @@ class CampaignApi(object):
|
|
|
2794
2705
|
'oauth',
|
|
2795
2706
|
'oauth'
|
|
2796
2707
|
],
|
|
2797
|
-
'endpoint_path': '/2024-
|
|
2708
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives',
|
|
2798
2709
|
'operation_id': 'post_api202210_external_account_creatives_by_account_id',
|
|
2799
2710
|
'http_method': 'POST',
|
|
2800
2711
|
'servers': None,
|
|
@@ -2837,9 +2748,7 @@ class CampaignApi(object):
|
|
|
2837
2748
|
},
|
|
2838
2749
|
headers_map={
|
|
2839
2750
|
'accept': [
|
|
2840
|
-
'
|
|
2841
|
-
'application/json',
|
|
2842
|
-
'text/json'
|
|
2751
|
+
'application/json'
|
|
2843
2752
|
],
|
|
2844
2753
|
'content_type': [
|
|
2845
2754
|
'application/json'
|
|
@@ -2854,7 +2763,7 @@ class CampaignApi(object):
|
|
|
2854
2763
|
'oauth',
|
|
2855
2764
|
'oauth'
|
|
2856
2765
|
],
|
|
2857
|
-
'endpoint_path': '/2024-
|
|
2766
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives/search',
|
|
2858
2767
|
'operation_id': 'post_api202210_external_account_creatives_search_by_account_id',
|
|
2859
2768
|
'http_method': 'POST',
|
|
2860
2769
|
'servers': None,
|
|
@@ -2899,9 +2808,7 @@ class CampaignApi(object):
|
|
|
2899
2808
|
},
|
|
2900
2809
|
headers_map={
|
|
2901
2810
|
'accept': [
|
|
2902
|
-
'
|
|
2903
|
-
'application/json',
|
|
2904
|
-
'text/json'
|
|
2811
|
+
'application/json'
|
|
2905
2812
|
],
|
|
2906
2813
|
'content_type': [],
|
|
2907
2814
|
},
|
|
@@ -2914,7 +2821,7 @@ class CampaignApi(object):
|
|
|
2914
2821
|
'oauth',
|
|
2915
2822
|
'oauth'
|
|
2916
2823
|
],
|
|
2917
|
-
'endpoint_path': '/2024-
|
|
2824
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/campaigns',
|
|
2918
2825
|
'operation_id': 'post_api202301_external_account_campaigns_by_account_id',
|
|
2919
2826
|
'http_method': 'POST',
|
|
2920
2827
|
'servers': None,
|
|
@@ -2972,7 +2879,7 @@ class CampaignApi(object):
|
|
|
2972
2879
|
'oauth',
|
|
2973
2880
|
'oauth'
|
|
2974
2881
|
],
|
|
2975
|
-
'endpoint_path': '/2024-
|
|
2882
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{accountId}/catalogs',
|
|
2976
2883
|
'operation_id': 'post_api_v1_external_account_catalogs_by_account_id',
|
|
2977
2884
|
'http_method': 'POST',
|
|
2978
2885
|
'servers': None,
|
|
@@ -3030,7 +2937,7 @@ class CampaignApi(object):
|
|
|
3030
2937
|
'oauth',
|
|
3031
2938
|
'oauth'
|
|
3032
2939
|
],
|
|
3033
|
-
'endpoint_path': '/2024-
|
|
2940
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaign-id}/auction-line-items',
|
|
3034
2941
|
'operation_id': 'post_api_v2_external_campaign_auction_line_items_by_campaign_id',
|
|
3035
2942
|
'http_method': 'POST',
|
|
3036
2943
|
'servers': None,
|
|
@@ -3088,7 +2995,7 @@ class CampaignApi(object):
|
|
|
3088
2995
|
'oauth',
|
|
3089
2996
|
'oauth'
|
|
3090
2997
|
],
|
|
3091
|
-
'endpoint_path': '/2024-
|
|
2998
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}',
|
|
3092
2999
|
'operation_id': 'put_api202110_external_preferred_line_item_by_line_item_id',
|
|
3093
3000
|
'http_method': 'PUT',
|
|
3094
3001
|
'servers': None,
|
|
@@ -3146,7 +3053,7 @@ class CampaignApi(object):
|
|
|
3146
3053
|
'oauth',
|
|
3147
3054
|
'oauth'
|
|
3148
3055
|
],
|
|
3149
|
-
'endpoint_path': '/2024-
|
|
3056
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/add-to-basket',
|
|
3150
3057
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id',
|
|
3151
3058
|
'http_method': 'PUT',
|
|
3152
3059
|
'servers': None,
|
|
@@ -3204,7 +3111,7 @@ class CampaignApi(object):
|
|
|
3204
3111
|
'oauth',
|
|
3205
3112
|
'oauth'
|
|
3206
3113
|
],
|
|
3207
|
-
'endpoint_path': '/2024-
|
|
3114
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/audiences',
|
|
3208
3115
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id',
|
|
3209
3116
|
'http_method': 'PUT',
|
|
3210
3117
|
'servers': None,
|
|
@@ -3262,7 +3169,7 @@ class CampaignApi(object):
|
|
|
3262
3169
|
'oauth',
|
|
3263
3170
|
'oauth'
|
|
3264
3171
|
],
|
|
3265
|
-
'endpoint_path': '/2024-
|
|
3172
|
+
'endpoint_path': '/2024-07/retail-media/preferred-line-items/{line-item-id}/targeting/stores',
|
|
3266
3173
|
'operation_id': 'put_api202110_external_preferred_line_item_targeting_stores_by_line_item_id',
|
|
3267
3174
|
'http_method': 'PUT',
|
|
3268
3175
|
'servers': None,
|
|
@@ -3320,7 +3227,7 @@ class CampaignApi(object):
|
|
|
3320
3227
|
'oauth',
|
|
3321
3228
|
'oauth'
|
|
3322
3229
|
],
|
|
3323
|
-
'endpoint_path': '/2024-
|
|
3230
|
+
'endpoint_path': '/2024-07/retail-media/accounts/{account-id}/creatives/{creative-id}',
|
|
3324
3231
|
'operation_id': 'put_api202210_external_account_by_account_id_creativescreative_id',
|
|
3325
3232
|
'http_method': 'PUT',
|
|
3326
3233
|
'servers': None,
|
|
@@ -3369,9 +3276,7 @@ class CampaignApi(object):
|
|
|
3369
3276
|
},
|
|
3370
3277
|
headers_map={
|
|
3371
3278
|
'accept': [
|
|
3372
|
-
'
|
|
3373
|
-
'application/json',
|
|
3374
|
-
'text/json'
|
|
3279
|
+
'application/json'
|
|
3375
3280
|
],
|
|
3376
3281
|
'content_type': [
|
|
3377
3282
|
'application/json'
|
|
@@ -3386,7 +3291,7 @@ class CampaignApi(object):
|
|
|
3386
3291
|
'oauth',
|
|
3387
3292
|
'oauth'
|
|
3388
3293
|
],
|
|
3389
|
-
'endpoint_path': '/2024-
|
|
3294
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaignId}',
|
|
3390
3295
|
'operation_id': 'put_api202301_external_campaign_by_campaign_id',
|
|
3391
3296
|
'http_method': 'PUT',
|
|
3392
3297
|
'servers': None,
|
|
@@ -3444,7 +3349,7 @@ class CampaignApi(object):
|
|
|
3444
3349
|
'oauth',
|
|
3445
3350
|
'oauth'
|
|
3446
3351
|
],
|
|
3447
|
-
'endpoint_path': '/2024-
|
|
3352
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/bid-multipliers',
|
|
3448
3353
|
'operation_id': 'put_api202301_external_line_item_bid_multipliers_by_line_item_id',
|
|
3449
3354
|
'http_method': 'PUT',
|
|
3450
3355
|
'servers': None,
|
|
@@ -3504,7 +3409,7 @@ class CampaignApi(object):
|
|
|
3504
3409
|
'oauth',
|
|
3505
3410
|
'oauth'
|
|
3506
3411
|
],
|
|
3507
|
-
'endpoint_path': '/2024-
|
|
3412
|
+
'endpoint_path': '/2024-07/retail-media/auction-line-items/{line-item-id}',
|
|
3508
3413
|
'operation_id': 'put_api_v2_external_auction_line_item_by_line_item_id',
|
|
3509
3414
|
'http_method': 'PUT',
|
|
3510
3415
|
'servers': None,
|
|
@@ -3562,7 +3467,7 @@ class CampaignApi(object):
|
|
|
3562
3467
|
'oauth',
|
|
3563
3468
|
'oauth'
|
|
3564
3469
|
],
|
|
3565
|
-
'endpoint_path': '/2024-
|
|
3470
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{id}/keywords/set-bid',
|
|
3566
3471
|
'operation_id': 'set_keyword_bids',
|
|
3567
3472
|
'http_method': 'POST',
|
|
3568
3473
|
'servers': None,
|
|
@@ -3613,25 +3518,24 @@ class CampaignApi(object):
|
|
|
3613
3518
|
},
|
|
3614
3519
|
api_client=api_client
|
|
3615
3520
|
)
|
|
3616
|
-
self.
|
|
3521
|
+
self.submit_proposal_endpoint = _Endpoint(
|
|
3617
3522
|
settings={
|
|
3618
|
-
'response_type': (
|
|
3523
|
+
'response_type': (ProposalStatusModelResponse,),
|
|
3619
3524
|
'auth': [
|
|
3620
3525
|
'oauth',
|
|
3621
3526
|
'oauth'
|
|
3622
3527
|
],
|
|
3623
|
-
'endpoint_path': '/2024-
|
|
3624
|
-
'operation_id': '
|
|
3625
|
-
'http_method': '
|
|
3528
|
+
'endpoint_path': '/2024-07/retail-media/preferred-deal-line-items/{id}/proposal/submit',
|
|
3529
|
+
'operation_id': 'submit_proposal',
|
|
3530
|
+
'http_method': 'POST',
|
|
3626
3531
|
'servers': None,
|
|
3627
3532
|
},
|
|
3628
3533
|
params_map={
|
|
3629
3534
|
'all': [
|
|
3630
|
-
'
|
|
3631
|
-
'value_resource_input_of_campaign_budget_overrides',
|
|
3535
|
+
'id',
|
|
3632
3536
|
],
|
|
3633
3537
|
'required': [
|
|
3634
|
-
'
|
|
3538
|
+
'id',
|
|
3635
3539
|
],
|
|
3636
3540
|
'nullable': [
|
|
3637
3541
|
],
|
|
@@ -3646,11 +3550,122 @@ class CampaignApi(object):
|
|
|
3646
3550
|
'allowed_values': {
|
|
3647
3551
|
},
|
|
3648
3552
|
'openapi_types': {
|
|
3649
|
-
'
|
|
3650
|
-
(
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3553
|
+
'id':
|
|
3554
|
+
(str,),
|
|
3555
|
+
},
|
|
3556
|
+
'attribute_map': {
|
|
3557
|
+
'id': 'id',
|
|
3558
|
+
},
|
|
3559
|
+
'location_map': {
|
|
3560
|
+
'id': 'path',
|
|
3561
|
+
},
|
|
3562
|
+
'collection_format_map': {
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
headers_map={
|
|
3566
|
+
'accept': [
|
|
3567
|
+
'application/json'
|
|
3568
|
+
],
|
|
3569
|
+
'content_type': [],
|
|
3570
|
+
},
|
|
3571
|
+
api_client=api_client
|
|
3572
|
+
)
|
|
3573
|
+
self.unpause_promoted_products_endpoint = _Endpoint(
|
|
3574
|
+
settings={
|
|
3575
|
+
'response_type': None,
|
|
3576
|
+
'auth': [
|
|
3577
|
+
'oauth',
|
|
3578
|
+
'oauth'
|
|
3579
|
+
],
|
|
3580
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{line-item-id}/products/unpause',
|
|
3581
|
+
'operation_id': 'unpause_promoted_products',
|
|
3582
|
+
'http_method': 'POST',
|
|
3583
|
+
'servers': None,
|
|
3584
|
+
},
|
|
3585
|
+
params_map={
|
|
3586
|
+
'all': [
|
|
3587
|
+
'line_item_id',
|
|
3588
|
+
'promoted_product_resource_collection_input',
|
|
3589
|
+
],
|
|
3590
|
+
'required': [
|
|
3591
|
+
'line_item_id',
|
|
3592
|
+
],
|
|
3593
|
+
'nullable': [
|
|
3594
|
+
],
|
|
3595
|
+
'enum': [
|
|
3596
|
+
],
|
|
3597
|
+
'validation': [
|
|
3598
|
+
]
|
|
3599
|
+
},
|
|
3600
|
+
root_map={
|
|
3601
|
+
'validations': {
|
|
3602
|
+
},
|
|
3603
|
+
'allowed_values': {
|
|
3604
|
+
},
|
|
3605
|
+
'openapi_types': {
|
|
3606
|
+
'line_item_id':
|
|
3607
|
+
(str,),
|
|
3608
|
+
'promoted_product_resource_collection_input':
|
|
3609
|
+
(PromotedProductResourceCollectionInput,),
|
|
3610
|
+
},
|
|
3611
|
+
'attribute_map': {
|
|
3612
|
+
'line_item_id': 'line-item-id',
|
|
3613
|
+
},
|
|
3614
|
+
'location_map': {
|
|
3615
|
+
'line_item_id': 'path',
|
|
3616
|
+
'promoted_product_resource_collection_input': 'body',
|
|
3617
|
+
},
|
|
3618
|
+
'collection_format_map': {
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
headers_map={
|
|
3622
|
+
'accept': [
|
|
3623
|
+
'application/json'
|
|
3624
|
+
],
|
|
3625
|
+
'content_type': [
|
|
3626
|
+
'application/json'
|
|
3627
|
+
]
|
|
3628
|
+
},
|
|
3629
|
+
api_client=api_client
|
|
3630
|
+
)
|
|
3631
|
+
self.update_campaign_budget_overrides_endpoint = _Endpoint(
|
|
3632
|
+
settings={
|
|
3633
|
+
'response_type': (ValueResourceOutcomeOfCampaignBudgetOverrides,),
|
|
3634
|
+
'auth': [
|
|
3635
|
+
'oauth',
|
|
3636
|
+
'oauth'
|
|
3637
|
+
],
|
|
3638
|
+
'endpoint_path': '/2024-07/retail-media/campaigns/{campaignId}/campaign-budget-overrides',
|
|
3639
|
+
'operation_id': 'update_campaign_budget_overrides',
|
|
3640
|
+
'http_method': 'PUT',
|
|
3641
|
+
'servers': None,
|
|
3642
|
+
},
|
|
3643
|
+
params_map={
|
|
3644
|
+
'all': [
|
|
3645
|
+
'campaign_id',
|
|
3646
|
+
'value_resource_input_of_campaign_budget_overrides',
|
|
3647
|
+
],
|
|
3648
|
+
'required': [
|
|
3649
|
+
'campaign_id',
|
|
3650
|
+
],
|
|
3651
|
+
'nullable': [
|
|
3652
|
+
],
|
|
3653
|
+
'enum': [
|
|
3654
|
+
],
|
|
3655
|
+
'validation': [
|
|
3656
|
+
]
|
|
3657
|
+
},
|
|
3658
|
+
root_map={
|
|
3659
|
+
'validations': {
|
|
3660
|
+
},
|
|
3661
|
+
'allowed_values': {
|
|
3662
|
+
},
|
|
3663
|
+
'openapi_types': {
|
|
3664
|
+
'campaign_id':
|
|
3665
|
+
(int,),
|
|
3666
|
+
'value_resource_input_of_campaign_budget_overrides':
|
|
3667
|
+
(ValueResourceInputOfCampaignBudgetOverrides,),
|
|
3668
|
+
},
|
|
3654
3669
|
'attribute_map': {
|
|
3655
3670
|
'campaign_id': 'campaignId',
|
|
3656
3671
|
},
|
|
@@ -3681,7 +3696,7 @@ class CampaignApi(object):
|
|
|
3681
3696
|
'oauth',
|
|
3682
3697
|
'oauth'
|
|
3683
3698
|
],
|
|
3684
|
-
'endpoint_path': '/2024-
|
|
3699
|
+
'endpoint_path': '/2024-07/retail-media/line-items/{lineItemId}/line-item-budget-overrides',
|
|
3685
3700
|
'operation_id': 'update_line_item_budget_overrides',
|
|
3686
3701
|
'http_method': 'PUT',
|
|
3687
3702
|
'servers': None,
|
|
@@ -3820,107 +3835,25 @@ class CampaignApi(object):
|
|
|
3820
3835
|
id
|
|
3821
3836
|
return self.add_remove_keywords_endpoint.call_with_http_info(**kwargs)
|
|
3822
3837
|
|
|
3823
|
-
def
|
|
3838
|
+
def append_promoted_products(
|
|
3824
3839
|
self,
|
|
3825
|
-
|
|
3826
|
-
**kwargs
|
|
3827
|
-
):
|
|
3828
|
-
"""create_asset # noqa: E501
|
|
3829
|
-
|
|
3830
|
-
Creates an asset # noqa: E501
|
|
3831
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
3832
|
-
asynchronous HTTP request, please pass async_req=True
|
|
3833
|
-
|
|
3834
|
-
>>> thread = api.create_asset(asset_file, async_req=True)
|
|
3835
|
-
>>> result = thread.get()
|
|
3836
|
-
|
|
3837
|
-
Args:
|
|
3838
|
-
asset_file (file_type): The asset binary content
|
|
3839
|
-
|
|
3840
|
-
Keyword Args:
|
|
3841
|
-
_return_http_data_only (bool): response data without head status
|
|
3842
|
-
code and headers. Default is True.
|
|
3843
|
-
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
3844
|
-
will be returned without reading/decoding response data.
|
|
3845
|
-
Default is True.
|
|
3846
|
-
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
3847
|
-
one number provided, it will be total request timeout. It can also
|
|
3848
|
-
be a pair (tuple) of (connection, read) timeouts.
|
|
3849
|
-
Default is None.
|
|
3850
|
-
_check_input_type (bool): specifies if type checking
|
|
3851
|
-
should be done one the data sent to the server.
|
|
3852
|
-
Default is True.
|
|
3853
|
-
_check_return_type (bool): specifies if type checking
|
|
3854
|
-
should be done one the data received from the server.
|
|
3855
|
-
Default is True.
|
|
3856
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
3857
|
-
are serialized names, as specified in the OpenAPI document.
|
|
3858
|
-
False if the variable names in the input data
|
|
3859
|
-
are pythonic names, e.g. snake case (default)
|
|
3860
|
-
_content_type (str/None): force body content-type.
|
|
3861
|
-
Default is None and content-type will be predicted by allowed
|
|
3862
|
-
content-types and body.
|
|
3863
|
-
_host_index (int/None): specifies the index of the server
|
|
3864
|
-
that we want to use.
|
|
3865
|
-
Default is read from the configuration.
|
|
3866
|
-
_request_auths (list): set to override the auth_settings for an a single
|
|
3867
|
-
request; this effectively ignores the authentication
|
|
3868
|
-
in the spec for a single request.
|
|
3869
|
-
Default is None
|
|
3870
|
-
async_req (bool): execute request asynchronously
|
|
3871
|
-
|
|
3872
|
-
Returns:
|
|
3873
|
-
AssetResponse
|
|
3874
|
-
If the method is called asynchronously, returns the request
|
|
3875
|
-
thread.
|
|
3876
|
-
"""
|
|
3877
|
-
kwargs['async_req'] = kwargs.get(
|
|
3878
|
-
'async_req', False
|
|
3879
|
-
)
|
|
3880
|
-
kwargs['_return_http_data_only'] = kwargs.get(
|
|
3881
|
-
'_return_http_data_only', True
|
|
3882
|
-
)
|
|
3883
|
-
kwargs['_preload_content'] = kwargs.get(
|
|
3884
|
-
'_preload_content', True
|
|
3885
|
-
)
|
|
3886
|
-
kwargs['_request_timeout'] = kwargs.get(
|
|
3887
|
-
'_request_timeout', None
|
|
3888
|
-
)
|
|
3889
|
-
kwargs['_check_input_type'] = kwargs.get(
|
|
3890
|
-
'_check_input_type', True
|
|
3891
|
-
)
|
|
3892
|
-
kwargs['_check_return_type'] = kwargs.get(
|
|
3893
|
-
'_check_return_type', True
|
|
3894
|
-
)
|
|
3895
|
-
kwargs['_spec_property_naming'] = kwargs.get(
|
|
3896
|
-
'_spec_property_naming', False
|
|
3897
|
-
)
|
|
3898
|
-
kwargs['_content_type'] = kwargs.get(
|
|
3899
|
-
'_content_type')
|
|
3900
|
-
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
3901
|
-
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
3902
|
-
kwargs['asset_file'] = \
|
|
3903
|
-
asset_file
|
|
3904
|
-
return self.create_asset_endpoint.call_with_http_info(**kwargs)
|
|
3905
|
-
|
|
3906
|
-
def fetch_keywords(
|
|
3907
|
-
self,
|
|
3908
|
-
id,
|
|
3840
|
+
line_item_id,
|
|
3909
3841
|
**kwargs
|
|
3910
3842
|
):
|
|
3911
|
-
"""
|
|
3843
|
+
"""append_promoted_products # noqa: E501
|
|
3912
3844
|
|
|
3913
|
-
|
|
3845
|
+
Append a collection of promoted products to a line item # noqa: E501
|
|
3914
3846
|
This method makes a synchronous HTTP request by default. To make an
|
|
3915
3847
|
asynchronous HTTP request, please pass async_req=True
|
|
3916
3848
|
|
|
3917
|
-
>>> thread = api.
|
|
3849
|
+
>>> thread = api.append_promoted_products(line_item_id, async_req=True)
|
|
3918
3850
|
>>> result = thread.get()
|
|
3919
3851
|
|
|
3920
3852
|
Args:
|
|
3921
|
-
|
|
3853
|
+
line_item_id (str): ID of the line item
|
|
3922
3854
|
|
|
3923
3855
|
Keyword Args:
|
|
3856
|
+
promoted_product_resource_collection_input (PromotedProductResourceCollectionInput): Request body whose {data} contains an array of promoted products.. [optional]
|
|
3924
3857
|
_return_http_data_only (bool): response data without head status
|
|
3925
3858
|
code and headers. Default is True.
|
|
3926
3859
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -3953,7 +3886,7 @@ class CampaignApi(object):
|
|
|
3953
3886
|
async_req (bool): execute request asynchronously
|
|
3954
3887
|
|
|
3955
3888
|
Returns:
|
|
3956
|
-
|
|
3889
|
+
None
|
|
3957
3890
|
If the method is called asynchronously, returns the request
|
|
3958
3891
|
thread.
|
|
3959
3892
|
"""
|
|
@@ -3982,26 +3915,26 @@ class CampaignApi(object):
|
|
|
3982
3915
|
'_content_type')
|
|
3983
3916
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
3984
3917
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
3985
|
-
kwargs['
|
|
3986
|
-
|
|
3987
|
-
return self.
|
|
3918
|
+
kwargs['line_item_id'] = \
|
|
3919
|
+
line_item_id
|
|
3920
|
+
return self.append_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
3988
3921
|
|
|
3989
|
-
def
|
|
3922
|
+
def create_asset(
|
|
3990
3923
|
self,
|
|
3991
|
-
|
|
3924
|
+
asset_file,
|
|
3992
3925
|
**kwargs
|
|
3993
3926
|
):
|
|
3994
|
-
"""
|
|
3927
|
+
"""create_asset # noqa: E501
|
|
3995
3928
|
|
|
3996
|
-
|
|
3929
|
+
Creates an asset # noqa: E501
|
|
3997
3930
|
This method makes a synchronous HTTP request by default. To make an
|
|
3998
3931
|
asynchronous HTTP request, please pass async_req=True
|
|
3999
3932
|
|
|
4000
|
-
>>> thread = api.
|
|
3933
|
+
>>> thread = api.create_asset(asset_file, async_req=True)
|
|
4001
3934
|
>>> result = thread.get()
|
|
4002
3935
|
|
|
4003
3936
|
Args:
|
|
4004
|
-
|
|
3937
|
+
asset_file (file_type): The asset binary content
|
|
4005
3938
|
|
|
4006
3939
|
Keyword Args:
|
|
4007
3940
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4036,7 +3969,7 @@ class CampaignApi(object):
|
|
|
4036
3969
|
async_req (bool): execute request asynchronously
|
|
4037
3970
|
|
|
4038
3971
|
Returns:
|
|
4039
|
-
|
|
3972
|
+
AssetResponse
|
|
4040
3973
|
If the method is called asynchronously, returns the request
|
|
4041
3974
|
thread.
|
|
4042
3975
|
"""
|
|
@@ -4065,28 +3998,29 @@ class CampaignApi(object):
|
|
|
4065
3998
|
'_content_type')
|
|
4066
3999
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4067
4000
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4068
|
-
kwargs['
|
|
4069
|
-
|
|
4070
|
-
return self.
|
|
4001
|
+
kwargs['asset_file'] = \
|
|
4002
|
+
asset_file
|
|
4003
|
+
return self.create_asset_endpoint.call_with_http_info(**kwargs)
|
|
4071
4004
|
|
|
4072
|
-
def
|
|
4005
|
+
def delete_promoted_products(
|
|
4073
4006
|
self,
|
|
4074
4007
|
line_item_id,
|
|
4075
4008
|
**kwargs
|
|
4076
4009
|
):
|
|
4077
|
-
"""
|
|
4010
|
+
"""delete_promoted_products # noqa: E501
|
|
4078
4011
|
|
|
4079
|
-
|
|
4012
|
+
Remove a collection of promoted products from a line item # noqa: E501
|
|
4080
4013
|
This method makes a synchronous HTTP request by default. To make an
|
|
4081
4014
|
asynchronous HTTP request, please pass async_req=True
|
|
4082
4015
|
|
|
4083
|
-
>>> thread = api.
|
|
4016
|
+
>>> thread = api.delete_promoted_products(line_item_id, async_req=True)
|
|
4084
4017
|
>>> result = thread.get()
|
|
4085
4018
|
|
|
4086
4019
|
Args:
|
|
4087
|
-
line_item_id (str):
|
|
4020
|
+
line_item_id (str): ID of the line item
|
|
4088
4021
|
|
|
4089
4022
|
Keyword Args:
|
|
4023
|
+
promoted_product_resource_collection_input (PromotedProductResourceCollectionInput): Request body whose {data} contains an array of promoted products.. [optional]
|
|
4090
4024
|
_return_http_data_only (bool): response data without head status
|
|
4091
4025
|
code and headers. Default is True.
|
|
4092
4026
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4119,7 +4053,7 @@ class CampaignApi(object):
|
|
|
4119
4053
|
async_req (bool): execute request asynchronously
|
|
4120
4054
|
|
|
4121
4055
|
Returns:
|
|
4122
|
-
|
|
4056
|
+
None
|
|
4123
4057
|
If the method is called asynchronously, returns the request
|
|
4124
4058
|
thread.
|
|
4125
4059
|
"""
|
|
@@ -4150,29 +4084,26 @@ class CampaignApi(object):
|
|
|
4150
4084
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4151
4085
|
kwargs['line_item_id'] = \
|
|
4152
4086
|
line_item_id
|
|
4153
|
-
return self.
|
|
4087
|
+
return self.delete_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
4154
4088
|
|
|
4155
|
-
def
|
|
4089
|
+
def fetch_keywords(
|
|
4156
4090
|
self,
|
|
4157
|
-
|
|
4091
|
+
id,
|
|
4158
4092
|
**kwargs
|
|
4159
4093
|
):
|
|
4160
|
-
"""
|
|
4094
|
+
"""fetch_keywords # noqa: E501
|
|
4161
4095
|
|
|
4162
|
-
|
|
4096
|
+
Fetch keywords associated with the specified line item # noqa: E501
|
|
4163
4097
|
This method makes a synchronous HTTP request by default. To make an
|
|
4164
4098
|
asynchronous HTTP request, please pass async_req=True
|
|
4165
4099
|
|
|
4166
|
-
>>> thread = api.
|
|
4100
|
+
>>> thread = api.fetch_keywords(id, async_req=True)
|
|
4167
4101
|
>>> result = thread.get()
|
|
4168
4102
|
|
|
4169
4103
|
Args:
|
|
4170
|
-
|
|
4104
|
+
id (str): ID of the line item
|
|
4171
4105
|
|
|
4172
4106
|
Keyword Args:
|
|
4173
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
4174
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
4175
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
4176
4107
|
_return_http_data_only (bool): response data without head status
|
|
4177
4108
|
code and headers. Default is True.
|
|
4178
4109
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4205,7 +4136,7 @@ class CampaignApi(object):
|
|
|
4205
4136
|
async_req (bool): execute request asynchronously
|
|
4206
4137
|
|
|
4207
4138
|
Returns:
|
|
4208
|
-
|
|
4139
|
+
KeywordsModelResponse
|
|
4209
4140
|
If the method is called asynchronously, returns the request
|
|
4210
4141
|
thread.
|
|
4211
4142
|
"""
|
|
@@ -4234,31 +4165,31 @@ class CampaignApi(object):
|
|
|
4234
4165
|
'_content_type')
|
|
4235
4166
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4236
4167
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4237
|
-
kwargs['
|
|
4238
|
-
|
|
4239
|
-
return self.
|
|
4168
|
+
kwargs['id'] = \
|
|
4169
|
+
id
|
|
4170
|
+
return self.fetch_keywords_endpoint.call_with_http_info(**kwargs)
|
|
4240
4171
|
|
|
4241
|
-
def
|
|
4172
|
+
def fetch_promoted_products(
|
|
4242
4173
|
self,
|
|
4243
4174
|
line_item_id,
|
|
4244
4175
|
**kwargs
|
|
4245
4176
|
):
|
|
4246
|
-
"""
|
|
4177
|
+
"""fetch_promoted_products # noqa: E501
|
|
4247
4178
|
|
|
4248
|
-
|
|
4179
|
+
Retrieve a page of promoted products for a line item # noqa: E501
|
|
4249
4180
|
This method makes a synchronous HTTP request by default. To make an
|
|
4250
4181
|
asynchronous HTTP request, please pass async_req=True
|
|
4251
4182
|
|
|
4252
|
-
>>> thread = api.
|
|
4183
|
+
>>> thread = api.fetch_promoted_products(line_item_id, async_req=True)
|
|
4253
4184
|
>>> result = thread.get()
|
|
4254
4185
|
|
|
4255
4186
|
Args:
|
|
4256
|
-
line_item_id (str):
|
|
4187
|
+
line_item_id (str): ID of the line item.
|
|
4257
4188
|
|
|
4258
4189
|
Keyword Args:
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4190
|
+
offset (int): Offset of the first item to fetch. Defaults to zero.. [optional]
|
|
4191
|
+
limit (int): Maximum page size to fetch. Defaults to 500.. [optional]
|
|
4192
|
+
fields (str): A comma separated list of attribute names from the response model to compute and return. Valid values are `status` and `bidOverride` in any order. Defaults to `status`.. [optional]
|
|
4262
4193
|
_return_http_data_only (bool): response data without head status
|
|
4263
4194
|
code and headers. Default is True.
|
|
4264
4195
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4291,7 +4222,7 @@ class CampaignApi(object):
|
|
|
4291
4222
|
async_req (bool): execute request asynchronously
|
|
4292
4223
|
|
|
4293
4224
|
Returns:
|
|
4294
|
-
|
|
4225
|
+
PromotedProductResourceCollectionOutcome
|
|
4295
4226
|
If the method is called asynchronously, returns the request
|
|
4296
4227
|
thread.
|
|
4297
4228
|
"""
|
|
@@ -4322,24 +4253,24 @@ class CampaignApi(object):
|
|
|
4322
4253
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4323
4254
|
kwargs['line_item_id'] = \
|
|
4324
4255
|
line_item_id
|
|
4325
|
-
return self.
|
|
4256
|
+
return self.fetch_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
4326
4257
|
|
|
4327
|
-
def
|
|
4258
|
+
def fetch_proposal(
|
|
4328
4259
|
self,
|
|
4329
|
-
|
|
4260
|
+
id,
|
|
4330
4261
|
**kwargs
|
|
4331
4262
|
):
|
|
4332
|
-
"""
|
|
4263
|
+
"""fetch_proposal # noqa: E501
|
|
4333
4264
|
|
|
4334
|
-
|
|
4265
|
+
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
|
|
4335
4266
|
This method makes a synchronous HTTP request by default. To make an
|
|
4336
4267
|
asynchronous HTTP request, please pass async_req=True
|
|
4337
4268
|
|
|
4338
|
-
>>> thread = api.
|
|
4269
|
+
>>> thread = api.fetch_proposal(id, async_req=True)
|
|
4339
4270
|
>>> result = thread.get()
|
|
4340
4271
|
|
|
4341
4272
|
Args:
|
|
4342
|
-
|
|
4273
|
+
id (str): ID of the line item
|
|
4343
4274
|
|
|
4344
4275
|
Keyword Args:
|
|
4345
4276
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4374,7 +4305,7 @@ class CampaignApi(object):
|
|
|
4374
4305
|
async_req (bool): execute request asynchronously
|
|
4375
4306
|
|
|
4376
4307
|
Returns:
|
|
4377
|
-
|
|
4308
|
+
ProposalStatusModelResponse
|
|
4378
4309
|
If the method is called asynchronously, returns the request
|
|
4379
4310
|
thread.
|
|
4380
4311
|
"""
|
|
@@ -4403,26 +4334,26 @@ class CampaignApi(object):
|
|
|
4403
4334
|
'_content_type')
|
|
4404
4335
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4405
4336
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4406
|
-
kwargs['
|
|
4407
|
-
|
|
4408
|
-
return self.
|
|
4337
|
+
kwargs['id'] = \
|
|
4338
|
+
id
|
|
4339
|
+
return self.fetch_proposal_endpoint.call_with_http_info(**kwargs)
|
|
4409
4340
|
|
|
4410
|
-
def
|
|
4341
|
+
def get_api202110_external_account_creatives_by_account_id(
|
|
4411
4342
|
self,
|
|
4412
|
-
|
|
4343
|
+
account_id,
|
|
4413
4344
|
**kwargs
|
|
4414
4345
|
):
|
|
4415
|
-
"""
|
|
4346
|
+
"""get_api202110_external_account_creatives_by_account_id # noqa: E501
|
|
4416
4347
|
|
|
4417
|
-
|
|
4348
|
+
Get account creatives # noqa: E501
|
|
4418
4349
|
This method makes a synchronous HTTP request by default. To make an
|
|
4419
4350
|
asynchronous HTTP request, please pass async_req=True
|
|
4420
4351
|
|
|
4421
|
-
>>> thread = api.
|
|
4352
|
+
>>> thread = api.get_api202110_external_account_creatives_by_account_id(account_id, async_req=True)
|
|
4422
4353
|
>>> result = thread.get()
|
|
4423
4354
|
|
|
4424
4355
|
Args:
|
|
4425
|
-
|
|
4356
|
+
account_id (str): External account id to retrieve creatives for
|
|
4426
4357
|
|
|
4427
4358
|
Keyword Args:
|
|
4428
4359
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4457,7 +4388,7 @@ class CampaignApi(object):
|
|
|
4457
4388
|
async_req (bool): execute request asynchronously
|
|
4458
4389
|
|
|
4459
4390
|
Returns:
|
|
4460
|
-
|
|
4391
|
+
Creative202110ListResponse
|
|
4461
4392
|
If the method is called asynchronously, returns the request
|
|
4462
4393
|
thread.
|
|
4463
4394
|
"""
|
|
@@ -4486,22 +4417,22 @@ class CampaignApi(object):
|
|
|
4486
4417
|
'_content_type')
|
|
4487
4418
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4488
4419
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4489
|
-
kwargs['
|
|
4490
|
-
|
|
4491
|
-
return self.
|
|
4420
|
+
kwargs['account_id'] = \
|
|
4421
|
+
account_id
|
|
4422
|
+
return self.get_api202110_external_account_creatives_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
4492
4423
|
|
|
4493
|
-
def
|
|
4424
|
+
def get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id(
|
|
4494
4425
|
self,
|
|
4495
4426
|
line_item_id,
|
|
4496
4427
|
**kwargs
|
|
4497
4428
|
):
|
|
4498
|
-
"""
|
|
4429
|
+
"""get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id # noqa: E501
|
|
4499
4430
|
|
|
4500
|
-
This endpoint gets the
|
|
4431
|
+
This endpoint gets the keyword target on the specified line item. # noqa: E501
|
|
4501
4432
|
This method makes a synchronous HTTP request by default. To make an
|
|
4502
4433
|
asynchronous HTTP request, please pass async_req=True
|
|
4503
4434
|
|
|
4504
|
-
>>> thread = api.
|
|
4435
|
+
>>> thread = api.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id(line_item_id, async_req=True)
|
|
4505
4436
|
>>> result = thread.get()
|
|
4506
4437
|
|
|
4507
4438
|
Args:
|
|
@@ -4540,7 +4471,7 @@ class CampaignApi(object):
|
|
|
4540
4471
|
async_req (bool): execute request asynchronously
|
|
4541
4472
|
|
|
4542
4473
|
Returns:
|
|
4543
|
-
|
|
4474
|
+
KeywordTarget202110Response
|
|
4544
4475
|
If the method is called asynchronously, returns the request
|
|
4545
4476
|
thread.
|
|
4546
4477
|
"""
|
|
@@ -4571,26 +4502,29 @@ class CampaignApi(object):
|
|
|
4571
4502
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4572
4503
|
kwargs['line_item_id'] = \
|
|
4573
4504
|
line_item_id
|
|
4574
|
-
return self.
|
|
4505
|
+
return self.get_api202110_external_auction_line_item_targeting_keywords_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4575
4506
|
|
|
4576
|
-
def
|
|
4507
|
+
def get_api202110_external_campaign_preferred_line_items_by_campaign_id(
|
|
4577
4508
|
self,
|
|
4578
|
-
|
|
4509
|
+
campaign_id,
|
|
4579
4510
|
**kwargs
|
|
4580
4511
|
):
|
|
4581
|
-
"""
|
|
4512
|
+
"""get_api202110_external_campaign_preferred_line_items_by_campaign_id # noqa: E501
|
|
4582
4513
|
|
|
4583
|
-
|
|
4514
|
+
Gets page of preferred line item objects for the given campaign id # noqa: E501
|
|
4584
4515
|
This method makes a synchronous HTTP request by default. To make an
|
|
4585
4516
|
asynchronous HTTP request, please pass async_req=True
|
|
4586
4517
|
|
|
4587
|
-
>>> thread = api.
|
|
4518
|
+
>>> thread = api.get_api202110_external_campaign_preferred_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
4588
4519
|
>>> result = thread.get()
|
|
4589
4520
|
|
|
4590
4521
|
Args:
|
|
4591
|
-
|
|
4522
|
+
campaign_id (str): The given campaign id
|
|
4592
4523
|
|
|
4593
4524
|
Keyword Args:
|
|
4525
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
4526
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
4527
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
4594
4528
|
_return_http_data_only (bool): response data without head status
|
|
4595
4529
|
code and headers. Default is True.
|
|
4596
4530
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4623,7 +4557,7 @@ class CampaignApi(object):
|
|
|
4623
4557
|
async_req (bool): execute request asynchronously
|
|
4624
4558
|
|
|
4625
4559
|
Returns:
|
|
4626
|
-
|
|
4560
|
+
PreferredLineItem202110PagedListResponse
|
|
4627
4561
|
If the method is called asynchronously, returns the request
|
|
4628
4562
|
thread.
|
|
4629
4563
|
"""
|
|
@@ -4652,26 +4586,26 @@ class CampaignApi(object):
|
|
|
4652
4586
|
'_content_type')
|
|
4653
4587
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4654
4588
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4655
|
-
kwargs['
|
|
4656
|
-
|
|
4657
|
-
return self.
|
|
4589
|
+
kwargs['campaign_id'] = \
|
|
4590
|
+
campaign_id
|
|
4591
|
+
return self.get_api202110_external_campaign_preferred_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
4658
4592
|
|
|
4659
|
-
def
|
|
4593
|
+
def get_api202110_external_preferred_line_item_by_line_item_id(
|
|
4660
4594
|
self,
|
|
4661
|
-
|
|
4595
|
+
line_item_id,
|
|
4662
4596
|
**kwargs
|
|
4663
4597
|
):
|
|
4664
|
-
"""
|
|
4598
|
+
"""get_api202110_external_preferred_line_item_by_line_item_id # noqa: E501
|
|
4665
4599
|
|
|
4666
|
-
|
|
4600
|
+
Gets the preferred line item for the given line item id # noqa: E501
|
|
4667
4601
|
This method makes a synchronous HTTP request by default. To make an
|
|
4668
4602
|
asynchronous HTTP request, please pass async_req=True
|
|
4669
4603
|
|
|
4670
|
-
>>> thread = api.
|
|
4604
|
+
>>> thread = api.get_api202110_external_preferred_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
4671
4605
|
>>> result = thread.get()
|
|
4672
4606
|
|
|
4673
4607
|
Args:
|
|
4674
|
-
|
|
4608
|
+
line_item_id (str): The given line item id
|
|
4675
4609
|
|
|
4676
4610
|
Keyword Args:
|
|
4677
4611
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4706,7 +4640,7 @@ class CampaignApi(object):
|
|
|
4706
4640
|
async_req (bool): execute request asynchronously
|
|
4707
4641
|
|
|
4708
4642
|
Returns:
|
|
4709
|
-
|
|
4643
|
+
PreferredLineItem202110Response
|
|
4710
4644
|
If the method is called asynchronously, returns the request
|
|
4711
4645
|
thread.
|
|
4712
4646
|
"""
|
|
@@ -4735,26 +4669,26 @@ class CampaignApi(object):
|
|
|
4735
4669
|
'_content_type')
|
|
4736
4670
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4737
4671
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4738
|
-
kwargs['
|
|
4739
|
-
|
|
4740
|
-
return self.
|
|
4672
|
+
kwargs['line_item_id'] = \
|
|
4673
|
+
line_item_id
|
|
4674
|
+
return self.get_api202110_external_preferred_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4741
4675
|
|
|
4742
|
-
def
|
|
4676
|
+
def get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id(
|
|
4743
4677
|
self,
|
|
4744
|
-
|
|
4678
|
+
line_item_id,
|
|
4745
4679
|
**kwargs
|
|
4746
4680
|
):
|
|
4747
|
-
"""
|
|
4681
|
+
"""get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id # noqa: E501
|
|
4748
4682
|
|
|
4749
|
-
|
|
4683
|
+
This endpoint gets the add to basket target on the specified line item. # noqa: E501
|
|
4750
4684
|
This method makes a synchronous HTTP request by default. To make an
|
|
4751
4685
|
asynchronous HTTP request, please pass async_req=True
|
|
4752
4686
|
|
|
4753
|
-
>>> thread = api.
|
|
4687
|
+
>>> thread = api.get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id(line_item_id, async_req=True)
|
|
4754
4688
|
>>> result = thread.get()
|
|
4755
4689
|
|
|
4756
4690
|
Args:
|
|
4757
|
-
|
|
4691
|
+
line_item_id (str): The line item to interact with
|
|
4758
4692
|
|
|
4759
4693
|
Keyword Args:
|
|
4760
4694
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4789,7 +4723,7 @@ class CampaignApi(object):
|
|
|
4789
4723
|
async_req (bool): execute request asynchronously
|
|
4790
4724
|
|
|
4791
4725
|
Returns:
|
|
4792
|
-
|
|
4726
|
+
AddToBasketTarget202110Response
|
|
4793
4727
|
If the method is called asynchronously, returns the request
|
|
4794
4728
|
thread.
|
|
4795
4729
|
"""
|
|
@@ -4818,29 +4752,28 @@ class CampaignApi(object):
|
|
|
4818
4752
|
'_content_type')
|
|
4819
4753
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4820
4754
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4821
|
-
kwargs['
|
|
4822
|
-
|
|
4823
|
-
return self.
|
|
4755
|
+
kwargs['line_item_id'] = \
|
|
4756
|
+
line_item_id
|
|
4757
|
+
return self.get_api202110_external_preferred_line_item_targeting_add_to_basket_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4824
4758
|
|
|
4825
|
-
def
|
|
4759
|
+
def get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id(
|
|
4826
4760
|
self,
|
|
4761
|
+
line_item_id,
|
|
4827
4762
|
**kwargs
|
|
4828
4763
|
):
|
|
4829
|
-
"""
|
|
4764
|
+
"""get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id # noqa: E501
|
|
4830
4765
|
|
|
4831
|
-
|
|
4766
|
+
This endpoint gets the audience target on the specified line item. # noqa: E501
|
|
4832
4767
|
This method makes a synchronous HTTP request by default. To make an
|
|
4833
4768
|
asynchronous HTTP request, please pass async_req=True
|
|
4834
4769
|
|
|
4835
|
-
>>> thread = api.
|
|
4770
|
+
>>> thread = api.get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id(line_item_id, async_req=True)
|
|
4836
4771
|
>>> result = thread.get()
|
|
4837
4772
|
|
|
4773
|
+
Args:
|
|
4774
|
+
line_item_id (str): The line item to interact with
|
|
4838
4775
|
|
|
4839
4776
|
Keyword Args:
|
|
4840
|
-
retailer_id (int): The retailer id for which Categories fetched. [optional]
|
|
4841
|
-
text_substring (str): Query string to search across Categories. [optional]
|
|
4842
|
-
page_index (int): The start position in the overall list of matches. Must be zero or greater.. [optional] if omitted the server will use the default value of 0
|
|
4843
|
-
page_size (int): The maximum number of results to return with each call. Must be greater than zero.. [optional] if omitted the server will use the default value of 100
|
|
4844
4777
|
_return_http_data_only (bool): response data without head status
|
|
4845
4778
|
code and headers. Default is True.
|
|
4846
4779
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -4873,7 +4806,7 @@ class CampaignApi(object):
|
|
|
4873
4806
|
async_req (bool): execute request asynchronously
|
|
4874
4807
|
|
|
4875
4808
|
Returns:
|
|
4876
|
-
|
|
4809
|
+
AudienceTarget202110Response
|
|
4877
4810
|
If the method is called asynchronously, returns the request
|
|
4878
4811
|
thread.
|
|
4879
4812
|
"""
|
|
@@ -4902,26 +4835,26 @@ class CampaignApi(object):
|
|
|
4902
4835
|
'_content_type')
|
|
4903
4836
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4904
4837
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4905
|
-
|
|
4838
|
+
kwargs['line_item_id'] = \
|
|
4839
|
+
line_item_id
|
|
4840
|
+
return self.get_api202110_external_preferred_line_item_targeting_audiences_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4906
4841
|
|
|
4907
|
-
def
|
|
4842
|
+
def get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id(
|
|
4908
4843
|
self,
|
|
4909
|
-
|
|
4910
|
-
template_id,
|
|
4844
|
+
line_item_id,
|
|
4911
4845
|
**kwargs
|
|
4912
4846
|
):
|
|
4913
|
-
"""
|
|
4847
|
+
"""get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id # noqa: E501
|
|
4914
4848
|
|
|
4915
|
-
|
|
4849
|
+
This endpoint gets the store target on the specified line item. # noqa: E501
|
|
4916
4850
|
This method makes a synchronous HTTP request by default. To make an
|
|
4917
4851
|
asynchronous HTTP request, please pass async_req=True
|
|
4918
4852
|
|
|
4919
|
-
>>> thread = api.
|
|
4853
|
+
>>> thread = api.get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id(line_item_id, async_req=True)
|
|
4920
4854
|
>>> result = thread.get()
|
|
4921
4855
|
|
|
4922
4856
|
Args:
|
|
4923
|
-
|
|
4924
|
-
template_id (int): Template Id
|
|
4857
|
+
line_item_id (str): The line item to interact with
|
|
4925
4858
|
|
|
4926
4859
|
Keyword Args:
|
|
4927
4860
|
_return_http_data_only (bool): response data without head status
|
|
@@ -4956,7 +4889,7 @@ class CampaignApi(object):
|
|
|
4956
4889
|
async_req (bool): execute request asynchronously
|
|
4957
4890
|
|
|
4958
4891
|
Returns:
|
|
4959
|
-
|
|
4892
|
+
StoreTarget202110Response
|
|
4960
4893
|
If the method is called asynchronously, returns the request
|
|
4961
4894
|
thread.
|
|
4962
4895
|
"""
|
|
@@ -4985,28 +4918,26 @@ class CampaignApi(object):
|
|
|
4985
4918
|
'_content_type')
|
|
4986
4919
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
4987
4920
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
4988
|
-
kwargs['
|
|
4989
|
-
|
|
4990
|
-
kwargs
|
|
4991
|
-
template_id
|
|
4992
|
-
return self.get_api202207_external_retailer_by_retailer_id_templatestemplate_id_endpoint.call_with_http_info(**kwargs)
|
|
4921
|
+
kwargs['line_item_id'] = \
|
|
4922
|
+
line_item_id
|
|
4923
|
+
return self.get_api202110_external_preferred_line_item_targeting_stores_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
4993
4924
|
|
|
4994
|
-
def
|
|
4925
|
+
def get_api202110_external_retailer_pages_by_retailer_id(
|
|
4995
4926
|
self,
|
|
4996
4927
|
retailer_id,
|
|
4997
4928
|
**kwargs
|
|
4998
4929
|
):
|
|
4999
|
-
"""
|
|
4930
|
+
"""get_api202110_external_retailer_pages_by_retailer_id # noqa: E501
|
|
5000
4931
|
|
|
5001
|
-
Get
|
|
4932
|
+
Get the page types available for the given retailer # noqa: E501
|
|
5002
4933
|
This method makes a synchronous HTTP request by default. To make an
|
|
5003
4934
|
asynchronous HTTP request, please pass async_req=True
|
|
5004
4935
|
|
|
5005
|
-
>>> thread = api.
|
|
4936
|
+
>>> thread = api.get_api202110_external_retailer_pages_by_retailer_id(retailer_id, async_req=True)
|
|
5006
4937
|
>>> result = thread.get()
|
|
5007
4938
|
|
|
5008
4939
|
Args:
|
|
5009
|
-
retailer_id (int):
|
|
4940
|
+
retailer_id (int): The retailers to fetch pages for
|
|
5010
4941
|
|
|
5011
4942
|
Keyword Args:
|
|
5012
4943
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5041,7 +4972,7 @@ class CampaignApi(object):
|
|
|
5041
4972
|
async_req (bool): execute request asynchronously
|
|
5042
4973
|
|
|
5043
4974
|
Returns:
|
|
5044
|
-
|
|
4975
|
+
ExternalRetailerPages202110
|
|
5045
4976
|
If the method is called asynchronously, returns the request
|
|
5046
4977
|
thread.
|
|
5047
4978
|
"""
|
|
@@ -5072,26 +5003,24 @@ class CampaignApi(object):
|
|
|
5072
5003
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5073
5004
|
kwargs['retailer_id'] = \
|
|
5074
5005
|
retailer_id
|
|
5075
|
-
return self.
|
|
5006
|
+
return self.get_api202110_external_retailer_pages_by_retailer_id_endpoint.call_with_http_info(**kwargs)
|
|
5076
5007
|
|
|
5077
|
-
def
|
|
5008
|
+
def get_api202204_external_categorie_by_category_id(
|
|
5078
5009
|
self,
|
|
5079
|
-
|
|
5080
|
-
creative_id,
|
|
5010
|
+
category_id,
|
|
5081
5011
|
**kwargs
|
|
5082
5012
|
):
|
|
5083
|
-
"""
|
|
5013
|
+
"""get_api202204_external_categorie_by_category_id # noqa: E501
|
|
5084
5014
|
|
|
5085
|
-
|
|
5015
|
+
Endpoint to search for a specific category by categoryId. # noqa: E501
|
|
5086
5016
|
This method makes a synchronous HTTP request by default. To make an
|
|
5087
5017
|
asynchronous HTTP request, please pass async_req=True
|
|
5088
5018
|
|
|
5089
|
-
>>> thread = api.
|
|
5019
|
+
>>> thread = api.get_api202204_external_categorie_by_category_id(category_id, async_req=True)
|
|
5090
5020
|
>>> result = thread.get()
|
|
5091
5021
|
|
|
5092
5022
|
Args:
|
|
5093
|
-
|
|
5094
|
-
creative_id (str): Creative to get
|
|
5023
|
+
category_id (int): ID of the desired category
|
|
5095
5024
|
|
|
5096
5025
|
Keyword Args:
|
|
5097
5026
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5126,7 +5055,7 @@ class CampaignApi(object):
|
|
|
5126
5055
|
async_req (bool): execute request asynchronously
|
|
5127
5056
|
|
|
5128
5057
|
Returns:
|
|
5129
|
-
|
|
5058
|
+
Category202204
|
|
5130
5059
|
If the method is called asynchronously, returns the request
|
|
5131
5060
|
thread.
|
|
5132
5061
|
"""
|
|
@@ -5155,33 +5084,29 @@ class CampaignApi(object):
|
|
|
5155
5084
|
'_content_type')
|
|
5156
5085
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5157
5086
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5158
|
-
kwargs['
|
|
5159
|
-
|
|
5160
|
-
kwargs
|
|
5161
|
-
creative_id
|
|
5162
|
-
return self.get_api202210_external_account_by_account_id_creativescreative_id_endpoint.call_with_http_info(**kwargs)
|
|
5087
|
+
kwargs['category_id'] = \
|
|
5088
|
+
category_id
|
|
5089
|
+
return self.get_api202204_external_categorie_by_category_id_endpoint.call_with_http_info(**kwargs)
|
|
5163
5090
|
|
|
5164
|
-
def
|
|
5091
|
+
def get_api202204_external_categories(
|
|
5165
5092
|
self,
|
|
5166
|
-
account_id,
|
|
5167
5093
|
**kwargs
|
|
5168
5094
|
):
|
|
5169
|
-
"""
|
|
5095
|
+
"""get_api202204_external_categories # noqa: E501
|
|
5170
5096
|
|
|
5171
|
-
|
|
5097
|
+
Endpoint to search categories by text and retailer. # noqa: E501
|
|
5172
5098
|
This method makes a synchronous HTTP request by default. To make an
|
|
5173
5099
|
asynchronous HTTP request, please pass async_req=True
|
|
5174
5100
|
|
|
5175
|
-
>>> thread = api.
|
|
5101
|
+
>>> thread = api.get_api202204_external_categories(async_req=True)
|
|
5176
5102
|
>>> result = thread.get()
|
|
5177
5103
|
|
|
5178
|
-
Args:
|
|
5179
|
-
account_id (str): The account to request the campaign for.
|
|
5180
5104
|
|
|
5181
5105
|
Keyword Args:
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5106
|
+
retailer_id (int): The retailer id for which Categories fetched. [optional]
|
|
5107
|
+
text_substring (str): Query string to search across Categories. [optional]
|
|
5108
|
+
page_index (int): The start position in the overall list of matches. Must be zero or greater.. [optional] if omitted the server will use the default value of 0
|
|
5109
|
+
page_size (int): The maximum number of results to return with each call. Must be greater than zero.. [optional] if omitted the server will use the default value of 100
|
|
5185
5110
|
_return_http_data_only (bool): response data without head status
|
|
5186
5111
|
code and headers. Default is True.
|
|
5187
5112
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5214,7 +5139,7 @@ class CampaignApi(object):
|
|
|
5214
5139
|
async_req (bool): execute request asynchronously
|
|
5215
5140
|
|
|
5216
5141
|
Returns:
|
|
5217
|
-
|
|
5142
|
+
Category202204ListResponse
|
|
5218
5143
|
If the method is called asynchronously, returns the request
|
|
5219
5144
|
thread.
|
|
5220
5145
|
"""
|
|
@@ -5243,26 +5168,26 @@ class CampaignApi(object):
|
|
|
5243
5168
|
'_content_type')
|
|
5244
5169
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5245
5170
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5246
|
-
kwargs
|
|
5247
|
-
account_id
|
|
5248
|
-
return self.get_api202301_external_account_campaigns_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5171
|
+
return self.get_api202204_external_categories_endpoint.call_with_http_info(**kwargs)
|
|
5249
5172
|
|
|
5250
|
-
def
|
|
5173
|
+
def get_api202207_external_retailer_by_retailer_id_templatestemplate_id(
|
|
5251
5174
|
self,
|
|
5252
|
-
|
|
5175
|
+
retailer_id,
|
|
5176
|
+
template_id,
|
|
5253
5177
|
**kwargs
|
|
5254
5178
|
):
|
|
5255
|
-
"""
|
|
5179
|
+
"""get_api202207_external_retailer_by_retailer_id_templatestemplate_id # noqa: E501
|
|
5256
5180
|
|
|
5257
|
-
|
|
5181
|
+
Gets the template for the specified retailer id and template id # noqa: E501
|
|
5258
5182
|
This method makes a synchronous HTTP request by default. To make an
|
|
5259
5183
|
asynchronous HTTP request, please pass async_req=True
|
|
5260
5184
|
|
|
5261
|
-
>>> thread = api.
|
|
5185
|
+
>>> thread = api.get_api202207_external_retailer_by_retailer_id_templatestemplate_id(retailer_id, template_id, async_req=True)
|
|
5262
5186
|
>>> result = thread.get()
|
|
5263
5187
|
|
|
5264
5188
|
Args:
|
|
5265
|
-
|
|
5189
|
+
retailer_id (int): Retailer Id
|
|
5190
|
+
template_id (int): Template Id
|
|
5266
5191
|
|
|
5267
5192
|
Keyword Args:
|
|
5268
5193
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5297,7 +5222,7 @@ class CampaignApi(object):
|
|
|
5297
5222
|
async_req (bool): execute request asynchronously
|
|
5298
5223
|
|
|
5299
5224
|
Returns:
|
|
5300
|
-
|
|
5225
|
+
TemplateResponse
|
|
5301
5226
|
If the method is called asynchronously, returns the request
|
|
5302
5227
|
thread.
|
|
5303
5228
|
"""
|
|
@@ -5326,26 +5251,28 @@ class CampaignApi(object):
|
|
|
5326
5251
|
'_content_type')
|
|
5327
5252
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5328
5253
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5329
|
-
kwargs['
|
|
5330
|
-
|
|
5331
|
-
|
|
5254
|
+
kwargs['retailer_id'] = \
|
|
5255
|
+
retailer_id
|
|
5256
|
+
kwargs['template_id'] = \
|
|
5257
|
+
template_id
|
|
5258
|
+
return self.get_api202207_external_retailer_by_retailer_id_templatestemplate_id_endpoint.call_with_http_info(**kwargs)
|
|
5332
5259
|
|
|
5333
|
-
def
|
|
5260
|
+
def get_api202207_external_retailer_templates_by_retailer_id(
|
|
5334
5261
|
self,
|
|
5335
|
-
|
|
5262
|
+
retailer_id,
|
|
5336
5263
|
**kwargs
|
|
5337
5264
|
):
|
|
5338
|
-
"""
|
|
5265
|
+
"""get_api202207_external_retailer_templates_by_retailer_id # noqa: E501
|
|
5339
5266
|
|
|
5340
|
-
Get
|
|
5267
|
+
Get retailer creative templates # noqa: E501
|
|
5341
5268
|
This method makes a synchronous HTTP request by default. To make an
|
|
5342
5269
|
asynchronous HTTP request, please pass async_req=True
|
|
5343
5270
|
|
|
5344
|
-
>>> thread = api.
|
|
5271
|
+
>>> thread = api.get_api202207_external_retailer_templates_by_retailer_id(retailer_id, async_req=True)
|
|
5345
5272
|
>>> result = thread.get()
|
|
5346
5273
|
|
|
5347
5274
|
Args:
|
|
5348
|
-
|
|
5275
|
+
retailer_id (int): External retailer id to retrieve creative templates for
|
|
5349
5276
|
|
|
5350
5277
|
Keyword Args:
|
|
5351
5278
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5380,7 +5307,7 @@ class CampaignApi(object):
|
|
|
5380
5307
|
async_req (bool): execute request asynchronously
|
|
5381
5308
|
|
|
5382
5309
|
Returns:
|
|
5383
|
-
|
|
5310
|
+
TemplateListResponse
|
|
5384
5311
|
If the method is called asynchronously, returns the request
|
|
5385
5312
|
thread.
|
|
5386
5313
|
"""
|
|
@@ -5409,31 +5336,30 @@ class CampaignApi(object):
|
|
|
5409
5336
|
'_content_type')
|
|
5410
5337
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5411
5338
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5412
|
-
kwargs['
|
|
5413
|
-
|
|
5414
|
-
return self.
|
|
5339
|
+
kwargs['retailer_id'] = \
|
|
5340
|
+
retailer_id
|
|
5341
|
+
return self.get_api202207_external_retailer_templates_by_retailer_id_endpoint.call_with_http_info(**kwargs)
|
|
5415
5342
|
|
|
5416
|
-
def
|
|
5343
|
+
def get_api202210_external_account_by_account_id_creativescreative_id(
|
|
5417
5344
|
self,
|
|
5418
5345
|
account_id,
|
|
5346
|
+
creative_id,
|
|
5419
5347
|
**kwargs
|
|
5420
5348
|
):
|
|
5421
|
-
"""
|
|
5349
|
+
"""get_api202210_external_account_by_account_id_creativescreative_id # noqa: E501
|
|
5422
5350
|
|
|
5423
|
-
|
|
5351
|
+
Get the specified creative # noqa: E501
|
|
5424
5352
|
This method makes a synchronous HTTP request by default. To make an
|
|
5425
5353
|
asynchronous HTTP request, please pass async_req=True
|
|
5426
5354
|
|
|
5427
|
-
>>> thread = api.
|
|
5355
|
+
>>> thread = api.get_api202210_external_account_by_account_id_creativescreative_id(account_id, creative_id, async_req=True)
|
|
5428
5356
|
>>> result = thread.get()
|
|
5429
5357
|
|
|
5430
5358
|
Args:
|
|
5431
|
-
account_id (str):
|
|
5359
|
+
account_id (str): External account id to retrieve creatives for
|
|
5360
|
+
creative_id (str): Creative to get
|
|
5432
5361
|
|
|
5433
5362
|
Keyword Args:
|
|
5434
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5435
|
-
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
|
|
5436
|
-
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
|
|
5437
5363
|
_return_http_data_only (bool): response data without head status
|
|
5438
5364
|
code and headers. Default is True.
|
|
5439
5365
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5466,7 +5392,7 @@ class CampaignApi(object):
|
|
|
5466
5392
|
async_req (bool): execute request asynchronously
|
|
5467
5393
|
|
|
5468
5394
|
Returns:
|
|
5469
|
-
|
|
5395
|
+
Creative202210Response
|
|
5470
5396
|
If the method is called asynchronously, returns the request
|
|
5471
5397
|
thread.
|
|
5472
5398
|
"""
|
|
@@ -5497,24 +5423,26 @@ class CampaignApi(object):
|
|
|
5497
5423
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5498
5424
|
kwargs['account_id'] = \
|
|
5499
5425
|
account_id
|
|
5500
|
-
|
|
5426
|
+
kwargs['creative_id'] = \
|
|
5427
|
+
creative_id
|
|
5428
|
+
return self.get_api202210_external_account_by_account_id_creativescreative_id_endpoint.call_with_http_info(**kwargs)
|
|
5501
5429
|
|
|
5502
|
-
def
|
|
5430
|
+
def get_api202301_external_account_campaigns_by_account_id(
|
|
5503
5431
|
self,
|
|
5504
5432
|
account_id,
|
|
5505
5433
|
**kwargs
|
|
5506
5434
|
):
|
|
5507
|
-
"""
|
|
5435
|
+
"""get_api202301_external_account_campaigns_by_account_id # noqa: E501
|
|
5508
5436
|
|
|
5509
|
-
|
|
5437
|
+
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
|
|
5510
5438
|
This method makes a synchronous HTTP request by default. To make an
|
|
5511
5439
|
asynchronous HTTP request, please pass async_req=True
|
|
5512
5440
|
|
|
5513
|
-
>>> thread = api.
|
|
5441
|
+
>>> thread = api.get_api202301_external_account_campaigns_by_account_id(account_id, async_req=True)
|
|
5514
5442
|
>>> result = thread.get()
|
|
5515
5443
|
|
|
5516
5444
|
Args:
|
|
5517
|
-
account_id (str): The
|
|
5445
|
+
account_id (str): The account to request the campaign for.
|
|
5518
5446
|
|
|
5519
5447
|
Keyword Args:
|
|
5520
5448
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
@@ -5552,7 +5480,7 @@ class CampaignApi(object):
|
|
|
5552
5480
|
async_req (bool): execute request asynchronously
|
|
5553
5481
|
|
|
5554
5482
|
Returns:
|
|
5555
|
-
|
|
5483
|
+
JsonApiPageResponseOfCampaignV202301
|
|
5556
5484
|
If the method is called asynchronously, returns the request
|
|
5557
5485
|
thread.
|
|
5558
5486
|
"""
|
|
@@ -5583,24 +5511,24 @@ class CampaignApi(object):
|
|
|
5583
5511
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5584
5512
|
kwargs['account_id'] = \
|
|
5585
5513
|
account_id
|
|
5586
|
-
return self.
|
|
5514
|
+
return self.get_api202301_external_account_campaigns_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5587
5515
|
|
|
5588
|
-
def
|
|
5516
|
+
def get_api202301_external_campaign_by_campaign_id(
|
|
5589
5517
|
self,
|
|
5590
|
-
|
|
5518
|
+
campaign_id,
|
|
5591
5519
|
**kwargs
|
|
5592
5520
|
):
|
|
5593
|
-
"""
|
|
5521
|
+
"""get_api202301_external_campaign_by_campaign_id # noqa: E501
|
|
5594
5522
|
|
|
5595
|
-
|
|
5523
|
+
Get all the editable and creatable campaign attributes including all types of budgets given the campaign id # noqa: E501
|
|
5596
5524
|
This method makes a synchronous HTTP request by default. To make an
|
|
5597
5525
|
asynchronous HTTP request, please pass async_req=True
|
|
5598
5526
|
|
|
5599
|
-
>>> thread = api.
|
|
5527
|
+
>>> thread = api.get_api202301_external_campaign_by_campaign_id(campaign_id, async_req=True)
|
|
5600
5528
|
>>> result = thread.get()
|
|
5601
5529
|
|
|
5602
5530
|
Args:
|
|
5603
|
-
|
|
5531
|
+
campaign_id (str): Campaign Id of the campaign detail
|
|
5604
5532
|
|
|
5605
5533
|
Keyword Args:
|
|
5606
5534
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5635,7 +5563,7 @@ class CampaignApi(object):
|
|
|
5635
5563
|
async_req (bool): execute request asynchronously
|
|
5636
5564
|
|
|
5637
5565
|
Returns:
|
|
5638
|
-
|
|
5566
|
+
JsonApiSingleResponseOfCampaignV202301
|
|
5639
5567
|
If the method is called asynchronously, returns the request
|
|
5640
5568
|
thread.
|
|
5641
5569
|
"""
|
|
@@ -5664,26 +5592,26 @@ class CampaignApi(object):
|
|
|
5664
5592
|
'_content_type')
|
|
5665
5593
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5666
5594
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5667
|
-
kwargs['
|
|
5668
|
-
|
|
5669
|
-
return self.
|
|
5595
|
+
kwargs['campaign_id'] = \
|
|
5596
|
+
campaign_id
|
|
5597
|
+
return self.get_api202301_external_campaign_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
5670
5598
|
|
|
5671
|
-
def
|
|
5599
|
+
def get_api202301_external_line_item_bid_multipliers_by_line_item_id(
|
|
5672
5600
|
self,
|
|
5673
|
-
|
|
5601
|
+
line_item_id,
|
|
5674
5602
|
**kwargs
|
|
5675
5603
|
):
|
|
5676
|
-
"""
|
|
5604
|
+
"""get_api202301_external_line_item_bid_multipliers_by_line_item_id # noqa: E501
|
|
5677
5605
|
|
|
5678
|
-
|
|
5606
|
+
Get bid multipliers by line item # noqa: E501
|
|
5679
5607
|
This method makes a synchronous HTTP request by default. To make an
|
|
5680
5608
|
asynchronous HTTP request, please pass async_req=True
|
|
5681
5609
|
|
|
5682
|
-
>>> thread = api.
|
|
5610
|
+
>>> thread = api.get_api202301_external_line_item_bid_multipliers_by_line_item_id(line_item_id, async_req=True)
|
|
5683
5611
|
>>> result = thread.get()
|
|
5684
5612
|
|
|
5685
5613
|
Args:
|
|
5686
|
-
|
|
5614
|
+
line_item_id (str): Long external id of the associated line item
|
|
5687
5615
|
|
|
5688
5616
|
Keyword Args:
|
|
5689
5617
|
_return_http_data_only (bool): response data without head status
|
|
@@ -5718,7 +5646,7 @@ class CampaignApi(object):
|
|
|
5718
5646
|
async_req (bool): execute request asynchronously
|
|
5719
5647
|
|
|
5720
5648
|
Returns:
|
|
5721
|
-
|
|
5649
|
+
JsonApiSingleResponseOfLineItemBidMultipliers
|
|
5722
5650
|
If the method is called asynchronously, returns the request
|
|
5723
5651
|
thread.
|
|
5724
5652
|
"""
|
|
@@ -5747,33 +5675,31 @@ class CampaignApi(object):
|
|
|
5747
5675
|
'_content_type')
|
|
5748
5676
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5749
5677
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5750
|
-
kwargs['
|
|
5751
|
-
|
|
5752
|
-
return self.
|
|
5678
|
+
kwargs['line_item_id'] = \
|
|
5679
|
+
line_item_id
|
|
5680
|
+
return self.get_api202301_external_line_item_bid_multipliers_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
5753
5681
|
|
|
5754
|
-
def
|
|
5682
|
+
def get_api_v1_external_account_brands_by_account_id(
|
|
5755
5683
|
self,
|
|
5756
5684
|
account_id,
|
|
5757
5685
|
**kwargs
|
|
5758
5686
|
):
|
|
5759
|
-
"""
|
|
5687
|
+
"""get_api_v1_external_account_brands_by_account_id # noqa: E501
|
|
5760
5688
|
|
|
5761
|
-
Gets page of
|
|
5689
|
+
Gets page of retailer objects that are associated with the given account # noqa: E501
|
|
5762
5690
|
This method makes a synchronous HTTP request by default. To make an
|
|
5763
5691
|
asynchronous HTTP request, please pass async_req=True
|
|
5764
5692
|
|
|
5765
|
-
>>> thread = api.
|
|
5693
|
+
>>> thread = api.get_api_v1_external_account_brands_by_account_id(account_id, async_req=True)
|
|
5766
5694
|
>>> result = thread.get()
|
|
5767
5695
|
|
|
5768
5696
|
Args:
|
|
5769
5697
|
account_id (str): The given account id
|
|
5770
5698
|
|
|
5771
5699
|
Keyword Args:
|
|
5772
|
-
limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
|
|
5773
|
-
limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
|
|
5774
5700
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5775
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5776
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
5701
|
+
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
|
|
5702
|
+
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
|
|
5777
5703
|
_return_http_data_only (bool): response data without head status
|
|
5778
5704
|
code and headers. Default is True.
|
|
5779
5705
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5806,7 +5732,7 @@ class CampaignApi(object):
|
|
|
5806
5732
|
async_req (bool): execute request asynchronously
|
|
5807
5733
|
|
|
5808
5734
|
Returns:
|
|
5809
|
-
|
|
5735
|
+
JsonApiPageResponseOfBrand
|
|
5810
5736
|
If the method is called asynchronously, returns the request
|
|
5811
5737
|
thread.
|
|
5812
5738
|
"""
|
|
@@ -5837,26 +5763,29 @@ class CampaignApi(object):
|
|
|
5837
5763
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5838
5764
|
kwargs['account_id'] = \
|
|
5839
5765
|
account_id
|
|
5840
|
-
return self.
|
|
5766
|
+
return self.get_api_v1_external_account_brands_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5841
5767
|
|
|
5842
|
-
def
|
|
5768
|
+
def get_api_v1_external_account_retailers_by_account_id(
|
|
5843
5769
|
self,
|
|
5844
|
-
|
|
5770
|
+
account_id,
|
|
5845
5771
|
**kwargs
|
|
5846
5772
|
):
|
|
5847
|
-
"""
|
|
5773
|
+
"""get_api_v1_external_account_retailers_by_account_id # noqa: E501
|
|
5848
5774
|
|
|
5849
|
-
Gets
|
|
5775
|
+
Gets page of retailer objects that are associated with the given account # noqa: E501
|
|
5850
5776
|
This method makes a synchronous HTTP request by default. To make an
|
|
5851
5777
|
asynchronous HTTP request, please pass async_req=True
|
|
5852
5778
|
|
|
5853
|
-
>>> thread = api.
|
|
5779
|
+
>>> thread = api.get_api_v1_external_account_retailers_by_account_id(account_id, async_req=True)
|
|
5854
5780
|
>>> result = thread.get()
|
|
5855
5781
|
|
|
5856
5782
|
Args:
|
|
5857
|
-
|
|
5783
|
+
account_id (str): The given account id
|
|
5858
5784
|
|
|
5859
5785
|
Keyword Args:
|
|
5786
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5787
|
+
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
|
|
5788
|
+
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
|
|
5860
5789
|
_return_http_data_only (bool): response data without head status
|
|
5861
5790
|
code and headers. Default is True.
|
|
5862
5791
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5889,7 +5818,7 @@ class CampaignApi(object):
|
|
|
5889
5818
|
async_req (bool): execute request asynchronously
|
|
5890
5819
|
|
|
5891
5820
|
Returns:
|
|
5892
|
-
|
|
5821
|
+
JsonApiPageResponseOfRetailer
|
|
5893
5822
|
If the method is called asynchronously, returns the request
|
|
5894
5823
|
thread.
|
|
5895
5824
|
"""
|
|
@@ -5918,31 +5847,28 @@ class CampaignApi(object):
|
|
|
5918
5847
|
'_content_type')
|
|
5919
5848
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
5920
5849
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
5921
|
-
kwargs['
|
|
5922
|
-
|
|
5923
|
-
return self.
|
|
5850
|
+
kwargs['account_id'] = \
|
|
5851
|
+
account_id
|
|
5852
|
+
return self.get_api_v1_external_account_retailers_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
5924
5853
|
|
|
5925
|
-
def
|
|
5854
|
+
def get_api_v1_external_catalog_output_by_catalog_id(
|
|
5926
5855
|
self,
|
|
5927
|
-
|
|
5856
|
+
catalog_id,
|
|
5928
5857
|
**kwargs
|
|
5929
5858
|
):
|
|
5930
|
-
"""
|
|
5859
|
+
"""get_api_v1_external_catalog_output_by_catalog_id # noqa: E501
|
|
5931
5860
|
|
|
5932
|
-
|
|
5861
|
+
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
|
|
5933
5862
|
This method makes a synchronous HTTP request by default. To make an
|
|
5934
5863
|
asynchronous HTTP request, please pass async_req=True
|
|
5935
5864
|
|
|
5936
|
-
>>> thread = api.
|
|
5865
|
+
>>> thread = api.get_api_v1_external_catalog_output_by_catalog_id(catalog_id, async_req=True)
|
|
5937
5866
|
>>> result = thread.get()
|
|
5938
5867
|
|
|
5939
5868
|
Args:
|
|
5940
|
-
|
|
5869
|
+
catalog_id (str): A catalog ID returned from an account catalog request.
|
|
5941
5870
|
|
|
5942
5871
|
Keyword Args:
|
|
5943
|
-
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5944
|
-
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5945
|
-
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
5946
5872
|
_return_http_data_only (bool): response data without head status
|
|
5947
5873
|
code and headers. Default is True.
|
|
5948
5874
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -5975,7 +5901,7 @@ class CampaignApi(object):
|
|
|
5975
5901
|
async_req (bool): execute request asynchronously
|
|
5976
5902
|
|
|
5977
5903
|
Returns:
|
|
5978
|
-
|
|
5904
|
+
file_type
|
|
5979
5905
|
If the method is called asynchronously, returns the request
|
|
5980
5906
|
thread.
|
|
5981
5907
|
"""
|
|
@@ -6004,26 +5930,26 @@ class CampaignApi(object):
|
|
|
6004
5930
|
'_content_type')
|
|
6005
5931
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6006
5932
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6007
|
-
kwargs['
|
|
6008
|
-
|
|
6009
|
-
return self.
|
|
5933
|
+
kwargs['catalog_id'] = \
|
|
5934
|
+
catalog_id
|
|
5935
|
+
return self.get_api_v1_external_catalog_output_by_catalog_id_endpoint.call_with_http_info(**kwargs)
|
|
6010
5936
|
|
|
6011
|
-
def
|
|
5937
|
+
def get_api_v1_external_catalog_status_by_catalog_id(
|
|
6012
5938
|
self,
|
|
6013
|
-
|
|
5939
|
+
catalog_id,
|
|
6014
5940
|
**kwargs
|
|
6015
5941
|
):
|
|
6016
|
-
"""
|
|
5942
|
+
"""get_api_v1_external_catalog_status_by_catalog_id # noqa: E501
|
|
6017
5943
|
|
|
6018
|
-
|
|
5944
|
+
Check the status of a catalog request. # noqa: E501
|
|
6019
5945
|
This method makes a synchronous HTTP request by default. To make an
|
|
6020
5946
|
asynchronous HTTP request, please pass async_req=True
|
|
6021
5947
|
|
|
6022
|
-
>>> thread = api.
|
|
5948
|
+
>>> thread = api.get_api_v1_external_catalog_status_by_catalog_id(catalog_id, async_req=True)
|
|
6023
5949
|
>>> result = thread.get()
|
|
6024
5950
|
|
|
6025
5951
|
Args:
|
|
6026
|
-
|
|
5952
|
+
catalog_id (str): A catalog ID returned from an account catalog request.
|
|
6027
5953
|
|
|
6028
5954
|
Keyword Args:
|
|
6029
5955
|
_return_http_data_only (bool): response data without head status
|
|
@@ -6058,7 +5984,7 @@ class CampaignApi(object):
|
|
|
6058
5984
|
async_req (bool): execute request asynchronously
|
|
6059
5985
|
|
|
6060
5986
|
Returns:
|
|
6061
|
-
|
|
5987
|
+
JsonApiSingleResponseOfCatalogStatus
|
|
6062
5988
|
If the method is called asynchronously, returns the request
|
|
6063
5989
|
thread.
|
|
6064
5990
|
"""
|
|
@@ -6087,28 +6013,33 @@ class CampaignApi(object):
|
|
|
6087
6013
|
'_content_type')
|
|
6088
6014
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6089
6015
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6090
|
-
kwargs['
|
|
6091
|
-
|
|
6092
|
-
return self.
|
|
6016
|
+
kwargs['catalog_id'] = \
|
|
6017
|
+
catalog_id
|
|
6018
|
+
return self.get_api_v1_external_catalog_status_by_catalog_id_endpoint.call_with_http_info(**kwargs)
|
|
6093
6019
|
|
|
6094
|
-
def
|
|
6020
|
+
def get_api_v2_external_account_line_items_by_account_id(
|
|
6095
6021
|
self,
|
|
6096
|
-
|
|
6022
|
+
account_id,
|
|
6097
6023
|
**kwargs
|
|
6098
6024
|
):
|
|
6099
|
-
"""
|
|
6025
|
+
"""get_api_v2_external_account_line_items_by_account_id # noqa: E501
|
|
6100
6026
|
|
|
6101
|
-
|
|
6027
|
+
Gets page of line item objects for the given account id # noqa: E501
|
|
6102
6028
|
This method makes a synchronous HTTP request by default. To make an
|
|
6103
6029
|
asynchronous HTTP request, please pass async_req=True
|
|
6104
6030
|
|
|
6105
|
-
>>> thread = api.
|
|
6031
|
+
>>> thread = api.get_api_v2_external_account_line_items_by_account_id(account_id, async_req=True)
|
|
6106
6032
|
>>> result = thread.get()
|
|
6107
6033
|
|
|
6108
6034
|
Args:
|
|
6109
|
-
|
|
6035
|
+
account_id (str): The given account id
|
|
6110
6036
|
|
|
6111
6037
|
Keyword Args:
|
|
6038
|
+
limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
|
|
6039
|
+
limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
|
|
6040
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
6041
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
6042
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
6112
6043
|
_return_http_data_only (bool): response data without head status
|
|
6113
6044
|
code and headers. Default is True.
|
|
6114
6045
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6141,7 +6072,7 @@ class CampaignApi(object):
|
|
|
6141
6072
|
async_req (bool): execute request asynchronously
|
|
6142
6073
|
|
|
6143
6074
|
Returns:
|
|
6144
|
-
|
|
6075
|
+
CommonLineItemPagedListResponse
|
|
6145
6076
|
If the method is called asynchronously, returns the request
|
|
6146
6077
|
thread.
|
|
6147
6078
|
"""
|
|
@@ -6170,31 +6101,28 @@ class CampaignApi(object):
|
|
|
6170
6101
|
'_content_type')
|
|
6171
6102
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6172
6103
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6173
|
-
kwargs['
|
|
6174
|
-
|
|
6175
|
-
return self.
|
|
6104
|
+
kwargs['account_id'] = \
|
|
6105
|
+
account_id
|
|
6106
|
+
return self.get_api_v2_external_account_line_items_by_account_id_endpoint.call_with_http_info(**kwargs)
|
|
6176
6107
|
|
|
6177
|
-
def
|
|
6108
|
+
def get_api_v2_external_auction_line_item_by_line_item_id(
|
|
6178
6109
|
self,
|
|
6179
|
-
|
|
6110
|
+
line_item_id,
|
|
6180
6111
|
**kwargs
|
|
6181
6112
|
):
|
|
6182
|
-
"""
|
|
6113
|
+
"""get_api_v2_external_auction_line_item_by_line_item_id # noqa: E501
|
|
6183
6114
|
|
|
6184
|
-
Gets the
|
|
6115
|
+
Gets the auction line item for the given line item id # noqa: E501
|
|
6185
6116
|
This method makes a synchronous HTTP request by default. To make an
|
|
6186
6117
|
asynchronous HTTP request, please pass async_req=True
|
|
6187
6118
|
|
|
6188
|
-
>>> thread = api.
|
|
6119
|
+
>>> thread = api.get_api_v2_external_auction_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
6189
6120
|
>>> result = thread.get()
|
|
6190
6121
|
|
|
6191
6122
|
Args:
|
|
6192
|
-
|
|
6123
|
+
line_item_id (str): The given line item id
|
|
6193
6124
|
|
|
6194
6125
|
Keyword Args:
|
|
6195
|
-
offset (int): The (zero-based) starting offset in the collection.. [optional] if omitted the server will use the default value of 0
|
|
6196
|
-
limit (int): The number of elements to be returned.. [optional] if omitted the server will use the default value of 25
|
|
6197
|
-
limit_to_change_types (str): Comma separated change types string that will be queried.. [optional]
|
|
6198
6126
|
_return_http_data_only (bool): response data without head status
|
|
6199
6127
|
code and headers. Default is True.
|
|
6200
6128
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6227,7 +6155,7 @@ class CampaignApi(object):
|
|
|
6227
6155
|
async_req (bool): execute request asynchronously
|
|
6228
6156
|
|
|
6229
6157
|
Returns:
|
|
6230
|
-
|
|
6158
|
+
AuctionLineItemResponse
|
|
6231
6159
|
If the method is called asynchronously, returns the request
|
|
6232
6160
|
thread.
|
|
6233
6161
|
"""
|
|
@@ -6256,28 +6184,31 @@ class CampaignApi(object):
|
|
|
6256
6184
|
'_content_type')
|
|
6257
6185
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6258
6186
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6259
|
-
kwargs['
|
|
6260
|
-
|
|
6261
|
-
return self.
|
|
6187
|
+
kwargs['line_item_id'] = \
|
|
6188
|
+
line_item_id
|
|
6189
|
+
return self.get_api_v2_external_auction_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6262
6190
|
|
|
6263
|
-
def
|
|
6191
|
+
def get_api_v2_external_campaign_auction_line_items_by_campaign_id(
|
|
6264
6192
|
self,
|
|
6265
|
-
|
|
6193
|
+
campaign_id,
|
|
6266
6194
|
**kwargs
|
|
6267
6195
|
):
|
|
6268
|
-
"""
|
|
6196
|
+
"""get_api_v2_external_campaign_auction_line_items_by_campaign_id # noqa: E501
|
|
6269
6197
|
|
|
6270
|
-
Gets
|
|
6198
|
+
Gets page of auction line item objects for the given campaign id # noqa: E501
|
|
6271
6199
|
This method makes a synchronous HTTP request by default. To make an
|
|
6272
6200
|
asynchronous HTTP request, please pass async_req=True
|
|
6273
6201
|
|
|
6274
|
-
>>> thread = api.
|
|
6202
|
+
>>> thread = api.get_api_v2_external_campaign_auction_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
6275
6203
|
>>> result = thread.get()
|
|
6276
6204
|
|
|
6277
6205
|
Args:
|
|
6278
|
-
|
|
6206
|
+
campaign_id (str): The given campaign id
|
|
6279
6207
|
|
|
6280
6208
|
Keyword Args:
|
|
6209
|
+
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
6210
|
+
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
6211
|
+
page_size (int): The maximum number of items you would like to receive in this request. [optional]
|
|
6281
6212
|
_return_http_data_only (bool): response data without head status
|
|
6282
6213
|
code and headers. Default is True.
|
|
6283
6214
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6310,7 +6241,7 @@ class CampaignApi(object):
|
|
|
6310
6241
|
async_req (bool): execute request asynchronously
|
|
6311
6242
|
|
|
6312
6243
|
Returns:
|
|
6313
|
-
|
|
6244
|
+
AuctionLineItemPagedListResponse
|
|
6314
6245
|
If the method is called asynchronously, returns the request
|
|
6315
6246
|
thread.
|
|
6316
6247
|
"""
|
|
@@ -6339,29 +6270,28 @@ class CampaignApi(object):
|
|
|
6339
6270
|
'_content_type')
|
|
6340
6271
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6341
6272
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6342
|
-
kwargs['
|
|
6343
|
-
|
|
6344
|
-
return self.
|
|
6273
|
+
kwargs['campaign_id'] = \
|
|
6274
|
+
campaign_id
|
|
6275
|
+
return self.get_api_v2_external_campaign_auction_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
6345
6276
|
|
|
6346
|
-
def
|
|
6277
|
+
def get_api_v2_external_line_item_by_line_item_id(
|
|
6347
6278
|
self,
|
|
6348
6279
|
line_item_id,
|
|
6349
6280
|
**kwargs
|
|
6350
6281
|
):
|
|
6351
|
-
"""
|
|
6282
|
+
"""get_api_v2_external_line_item_by_line_item_id # noqa: E501
|
|
6352
6283
|
|
|
6353
|
-
|
|
6284
|
+
Gets the line item for the given line item id # noqa: E501
|
|
6354
6285
|
This method makes a synchronous HTTP request by default. To make an
|
|
6355
6286
|
asynchronous HTTP request, please pass async_req=True
|
|
6356
6287
|
|
|
6357
|
-
>>> thread = api.
|
|
6288
|
+
>>> thread = api.get_api_v2_external_line_item_by_line_item_id(line_item_id, async_req=True)
|
|
6358
6289
|
>>> result = thread.get()
|
|
6359
6290
|
|
|
6360
6291
|
Args:
|
|
6361
|
-
line_item_id (str): The line item
|
|
6292
|
+
line_item_id (str): The given line item id
|
|
6362
6293
|
|
|
6363
6294
|
Keyword Args:
|
|
6364
|
-
keyword_target202110_request (KeywordTarget202110Request): . [optional]
|
|
6365
6295
|
_return_http_data_only (bool): response data without head status
|
|
6366
6296
|
code and headers. Default is True.
|
|
6367
6297
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6394,7 +6324,7 @@ class CampaignApi(object):
|
|
|
6394
6324
|
async_req (bool): execute request asynchronously
|
|
6395
6325
|
|
|
6396
6326
|
Returns:
|
|
6397
|
-
|
|
6327
|
+
CommonLineItemResponse
|
|
6398
6328
|
If the method is called asynchronously, returns the request
|
|
6399
6329
|
thread.
|
|
6400
6330
|
"""
|
|
@@ -6425,27 +6355,26 @@ class CampaignApi(object):
|
|
|
6425
6355
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6426
6356
|
kwargs['line_item_id'] = \
|
|
6427
6357
|
line_item_id
|
|
6428
|
-
return self.
|
|
6358
|
+
return self.get_api_v2_external_line_item_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6429
6359
|
|
|
6430
|
-
def
|
|
6360
|
+
def get_campaign_budget_overrides(
|
|
6431
6361
|
self,
|
|
6432
|
-
|
|
6362
|
+
campaign_id,
|
|
6433
6363
|
**kwargs
|
|
6434
6364
|
):
|
|
6435
|
-
"""
|
|
6365
|
+
"""get_campaign_budget_overrides # noqa: E501
|
|
6436
6366
|
|
|
6437
|
-
|
|
6367
|
+
Get current campaign budget overrides by given external campaign id. # noqa: E501
|
|
6438
6368
|
This method makes a synchronous HTTP request by default. To make an
|
|
6439
6369
|
asynchronous HTTP request, please pass async_req=True
|
|
6440
6370
|
|
|
6441
|
-
>>> thread = api.
|
|
6371
|
+
>>> thread = api.get_campaign_budget_overrides(campaign_id, async_req=True)
|
|
6442
6372
|
>>> result = thread.get()
|
|
6443
6373
|
|
|
6444
6374
|
Args:
|
|
6445
|
-
|
|
6375
|
+
campaign_id (int): External campaign id.
|
|
6446
6376
|
|
|
6447
6377
|
Keyword Args:
|
|
6448
|
-
keyword_target202110_request (KeywordTarget202110Request): . [optional]
|
|
6449
6378
|
_return_http_data_only (bool): response data without head status
|
|
6450
6379
|
code and headers. Default is True.
|
|
6451
6380
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6478,7 +6407,7 @@ class CampaignApi(object):
|
|
|
6478
6407
|
async_req (bool): execute request asynchronously
|
|
6479
6408
|
|
|
6480
6409
|
Returns:
|
|
6481
|
-
|
|
6410
|
+
ValueResourceOutcomeOfCampaignBudgetOverrides
|
|
6482
6411
|
If the method is called asynchronously, returns the request
|
|
6483
6412
|
thread.
|
|
6484
6413
|
"""
|
|
@@ -6507,29 +6436,28 @@ class CampaignApi(object):
|
|
|
6507
6436
|
'_content_type')
|
|
6508
6437
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6509
6438
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6510
|
-
kwargs['
|
|
6511
|
-
|
|
6512
|
-
return self.
|
|
6439
|
+
kwargs['campaign_id'] = \
|
|
6440
|
+
campaign_id
|
|
6441
|
+
return self.get_campaign_budget_overrides_endpoint.call_with_http_info(**kwargs)
|
|
6513
6442
|
|
|
6514
|
-
def
|
|
6443
|
+
def get_line_item_budget_overrides(
|
|
6515
6444
|
self,
|
|
6516
|
-
|
|
6445
|
+
line_item_id,
|
|
6517
6446
|
**kwargs
|
|
6518
6447
|
):
|
|
6519
|
-
"""
|
|
6448
|
+
"""get_line_item_budget_overrides # noqa: E501
|
|
6520
6449
|
|
|
6521
|
-
|
|
6450
|
+
Gets a collection of monthly and daily budget overrides for the provided line item. # noqa: E501
|
|
6522
6451
|
This method makes a synchronous HTTP request by default. To make an
|
|
6523
6452
|
asynchronous HTTP request, please pass async_req=True
|
|
6524
6453
|
|
|
6525
|
-
>>> thread = api.
|
|
6454
|
+
>>> thread = api.get_line_item_budget_overrides(line_item_id, async_req=True)
|
|
6526
6455
|
>>> result = thread.get()
|
|
6527
6456
|
|
|
6528
6457
|
Args:
|
|
6529
|
-
|
|
6458
|
+
line_item_id (str): The line item id to get budget overrides for.
|
|
6530
6459
|
|
|
6531
6460
|
Keyword Args:
|
|
6532
|
-
balance_campaign202110_list_request (BalanceCampaign202110ListRequest): The campaigns to append. [optional]
|
|
6533
6461
|
_return_http_data_only (bool): response data without head status
|
|
6534
6462
|
code and headers. Default is True.
|
|
6535
6463
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6562,7 +6490,7 @@ class CampaignApi(object):
|
|
|
6562
6490
|
async_req (bool): execute request asynchronously
|
|
6563
6491
|
|
|
6564
6492
|
Returns:
|
|
6565
|
-
|
|
6493
|
+
ValueResourceOutcomeOfLineItemBudgetOverrides
|
|
6566
6494
|
If the method is called asynchronously, returns the request
|
|
6567
6495
|
thread.
|
|
6568
6496
|
"""
|
|
@@ -6591,29 +6519,29 @@ class CampaignApi(object):
|
|
|
6591
6519
|
'_content_type')
|
|
6592
6520
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6593
6521
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6594
|
-
kwargs['
|
|
6595
|
-
|
|
6596
|
-
return self.
|
|
6522
|
+
kwargs['line_item_id'] = \
|
|
6523
|
+
line_item_id
|
|
6524
|
+
return self.get_line_item_budget_overrides_endpoint.call_with_http_info(**kwargs)
|
|
6597
6525
|
|
|
6598
|
-
def
|
|
6526
|
+
def pause_promoted_products(
|
|
6599
6527
|
self,
|
|
6600
|
-
|
|
6528
|
+
line_item_id,
|
|
6601
6529
|
**kwargs
|
|
6602
6530
|
):
|
|
6603
|
-
"""
|
|
6531
|
+
"""pause_promoted_products # noqa: E501
|
|
6604
6532
|
|
|
6605
|
-
|
|
6533
|
+
Pause a collection of promoted products associated with a line item # noqa: E501
|
|
6606
6534
|
This method makes a synchronous HTTP request by default. To make an
|
|
6607
6535
|
asynchronous HTTP request, please pass async_req=True
|
|
6608
6536
|
|
|
6609
|
-
>>> thread = api.
|
|
6537
|
+
>>> thread = api.pause_promoted_products(line_item_id, async_req=True)
|
|
6610
6538
|
>>> result = thread.get()
|
|
6611
6539
|
|
|
6612
6540
|
Args:
|
|
6613
|
-
|
|
6541
|
+
line_item_id (str): ID of the line item
|
|
6614
6542
|
|
|
6615
6543
|
Keyword Args:
|
|
6616
|
-
|
|
6544
|
+
promoted_product_resource_collection_input (PromotedProductResourceCollectionInput): Request body whose {data} contains an array of promoted products.. [optional]
|
|
6617
6545
|
_return_http_data_only (bool): response data without head status
|
|
6618
6546
|
code and headers. Default is True.
|
|
6619
6547
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6646,7 +6574,7 @@ class CampaignApi(object):
|
|
|
6646
6574
|
async_req (bool): execute request asynchronously
|
|
6647
6575
|
|
|
6648
6576
|
Returns:
|
|
6649
|
-
|
|
6577
|
+
None
|
|
6650
6578
|
If the method is called asynchronously, returns the request
|
|
6651
6579
|
thread.
|
|
6652
6580
|
"""
|
|
@@ -6675,29 +6603,29 @@ class CampaignApi(object):
|
|
|
6675
6603
|
'_content_type')
|
|
6676
6604
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6677
6605
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6678
|
-
kwargs['
|
|
6679
|
-
|
|
6680
|
-
return self.
|
|
6606
|
+
kwargs['line_item_id'] = \
|
|
6607
|
+
line_item_id
|
|
6608
|
+
return self.pause_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
6681
6609
|
|
|
6682
|
-
def
|
|
6610
|
+
def post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id(
|
|
6683
6611
|
self,
|
|
6684
|
-
|
|
6612
|
+
line_item_id,
|
|
6685
6613
|
**kwargs
|
|
6686
6614
|
):
|
|
6687
|
-
"""
|
|
6615
|
+
"""post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id # noqa: E501
|
|
6688
6616
|
|
|
6689
|
-
|
|
6617
|
+
This endpoint appends one or more keywords to targeting on the specified line item. The resulting state of the keyword target is returned. # noqa: E501
|
|
6690
6618
|
This method makes a synchronous HTTP request by default. To make an
|
|
6691
6619
|
asynchronous HTTP request, please pass async_req=True
|
|
6692
6620
|
|
|
6693
|
-
>>> thread = api.
|
|
6621
|
+
>>> thread = api.post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id(line_item_id, async_req=True)
|
|
6694
6622
|
>>> result = thread.get()
|
|
6695
6623
|
|
|
6696
6624
|
Args:
|
|
6697
|
-
|
|
6625
|
+
line_item_id (str): The line item to interact with
|
|
6698
6626
|
|
|
6699
6627
|
Keyword Args:
|
|
6700
|
-
|
|
6628
|
+
keyword_target202110_request (KeywordTarget202110Request): . [optional]
|
|
6701
6629
|
_return_http_data_only (bool): response data without head status
|
|
6702
6630
|
code and headers. Default is True.
|
|
6703
6631
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6730,7 +6658,7 @@ class CampaignApi(object):
|
|
|
6730
6658
|
async_req (bool): execute request asynchronously
|
|
6731
6659
|
|
|
6732
6660
|
Returns:
|
|
6733
|
-
|
|
6661
|
+
KeywordTarget202110Response
|
|
6734
6662
|
If the method is called asynchronously, returns the request
|
|
6735
6663
|
thread.
|
|
6736
6664
|
"""
|
|
@@ -6759,29 +6687,29 @@ class CampaignApi(object):
|
|
|
6759
6687
|
'_content_type')
|
|
6760
6688
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6761
6689
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6762
|
-
kwargs['
|
|
6763
|
-
|
|
6764
|
-
return self.
|
|
6690
|
+
kwargs['line_item_id'] = \
|
|
6691
|
+
line_item_id
|
|
6692
|
+
return self.post_api202110_external_auction_line_item_targeting_keywords_append_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6765
6693
|
|
|
6766
|
-
def
|
|
6694
|
+
def post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id(
|
|
6767
6695
|
self,
|
|
6768
6696
|
line_item_id,
|
|
6769
6697
|
**kwargs
|
|
6770
6698
|
):
|
|
6771
|
-
"""
|
|
6699
|
+
"""post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id # noqa: E501
|
|
6772
6700
|
|
|
6773
|
-
This endpoint
|
|
6701
|
+
This endpoint removes one or more keywords from targeting on the specified line item. The resulting state of the keyword target is returned. # noqa: E501
|
|
6774
6702
|
This method makes a synchronous HTTP request by default. To make an
|
|
6775
6703
|
asynchronous HTTP request, please pass async_req=True
|
|
6776
6704
|
|
|
6777
|
-
>>> thread = api.
|
|
6705
|
+
>>> thread = api.post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id(line_item_id, async_req=True)
|
|
6778
6706
|
>>> result = thread.get()
|
|
6779
6707
|
|
|
6780
6708
|
Args:
|
|
6781
6709
|
line_item_id (str): The line item to interact with
|
|
6782
6710
|
|
|
6783
6711
|
Keyword Args:
|
|
6784
|
-
|
|
6712
|
+
keyword_target202110_request (KeywordTarget202110Request): . [optional]
|
|
6785
6713
|
_return_http_data_only (bool): response data without head status
|
|
6786
6714
|
code and headers. Default is True.
|
|
6787
6715
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6814,7 +6742,7 @@ class CampaignApi(object):
|
|
|
6814
6742
|
async_req (bool): execute request asynchronously
|
|
6815
6743
|
|
|
6816
6744
|
Returns:
|
|
6817
|
-
|
|
6745
|
+
KeywordTarget202110Response
|
|
6818
6746
|
If the method is called asynchronously, returns the request
|
|
6819
6747
|
thread.
|
|
6820
6748
|
"""
|
|
@@ -6845,27 +6773,27 @@ class CampaignApi(object):
|
|
|
6845
6773
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6846
6774
|
kwargs['line_item_id'] = \
|
|
6847
6775
|
line_item_id
|
|
6848
|
-
return self.
|
|
6776
|
+
return self.post_api202110_external_auction_line_item_targeting_keywords_delete_by_line_item_id_endpoint.call_with_http_info(**kwargs)
|
|
6849
6777
|
|
|
6850
|
-
def
|
|
6778
|
+
def post_api202110_external_balance_campaigns_append_by_balance_id(
|
|
6851
6779
|
self,
|
|
6852
|
-
|
|
6780
|
+
balance_id,
|
|
6853
6781
|
**kwargs
|
|
6854
6782
|
):
|
|
6855
|
-
"""
|
|
6783
|
+
"""post_api202110_external_balance_campaigns_append_by_balance_id # noqa: E501
|
|
6856
6784
|
|
|
6857
|
-
|
|
6785
|
+
appends one or more campaigns to the specified balance # noqa: E501
|
|
6858
6786
|
This method makes a synchronous HTTP request by default. To make an
|
|
6859
6787
|
asynchronous HTTP request, please pass async_req=True
|
|
6860
6788
|
|
|
6861
|
-
>>> thread = api.
|
|
6789
|
+
>>> thread = api.post_api202110_external_balance_campaigns_append_by_balance_id(balance_id, async_req=True)
|
|
6862
6790
|
>>> result = thread.get()
|
|
6863
6791
|
|
|
6864
6792
|
Args:
|
|
6865
|
-
|
|
6793
|
+
balance_id (str): The balance to add campaigns from
|
|
6866
6794
|
|
|
6867
6795
|
Keyword Args:
|
|
6868
|
-
|
|
6796
|
+
balance_campaign202110_list_request (BalanceCampaign202110ListRequest): The campaigns to append. [optional]
|
|
6869
6797
|
_return_http_data_only (bool): response data without head status
|
|
6870
6798
|
code and headers. Default is True.
|
|
6871
6799
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6898,7 +6826,7 @@ class CampaignApi(object):
|
|
|
6898
6826
|
async_req (bool): execute request asynchronously
|
|
6899
6827
|
|
|
6900
6828
|
Returns:
|
|
6901
|
-
|
|
6829
|
+
BalanceCampaign202110PagedListResponse
|
|
6902
6830
|
If the method is called asynchronously, returns the request
|
|
6903
6831
|
thread.
|
|
6904
6832
|
"""
|
|
@@ -6927,29 +6855,29 @@ class CampaignApi(object):
|
|
|
6927
6855
|
'_content_type')
|
|
6928
6856
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
6929
6857
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
6930
|
-
kwargs['
|
|
6931
|
-
|
|
6932
|
-
return self.
|
|
6858
|
+
kwargs['balance_id'] = \
|
|
6859
|
+
balance_id
|
|
6860
|
+
return self.post_api202110_external_balance_campaigns_append_by_balance_id_endpoint.call_with_http_info(**kwargs)
|
|
6933
6861
|
|
|
6934
|
-
def
|
|
6862
|
+
def post_api202110_external_balance_campaigns_delete_by_balance_id(
|
|
6935
6863
|
self,
|
|
6936
|
-
|
|
6864
|
+
balance_id,
|
|
6937
6865
|
**kwargs
|
|
6938
6866
|
):
|
|
6939
|
-
"""
|
|
6867
|
+
"""post_api202110_external_balance_campaigns_delete_by_balance_id # noqa: E501
|
|
6940
6868
|
|
|
6941
|
-
|
|
6869
|
+
Removes one or more campaigns on the specified balance # noqa: E501
|
|
6942
6870
|
This method makes a synchronous HTTP request by default. To make an
|
|
6943
6871
|
asynchronous HTTP request, please pass async_req=True
|
|
6944
6872
|
|
|
6945
|
-
>>> thread = api.
|
|
6873
|
+
>>> thread = api.post_api202110_external_balance_campaigns_delete_by_balance_id(balance_id, async_req=True)
|
|
6946
6874
|
>>> result = thread.get()
|
|
6947
6875
|
|
|
6948
6876
|
Args:
|
|
6949
|
-
|
|
6877
|
+
balance_id (str): The balance to remove campaigns from
|
|
6950
6878
|
|
|
6951
6879
|
Keyword Args:
|
|
6952
|
-
|
|
6880
|
+
balance_campaign202110_list_request (BalanceCampaign202110ListRequest): The campaigns to append. [optional]
|
|
6953
6881
|
_return_http_data_only (bool): response data without head status
|
|
6954
6882
|
code and headers. Default is True.
|
|
6955
6883
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -6982,7 +6910,7 @@ class CampaignApi(object):
|
|
|
6982
6910
|
async_req (bool): execute request asynchronously
|
|
6983
6911
|
|
|
6984
6912
|
Returns:
|
|
6985
|
-
|
|
6913
|
+
BalanceCampaign202110PagedListResponse
|
|
6986
6914
|
If the method is called asynchronously, returns the request
|
|
6987
6915
|
thread.
|
|
6988
6916
|
"""
|
|
@@ -7011,29 +6939,29 @@ class CampaignApi(object):
|
|
|
7011
6939
|
'_content_type')
|
|
7012
6940
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
7013
6941
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7014
|
-
kwargs['
|
|
7015
|
-
|
|
7016
|
-
return self.
|
|
6942
|
+
kwargs['balance_id'] = \
|
|
6943
|
+
balance_id
|
|
6944
|
+
return self.post_api202110_external_balance_campaigns_delete_by_balance_id_endpoint.call_with_http_info(**kwargs)
|
|
7017
6945
|
|
|
7018
|
-
def
|
|
6946
|
+
def post_api202110_external_campaign_preferred_line_items_by_campaign_id(
|
|
7019
6947
|
self,
|
|
7020
|
-
|
|
6948
|
+
campaign_id,
|
|
7021
6949
|
**kwargs
|
|
7022
6950
|
):
|
|
7023
|
-
"""
|
|
6951
|
+
"""post_api202110_external_campaign_preferred_line_items_by_campaign_id # noqa: E501
|
|
7024
6952
|
|
|
7025
|
-
|
|
6953
|
+
Creates a new preferred line item with the specified settings # noqa: E501
|
|
7026
6954
|
This method makes a synchronous HTTP request by default. To make an
|
|
7027
6955
|
asynchronous HTTP request, please pass async_req=True
|
|
7028
6956
|
|
|
7029
|
-
>>> thread = api.
|
|
6957
|
+
>>> thread = api.post_api202110_external_campaign_preferred_line_items_by_campaign_id(campaign_id, async_req=True)
|
|
7030
6958
|
>>> result = thread.get()
|
|
7031
6959
|
|
|
7032
6960
|
Args:
|
|
7033
|
-
|
|
6961
|
+
campaign_id (str): The given campaign id
|
|
7034
6962
|
|
|
7035
6963
|
Keyword Args:
|
|
7036
|
-
|
|
6964
|
+
preferred_line_item_create_model202110_request (PreferredLineItemCreateModel202110Request): The line item settings to create a line item with. [optional]
|
|
7037
6965
|
_return_http_data_only (bool): response data without head status
|
|
7038
6966
|
code and headers. Default is True.
|
|
7039
6967
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -7066,7 +6994,7 @@ class CampaignApi(object):
|
|
|
7066
6994
|
async_req (bool): execute request asynchronously
|
|
7067
6995
|
|
|
7068
6996
|
Returns:
|
|
7069
|
-
|
|
6997
|
+
PreferredLineItem202110Response
|
|
7070
6998
|
If the method is called asynchronously, returns the request
|
|
7071
6999
|
thread.
|
|
7072
7000
|
"""
|
|
@@ -7095,9 +7023,9 @@ class CampaignApi(object):
|
|
|
7095
7023
|
'_content_type')
|
|
7096
7024
|
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
7097
7025
|
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
7098
|
-
kwargs['
|
|
7099
|
-
|
|
7100
|
-
return self.
|
|
7026
|
+
kwargs['campaign_id'] = \
|
|
7027
|
+
campaign_id
|
|
7028
|
+
return self.post_api202110_external_campaign_preferred_line_items_by_campaign_id_endpoint.call_with_http_info(**kwargs)
|
|
7101
7029
|
|
|
7102
7030
|
def post_api202110_external_preferred_line_item_targeting_add_to_basket_append_by_line_item_id(
|
|
7103
7031
|
self,
|
|
@@ -8783,6 +8711,173 @@ class CampaignApi(object):
|
|
|
8783
8711
|
id
|
|
8784
8712
|
return self.set_keyword_bids_endpoint.call_with_http_info(**kwargs)
|
|
8785
8713
|
|
|
8714
|
+
def submit_proposal(
|
|
8715
|
+
self,
|
|
8716
|
+
id,
|
|
8717
|
+
**kwargs
|
|
8718
|
+
):
|
|
8719
|
+
"""submit_proposal # noqa: E501
|
|
8720
|
+
|
|
8721
|
+
Only the components of the Line Item that are in a valid state will be reviewed. # noqa: E501
|
|
8722
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8723
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8724
|
+
|
|
8725
|
+
>>> thread = api.submit_proposal(id, async_req=True)
|
|
8726
|
+
>>> result = thread.get()
|
|
8727
|
+
|
|
8728
|
+
Args:
|
|
8729
|
+
id (str): ID of the line item
|
|
8730
|
+
|
|
8731
|
+
Keyword Args:
|
|
8732
|
+
_return_http_data_only (bool): response data without head status
|
|
8733
|
+
code and headers. Default is True.
|
|
8734
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
8735
|
+
will be returned without reading/decoding response data.
|
|
8736
|
+
Default is True.
|
|
8737
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
8738
|
+
one number provided, it will be total request timeout. It can also
|
|
8739
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
8740
|
+
Default is None.
|
|
8741
|
+
_check_input_type (bool): specifies if type checking
|
|
8742
|
+
should be done one the data sent to the server.
|
|
8743
|
+
Default is True.
|
|
8744
|
+
_check_return_type (bool): specifies if type checking
|
|
8745
|
+
should be done one the data received from the server.
|
|
8746
|
+
Default is True.
|
|
8747
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
8748
|
+
are serialized names, as specified in the OpenAPI document.
|
|
8749
|
+
False if the variable names in the input data
|
|
8750
|
+
are pythonic names, e.g. snake case (default)
|
|
8751
|
+
_content_type (str/None): force body content-type.
|
|
8752
|
+
Default is None and content-type will be predicted by allowed
|
|
8753
|
+
content-types and body.
|
|
8754
|
+
_host_index (int/None): specifies the index of the server
|
|
8755
|
+
that we want to use.
|
|
8756
|
+
Default is read from the configuration.
|
|
8757
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
8758
|
+
request; this effectively ignores the authentication
|
|
8759
|
+
in the spec for a single request.
|
|
8760
|
+
Default is None
|
|
8761
|
+
async_req (bool): execute request asynchronously
|
|
8762
|
+
|
|
8763
|
+
Returns:
|
|
8764
|
+
ProposalStatusModelResponse
|
|
8765
|
+
If the method is called asynchronously, returns the request
|
|
8766
|
+
thread.
|
|
8767
|
+
"""
|
|
8768
|
+
kwargs['async_req'] = kwargs.get(
|
|
8769
|
+
'async_req', False
|
|
8770
|
+
)
|
|
8771
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
8772
|
+
'_return_http_data_only', True
|
|
8773
|
+
)
|
|
8774
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
8775
|
+
'_preload_content', True
|
|
8776
|
+
)
|
|
8777
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
8778
|
+
'_request_timeout', None
|
|
8779
|
+
)
|
|
8780
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
8781
|
+
'_check_input_type', True
|
|
8782
|
+
)
|
|
8783
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
8784
|
+
'_check_return_type', True
|
|
8785
|
+
)
|
|
8786
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
8787
|
+
'_spec_property_naming', False
|
|
8788
|
+
)
|
|
8789
|
+
kwargs['_content_type'] = kwargs.get(
|
|
8790
|
+
'_content_type')
|
|
8791
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
8792
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
8793
|
+
kwargs['id'] = \
|
|
8794
|
+
id
|
|
8795
|
+
return self.submit_proposal_endpoint.call_with_http_info(**kwargs)
|
|
8796
|
+
|
|
8797
|
+
def unpause_promoted_products(
|
|
8798
|
+
self,
|
|
8799
|
+
line_item_id,
|
|
8800
|
+
**kwargs
|
|
8801
|
+
):
|
|
8802
|
+
"""unpause_promoted_products # noqa: E501
|
|
8803
|
+
|
|
8804
|
+
Un-pause a collection of promoted products associated with a line item # noqa: E501
|
|
8805
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8806
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8807
|
+
|
|
8808
|
+
>>> thread = api.unpause_promoted_products(line_item_id, async_req=True)
|
|
8809
|
+
>>> result = thread.get()
|
|
8810
|
+
|
|
8811
|
+
Args:
|
|
8812
|
+
line_item_id (str): ID of the line item
|
|
8813
|
+
|
|
8814
|
+
Keyword Args:
|
|
8815
|
+
promoted_product_resource_collection_input (PromotedProductResourceCollectionInput): Request body whose {data} contains an array of promoted products.. [optional]
|
|
8816
|
+
_return_http_data_only (bool): response data without head status
|
|
8817
|
+
code and headers. Default is True.
|
|
8818
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
8819
|
+
will be returned without reading/decoding response data.
|
|
8820
|
+
Default is True.
|
|
8821
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
8822
|
+
one number provided, it will be total request timeout. It can also
|
|
8823
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
8824
|
+
Default is None.
|
|
8825
|
+
_check_input_type (bool): specifies if type checking
|
|
8826
|
+
should be done one the data sent to the server.
|
|
8827
|
+
Default is True.
|
|
8828
|
+
_check_return_type (bool): specifies if type checking
|
|
8829
|
+
should be done one the data received from the server.
|
|
8830
|
+
Default is True.
|
|
8831
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
8832
|
+
are serialized names, as specified in the OpenAPI document.
|
|
8833
|
+
False if the variable names in the input data
|
|
8834
|
+
are pythonic names, e.g. snake case (default)
|
|
8835
|
+
_content_type (str/None): force body content-type.
|
|
8836
|
+
Default is None and content-type will be predicted by allowed
|
|
8837
|
+
content-types and body.
|
|
8838
|
+
_host_index (int/None): specifies the index of the server
|
|
8839
|
+
that we want to use.
|
|
8840
|
+
Default is read from the configuration.
|
|
8841
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
8842
|
+
request; this effectively ignores the authentication
|
|
8843
|
+
in the spec for a single request.
|
|
8844
|
+
Default is None
|
|
8845
|
+
async_req (bool): execute request asynchronously
|
|
8846
|
+
|
|
8847
|
+
Returns:
|
|
8848
|
+
None
|
|
8849
|
+
If the method is called asynchronously, returns the request
|
|
8850
|
+
thread.
|
|
8851
|
+
"""
|
|
8852
|
+
kwargs['async_req'] = kwargs.get(
|
|
8853
|
+
'async_req', False
|
|
8854
|
+
)
|
|
8855
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
8856
|
+
'_return_http_data_only', True
|
|
8857
|
+
)
|
|
8858
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
8859
|
+
'_preload_content', True
|
|
8860
|
+
)
|
|
8861
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
8862
|
+
'_request_timeout', None
|
|
8863
|
+
)
|
|
8864
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
8865
|
+
'_check_input_type', True
|
|
8866
|
+
)
|
|
8867
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
8868
|
+
'_check_return_type', True
|
|
8869
|
+
)
|
|
8870
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
8871
|
+
'_spec_property_naming', False
|
|
8872
|
+
)
|
|
8873
|
+
kwargs['_content_type'] = kwargs.get(
|
|
8874
|
+
'_content_type')
|
|
8875
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
8876
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
8877
|
+
kwargs['line_item_id'] = \
|
|
8878
|
+
line_item_id
|
|
8879
|
+
return self.unpause_promoted_products_endpoint.call_with_http_info(**kwargs)
|
|
8880
|
+
|
|
8786
8881
|
def update_campaign_budget_overrides(
|
|
8787
8882
|
self,
|
|
8788
8883
|
campaign_id,
|