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