criteo-api-marketingsolutions-sdk 2025.7.0.250811__py3-none-any.whl → 2025.10.0.251112__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.
Files changed (322) hide show
  1. {criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info}/METADATA +4 -4
  2. criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info/RECORD +314 -0
  3. criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info/top_level.txt +1 -0
  4. criteo_api_marketingsolutions_v2025_10/__init__.py +31 -0
  5. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/__init__.py +1 -1
  6. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/advertiser_api.py +12 -14
  7. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/analytics_api.py +24 -37
  8. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/audience_api.py +598 -665
  9. criteo_api_marketingsolutions_v2025_10/api/campaign_api.py +6214 -0
  10. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/creative_api.py +52 -93
  11. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/gateway_api.py +5 -5
  12. criteo_api_marketingsolutions_v2025_10/api/reco_api.py +1269 -0
  13. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client.py +9 -9
  14. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client_builder.py +3 -3
  15. criteo_api_marketingsolutions_v2025_10/apis/__init__.py +23 -0
  16. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/configuration.py +5 -5
  17. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_api_client.py +2 -2
  18. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_auth.py +3 -3
  19. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_rest.py +3 -3
  20. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/exceptions.py +1 -1
  21. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/__init__.py +1 -1
  22. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad.py +3 -3
  23. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1.py +3 -3
  24. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
  25. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_response.py +5 -5
  26. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_input_entity_v1.py +4 -4
  27. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid.py +3 -3
  28. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_list_response.py +5 -5
  29. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_resource.py +4 -4
  30. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_delivery_limitations_v24_q3.py +3 -3
  31. criteo_api_marketingsolutions_v2025_10/model/ad_set_delivery_status.py +291 -0
  32. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier.py +3 -3
  33. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_list_response.py +5 -5
  34. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_resource.py +4 -4
  35. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_frequency_capping_v24_q3.py +3 -3
  36. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_geo_location_v24_q3.py +4 -4
  37. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_filter_v24_q3.py +3 -3
  38. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_request_v24_q3.py +4 -4
  39. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_rule_v24_q3.py +3 -3
  40. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3.py +6 -6
  41. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3_frequency_capping.py +4 -4
  42. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_write.py +3 -3
  43. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_attributes.py +7 -7
  44. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_colors.py +4 -4
  45. criteo_api_marketingsolutions_v2025_10/model/adaptive_read_attributes.py +330 -0
  46. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_write_attributes.py +5 -5
  47. criteo_api_marketingsolutions_v2025_10/model/advertiser_adset_message.py +289 -0
  48. criteo_api_marketingsolutions_v2025_10/model/advertiser_campaign_message.py +287 -0
  49. criteo_api_marketingsolutions_v2025_10/model/advertiser_info_message.py +271 -0
  50. criteo_api_marketingsolutions_v2025_07/model/resource_collection_outcome_of_creative.py → criteo_api_marketingsolutions_v2025_10/model/advertiser_quota_message.py +26 -28
  51. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/algebra_node_v1.py +3 -3
  52. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model.py +3 -3
  53. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_resource.py +4 -4
  54. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_response.py +5 -5
  55. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_create_input_v1.py +4 -4
  56. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_delete_input_v1.py +4 -4
  57. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_update_input_v1.py +4 -4
  58. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_size_entity_v1_resource.py +3 -3
  59. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_sizes_input_v1.py +4 -4
  60. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1.py +4 -4
  61. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1_resource.py +4 -4
  62. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_delete_entity_v1_resource.py +3 -3
  63. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1.py +4 -4
  64. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
  65. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_list_response.py +5 -5
  66. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_resource.py +4 -4
  67. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_error.py +3 -3
  68. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1.py +4 -4
  69. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1_resource.py +4 -4
  70. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_input_v1.py +4 -4
  71. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_list_response.py +5 -5
  72. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_resource.py +3 -3
  73. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_name_description.py +3 -3
  74. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1.py +3 -3
  75. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1_resource.py +4 -4
  76. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_input_v1.py +4 -4
  77. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_metadata_v1.py +3 -3
  78. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_create_input_v1.py +4 -4
  79. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_delete_input_v1.py +4 -4
  80. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_update_input_v1.py +4 -4
  81. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
  82. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_sizes_input_v1.py +4 -4
  83. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1.py +8 -8
  84. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1_resource.py +4 -4
  85. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_delete_entity_v1_resource.py +3 -3
  86. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1.py +10 -10
  87. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
  88. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_list_response.py +5 -5
  89. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_resource.py +4 -4
  90. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_estimate_size_input_v1.py +4 -4
  91. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_list_response.py +5 -5
  92. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_resource.py +3 -3
  93. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1.py +3 -3
  94. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1_resource.py +4 -4
  95. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_input_v1.py +4 -4
  96. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_metadata_v1.py +3 -3
  97. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1.py +3 -3
  98. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_list_response.py +5 -5
  99. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_resource.py +4 -4
  100. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1.py +5 -5
  101. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
  102. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1.py +3 -3
  103. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_resource.py +4 -4
  104. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_response.py +5 -5
  105. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1.py +9 -9
  106. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1_resource.py +4 -4
  107. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1.py +3 -3
  108. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_list_response.py +5 -5
  109. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_resource.py +4 -4
  110. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1.py +3 -3
  111. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_resource.py +4 -4
  112. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_response.py +5 -5
  113. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1.py +5 -5
  114. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1_resource.py +4 -4
  115. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_warning.py +3 -3
  116. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/automated_budget_configuration_v23_q1.py +3 -3
  117. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/basic_audience_definition.py +4 -4
  118. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/behavioral_v1.py +3 -3
  119. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation.py +4 -4
  120. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation_configuration.py +3 -3
  121. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_budget_automation_v23_q1.py +4 -4
  122. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_filters_v23_q1.py +3 -3
  123. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_request_v23_q1.py +4 -4
  124. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_spend_limit_v23_q1.py +4 -4
  125. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1.py +5 -5
  126. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_list_response.py +5 -5
  127. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_resource.py +4 -4
  128. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_response.py +5 -5
  129. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/common_problem.py +3 -3
  130. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1.py +3 -3
  131. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_resource.py +4 -4
  132. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_response.py +5 -5
  133. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_v1.py +3 -3
  134. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment.py +4 -4
  135. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_attributes.py +3 -3
  136. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_request.py +4 -4
  137. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation.py +4 -4
  138. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation_attributes.py +3 -3
  139. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon.py +4 -4
  140. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon_supported_sizes.py +3 -3
  141. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_attribution_configuration_v24_q3.py +3 -3
  142. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_bidding_v24_q3.py +3 -3
  143. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_budget_v24_q3.py +3 -3
  144. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_geo_location_v24_q3.py +4 -4
  145. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_schedule_v24_q3.py +3 -3
  146. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_targeting_v24_q3.py +6 -6
  147. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3.py +8 -8
  148. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_request.py +4 -4
  149. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_resource.py +4 -4
  150. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign.py +5 -5
  151. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_request.py +4 -4
  152. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_resource.py +4 -4
  153. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_spend_limit.py +3 -3
  154. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_coupon.py +4 -4
  155. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_image_slide.py +3 -3
  156. criteo_api_marketingsolutions_v2025_10/model/create_product_filter_request.py +263 -0
  157. criteo_api_marketingsolutions_v2025_10/model/create_product_set_request.py +283 -0
  158. criteo_api_marketingsolutions_v2025_10/model/create_seller_budget_mapi_message.py +283 -0
  159. criteo_api_marketingsolutions_v2025_10/model/create_seller_campaign_message_mapi.py +267 -0
  160. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative.py +7 -7
  161. criteo_api_marketingsolutions_v2025_10/model/creative_read.py +327 -0
  162. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative_write.py +7 -7
  163. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_error.py +3 -3
  164. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_warning.py +3 -3
  165. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/delete_audience_contact_list_response.py +6 -6
  166. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_attributes.py +4 -4
  167. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_write_attributes.py +3 -3
  168. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/entity_of_portfolio_message.py +4 -4
  169. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/get_portfolio_response.py +6 -6
  170. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_attributes.py +4 -4
  171. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_write_attributes.py +4 -4
  172. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_attributes.py +3 -3
  173. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set.py +4 -4
  174. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set_base64.py +3 -3
  175. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_shape.py +3 -3
  176. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_slide.py +3 -3
  177. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_write_attributes.py +3 -3
  178. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
  179. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
  180. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
  181. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
  182. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
  183. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
  184. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_create_v1.py +3 -3
  185. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_size_estimation_v1.py +3 -3
  186. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_update_v1.py +4 -4
  187. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_v1.py +3 -3
  188. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_create_v1.py +4 -4
  189. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_size_estimation_v1.py +4 -4
  190. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_update_v1.py +4 -4
  191. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_v1.py +4 -4
  192. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_create_v1.py +3 -3
  193. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_update_v1.py +3 -3
  194. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_v1.py +3 -3
  195. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/modify_audience_response.py +6 -6
  196. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3.py +4 -4
  197. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3_value.py +4 -4
  198. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_date_time.py +3 -3
  199. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_decimal.py +3 -3
  200. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_gender_v1.py +3 -3
  201. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_int32.py +3 -3
  202. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_string.py +3 -3
  203. criteo_api_marketingsolutions_v2025_10/model/outcome.py +279 -0
  204. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_attribution_configuration_v24_q3.py +3 -3
  205. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_bidding_v24_q3.py +4 -4
  206. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_budget_v24_q3.py +4 -4
  207. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid.py +3 -3
  208. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_list_request.py +4 -4
  209. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_resource.py +4 -4
  210. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
  211. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_resource.py +3 -3
  212. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier.py +3 -3
  213. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
  214. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_resource.py +4 -4
  215. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
  216. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
  217. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_scheduling_v24_q3.py +4 -4
  218. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_v24_q3.py +8 -8
  219. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign.py +5 -5
  220. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_list_request.py +4 -4
  221. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_spend_limit.py +4 -4
  222. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_write_resource.py +4 -4
  223. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_marketing_campaign_budget_automation.py +4 -4
  224. criteo_api_marketingsolutions_v2025_10/model/patch_product_set_request.py +283 -0
  225. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_list_response.py +5 -5
  226. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_read_resource.py +3 -3
  227. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message.py +15 -11
  228. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_list_request.py +4 -4
  229. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_resource.py +4 -4
  230. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/point_of_interest_v1.py +3 -3
  231. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/portfolio_message.py +3 -3
  232. criteo_api_marketingsolutions_v2025_10/model/product_filter_config.py +275 -0
  233. criteo_api_marketingsolutions_v2025_10/model/product_set.py +340 -0
  234. criteo_api_marketingsolutions_v2025_10/model/product_set_rule.py +297 -0
  235. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_create_v1.py +3 -3
  236. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_update_v1.py +4 -4
  237. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_v1.py +3 -3
  238. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_attribution_configuration_v24_q3.py +3 -3
  239. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_bidding_v24_q3.py +3 -3
  240. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_budget_v24_q3.py +3 -3
  241. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_schedule_v24_q3.py +4 -4
  242. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_v24_q3.py +8 -8
  243. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id.py +3 -3
  244. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id_v24_q3.py +3 -3
  245. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_read_ad_set_v24_q3.py +4 -4
  246. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_ad_set_id.py +4 -4
  247. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_patch_ad_set_v24_q3.py +4 -4
  248. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_ad.py +5 -5
  249. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_coupon.py +5 -5
  250. criteo_api_marketingsolutions_v2025_10/model/resource_collection_outcome_of_creative_read.py +281 -0
  251. criteo_api_marketingsolutions_v2025_10/model/resource_collection_outcome_of_product_set.py +287 -0
  252. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_ad_write.py +4 -4
  253. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_create_coupon.py +4 -4
  254. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_creative_write.py +4 -4
  255. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_update_coupon.py +4 -4
  256. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad.py +4 -4
  257. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad_write.py +4 -4
  258. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon.py +4 -4
  259. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon_supported_sizes.py +4 -4
  260. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_create_coupon.py +4 -4
  261. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative.py +4 -4
  262. criteo_api_marketingsolutions_v2025_10/model/resource_of_creative_read.py +277 -0
  263. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative_write.py +4 -4
  264. criteo_api_marketingsolutions_v2025_10/model/resource_of_product_set.py +277 -0
  265. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_update_coupon.py +4 -4
  266. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_ad.py +5 -5
  267. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon.py +5 -5
  268. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon_supported_sizes.py +5 -5
  269. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_creative.py +5 -5
  270. criteo_api_marketingsolutions_v2025_10/model/resource_outcome_of_product_set.py +285 -0
  271. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/response_read_ad_set_v24_q3.py +5 -5
  272. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id.py +5 -5
  273. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id_v24_q3.py +5 -5
  274. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_read_ad_set_v24_q3.py +5 -5
  275. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_create_v1.py +3 -3
  276. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_update_v1.py +3 -3
  277. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_v1.py +3 -3
  278. criteo_api_marketingsolutions_v2025_10/model/seller_base.py +267 -0
  279. criteo_api_marketingsolutions_v2025_10/model/seller_budget_message.py +305 -0
  280. criteo_api_marketingsolutions_v2025_10/model/seller_budget_status_v2.py +291 -0
  281. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_message.py +290 -0
  282. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_suspension_reason.py +294 -0
  283. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_update.py +267 -0
  284. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/size.py +3 -3
  285. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/statistics_report_query_message.py +251 -11
  286. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/tag.py +4 -4
  287. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message.py +15 -11
  288. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_list_request.py +4 -4
  289. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_resource.py +4 -4
  290. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_query_message.py +3 -3
  291. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report.py +4 -4
  292. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_file.py +3 -3
  293. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_list_response.py +5 -5
  294. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_resource.py +4 -4
  295. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/update_coupon.py +3 -3
  296. criteo_api_marketingsolutions_v2025_10/model/update_seller_budget_message.py +283 -0
  297. criteo_api_marketingsolutions_v2025_10/model/update_seller_budget_message_base.py +279 -0
  298. criteo_api_marketingsolutions_v2025_10/model/value_resource_collection_outcome_of_product_filter_config.py +281 -0
  299. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_filter_request.py +269 -0
  300. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_set_request.py +269 -0
  301. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_patch_product_set_request.py +269 -0
  302. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_filter_request.py +273 -0
  303. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_set_request.py +273 -0
  304. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_patch_product_set_request.py +273 -0
  305. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_product_filter_config.py +273 -0
  306. criteo_api_marketingsolutions_v2025_10/model/value_resource_outcome_of_product_filter_config.py +281 -0
  307. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/video_detail.py +3 -3
  308. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_ad_set_id.py +3 -3
  309. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_patch_ad_set_v24_q3.py +4 -4
  310. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model_utils.py +2 -2
  311. criteo_api_marketingsolutions_v2025_10/models/__init__.py +299 -0
  312. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/rest.py +2 -2
  313. criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info/RECORD +0 -278
  314. criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info/top_level.txt +0 -1
  315. criteo_api_marketingsolutions_v2025_07/__init__.py +0 -31
  316. criteo_api_marketingsolutions_v2025_07/api/campaign_api.py +0 -2144
  317. criteo_api_marketingsolutions_v2025_07/apis/__init__.py +0 -22
  318. criteo_api_marketingsolutions_v2025_07/model/error_code_response.py +0 -281
  319. criteo_api_marketingsolutions_v2025_07/model/outcome.py +0 -268
  320. criteo_api_marketingsolutions_v2025_07/models/__init__.py +0 -264
  321. {criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info}/WHEEL +0 -0
  322. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/flow_constants.py +0 -0
@@ -1,2144 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - MarketingSolutions # noqa: E501
5
-
6
- The version of the OpenAPI document: 2025-07
7
- Generated by: https://openapi-generator.tech
8
- """
9
-
10
-
11
- import re # noqa: F401
12
- import sys # noqa: F401
13
-
14
- from criteo_api_marketingsolutions_v2025_07.api_client import ApiClient, Endpoint as _Endpoint
15
- from criteo_api_marketingsolutions_v2025_07.model_utils import ( # noqa: F401
16
- check_allowed_values,
17
- check_validations,
18
- date,
19
- datetime,
20
- file_type,
21
- none_type,
22
- validate_and_convert_types
23
- )
24
- from criteo_api_marketingsolutions_v2025_07.model.ad_set_audience_link_entity_v1_response import AdSetAudienceLinkEntityV1Response
25
- from criteo_api_marketingsolutions_v2025_07.model.ad_set_audience_link_input_entity_v1 import AdSetAudienceLinkInputEntityV1
26
- from criteo_api_marketingsolutions_v2025_07.model.ad_set_category_bid_list_response import AdSetCategoryBidListResponse
27
- from criteo_api_marketingsolutions_v2025_07.model.ad_set_display_multiplier_list_response import AdSetDisplayMultiplierListResponse
28
- from criteo_api_marketingsolutions_v2025_07.model.ad_set_search_request_v24_q3 import AdSetSearchRequestV24Q3
29
- from criteo_api_marketingsolutions_v2025_07.model.campaign_search_request_v23_q1 import CampaignSearchRequestV23Q1
30
- from criteo_api_marketingsolutions_v2025_07.model.campaign_v23_q1_list_response import CampaignV23Q1ListResponse
31
- from criteo_api_marketingsolutions_v2025_07.model.campaign_v23_q1_response import CampaignV23Q1Response
32
- from criteo_api_marketingsolutions_v2025_07.model.create_ad_set_v24_q3_request import CreateAdSetV24Q3Request
33
- from criteo_api_marketingsolutions_v2025_07.model.create_campaign_request import CreateCampaignRequest
34
- from criteo_api_marketingsolutions_v2025_07.model.patch_ad_set_category_bid_list_request import PatchAdSetCategoryBidListRequest
35
- from criteo_api_marketingsolutions_v2025_07.model.patch_ad_set_category_bid_result_list_response import PatchAdSetCategoryBidResultListResponse
36
- from criteo_api_marketingsolutions_v2025_07.model.patch_ad_set_display_multiplier_list_request import PatchAdSetDisplayMultiplierListRequest
37
- from criteo_api_marketingsolutions_v2025_07.model.patch_ad_set_display_multiplier_result_list_response import PatchAdSetDisplayMultiplierResultListResponse
38
- from criteo_api_marketingsolutions_v2025_07.model.patch_campaign_list_request import PatchCampaignListRequest
39
- from criteo_api_marketingsolutions_v2025_07.model.patch_result_campaign_list_response import PatchResultCampaignListResponse
40
- from criteo_api_marketingsolutions_v2025_07.model.requests_ad_set_id import RequestsAdSetId
41
- from criteo_api_marketingsolutions_v2025_07.model.requests_patch_ad_set_v24_q3 import RequestsPatchAdSetV24Q3
42
- from criteo_api_marketingsolutions_v2025_07.model.response_read_ad_set_v24_q3 import ResponseReadAdSetV24Q3
43
- from criteo_api_marketingsolutions_v2025_07.model.responses_ad_set_id import ResponsesAdSetId
44
- from criteo_api_marketingsolutions_v2025_07.model.responses_ad_set_id_v24_q3 import ResponsesAdSetIdV24Q3
45
- from criteo_api_marketingsolutions_v2025_07.model.responses_read_ad_set_v24_q3 import ResponsesReadAdSetV24Q3
46
-
47
-
48
- class CampaignApi(object):
49
- """NOTE: This class is auto generated by OpenAPI Generator
50
- Ref: https://openapi-generator.tech
51
-
52
- Do not edit the class manually.
53
- """
54
-
55
- def __init__(self, api_client=None):
56
- if api_client is None:
57
- api_client = ApiClient()
58
- self.api_client = api_client
59
- self.create_ad_set_v24_q3_endpoint = _Endpoint(
60
- settings={
61
- 'response_type': (ResponseReadAdSetV24Q3,),
62
- 'auth': [
63
- 'oauth',
64
- 'oauth'
65
- ],
66
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets',
67
- 'operation_id': 'create_ad_set_v24_q3',
68
- 'http_method': 'POST',
69
- 'servers': None,
70
- },
71
- params_map={
72
- 'all': [
73
- 'create_ad_set_v24_q3_request',
74
- ],
75
- 'required': [
76
- 'create_ad_set_v24_q3_request',
77
- ],
78
- 'nullable': [
79
- ],
80
- 'enum': [
81
- ],
82
- 'validation': [
83
- ]
84
- },
85
- root_map={
86
- 'validations': {
87
- },
88
- 'allowed_values': {
89
- },
90
- 'openapi_types': {
91
- 'create_ad_set_v24_q3_request':
92
- (CreateAdSetV24Q3Request,),
93
- },
94
- 'attribute_map': {
95
- },
96
- 'location_map': {
97
- 'create_ad_set_v24_q3_request': 'body',
98
- },
99
- 'collection_format_map': {
100
- }
101
- },
102
- headers_map={
103
- 'accept': [
104
- 'text/plain',
105
- 'application/json',
106
- 'text/json'
107
- ],
108
- 'content_type': [
109
- 'application/json-patch+json',
110
- 'application/json',
111
- 'text/json',
112
- 'application/*+json'
113
- ]
114
- },
115
- api_client=api_client
116
- )
117
- self.create_campaign_endpoint = _Endpoint(
118
- settings={
119
- 'response_type': (CampaignV23Q1Response,),
120
- 'auth': [
121
- 'oauth',
122
- 'oauth'
123
- ],
124
- 'endpoint_path': '/2025-07/marketing-solutions/campaigns',
125
- 'operation_id': 'create_campaign',
126
- 'http_method': 'POST',
127
- 'servers': None,
128
- },
129
- params_map={
130
- 'all': [
131
- 'create_campaign_request',
132
- ],
133
- 'required': [
134
- 'create_campaign_request',
135
- ],
136
- 'nullable': [
137
- ],
138
- 'enum': [
139
- ],
140
- 'validation': [
141
- ]
142
- },
143
- root_map={
144
- 'validations': {
145
- },
146
- 'allowed_values': {
147
- },
148
- 'openapi_types': {
149
- 'create_campaign_request':
150
- (CreateCampaignRequest,),
151
- },
152
- 'attribute_map': {
153
- },
154
- 'location_map': {
155
- 'create_campaign_request': 'body',
156
- },
157
- 'collection_format_map': {
158
- }
159
- },
160
- headers_map={
161
- 'accept': [
162
- 'text/plain',
163
- 'application/json',
164
- 'text/json'
165
- ],
166
- 'content_type': [
167
- 'application/json-patch+json',
168
- 'application/json',
169
- 'text/json',
170
- 'application/*+json'
171
- ]
172
- },
173
- api_client=api_client
174
- )
175
- self.get_ad_set_v24_q3_endpoint = _Endpoint(
176
- settings={
177
- 'response_type': (ResponseReadAdSetV24Q3,),
178
- 'auth': [
179
- 'oauth',
180
- 'oauth'
181
- ],
182
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}',
183
- 'operation_id': 'get_ad_set_v24_q3',
184
- 'http_method': 'GET',
185
- 'servers': None,
186
- },
187
- params_map={
188
- 'all': [
189
- 'ad_set_id',
190
- ],
191
- 'required': [
192
- 'ad_set_id',
193
- ],
194
- 'nullable': [
195
- ],
196
- 'enum': [
197
- ],
198
- 'validation': [
199
- ]
200
- },
201
- root_map={
202
- 'validations': {
203
- },
204
- 'allowed_values': {
205
- },
206
- 'openapi_types': {
207
- 'ad_set_id':
208
- (str,),
209
- },
210
- 'attribute_map': {
211
- 'ad_set_id': 'ad-set-id',
212
- },
213
- 'location_map': {
214
- 'ad_set_id': 'path',
215
- },
216
- 'collection_format_map': {
217
- }
218
- },
219
- headers_map={
220
- 'accept': [
221
- 'text/plain',
222
- 'application/json',
223
- 'text/json'
224
- ],
225
- 'content_type': [],
226
- },
227
- api_client=api_client
228
- )
229
- self.get_campaign_v23_q1_endpoint = _Endpoint(
230
- settings={
231
- 'response_type': (CampaignV23Q1Response,),
232
- 'auth': [
233
- 'oauth',
234
- 'oauth'
235
- ],
236
- 'endpoint_path': '/2025-07/marketing-solutions/campaigns/{campaign-id}',
237
- 'operation_id': 'get_campaign_v23_q1',
238
- 'http_method': 'GET',
239
- 'servers': None,
240
- },
241
- params_map={
242
- 'all': [
243
- 'campaign_id',
244
- ],
245
- 'required': [
246
- 'campaign_id',
247
- ],
248
- 'nullable': [
249
- ],
250
- 'enum': [
251
- ],
252
- 'validation': [
253
- ]
254
- },
255
- root_map={
256
- 'validations': {
257
- },
258
- 'allowed_values': {
259
- },
260
- 'openapi_types': {
261
- 'campaign_id':
262
- (str,),
263
- },
264
- 'attribute_map': {
265
- 'campaign_id': 'campaign-id',
266
- },
267
- 'location_map': {
268
- 'campaign_id': 'path',
269
- },
270
- 'collection_format_map': {
271
- }
272
- },
273
- headers_map={
274
- 'accept': [
275
- 'text/plain',
276
- 'application/json',
277
- 'text/json'
278
- ],
279
- 'content_type': [],
280
- },
281
- api_client=api_client
282
- )
283
- self.get_category_bid_list_endpoint = _Endpoint(
284
- settings={
285
- 'response_type': (AdSetCategoryBidListResponse,),
286
- 'auth': [
287
- 'oauth',
288
- 'oauth'
289
- ],
290
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}/category-bids',
291
- 'operation_id': 'get_category_bid_list',
292
- 'http_method': 'GET',
293
- 'servers': None,
294
- },
295
- params_map={
296
- 'all': [
297
- 'ad_set_id',
298
- ],
299
- 'required': [
300
- 'ad_set_id',
301
- ],
302
- 'nullable': [
303
- ],
304
- 'enum': [
305
- ],
306
- 'validation': [
307
- ]
308
- },
309
- root_map={
310
- 'validations': {
311
- },
312
- 'allowed_values': {
313
- },
314
- 'openapi_types': {
315
- 'ad_set_id':
316
- (str,),
317
- },
318
- 'attribute_map': {
319
- 'ad_set_id': 'ad-set-id',
320
- },
321
- 'location_map': {
322
- 'ad_set_id': 'path',
323
- },
324
- 'collection_format_map': {
325
- }
326
- },
327
- headers_map={
328
- 'accept': [
329
- 'text/plain',
330
- 'application/json',
331
- 'text/json'
332
- ],
333
- 'content_type': [],
334
- },
335
- api_client=api_client
336
- )
337
- self.get_display_multipliers_endpoint = _Endpoint(
338
- settings={
339
- 'response_type': (AdSetDisplayMultiplierListResponse,),
340
- 'auth': [
341
- 'oauth',
342
- 'oauth'
343
- ],
344
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers',
345
- 'operation_id': 'get_display_multipliers',
346
- 'http_method': 'GET',
347
- 'servers': None,
348
- },
349
- params_map={
350
- 'all': [
351
- 'ad_set_id',
352
- ],
353
- 'required': [
354
- 'ad_set_id',
355
- ],
356
- 'nullable': [
357
- ],
358
- 'enum': [
359
- ],
360
- 'validation': [
361
- ]
362
- },
363
- root_map={
364
- 'validations': {
365
- },
366
- 'allowed_values': {
367
- },
368
- 'openapi_types': {
369
- 'ad_set_id':
370
- (str,),
371
- },
372
- 'attribute_map': {
373
- 'ad_set_id': 'ad-set-id',
374
- },
375
- 'location_map': {
376
- 'ad_set_id': 'path',
377
- },
378
- 'collection_format_map': {
379
- }
380
- },
381
- headers_map={
382
- 'accept': [
383
- 'text/plain',
384
- 'application/json',
385
- 'text/json'
386
- ],
387
- 'content_type': [],
388
- },
389
- api_client=api_client
390
- )
391
- self.patch_ad_sets_v24_q3_endpoint = _Endpoint(
392
- settings={
393
- 'response_type': (ResponsesAdSetIdV24Q3,),
394
- 'auth': [
395
- 'oauth',
396
- 'oauth'
397
- ],
398
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets',
399
- 'operation_id': 'patch_ad_sets_v24_q3',
400
- 'http_method': 'PATCH',
401
- 'servers': None,
402
- },
403
- params_map={
404
- 'all': [
405
- 'requests_patch_ad_set_v24_q3',
406
- ],
407
- 'required': [],
408
- 'nullable': [
409
- ],
410
- 'enum': [
411
- ],
412
- 'validation': [
413
- ]
414
- },
415
- root_map={
416
- 'validations': {
417
- },
418
- 'allowed_values': {
419
- },
420
- 'openapi_types': {
421
- 'requests_patch_ad_set_v24_q3':
422
- (RequestsPatchAdSetV24Q3,),
423
- },
424
- 'attribute_map': {
425
- },
426
- 'location_map': {
427
- 'requests_patch_ad_set_v24_q3': 'body',
428
- },
429
- 'collection_format_map': {
430
- }
431
- },
432
- headers_map={
433
- 'accept': [
434
- 'text/plain',
435
- 'application/json',
436
- 'text/json'
437
- ],
438
- 'content_type': [
439
- 'application/json-patch+json',
440
- 'application/json',
441
- 'text/json',
442
- 'application/*+json'
443
- ]
444
- },
445
- api_client=api_client
446
- )
447
- self.patch_campaigns_endpoint = _Endpoint(
448
- settings={
449
- 'response_type': (PatchResultCampaignListResponse,),
450
- 'auth': [
451
- 'oauth',
452
- 'oauth'
453
- ],
454
- 'endpoint_path': '/2025-07/marketing-solutions/campaigns',
455
- 'operation_id': 'patch_campaigns',
456
- 'http_method': 'PATCH',
457
- 'servers': None,
458
- },
459
- params_map={
460
- 'all': [
461
- 'patch_campaign_list_request',
462
- ],
463
- 'required': [],
464
- 'nullable': [
465
- ],
466
- 'enum': [
467
- ],
468
- 'validation': [
469
- ]
470
- },
471
- root_map={
472
- 'validations': {
473
- },
474
- 'allowed_values': {
475
- },
476
- 'openapi_types': {
477
- 'patch_campaign_list_request':
478
- (PatchCampaignListRequest,),
479
- },
480
- 'attribute_map': {
481
- },
482
- 'location_map': {
483
- 'patch_campaign_list_request': 'body',
484
- },
485
- 'collection_format_map': {
486
- }
487
- },
488
- headers_map={
489
- 'accept': [
490
- 'text/plain',
491
- 'application/json',
492
- 'text/json'
493
- ],
494
- 'content_type': [
495
- 'application/json-patch+json',
496
- 'application/json',
497
- 'text/json',
498
- 'application/*+json'
499
- ]
500
- },
501
- api_client=api_client
502
- )
503
- self.patch_category_bid_list_endpoint = _Endpoint(
504
- settings={
505
- 'response_type': (PatchAdSetCategoryBidResultListResponse,),
506
- 'auth': [
507
- 'oauth',
508
- 'oauth'
509
- ],
510
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}/category-bids',
511
- 'operation_id': 'patch_category_bid_list',
512
- 'http_method': 'PATCH',
513
- 'servers': None,
514
- },
515
- params_map={
516
- 'all': [
517
- 'ad_set_id',
518
- 'patch_ad_set_category_bid_list_request',
519
- ],
520
- 'required': [
521
- 'ad_set_id',
522
- ],
523
- 'nullable': [
524
- ],
525
- 'enum': [
526
- ],
527
- 'validation': [
528
- ]
529
- },
530
- root_map={
531
- 'validations': {
532
- },
533
- 'allowed_values': {
534
- },
535
- 'openapi_types': {
536
- 'ad_set_id':
537
- (str,),
538
- 'patch_ad_set_category_bid_list_request':
539
- (PatchAdSetCategoryBidListRequest,),
540
- },
541
- 'attribute_map': {
542
- 'ad_set_id': 'ad-set-id',
543
- },
544
- 'location_map': {
545
- 'ad_set_id': 'path',
546
- 'patch_ad_set_category_bid_list_request': 'body',
547
- },
548
- 'collection_format_map': {
549
- }
550
- },
551
- headers_map={
552
- 'accept': [
553
- 'text/plain',
554
- 'application/json',
555
- 'text/json'
556
- ],
557
- 'content_type': [
558
- 'application/json-patch+json',
559
- 'application/json',
560
- 'text/json',
561
- 'application/*+json'
562
- ]
563
- },
564
- api_client=api_client
565
- )
566
- self.patch_display_multipliers_endpoint = _Endpoint(
567
- settings={
568
- 'response_type': (PatchAdSetDisplayMultiplierResultListResponse,),
569
- 'auth': [
570
- 'oauth',
571
- 'oauth'
572
- ],
573
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers',
574
- 'operation_id': 'patch_display_multipliers',
575
- 'http_method': 'PATCH',
576
- 'servers': None,
577
- },
578
- params_map={
579
- 'all': [
580
- 'ad_set_id',
581
- 'patch_ad_set_display_multiplier_list_request',
582
- ],
583
- 'required': [
584
- 'ad_set_id',
585
- ],
586
- 'nullable': [
587
- ],
588
- 'enum': [
589
- ],
590
- 'validation': [
591
- ]
592
- },
593
- root_map={
594
- 'validations': {
595
- },
596
- 'allowed_values': {
597
- },
598
- 'openapi_types': {
599
- 'ad_set_id':
600
- (str,),
601
- 'patch_ad_set_display_multiplier_list_request':
602
- (PatchAdSetDisplayMultiplierListRequest,),
603
- },
604
- 'attribute_map': {
605
- 'ad_set_id': 'ad-set-id',
606
- },
607
- 'location_map': {
608
- 'ad_set_id': 'path',
609
- 'patch_ad_set_display_multiplier_list_request': 'body',
610
- },
611
- 'collection_format_map': {
612
- }
613
- },
614
- headers_map={
615
- 'accept': [
616
- 'text/plain',
617
- 'application/json',
618
- 'text/json'
619
- ],
620
- 'content_type': [
621
- 'application/json-patch+json',
622
- 'application/json',
623
- 'text/json',
624
- 'application/*+json'
625
- ]
626
- },
627
- api_client=api_client
628
- )
629
- self.search_ad_sets_v24_q3_endpoint = _Endpoint(
630
- settings={
631
- 'response_type': (ResponsesReadAdSetV24Q3,),
632
- 'auth': [
633
- 'oauth',
634
- 'oauth'
635
- ],
636
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/search',
637
- 'operation_id': 'search_ad_sets_v24_q3',
638
- 'http_method': 'POST',
639
- 'servers': None,
640
- },
641
- params_map={
642
- 'all': [
643
- 'ad_set_search_request_v24_q3',
644
- ],
645
- 'required': [],
646
- 'nullable': [
647
- ],
648
- 'enum': [
649
- ],
650
- 'validation': [
651
- ]
652
- },
653
- root_map={
654
- 'validations': {
655
- },
656
- 'allowed_values': {
657
- },
658
- 'openapi_types': {
659
- 'ad_set_search_request_v24_q3':
660
- (AdSetSearchRequestV24Q3,),
661
- },
662
- 'attribute_map': {
663
- },
664
- 'location_map': {
665
- 'ad_set_search_request_v24_q3': 'body',
666
- },
667
- 'collection_format_map': {
668
- }
669
- },
670
- headers_map={
671
- 'accept': [
672
- 'text/plain',
673
- 'application/json',
674
- 'text/json'
675
- ],
676
- 'content_type': [
677
- 'application/json-patch+json',
678
- 'application/json',
679
- 'text/json',
680
- 'application/*+json'
681
- ]
682
- },
683
- api_client=api_client
684
- )
685
- self.search_campaigns_v23_q1_endpoint = _Endpoint(
686
- settings={
687
- 'response_type': (CampaignV23Q1ListResponse,),
688
- 'auth': [
689
- 'oauth',
690
- 'oauth'
691
- ],
692
- 'endpoint_path': '/2025-07/marketing-solutions/campaigns/search',
693
- 'operation_id': 'search_campaigns_v23_q1',
694
- 'http_method': 'POST',
695
- 'servers': None,
696
- },
697
- params_map={
698
- 'all': [
699
- 'campaign_search_request_v23_q1',
700
- ],
701
- 'required': [],
702
- 'nullable': [
703
- ],
704
- 'enum': [
705
- ],
706
- 'validation': [
707
- ]
708
- },
709
- root_map={
710
- 'validations': {
711
- },
712
- 'allowed_values': {
713
- },
714
- 'openapi_types': {
715
- 'campaign_search_request_v23_q1':
716
- (CampaignSearchRequestV23Q1,),
717
- },
718
- 'attribute_map': {
719
- },
720
- 'location_map': {
721
- 'campaign_search_request_v23_q1': 'body',
722
- },
723
- 'collection_format_map': {
724
- }
725
- },
726
- headers_map={
727
- 'accept': [
728
- 'text/plain',
729
- 'application/json',
730
- 'text/json'
731
- ],
732
- 'content_type': [
733
- 'application/json-patch+json',
734
- 'application/json',
735
- 'text/json',
736
- 'application/*+json'
737
- ]
738
- },
739
- api_client=api_client
740
- )
741
- self.start_ad_sets_endpoint = _Endpoint(
742
- settings={
743
- 'response_type': (ResponsesAdSetId,),
744
- 'auth': [
745
- 'oauth',
746
- 'oauth'
747
- ],
748
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/start',
749
- 'operation_id': 'start_ad_sets',
750
- 'http_method': 'POST',
751
- 'servers': None,
752
- },
753
- params_map={
754
- 'all': [
755
- 'requests_ad_set_id',
756
- ],
757
- 'required': [],
758
- 'nullable': [
759
- ],
760
- 'enum': [
761
- ],
762
- 'validation': [
763
- ]
764
- },
765
- root_map={
766
- 'validations': {
767
- },
768
- 'allowed_values': {
769
- },
770
- 'openapi_types': {
771
- 'requests_ad_set_id':
772
- (RequestsAdSetId,),
773
- },
774
- 'attribute_map': {
775
- },
776
- 'location_map': {
777
- 'requests_ad_set_id': 'body',
778
- },
779
- 'collection_format_map': {
780
- }
781
- },
782
- headers_map={
783
- 'accept': [
784
- 'text/plain',
785
- 'application/json',
786
- 'text/json'
787
- ],
788
- 'content_type': [
789
- 'application/json-patch+json',
790
- 'application/json',
791
- 'text/json',
792
- 'application/*+json'
793
- ]
794
- },
795
- api_client=api_client
796
- )
797
- self.stop_ad_sets_endpoint = _Endpoint(
798
- settings={
799
- 'response_type': (ResponsesAdSetId,),
800
- 'auth': [
801
- 'oauth',
802
- 'oauth'
803
- ],
804
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/stop',
805
- 'operation_id': 'stop_ad_sets',
806
- 'http_method': 'POST',
807
- 'servers': None,
808
- },
809
- params_map={
810
- 'all': [
811
- 'requests_ad_set_id',
812
- ],
813
- 'required': [],
814
- 'nullable': [
815
- ],
816
- 'enum': [
817
- ],
818
- 'validation': [
819
- ]
820
- },
821
- root_map={
822
- 'validations': {
823
- },
824
- 'allowed_values': {
825
- },
826
- 'openapi_types': {
827
- 'requests_ad_set_id':
828
- (RequestsAdSetId,),
829
- },
830
- 'attribute_map': {
831
- },
832
- 'location_map': {
833
- 'requests_ad_set_id': 'body',
834
- },
835
- 'collection_format_map': {
836
- }
837
- },
838
- headers_map={
839
- 'accept': [
840
- 'text/plain',
841
- 'application/json',
842
- 'text/json'
843
- ],
844
- 'content_type': [
845
- 'application/json-patch+json',
846
- 'application/json',
847
- 'text/json',
848
- 'application/*+json'
849
- ]
850
- },
851
- api_client=api_client
852
- )
853
- self.update_ad_set_audience_endpoint = _Endpoint(
854
- settings={
855
- 'response_type': (AdSetAudienceLinkEntityV1Response,),
856
- 'auth': [
857
- 'oauth',
858
- 'oauth'
859
- ],
860
- 'endpoint_path': '/2025-07/marketing-solutions/ad-sets/{ad-set-id}/audience',
861
- 'operation_id': 'update_ad_set_audience',
862
- 'http_method': 'PUT',
863
- 'servers': None,
864
- },
865
- params_map={
866
- 'all': [
867
- 'ad_set_id',
868
- 'ad_set_audience_link_input_entity_v1',
869
- ],
870
- 'required': [
871
- 'ad_set_id',
872
- 'ad_set_audience_link_input_entity_v1',
873
- ],
874
- 'nullable': [
875
- ],
876
- 'enum': [
877
- ],
878
- 'validation': [
879
- ]
880
- },
881
- root_map={
882
- 'validations': {
883
- },
884
- 'allowed_values': {
885
- },
886
- 'openapi_types': {
887
- 'ad_set_id':
888
- (str,),
889
- 'ad_set_audience_link_input_entity_v1':
890
- (AdSetAudienceLinkInputEntityV1,),
891
- },
892
- 'attribute_map': {
893
- 'ad_set_id': 'ad-set-id',
894
- },
895
- 'location_map': {
896
- 'ad_set_id': 'path',
897
- 'ad_set_audience_link_input_entity_v1': 'body',
898
- },
899
- 'collection_format_map': {
900
- }
901
- },
902
- headers_map={
903
- 'accept': [
904
- 'text/plain',
905
- 'application/json',
906
- 'text/json'
907
- ],
908
- 'content_type': [
909
- 'application/json-patch+json',
910
- 'application/json',
911
- 'text/json',
912
- 'application/*+json'
913
- ]
914
- },
915
- api_client=api_client
916
- )
917
-
918
- def create_ad_set_v24_q3(
919
- self,
920
- create_ad_set_v24_q3_request,
921
- **kwargs
922
- ):
923
- """create_ad_set_v24_q3 # noqa: E501
924
-
925
- Create the specified ad set # noqa: E501
926
- This method makes a synchronous HTTP request by default. To make an
927
- asynchronous HTTP request, please pass async_req=True
928
-
929
- >>> thread = api.create_ad_set_v24_q3(create_ad_set_v24_q3_request, async_req=True)
930
- >>> result = thread.get()
931
-
932
- Args:
933
- create_ad_set_v24_q3_request (CreateAdSetV24Q3Request): the ad sets to create
934
-
935
- Keyword Args:
936
- _return_http_data_only (bool): response data without head status
937
- code and headers. Default is True.
938
- _preload_content (bool): if False, the urllib3.HTTPResponse object
939
- will be returned without reading/decoding response data.
940
- Default is True.
941
- _request_timeout (int/float/tuple): timeout setting for this request. If
942
- one number provided, it will be total request timeout. It can also
943
- be a pair (tuple) of (connection, read) timeouts.
944
- Default is None.
945
- _check_input_type (bool): specifies if type checking
946
- should be done one the data sent to the server.
947
- Default is True.
948
- _check_return_type (bool): specifies if type checking
949
- should be done one the data received from the server.
950
- Default is True.
951
- _spec_property_naming (bool): True if the variable names in the input data
952
- are serialized names, as specified in the OpenAPI document.
953
- False if the variable names in the input data
954
- are pythonic names, e.g. snake case (default)
955
- _content_type (str/None): force body content-type.
956
- Default is None and content-type will be predicted by allowed
957
- content-types and body.
958
- _host_index (int/None): specifies the index of the server
959
- that we want to use.
960
- Default is read from the configuration.
961
- _request_auths (list): set to override the auth_settings for an a single
962
- request; this effectively ignores the authentication
963
- in the spec for a single request.
964
- Default is None
965
- async_req (bool): execute request asynchronously
966
-
967
- Returns:
968
- ResponseReadAdSetV24Q3
969
- If the method is called asynchronously, returns the request
970
- thread.
971
- """
972
- kwargs['async_req'] = kwargs.get(
973
- 'async_req', False
974
- )
975
- kwargs['_return_http_data_only'] = kwargs.get(
976
- '_return_http_data_only', True
977
- )
978
- kwargs['_preload_content'] = kwargs.get(
979
- '_preload_content', True
980
- )
981
- kwargs['_request_timeout'] = kwargs.get(
982
- '_request_timeout', None
983
- )
984
- kwargs['_check_input_type'] = kwargs.get(
985
- '_check_input_type', True
986
- )
987
- kwargs['_check_return_type'] = kwargs.get(
988
- '_check_return_type', True
989
- )
990
- kwargs['_spec_property_naming'] = kwargs.get(
991
- '_spec_property_naming', False
992
- )
993
- kwargs['_content_type'] = kwargs.get(
994
- '_content_type')
995
- kwargs['_host_index'] = kwargs.get('_host_index')
996
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
997
- kwargs['create_ad_set_v24_q3_request'] = \
998
- create_ad_set_v24_q3_request
999
- return self.create_ad_set_v24_q3_endpoint.call_with_http_info(**kwargs)
1000
-
1001
- def create_campaign(
1002
- self,
1003
- create_campaign_request,
1004
- **kwargs
1005
- ):
1006
- """create_campaign # noqa: E501
1007
-
1008
- Create the specified campaign # noqa: E501
1009
- This method makes a synchronous HTTP request by default. To make an
1010
- asynchronous HTTP request, please pass async_req=True
1011
-
1012
- >>> thread = api.create_campaign(create_campaign_request, async_req=True)
1013
- >>> result = thread.get()
1014
-
1015
- Args:
1016
- create_campaign_request (CreateCampaignRequest): the campaigns to create
1017
-
1018
- Keyword Args:
1019
- _return_http_data_only (bool): response data without head status
1020
- code and headers. Default is True.
1021
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1022
- will be returned without reading/decoding response data.
1023
- Default is True.
1024
- _request_timeout (int/float/tuple): timeout setting for this request. If
1025
- one number provided, it will be total request timeout. It can also
1026
- be a pair (tuple) of (connection, read) timeouts.
1027
- Default is None.
1028
- _check_input_type (bool): specifies if type checking
1029
- should be done one the data sent to the server.
1030
- Default is True.
1031
- _check_return_type (bool): specifies if type checking
1032
- should be done one the data received from the server.
1033
- Default is True.
1034
- _spec_property_naming (bool): True if the variable names in the input data
1035
- are serialized names, as specified in the OpenAPI document.
1036
- False if the variable names in the input data
1037
- are pythonic names, e.g. snake case (default)
1038
- _content_type (str/None): force body content-type.
1039
- Default is None and content-type will be predicted by allowed
1040
- content-types and body.
1041
- _host_index (int/None): specifies the index of the server
1042
- that we want to use.
1043
- Default is read from the configuration.
1044
- _request_auths (list): set to override the auth_settings for an a single
1045
- request; this effectively ignores the authentication
1046
- in the spec for a single request.
1047
- Default is None
1048
- async_req (bool): execute request asynchronously
1049
-
1050
- Returns:
1051
- CampaignV23Q1Response
1052
- If the method is called asynchronously, returns the request
1053
- thread.
1054
- """
1055
- kwargs['async_req'] = kwargs.get(
1056
- 'async_req', False
1057
- )
1058
- kwargs['_return_http_data_only'] = kwargs.get(
1059
- '_return_http_data_only', True
1060
- )
1061
- kwargs['_preload_content'] = kwargs.get(
1062
- '_preload_content', True
1063
- )
1064
- kwargs['_request_timeout'] = kwargs.get(
1065
- '_request_timeout', None
1066
- )
1067
- kwargs['_check_input_type'] = kwargs.get(
1068
- '_check_input_type', True
1069
- )
1070
- kwargs['_check_return_type'] = kwargs.get(
1071
- '_check_return_type', True
1072
- )
1073
- kwargs['_spec_property_naming'] = kwargs.get(
1074
- '_spec_property_naming', False
1075
- )
1076
- kwargs['_content_type'] = kwargs.get(
1077
- '_content_type')
1078
- kwargs['_host_index'] = kwargs.get('_host_index')
1079
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1080
- kwargs['create_campaign_request'] = \
1081
- create_campaign_request
1082
- return self.create_campaign_endpoint.call_with_http_info(**kwargs)
1083
-
1084
- def get_ad_set_v24_q3(
1085
- self,
1086
- ad_set_id,
1087
- **kwargs
1088
- ):
1089
- """get_ad_set_v24_q3 # noqa: E501
1090
-
1091
- Get the data for the specified ad set # noqa: E501
1092
- This method makes a synchronous HTTP request by default. To make an
1093
- asynchronous HTTP request, please pass async_req=True
1094
-
1095
- >>> thread = api.get_ad_set_v24_q3(ad_set_id, async_req=True)
1096
- >>> result = thread.get()
1097
-
1098
- Args:
1099
- ad_set_id (str): Id of the ad set
1100
-
1101
- Keyword Args:
1102
- _return_http_data_only (bool): response data without head status
1103
- code and headers. Default is True.
1104
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1105
- will be returned without reading/decoding response data.
1106
- Default is True.
1107
- _request_timeout (int/float/tuple): timeout setting for this request. If
1108
- one number provided, it will be total request timeout. It can also
1109
- be a pair (tuple) of (connection, read) timeouts.
1110
- Default is None.
1111
- _check_input_type (bool): specifies if type checking
1112
- should be done one the data sent to the server.
1113
- Default is True.
1114
- _check_return_type (bool): specifies if type checking
1115
- should be done one the data received from the server.
1116
- Default is True.
1117
- _spec_property_naming (bool): True if the variable names in the input data
1118
- are serialized names, as specified in the OpenAPI document.
1119
- False if the variable names in the input data
1120
- are pythonic names, e.g. snake case (default)
1121
- _content_type (str/None): force body content-type.
1122
- Default is None and content-type will be predicted by allowed
1123
- content-types and body.
1124
- _host_index (int/None): specifies the index of the server
1125
- that we want to use.
1126
- Default is read from the configuration.
1127
- _request_auths (list): set to override the auth_settings for an a single
1128
- request; this effectively ignores the authentication
1129
- in the spec for a single request.
1130
- Default is None
1131
- async_req (bool): execute request asynchronously
1132
-
1133
- Returns:
1134
- ResponseReadAdSetV24Q3
1135
- If the method is called asynchronously, returns the request
1136
- thread.
1137
- """
1138
- kwargs['async_req'] = kwargs.get(
1139
- 'async_req', False
1140
- )
1141
- kwargs['_return_http_data_only'] = kwargs.get(
1142
- '_return_http_data_only', True
1143
- )
1144
- kwargs['_preload_content'] = kwargs.get(
1145
- '_preload_content', True
1146
- )
1147
- kwargs['_request_timeout'] = kwargs.get(
1148
- '_request_timeout', None
1149
- )
1150
- kwargs['_check_input_type'] = kwargs.get(
1151
- '_check_input_type', True
1152
- )
1153
- kwargs['_check_return_type'] = kwargs.get(
1154
- '_check_return_type', True
1155
- )
1156
- kwargs['_spec_property_naming'] = kwargs.get(
1157
- '_spec_property_naming', False
1158
- )
1159
- kwargs['_content_type'] = kwargs.get(
1160
- '_content_type')
1161
- kwargs['_host_index'] = kwargs.get('_host_index')
1162
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1163
- kwargs['ad_set_id'] = \
1164
- ad_set_id
1165
- return self.get_ad_set_v24_q3_endpoint.call_with_http_info(**kwargs)
1166
-
1167
- def get_campaign_v23_q1(
1168
- self,
1169
- campaign_id,
1170
- **kwargs
1171
- ):
1172
- """get_campaign_v23_q1 # noqa: E501
1173
-
1174
- Get the data for the specified campaign # noqa: E501
1175
- This method makes a synchronous HTTP request by default. To make an
1176
- asynchronous HTTP request, please pass async_req=True
1177
-
1178
- >>> thread = api.get_campaign_v23_q1(campaign_id, async_req=True)
1179
- >>> result = thread.get()
1180
-
1181
- Args:
1182
- campaign_id (str): Id of the campaign
1183
-
1184
- Keyword Args:
1185
- _return_http_data_only (bool): response data without head status
1186
- code and headers. Default is True.
1187
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1188
- will be returned without reading/decoding response data.
1189
- Default is True.
1190
- _request_timeout (int/float/tuple): timeout setting for this request. If
1191
- one number provided, it will be total request timeout. It can also
1192
- be a pair (tuple) of (connection, read) timeouts.
1193
- Default is None.
1194
- _check_input_type (bool): specifies if type checking
1195
- should be done one the data sent to the server.
1196
- Default is True.
1197
- _check_return_type (bool): specifies if type checking
1198
- should be done one the data received from the server.
1199
- Default is True.
1200
- _spec_property_naming (bool): True if the variable names in the input data
1201
- are serialized names, as specified in the OpenAPI document.
1202
- False if the variable names in the input data
1203
- are pythonic names, e.g. snake case (default)
1204
- _content_type (str/None): force body content-type.
1205
- Default is None and content-type will be predicted by allowed
1206
- content-types and body.
1207
- _host_index (int/None): specifies the index of the server
1208
- that we want to use.
1209
- Default is read from the configuration.
1210
- _request_auths (list): set to override the auth_settings for an a single
1211
- request; this effectively ignores the authentication
1212
- in the spec for a single request.
1213
- Default is None
1214
- async_req (bool): execute request asynchronously
1215
-
1216
- Returns:
1217
- CampaignV23Q1Response
1218
- If the method is called asynchronously, returns the request
1219
- thread.
1220
- """
1221
- kwargs['async_req'] = kwargs.get(
1222
- 'async_req', False
1223
- )
1224
- kwargs['_return_http_data_only'] = kwargs.get(
1225
- '_return_http_data_only', True
1226
- )
1227
- kwargs['_preload_content'] = kwargs.get(
1228
- '_preload_content', True
1229
- )
1230
- kwargs['_request_timeout'] = kwargs.get(
1231
- '_request_timeout', None
1232
- )
1233
- kwargs['_check_input_type'] = kwargs.get(
1234
- '_check_input_type', True
1235
- )
1236
- kwargs['_check_return_type'] = kwargs.get(
1237
- '_check_return_type', True
1238
- )
1239
- kwargs['_spec_property_naming'] = kwargs.get(
1240
- '_spec_property_naming', False
1241
- )
1242
- kwargs['_content_type'] = kwargs.get(
1243
- '_content_type')
1244
- kwargs['_host_index'] = kwargs.get('_host_index')
1245
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1246
- kwargs['campaign_id'] = \
1247
- campaign_id
1248
- return self.get_campaign_v23_q1_endpoint.call_with_http_info(**kwargs)
1249
-
1250
- def get_category_bid_list(
1251
- self,
1252
- ad_set_id,
1253
- **kwargs
1254
- ):
1255
- """get_category_bid_list # noqa: E501
1256
-
1257
- Get the Category Bids for all valid Categories associated to an Ad Set # noqa: E501
1258
- This method makes a synchronous HTTP request by default. To make an
1259
- asynchronous HTTP request, please pass async_req=True
1260
-
1261
- >>> thread = api.get_category_bid_list(ad_set_id, async_req=True)
1262
- >>> result = thread.get()
1263
-
1264
- Args:
1265
- ad_set_id (str): Id of the Ad Set
1266
-
1267
- Keyword Args:
1268
- _return_http_data_only (bool): response data without head status
1269
- code and headers. Default is True.
1270
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1271
- will be returned without reading/decoding response data.
1272
- Default is True.
1273
- _request_timeout (int/float/tuple): timeout setting for this request. If
1274
- one number provided, it will be total request timeout. It can also
1275
- be a pair (tuple) of (connection, read) timeouts.
1276
- Default is None.
1277
- _check_input_type (bool): specifies if type checking
1278
- should be done one the data sent to the server.
1279
- Default is True.
1280
- _check_return_type (bool): specifies if type checking
1281
- should be done one the data received from the server.
1282
- Default is True.
1283
- _spec_property_naming (bool): True if the variable names in the input data
1284
- are serialized names, as specified in the OpenAPI document.
1285
- False if the variable names in the input data
1286
- are pythonic names, e.g. snake case (default)
1287
- _content_type (str/None): force body content-type.
1288
- Default is None and content-type will be predicted by allowed
1289
- content-types and body.
1290
- _host_index (int/None): specifies the index of the server
1291
- that we want to use.
1292
- Default is read from the configuration.
1293
- _request_auths (list): set to override the auth_settings for an a single
1294
- request; this effectively ignores the authentication
1295
- in the spec for a single request.
1296
- Default is None
1297
- async_req (bool): execute request asynchronously
1298
-
1299
- Returns:
1300
- AdSetCategoryBidListResponse
1301
- If the method is called asynchronously, returns the request
1302
- thread.
1303
- """
1304
- kwargs['async_req'] = kwargs.get(
1305
- 'async_req', False
1306
- )
1307
- kwargs['_return_http_data_only'] = kwargs.get(
1308
- '_return_http_data_only', True
1309
- )
1310
- kwargs['_preload_content'] = kwargs.get(
1311
- '_preload_content', True
1312
- )
1313
- kwargs['_request_timeout'] = kwargs.get(
1314
- '_request_timeout', None
1315
- )
1316
- kwargs['_check_input_type'] = kwargs.get(
1317
- '_check_input_type', True
1318
- )
1319
- kwargs['_check_return_type'] = kwargs.get(
1320
- '_check_return_type', True
1321
- )
1322
- kwargs['_spec_property_naming'] = kwargs.get(
1323
- '_spec_property_naming', False
1324
- )
1325
- kwargs['_content_type'] = kwargs.get(
1326
- '_content_type')
1327
- kwargs['_host_index'] = kwargs.get('_host_index')
1328
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1329
- kwargs['ad_set_id'] = \
1330
- ad_set_id
1331
- return self.get_category_bid_list_endpoint.call_with_http_info(**kwargs)
1332
-
1333
- def get_display_multipliers(
1334
- self,
1335
- ad_set_id,
1336
- **kwargs
1337
- ):
1338
- """get_display_multipliers # noqa: E501
1339
-
1340
- Get the Display Multipliers for all valid Categories associated to an Ad Set # noqa: E501
1341
- This method makes a synchronous HTTP request by default. To make an
1342
- asynchronous HTTP request, please pass async_req=True
1343
-
1344
- >>> thread = api.get_display_multipliers(ad_set_id, async_req=True)
1345
- >>> result = thread.get()
1346
-
1347
- Args:
1348
- ad_set_id (str): Id of the Ad Set
1349
-
1350
- Keyword Args:
1351
- _return_http_data_only (bool): response data without head status
1352
- code and headers. Default is True.
1353
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1354
- will be returned without reading/decoding response data.
1355
- Default is True.
1356
- _request_timeout (int/float/tuple): timeout setting for this request. If
1357
- one number provided, it will be total request timeout. It can also
1358
- be a pair (tuple) of (connection, read) timeouts.
1359
- Default is None.
1360
- _check_input_type (bool): specifies if type checking
1361
- should be done one the data sent to the server.
1362
- Default is True.
1363
- _check_return_type (bool): specifies if type checking
1364
- should be done one the data received from the server.
1365
- Default is True.
1366
- _spec_property_naming (bool): True if the variable names in the input data
1367
- are serialized names, as specified in the OpenAPI document.
1368
- False if the variable names in the input data
1369
- are pythonic names, e.g. snake case (default)
1370
- _content_type (str/None): force body content-type.
1371
- Default is None and content-type will be predicted by allowed
1372
- content-types and body.
1373
- _host_index (int/None): specifies the index of the server
1374
- that we want to use.
1375
- Default is read from the configuration.
1376
- _request_auths (list): set to override the auth_settings for an a single
1377
- request; this effectively ignores the authentication
1378
- in the spec for a single request.
1379
- Default is None
1380
- async_req (bool): execute request asynchronously
1381
-
1382
- Returns:
1383
- AdSetDisplayMultiplierListResponse
1384
- If the method is called asynchronously, returns the request
1385
- thread.
1386
- """
1387
- kwargs['async_req'] = kwargs.get(
1388
- 'async_req', False
1389
- )
1390
- kwargs['_return_http_data_only'] = kwargs.get(
1391
- '_return_http_data_only', True
1392
- )
1393
- kwargs['_preload_content'] = kwargs.get(
1394
- '_preload_content', True
1395
- )
1396
- kwargs['_request_timeout'] = kwargs.get(
1397
- '_request_timeout', None
1398
- )
1399
- kwargs['_check_input_type'] = kwargs.get(
1400
- '_check_input_type', True
1401
- )
1402
- kwargs['_check_return_type'] = kwargs.get(
1403
- '_check_return_type', True
1404
- )
1405
- kwargs['_spec_property_naming'] = kwargs.get(
1406
- '_spec_property_naming', False
1407
- )
1408
- kwargs['_content_type'] = kwargs.get(
1409
- '_content_type')
1410
- kwargs['_host_index'] = kwargs.get('_host_index')
1411
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1412
- kwargs['ad_set_id'] = \
1413
- ad_set_id
1414
- return self.get_display_multipliers_endpoint.call_with_http_info(**kwargs)
1415
-
1416
- def patch_ad_sets_v24_q3(
1417
- self,
1418
- **kwargs
1419
- ):
1420
- """patch_ad_sets_v24_q3 # noqa: E501
1421
-
1422
- Patch a list of AdSets. # noqa: E501
1423
- This method makes a synchronous HTTP request by default. To make an
1424
- asynchronous HTTP request, please pass async_req=True
1425
-
1426
- >>> thread = api.patch_ad_sets_v24_q3(async_req=True)
1427
- >>> result = thread.get()
1428
-
1429
-
1430
- Keyword Args:
1431
- requests_patch_ad_set_v24_q3 (RequestsPatchAdSetV24Q3): List of adsets to patch.. [optional]
1432
- _return_http_data_only (bool): response data without head status
1433
- code and headers. Default is True.
1434
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1435
- will be returned without reading/decoding response data.
1436
- Default is True.
1437
- _request_timeout (int/float/tuple): timeout setting for this request. If
1438
- one number provided, it will be total request timeout. It can also
1439
- be a pair (tuple) of (connection, read) timeouts.
1440
- Default is None.
1441
- _check_input_type (bool): specifies if type checking
1442
- should be done one the data sent to the server.
1443
- Default is True.
1444
- _check_return_type (bool): specifies if type checking
1445
- should be done one the data received from the server.
1446
- Default is True.
1447
- _spec_property_naming (bool): True if the variable names in the input data
1448
- are serialized names, as specified in the OpenAPI document.
1449
- False if the variable names in the input data
1450
- are pythonic names, e.g. snake case (default)
1451
- _content_type (str/None): force body content-type.
1452
- Default is None and content-type will be predicted by allowed
1453
- content-types and body.
1454
- _host_index (int/None): specifies the index of the server
1455
- that we want to use.
1456
- Default is read from the configuration.
1457
- _request_auths (list): set to override the auth_settings for an a single
1458
- request; this effectively ignores the authentication
1459
- in the spec for a single request.
1460
- Default is None
1461
- async_req (bool): execute request asynchronously
1462
-
1463
- Returns:
1464
- ResponsesAdSetIdV24Q3
1465
- If the method is called asynchronously, returns the request
1466
- thread.
1467
- """
1468
- kwargs['async_req'] = kwargs.get(
1469
- 'async_req', False
1470
- )
1471
- kwargs['_return_http_data_only'] = kwargs.get(
1472
- '_return_http_data_only', True
1473
- )
1474
- kwargs['_preload_content'] = kwargs.get(
1475
- '_preload_content', True
1476
- )
1477
- kwargs['_request_timeout'] = kwargs.get(
1478
- '_request_timeout', None
1479
- )
1480
- kwargs['_check_input_type'] = kwargs.get(
1481
- '_check_input_type', True
1482
- )
1483
- kwargs['_check_return_type'] = kwargs.get(
1484
- '_check_return_type', True
1485
- )
1486
- kwargs['_spec_property_naming'] = kwargs.get(
1487
- '_spec_property_naming', False
1488
- )
1489
- kwargs['_content_type'] = kwargs.get(
1490
- '_content_type')
1491
- kwargs['_host_index'] = kwargs.get('_host_index')
1492
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1493
- return self.patch_ad_sets_v24_q3_endpoint.call_with_http_info(**kwargs)
1494
-
1495
- def patch_campaigns(
1496
- self,
1497
- **kwargs
1498
- ):
1499
- """patch_campaigns # noqa: E501
1500
-
1501
- Patch a list of Campaigns. # noqa: E501
1502
- This method makes a synchronous HTTP request by default. To make an
1503
- asynchronous HTTP request, please pass async_req=True
1504
-
1505
- >>> thread = api.patch_campaigns(async_req=True)
1506
- >>> result = thread.get()
1507
-
1508
-
1509
- Keyword Args:
1510
- patch_campaign_list_request (PatchCampaignListRequest): List of campaigns to patch.. [optional]
1511
- _return_http_data_only (bool): response data without head status
1512
- code and headers. Default is True.
1513
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1514
- will be returned without reading/decoding response data.
1515
- Default is True.
1516
- _request_timeout (int/float/tuple): timeout setting for this request. If
1517
- one number provided, it will be total request timeout. It can also
1518
- be a pair (tuple) of (connection, read) timeouts.
1519
- Default is None.
1520
- _check_input_type (bool): specifies if type checking
1521
- should be done one the data sent to the server.
1522
- Default is True.
1523
- _check_return_type (bool): specifies if type checking
1524
- should be done one the data received from the server.
1525
- Default is True.
1526
- _spec_property_naming (bool): True if the variable names in the input data
1527
- are serialized names, as specified in the OpenAPI document.
1528
- False if the variable names in the input data
1529
- are pythonic names, e.g. snake case (default)
1530
- _content_type (str/None): force body content-type.
1531
- Default is None and content-type will be predicted by allowed
1532
- content-types and body.
1533
- _host_index (int/None): specifies the index of the server
1534
- that we want to use.
1535
- Default is read from the configuration.
1536
- _request_auths (list): set to override the auth_settings for an a single
1537
- request; this effectively ignores the authentication
1538
- in the spec for a single request.
1539
- Default is None
1540
- async_req (bool): execute request asynchronously
1541
-
1542
- Returns:
1543
- PatchResultCampaignListResponse
1544
- If the method is called asynchronously, returns the request
1545
- thread.
1546
- """
1547
- kwargs['async_req'] = kwargs.get(
1548
- 'async_req', False
1549
- )
1550
- kwargs['_return_http_data_only'] = kwargs.get(
1551
- '_return_http_data_only', True
1552
- )
1553
- kwargs['_preload_content'] = kwargs.get(
1554
- '_preload_content', True
1555
- )
1556
- kwargs['_request_timeout'] = kwargs.get(
1557
- '_request_timeout', None
1558
- )
1559
- kwargs['_check_input_type'] = kwargs.get(
1560
- '_check_input_type', True
1561
- )
1562
- kwargs['_check_return_type'] = kwargs.get(
1563
- '_check_return_type', True
1564
- )
1565
- kwargs['_spec_property_naming'] = kwargs.get(
1566
- '_spec_property_naming', False
1567
- )
1568
- kwargs['_content_type'] = kwargs.get(
1569
- '_content_type')
1570
- kwargs['_host_index'] = kwargs.get('_host_index')
1571
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1572
- return self.patch_campaigns_endpoint.call_with_http_info(**kwargs)
1573
-
1574
- def patch_category_bid_list(
1575
- self,
1576
- ad_set_id,
1577
- **kwargs
1578
- ):
1579
- """patch_category_bid_list # noqa: E501
1580
-
1581
- Patch Category Bids for one or more Categories in a single request. Partial success policy is followed. # noqa: E501
1582
- This method makes a synchronous HTTP request by default. To make an
1583
- asynchronous HTTP request, please pass async_req=True
1584
-
1585
- >>> thread = api.patch_category_bid_list(ad_set_id, async_req=True)
1586
- >>> result = thread.get()
1587
-
1588
- Args:
1589
- ad_set_id (str): Id of the Ad Set
1590
-
1591
- Keyword Args:
1592
- patch_ad_set_category_bid_list_request (PatchAdSetCategoryBidListRequest): [optional]
1593
- _return_http_data_only (bool): response data without head status
1594
- code and headers. Default is True.
1595
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1596
- will be returned without reading/decoding response data.
1597
- Default is True.
1598
- _request_timeout (int/float/tuple): timeout setting for this request. If
1599
- one number provided, it will be total request timeout. It can also
1600
- be a pair (tuple) of (connection, read) timeouts.
1601
- Default is None.
1602
- _check_input_type (bool): specifies if type checking
1603
- should be done one the data sent to the server.
1604
- Default is True.
1605
- _check_return_type (bool): specifies if type checking
1606
- should be done one the data received from the server.
1607
- Default is True.
1608
- _spec_property_naming (bool): True if the variable names in the input data
1609
- are serialized names, as specified in the OpenAPI document.
1610
- False if the variable names in the input data
1611
- are pythonic names, e.g. snake case (default)
1612
- _content_type (str/None): force body content-type.
1613
- Default is None and content-type will be predicted by allowed
1614
- content-types and body.
1615
- _host_index (int/None): specifies the index of the server
1616
- that we want to use.
1617
- Default is read from the configuration.
1618
- _request_auths (list): set to override the auth_settings for an a single
1619
- request; this effectively ignores the authentication
1620
- in the spec for a single request.
1621
- Default is None
1622
- async_req (bool): execute request asynchronously
1623
-
1624
- Returns:
1625
- PatchAdSetCategoryBidResultListResponse
1626
- If the method is called asynchronously, returns the request
1627
- thread.
1628
- """
1629
- kwargs['async_req'] = kwargs.get(
1630
- 'async_req', False
1631
- )
1632
- kwargs['_return_http_data_only'] = kwargs.get(
1633
- '_return_http_data_only', True
1634
- )
1635
- kwargs['_preload_content'] = kwargs.get(
1636
- '_preload_content', True
1637
- )
1638
- kwargs['_request_timeout'] = kwargs.get(
1639
- '_request_timeout', None
1640
- )
1641
- kwargs['_check_input_type'] = kwargs.get(
1642
- '_check_input_type', True
1643
- )
1644
- kwargs['_check_return_type'] = kwargs.get(
1645
- '_check_return_type', True
1646
- )
1647
- kwargs['_spec_property_naming'] = kwargs.get(
1648
- '_spec_property_naming', False
1649
- )
1650
- kwargs['_content_type'] = kwargs.get(
1651
- '_content_type')
1652
- kwargs['_host_index'] = kwargs.get('_host_index')
1653
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1654
- kwargs['ad_set_id'] = \
1655
- ad_set_id
1656
- return self.patch_category_bid_list_endpoint.call_with_http_info(**kwargs)
1657
-
1658
- def patch_display_multipliers(
1659
- self,
1660
- ad_set_id,
1661
- **kwargs
1662
- ):
1663
- """patch_display_multipliers # noqa: E501
1664
-
1665
- Patch Display Multipliers for one or more Categories in a single request. Partial success policy is followed. # noqa: E501
1666
- This method makes a synchronous HTTP request by default. To make an
1667
- asynchronous HTTP request, please pass async_req=True
1668
-
1669
- >>> thread = api.patch_display_multipliers(ad_set_id, async_req=True)
1670
- >>> result = thread.get()
1671
-
1672
- Args:
1673
- ad_set_id (str): Id of the Ad Set
1674
-
1675
- Keyword Args:
1676
- patch_ad_set_display_multiplier_list_request (PatchAdSetDisplayMultiplierListRequest): [optional]
1677
- _return_http_data_only (bool): response data without head status
1678
- code and headers. Default is True.
1679
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1680
- will be returned without reading/decoding response data.
1681
- Default is True.
1682
- _request_timeout (int/float/tuple): timeout setting for this request. If
1683
- one number provided, it will be total request timeout. It can also
1684
- be a pair (tuple) of (connection, read) timeouts.
1685
- Default is None.
1686
- _check_input_type (bool): specifies if type checking
1687
- should be done one the data sent to the server.
1688
- Default is True.
1689
- _check_return_type (bool): specifies if type checking
1690
- should be done one the data received from the server.
1691
- Default is True.
1692
- _spec_property_naming (bool): True if the variable names in the input data
1693
- are serialized names, as specified in the OpenAPI document.
1694
- False if the variable names in the input data
1695
- are pythonic names, e.g. snake case (default)
1696
- _content_type (str/None): force body content-type.
1697
- Default is None and content-type will be predicted by allowed
1698
- content-types and body.
1699
- _host_index (int/None): specifies the index of the server
1700
- that we want to use.
1701
- Default is read from the configuration.
1702
- _request_auths (list): set to override the auth_settings for an a single
1703
- request; this effectively ignores the authentication
1704
- in the spec for a single request.
1705
- Default is None
1706
- async_req (bool): execute request asynchronously
1707
-
1708
- Returns:
1709
- PatchAdSetDisplayMultiplierResultListResponse
1710
- If the method is called asynchronously, returns the request
1711
- thread.
1712
- """
1713
- kwargs['async_req'] = kwargs.get(
1714
- 'async_req', False
1715
- )
1716
- kwargs['_return_http_data_only'] = kwargs.get(
1717
- '_return_http_data_only', True
1718
- )
1719
- kwargs['_preload_content'] = kwargs.get(
1720
- '_preload_content', True
1721
- )
1722
- kwargs['_request_timeout'] = kwargs.get(
1723
- '_request_timeout', None
1724
- )
1725
- kwargs['_check_input_type'] = kwargs.get(
1726
- '_check_input_type', True
1727
- )
1728
- kwargs['_check_return_type'] = kwargs.get(
1729
- '_check_return_type', True
1730
- )
1731
- kwargs['_spec_property_naming'] = kwargs.get(
1732
- '_spec_property_naming', False
1733
- )
1734
- kwargs['_content_type'] = kwargs.get(
1735
- '_content_type')
1736
- kwargs['_host_index'] = kwargs.get('_host_index')
1737
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1738
- kwargs['ad_set_id'] = \
1739
- ad_set_id
1740
- return self.patch_display_multipliers_endpoint.call_with_http_info(**kwargs)
1741
-
1742
- def search_ad_sets_v24_q3(
1743
- self,
1744
- **kwargs
1745
- ):
1746
- """search_ad_sets_v24_q3 # noqa: E501
1747
-
1748
- Search for ad sets # noqa: E501
1749
- This method makes a synchronous HTTP request by default. To make an
1750
- asynchronous HTTP request, please pass async_req=True
1751
-
1752
- >>> thread = api.search_ad_sets_v24_q3(async_req=True)
1753
- >>> result = thread.get()
1754
-
1755
-
1756
- Keyword Args:
1757
- ad_set_search_request_v24_q3 (AdSetSearchRequestV24Q3): [optional]
1758
- _return_http_data_only (bool): response data without head status
1759
- code and headers. Default is True.
1760
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1761
- will be returned without reading/decoding response data.
1762
- Default is True.
1763
- _request_timeout (int/float/tuple): timeout setting for this request. If
1764
- one number provided, it will be total request timeout. It can also
1765
- be a pair (tuple) of (connection, read) timeouts.
1766
- Default is None.
1767
- _check_input_type (bool): specifies if type checking
1768
- should be done one the data sent to the server.
1769
- Default is True.
1770
- _check_return_type (bool): specifies if type checking
1771
- should be done one the data received from the server.
1772
- Default is True.
1773
- _spec_property_naming (bool): True if the variable names in the input data
1774
- are serialized names, as specified in the OpenAPI document.
1775
- False if the variable names in the input data
1776
- are pythonic names, e.g. snake case (default)
1777
- _content_type (str/None): force body content-type.
1778
- Default is None and content-type will be predicted by allowed
1779
- content-types and body.
1780
- _host_index (int/None): specifies the index of the server
1781
- that we want to use.
1782
- Default is read from the configuration.
1783
- _request_auths (list): set to override the auth_settings for an a single
1784
- request; this effectively ignores the authentication
1785
- in the spec for a single request.
1786
- Default is None
1787
- async_req (bool): execute request asynchronously
1788
-
1789
- Returns:
1790
- ResponsesReadAdSetV24Q3
1791
- If the method is called asynchronously, returns the request
1792
- thread.
1793
- """
1794
- kwargs['async_req'] = kwargs.get(
1795
- 'async_req', False
1796
- )
1797
- kwargs['_return_http_data_only'] = kwargs.get(
1798
- '_return_http_data_only', True
1799
- )
1800
- kwargs['_preload_content'] = kwargs.get(
1801
- '_preload_content', True
1802
- )
1803
- kwargs['_request_timeout'] = kwargs.get(
1804
- '_request_timeout', None
1805
- )
1806
- kwargs['_check_input_type'] = kwargs.get(
1807
- '_check_input_type', True
1808
- )
1809
- kwargs['_check_return_type'] = kwargs.get(
1810
- '_check_return_type', True
1811
- )
1812
- kwargs['_spec_property_naming'] = kwargs.get(
1813
- '_spec_property_naming', False
1814
- )
1815
- kwargs['_content_type'] = kwargs.get(
1816
- '_content_type')
1817
- kwargs['_host_index'] = kwargs.get('_host_index')
1818
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1819
- return self.search_ad_sets_v24_q3_endpoint.call_with_http_info(**kwargs)
1820
-
1821
- def search_campaigns_v23_q1(
1822
- self,
1823
- **kwargs
1824
- ):
1825
- """search_campaigns_v23_q1 # noqa: E501
1826
-
1827
- Search for campaigns # noqa: E501
1828
- This method makes a synchronous HTTP request by default. To make an
1829
- asynchronous HTTP request, please pass async_req=True
1830
-
1831
- >>> thread = api.search_campaigns_v23_q1(async_req=True)
1832
- >>> result = thread.get()
1833
-
1834
-
1835
- Keyword Args:
1836
- campaign_search_request_v23_q1 (CampaignSearchRequestV23Q1): filters on campaigns. [optional]
1837
- _return_http_data_only (bool): response data without head status
1838
- code and headers. Default is True.
1839
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1840
- will be returned without reading/decoding response data.
1841
- Default is True.
1842
- _request_timeout (int/float/tuple): timeout setting for this request. If
1843
- one number provided, it will be total request timeout. It can also
1844
- be a pair (tuple) of (connection, read) timeouts.
1845
- Default is None.
1846
- _check_input_type (bool): specifies if type checking
1847
- should be done one the data sent to the server.
1848
- Default is True.
1849
- _check_return_type (bool): specifies if type checking
1850
- should be done one the data received from the server.
1851
- Default is True.
1852
- _spec_property_naming (bool): True if the variable names in the input data
1853
- are serialized names, as specified in the OpenAPI document.
1854
- False if the variable names in the input data
1855
- are pythonic names, e.g. snake case (default)
1856
- _content_type (str/None): force body content-type.
1857
- Default is None and content-type will be predicted by allowed
1858
- content-types and body.
1859
- _host_index (int/None): specifies the index of the server
1860
- that we want to use.
1861
- Default is read from the configuration.
1862
- _request_auths (list): set to override the auth_settings for an a single
1863
- request; this effectively ignores the authentication
1864
- in the spec for a single request.
1865
- Default is None
1866
- async_req (bool): execute request asynchronously
1867
-
1868
- Returns:
1869
- CampaignV23Q1ListResponse
1870
- If the method is called asynchronously, returns the request
1871
- thread.
1872
- """
1873
- kwargs['async_req'] = kwargs.get(
1874
- 'async_req', False
1875
- )
1876
- kwargs['_return_http_data_only'] = kwargs.get(
1877
- '_return_http_data_only', True
1878
- )
1879
- kwargs['_preload_content'] = kwargs.get(
1880
- '_preload_content', True
1881
- )
1882
- kwargs['_request_timeout'] = kwargs.get(
1883
- '_request_timeout', None
1884
- )
1885
- kwargs['_check_input_type'] = kwargs.get(
1886
- '_check_input_type', True
1887
- )
1888
- kwargs['_check_return_type'] = kwargs.get(
1889
- '_check_return_type', True
1890
- )
1891
- kwargs['_spec_property_naming'] = kwargs.get(
1892
- '_spec_property_naming', False
1893
- )
1894
- kwargs['_content_type'] = kwargs.get(
1895
- '_content_type')
1896
- kwargs['_host_index'] = kwargs.get('_host_index')
1897
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1898
- return self.search_campaigns_v23_q1_endpoint.call_with_http_info(**kwargs)
1899
-
1900
- def start_ad_sets(
1901
- self,
1902
- **kwargs
1903
- ):
1904
- """start_ad_sets # noqa: E501
1905
-
1906
- Start the specified list of ad sets # noqa: E501
1907
- This method makes a synchronous HTTP request by default. To make an
1908
- asynchronous HTTP request, please pass async_req=True
1909
-
1910
- >>> thread = api.start_ad_sets(async_req=True)
1911
- >>> result = thread.get()
1912
-
1913
-
1914
- Keyword Args:
1915
- requests_ad_set_id (RequestsAdSetId): All the ad sets to start. [optional]
1916
- _return_http_data_only (bool): response data without head status
1917
- code and headers. Default is True.
1918
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1919
- will be returned without reading/decoding response data.
1920
- Default is True.
1921
- _request_timeout (int/float/tuple): timeout setting for this request. If
1922
- one number provided, it will be total request timeout. It can also
1923
- be a pair (tuple) of (connection, read) timeouts.
1924
- Default is None.
1925
- _check_input_type (bool): specifies if type checking
1926
- should be done one the data sent to the server.
1927
- Default is True.
1928
- _check_return_type (bool): specifies if type checking
1929
- should be done one the data received from the server.
1930
- Default is True.
1931
- _spec_property_naming (bool): True if the variable names in the input data
1932
- are serialized names, as specified in the OpenAPI document.
1933
- False if the variable names in the input data
1934
- are pythonic names, e.g. snake case (default)
1935
- _content_type (str/None): force body content-type.
1936
- Default is None and content-type will be predicted by allowed
1937
- content-types and body.
1938
- _host_index (int/None): specifies the index of the server
1939
- that we want to use.
1940
- Default is read from the configuration.
1941
- _request_auths (list): set to override the auth_settings for an a single
1942
- request; this effectively ignores the authentication
1943
- in the spec for a single request.
1944
- Default is None
1945
- async_req (bool): execute request asynchronously
1946
-
1947
- Returns:
1948
- ResponsesAdSetId
1949
- If the method is called asynchronously, returns the request
1950
- thread.
1951
- """
1952
- kwargs['async_req'] = kwargs.get(
1953
- 'async_req', False
1954
- )
1955
- kwargs['_return_http_data_only'] = kwargs.get(
1956
- '_return_http_data_only', True
1957
- )
1958
- kwargs['_preload_content'] = kwargs.get(
1959
- '_preload_content', True
1960
- )
1961
- kwargs['_request_timeout'] = kwargs.get(
1962
- '_request_timeout', None
1963
- )
1964
- kwargs['_check_input_type'] = kwargs.get(
1965
- '_check_input_type', True
1966
- )
1967
- kwargs['_check_return_type'] = kwargs.get(
1968
- '_check_return_type', True
1969
- )
1970
- kwargs['_spec_property_naming'] = kwargs.get(
1971
- '_spec_property_naming', False
1972
- )
1973
- kwargs['_content_type'] = kwargs.get(
1974
- '_content_type')
1975
- kwargs['_host_index'] = kwargs.get('_host_index')
1976
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1977
- return self.start_ad_sets_endpoint.call_with_http_info(**kwargs)
1978
-
1979
- def stop_ad_sets(
1980
- self,
1981
- **kwargs
1982
- ):
1983
- """stop_ad_sets # noqa: E501
1984
-
1985
- Stop the specified list of ad sets # noqa: E501
1986
- This method makes a synchronous HTTP request by default. To make an
1987
- asynchronous HTTP request, please pass async_req=True
1988
-
1989
- >>> thread = api.stop_ad_sets(async_req=True)
1990
- >>> result = thread.get()
1991
-
1992
-
1993
- Keyword Args:
1994
- requests_ad_set_id (RequestsAdSetId): All the ad sets to stop. [optional]
1995
- _return_http_data_only (bool): response data without head status
1996
- code and headers. Default is True.
1997
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1998
- will be returned without reading/decoding response data.
1999
- Default is True.
2000
- _request_timeout (int/float/tuple): timeout setting for this request. If
2001
- one number provided, it will be total request timeout. It can also
2002
- be a pair (tuple) of (connection, read) timeouts.
2003
- Default is None.
2004
- _check_input_type (bool): specifies if type checking
2005
- should be done one the data sent to the server.
2006
- Default is True.
2007
- _check_return_type (bool): specifies if type checking
2008
- should be done one the data received from the server.
2009
- Default is True.
2010
- _spec_property_naming (bool): True if the variable names in the input data
2011
- are serialized names, as specified in the OpenAPI document.
2012
- False if the variable names in the input data
2013
- are pythonic names, e.g. snake case (default)
2014
- _content_type (str/None): force body content-type.
2015
- Default is None and content-type will be predicted by allowed
2016
- content-types and body.
2017
- _host_index (int/None): specifies the index of the server
2018
- that we want to use.
2019
- Default is read from the configuration.
2020
- _request_auths (list): set to override the auth_settings for an a single
2021
- request; this effectively ignores the authentication
2022
- in the spec for a single request.
2023
- Default is None
2024
- async_req (bool): execute request asynchronously
2025
-
2026
- Returns:
2027
- ResponsesAdSetId
2028
- If the method is called asynchronously, returns the request
2029
- thread.
2030
- """
2031
- kwargs['async_req'] = kwargs.get(
2032
- 'async_req', False
2033
- )
2034
- kwargs['_return_http_data_only'] = kwargs.get(
2035
- '_return_http_data_only', True
2036
- )
2037
- kwargs['_preload_content'] = kwargs.get(
2038
- '_preload_content', True
2039
- )
2040
- kwargs['_request_timeout'] = kwargs.get(
2041
- '_request_timeout', None
2042
- )
2043
- kwargs['_check_input_type'] = kwargs.get(
2044
- '_check_input_type', True
2045
- )
2046
- kwargs['_check_return_type'] = kwargs.get(
2047
- '_check_return_type', True
2048
- )
2049
- kwargs['_spec_property_naming'] = kwargs.get(
2050
- '_spec_property_naming', False
2051
- )
2052
- kwargs['_content_type'] = kwargs.get(
2053
- '_content_type')
2054
- kwargs['_host_index'] = kwargs.get('_host_index')
2055
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2056
- return self.stop_ad_sets_endpoint.call_with_http_info(**kwargs)
2057
-
2058
- def update_ad_set_audience(
2059
- self,
2060
- ad_set_id,
2061
- ad_set_audience_link_input_entity_v1,
2062
- **kwargs
2063
- ):
2064
- """update_ad_set_audience # noqa: E501
2065
-
2066
- Link or unlink an audience with an ad set # noqa: E501
2067
- This method makes a synchronous HTTP request by default. To make an
2068
- asynchronous HTTP request, please pass async_req=True
2069
-
2070
- >>> thread = api.update_ad_set_audience(ad_set_id, ad_set_audience_link_input_entity_v1, async_req=True)
2071
- >>> result = thread.get()
2072
-
2073
- Args:
2074
- ad_set_id (str): The ad set ID.
2075
- ad_set_audience_link_input_entity_v1 (AdSetAudienceLinkInputEntityV1): Ad set-Audience update request.
2076
-
2077
- Keyword Args:
2078
- _return_http_data_only (bool): response data without head status
2079
- code and headers. Default is True.
2080
- _preload_content (bool): if False, the urllib3.HTTPResponse object
2081
- will be returned without reading/decoding response data.
2082
- Default is True.
2083
- _request_timeout (int/float/tuple): timeout setting for this request. If
2084
- one number provided, it will be total request timeout. It can also
2085
- be a pair (tuple) of (connection, read) timeouts.
2086
- Default is None.
2087
- _check_input_type (bool): specifies if type checking
2088
- should be done one the data sent to the server.
2089
- Default is True.
2090
- _check_return_type (bool): specifies if type checking
2091
- should be done one the data received from the server.
2092
- Default is True.
2093
- _spec_property_naming (bool): True if the variable names in the input data
2094
- are serialized names, as specified in the OpenAPI document.
2095
- False if the variable names in the input data
2096
- are pythonic names, e.g. snake case (default)
2097
- _content_type (str/None): force body content-type.
2098
- Default is None and content-type will be predicted by allowed
2099
- content-types and body.
2100
- _host_index (int/None): specifies the index of the server
2101
- that we want to use.
2102
- Default is read from the configuration.
2103
- _request_auths (list): set to override the auth_settings for an a single
2104
- request; this effectively ignores the authentication
2105
- in the spec for a single request.
2106
- Default is None
2107
- async_req (bool): execute request asynchronously
2108
-
2109
- Returns:
2110
- AdSetAudienceLinkEntityV1Response
2111
- If the method is called asynchronously, returns the request
2112
- thread.
2113
- """
2114
- kwargs['async_req'] = kwargs.get(
2115
- 'async_req', False
2116
- )
2117
- kwargs['_return_http_data_only'] = kwargs.get(
2118
- '_return_http_data_only', True
2119
- )
2120
- kwargs['_preload_content'] = kwargs.get(
2121
- '_preload_content', True
2122
- )
2123
- kwargs['_request_timeout'] = kwargs.get(
2124
- '_request_timeout', None
2125
- )
2126
- kwargs['_check_input_type'] = kwargs.get(
2127
- '_check_input_type', True
2128
- )
2129
- kwargs['_check_return_type'] = kwargs.get(
2130
- '_check_return_type', True
2131
- )
2132
- kwargs['_spec_property_naming'] = kwargs.get(
2133
- '_spec_property_naming', False
2134
- )
2135
- kwargs['_content_type'] = kwargs.get(
2136
- '_content_type')
2137
- kwargs['_host_index'] = kwargs.get('_host_index')
2138
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2139
- kwargs['ad_set_id'] = \
2140
- ad_set_id
2141
- kwargs['ad_set_audience_link_input_entity_v1'] = \
2142
- ad_set_audience_link_input_entity_v1
2143
- return self.update_ad_set_audience_endpoint.call_with_http_info(**kwargs)
2144
-