criteo-api-marketingsolutions-sdk 2025.1.0.250606__py3-none-any.whl → 2025.4.0.250606__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.
- {criteo_api_marketingsolutions_sdk-2025.1.0.250606.dist-info → criteo_api_marketingsolutions_sdk-2025.4.0.250606.dist-info}/METADATA +4 -4
- criteo_api_marketingsolutions_sdk-2025.4.0.250606.dist-info/RECORD +278 -0
- criteo_api_marketingsolutions_sdk-2025.4.0.250606.dist-info/top_level.txt +1 -0
- criteo_api_marketingsolutions_v2025_04/__init__.py +31 -0
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/advertiser_api.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/analytics_api.py +13 -13
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/audience_api.py +75 -75
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/campaign_api.py +91 -91
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/creative_api.py +31 -31
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api/gateway_api.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api_client.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/api_client_builder.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/apis/__init__.py +7 -7
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/configuration.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/criteo_api_client.py +2 -2
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/criteo_auth.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/criteo_rest.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/exceptions.py +1 -1
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_audience_link_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_audience_link_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_audience_link_input_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_category_bid_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_category_bid_resource.py +4 -4
- criteo_api_marketingsolutions_v2025_01/model/ad_set_delivery_limitations_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_delivery_limitations_v24_q3.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_display_multiplier_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_set_display_multiplier_resource.py +4 -4
- criteo_api_marketingsolutions_v2025_01/model/ad_set_frequency_capping_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_frequency_capping_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/ad_set_geo_location_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_geo_location_v24_q3.py +17 -17
- criteo_api_marketingsolutions_v2025_01/model/ad_set_search_filter_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_search_filter_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/ad_set_search_request_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_search_request_v24_q3.py +11 -11
- criteo_api_marketingsolutions_v2025_01/model/ad_set_targeting_rule_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_targeting_rule_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/ad_set_targeting_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/ad_set_targeting_v24_q3.py +21 -21
- criteo_api_marketingsolutions_v2025_04/model/ad_set_targeting_v24_q3_frequency_capping.py +269 -0
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/ad_write.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/adaptive_attributes.py +7 -7
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/adaptive_colors.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/adaptive_write_attributes.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/algebra_node_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/application_summary_model.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/application_summary_model_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/application_summary_model_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_create_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_error.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_estimate_size_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_estimate_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_name_description.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_create_entity_v1.py +8 -8
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_entity_v1.py +10 -10
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_estimation_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_update_entity_v1.py +9 -9
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_segment_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_update_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/audience_warning.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/automated_budget_configuration_v23_q1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/basic_audience_definition.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/behavioral_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/budget_automation.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/budget_automation_configuration.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_budget_automation_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_search_filters_v23_q1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_search_request_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_spend_limit_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_v23_q1.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_v23_q1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_v23_q1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/campaign_v23_q1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/common_problem.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contact_list_statistics_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contact_list_statistics_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contact_list_statistics_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contact_list_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contactlist_amendment.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contactlist_amendment_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contactlist_amendment_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contactlist_operation.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/contactlist_operation_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/coupon_supported_sizes.py +3 -3
- criteo_api_marketingsolutions_v2025_04/model/create_ad_set_attribution_configuration_v24_q3.py +283 -0
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_bidding_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_bidding_v24_q3.py +7 -7
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_budget_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_budget_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_geo_location_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_geo_location_v24_q3.py +17 -17
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_schedule_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_schedule_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_targeting_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_targeting_v24_q3.py +21 -21
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_v24_q3.py +34 -28
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_v24_q1_request.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_v24_q3_request.py +11 -11
- criteo_api_marketingsolutions_v2025_01/model/create_ad_set_v24_q1_resource.py → criteo_api_marketingsolutions_v2025_04/model/create_ad_set_v24_q3_resource.py +11 -11
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_campaign.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_campaign_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_campaign_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_campaign_spend_limit.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/create_image_slide.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/creative.py +7 -7
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/creative_write.py +7 -7
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/criteo_api_error.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/criteo_api_warning.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/delete_audience_contact_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/dynamic_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/dynamic_write_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/entity_of_portfolio_message.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/error_code_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/get_portfolio_response.py +6 -6
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/html_tag_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/html_tag_write_attributes.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_set.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_set_base64.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_shape.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_slide.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/image_write_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/in_market_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/location_create_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/location_size_estimation_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/location_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/location_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/lookalike_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/lookalike_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/lookalike_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/modify_audience_response.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/nillable_ad_set_targeting_rule_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/nillable_ad_set_targeting_rule_v24_q3.py +11 -11
- criteo_api_marketingsolutions_v2025_01/model/nillable_ad_set_targeting_rule_v24_q1_value.py → criteo_api_marketingsolutions_v2025_04/model/nillable_ad_set_targeting_rule_v24_q3_value.py +9 -9
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/nillable_date_time.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/nillable_decimal.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/nillable_gender_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/nillable_int32.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/nillable_string.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/outcome.py +4 -4
- criteo_api_marketingsolutions_v2025_04/model/patch_ad_set_attribution_configuration_v24_q3.py +284 -0
- criteo_api_marketingsolutions_v2025_01/model/patch_ad_set_bidding_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/patch_ad_set_bidding_v24_q3.py +7 -7
- criteo_api_marketingsolutions_v2025_01/model/patch_ad_set_budget_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/patch_ad_set_budget_v24_q3.py +7 -7
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_category_bid_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_category_bid_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_category_bid_result_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_display_multiplier_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
- criteo_api_marketingsolutions_v2025_01/model/patch_ad_set_scheduling_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/patch_ad_set_scheduling_v24_q3.py +7 -7
- criteo_api_marketingsolutions_v2025_01/model/patch_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/patch_ad_set_v24_q3.py +34 -28
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_campaign.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_campaign_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_campaign_spend_limit.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_campaign_write_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_marketing_campaign_budget_automation.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_result_campaign_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/patch_result_campaign_read_resource.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/placements_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/placements_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/placements_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/point_of_interest_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/portfolio_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/prospecting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/prospecting_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/prospecting_v1.py +3 -3
- criteo_api_marketingsolutions_v2025_04/model/read_ad_set_attribution_configuration_v24_q3.py +284 -0
- criteo_api_marketingsolutions_v2025_01/model/read_ad_set_bidding_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_ad_set_bidding_v24_q3.py +7 -7
- criteo_api_marketingsolutions_v2025_01/model/read_ad_set_budget_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_ad_set_budget_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/read_ad_set_schedule_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_ad_set_schedule_v24_q3.py +7 -7
- criteo_api_marketingsolutions_v2025_01/model/read_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_ad_set_v24_q3.py +34 -28
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/read_model_ad_set_id.py +3 -3
- criteo_api_marketingsolutions_v2025_01/model/read_model_ad_set_id_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_model_ad_set_id_v24_q3.py +6 -6
- criteo_api_marketingsolutions_v2025_01/model/read_model_read_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/read_model_read_ad_set_v24_q3.py +11 -11
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/requests_ad_set_id.py +4 -4
- criteo_api_marketingsolutions_v2025_01/model/requests_patch_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/requests_patch_ad_set_v24_q3.py +11 -11
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_collection_outcome_of_ad.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_collection_outcome_of_coupon.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_collection_outcome_of_creative.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_input_of_ad_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_input_of_create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_input_of_creative_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_input_of_update_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_ad.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_ad_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_coupon_supported_sizes.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_create_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_creative.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_creative_write.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_of_update_coupon.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_outcome_of_ad.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_outcome_of_coupon.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_outcome_of_coupon_supported_sizes.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/resource_outcome_of_creative.py +5 -5
- criteo_api_marketingsolutions_v2025_01/model/response_read_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/response_read_ad_set_v24_q3.py +12 -12
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/responses_ad_set_id.py +5 -5
- criteo_api_marketingsolutions_v2025_01/model/responses_ad_set_id_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/responses_ad_set_id_v24_q3.py +12 -12
- criteo_api_marketingsolutions_v2025_01/model/responses_read_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/responses_read_ad_set_v24_q3.py +12 -12
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/retargeting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/retargeting_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/retargeting_v1.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/size.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/statistics_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/tag.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transactions_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transactions_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transactions_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transparency_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transparency_report.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transparency_report_file.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transparency_report_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/transparency_report_resource.py +4 -4
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/update_coupon.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/video_detail.py +3 -3
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/write_model_ad_set_id.py +3 -3
- criteo_api_marketingsolutions_v2025_01/model/write_model_patch_ad_set_v24_q1.py → criteo_api_marketingsolutions_v2025_04/model/write_model_patch_ad_set_v24_q3.py +11 -11
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model_utils.py +2 -2
- criteo_api_marketingsolutions_v2025_04/models/__init__.py +264 -0
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/rest.py +2 -2
- criteo_api_marketingsolutions_sdk-2025.1.0.250606.dist-info/RECORD +0 -274
- criteo_api_marketingsolutions_sdk-2025.1.0.250606.dist-info/top_level.txt +0 -1
- criteo_api_marketingsolutions_v2025_01/__init__.py +0 -31
- criteo_api_marketingsolutions_v2025_01/models/__init__.py +0 -260
- {criteo_api_marketingsolutions_sdk-2025.1.0.250606.dist-info → criteo_api_marketingsolutions_sdk-2025.4.0.250606.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/flow_constants.py +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,21 +26,23 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
36
|
-
from
|
|
37
|
-
|
|
38
|
-
globals()['
|
|
39
|
-
globals()['
|
|
40
|
-
globals()['
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_attribution_configuration_v24_q3 import CreateAdSetAttributionConfigurationV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_bidding_v24_q3 import CreateAdSetBiddingV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_budget_v24_q3 import CreateAdSetBudgetV24Q3
|
|
36
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_schedule_v24_q3 import CreateAdSetScheduleV24Q3
|
|
37
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_targeting_v24_q3 import CreateAdSetTargetingV24Q3
|
|
38
|
+
globals()['CreateAdSetAttributionConfigurationV24Q3'] = CreateAdSetAttributionConfigurationV24Q3
|
|
39
|
+
globals()['CreateAdSetBiddingV24Q3'] = CreateAdSetBiddingV24Q3
|
|
40
|
+
globals()['CreateAdSetBudgetV24Q3'] = CreateAdSetBudgetV24Q3
|
|
41
|
+
globals()['CreateAdSetScheduleV24Q3'] = CreateAdSetScheduleV24Q3
|
|
42
|
+
globals()['CreateAdSetTargetingV24Q3'] = CreateAdSetTargetingV24Q3
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class CreateAdSetV24Q3(ModelNormal):
|
|
44
46
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
45
47
|
Ref: https://openapi-generator.tech
|
|
46
48
|
|
|
@@ -110,16 +112,17 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
110
112
|
"""
|
|
111
113
|
lazy_import()
|
|
112
114
|
return {
|
|
113
|
-
'bidding': (
|
|
115
|
+
'bidding': (CreateAdSetBiddingV24Q3,), # noqa: E501
|
|
114
116
|
'campaign_id': (str, none_type,), # noqa: E501
|
|
115
117
|
'dataset_id': (str, none_type,), # noqa: E501
|
|
116
118
|
'media_type': (str,), # noqa: E501
|
|
117
119
|
'name': (str, none_type,), # noqa: E501
|
|
118
120
|
'objective': (str,), # noqa: E501
|
|
119
|
-
'schedule': (
|
|
120
|
-
'targeting': (
|
|
121
|
+
'schedule': (CreateAdSetScheduleV24Q3,), # noqa: E501
|
|
122
|
+
'targeting': (CreateAdSetTargetingV24Q3,), # noqa: E501
|
|
121
123
|
'tracking_code': (str, none_type,), # noqa: E501
|
|
122
|
-
'
|
|
124
|
+
'attribution_configuration': (CreateAdSetAttributionConfigurationV24Q3,), # noqa: E501
|
|
125
|
+
'budget': (CreateAdSetBudgetV24Q3,), # noqa: E501
|
|
123
126
|
}
|
|
124
127
|
|
|
125
128
|
@cached_property
|
|
@@ -137,6 +140,7 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
137
140
|
'schedule': 'schedule', # noqa: E501
|
|
138
141
|
'targeting': 'targeting', # noqa: E501
|
|
139
142
|
'tracking_code': 'trackingCode', # noqa: E501
|
|
143
|
+
'attribution_configuration': 'attributionConfiguration', # noqa: E501
|
|
140
144
|
'budget': 'budget', # noqa: E501
|
|
141
145
|
}
|
|
142
146
|
|
|
@@ -148,17 +152,17 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
148
152
|
@classmethod
|
|
149
153
|
@convert_js_args_to_python_args
|
|
150
154
|
def _from_openapi_data(cls, bidding, campaign_id, dataset_id, media_type, name, objective, schedule, targeting, tracking_code, *args, **kwargs): # noqa: E501
|
|
151
|
-
"""
|
|
155
|
+
"""CreateAdSetV24Q3 - a model defined in OpenAPI
|
|
152
156
|
|
|
153
157
|
Args:
|
|
154
|
-
bidding (
|
|
158
|
+
bidding (CreateAdSetBiddingV24Q3):
|
|
155
159
|
campaign_id (str, none_type): Campaign id this ad set belongs to
|
|
156
160
|
dataset_id (str, none_type): Dataset id of this ad set
|
|
157
161
|
media_type (str): Media type for the ad set
|
|
158
162
|
name (str, none_type): Name of the ad set
|
|
159
163
|
objective (str): Objective of the ad set
|
|
160
|
-
schedule (
|
|
161
|
-
targeting (
|
|
164
|
+
schedule (CreateAdSetScheduleV24Q3):
|
|
165
|
+
targeting (CreateAdSetTargetingV24Q3):
|
|
162
166
|
tracking_code (str, none_type): The click tracking code associated to this Ad Set.
|
|
163
167
|
|
|
164
168
|
Keyword Args:
|
|
@@ -192,7 +196,8 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
192
196
|
Animal class but this time we won't travel
|
|
193
197
|
through its discriminator because we passed in
|
|
194
198
|
_visited_composed_classes = (Animal,)
|
|
195
|
-
|
|
199
|
+
attribution_configuration (CreateAdSetAttributionConfigurationV24Q3): [optional] # noqa: E501
|
|
200
|
+
budget (CreateAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
196
201
|
"""
|
|
197
202
|
|
|
198
203
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -254,17 +259,17 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
254
259
|
|
|
255
260
|
@convert_js_args_to_python_args
|
|
256
261
|
def __init__(self, bidding, campaign_id, dataset_id, media_type, name, objective, schedule, targeting, tracking_code, *args, **kwargs): # noqa: E501
|
|
257
|
-
"""
|
|
262
|
+
"""CreateAdSetV24Q3 - a model defined in OpenAPI
|
|
258
263
|
|
|
259
264
|
Args:
|
|
260
|
-
bidding (
|
|
265
|
+
bidding (CreateAdSetBiddingV24Q3):
|
|
261
266
|
campaign_id (str, none_type): Campaign id this ad set belongs to
|
|
262
267
|
dataset_id (str, none_type): Dataset id of this ad set
|
|
263
268
|
media_type (str): Media type for the ad set
|
|
264
269
|
name (str, none_type): Name of the ad set
|
|
265
270
|
objective (str): Objective of the ad set
|
|
266
|
-
schedule (
|
|
267
|
-
targeting (
|
|
271
|
+
schedule (CreateAdSetScheduleV24Q3):
|
|
272
|
+
targeting (CreateAdSetTargetingV24Q3):
|
|
268
273
|
tracking_code (str, none_type): The click tracking code associated to this Ad Set.
|
|
269
274
|
|
|
270
275
|
Keyword Args:
|
|
@@ -298,7 +303,8 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
298
303
|
Animal class but this time we won't travel
|
|
299
304
|
through its discriminator because we passed in
|
|
300
305
|
_visited_composed_classes = (Animal,)
|
|
301
|
-
|
|
306
|
+
attribution_configuration (CreateAdSetAttributionConfigurationV24Q3): [optional] # noqa: E501
|
|
307
|
+
budget (CreateAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
302
308
|
"""
|
|
303
309
|
|
|
304
310
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,15 +26,15 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_v24_q3_resource import CreateAdSetV24Q3Resource
|
|
34
|
+
globals()['CreateAdSetV24Q3Resource'] = CreateAdSetV24Q3Resource
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class CreateAdSetV24Q3Request(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -87,7 +87,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'data': (
|
|
90
|
+
'data': (CreateAdSetV24Q3Resource,), # noqa: E501
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@cached_property
|
|
@@ -107,7 +107,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
107
107
|
@classmethod
|
|
108
108
|
@convert_js_args_to_python_args
|
|
109
109
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
110
|
-
"""
|
|
110
|
+
"""CreateAdSetV24Q3Request - a model defined in OpenAPI
|
|
111
111
|
|
|
112
112
|
Keyword Args:
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -140,7 +140,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
140
140
|
Animal class but this time we won't travel
|
|
141
141
|
through its discriminator because we passed in
|
|
142
142
|
_visited_composed_classes = (Animal,)
|
|
143
|
-
data (
|
|
143
|
+
data (CreateAdSetV24Q3Resource): [optional] # noqa: E501
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -193,7 +193,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""CreateAdSetV24Q3Request - a model defined in OpenAPI
|
|
197
197
|
|
|
198
198
|
Keyword Args:
|
|
199
199
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -226,7 +226,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
226
226
|
Animal class but this time we won't travel
|
|
227
227
|
through its discriminator because we passed in
|
|
228
228
|
_visited_composed_classes = (Animal,)
|
|
229
|
-
data (
|
|
229
|
+
data (CreateAdSetV24Q3Resource): [optional] # noqa: E501
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,15 +26,15 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_ad_set_v24_q3 import CreateAdSetV24Q3
|
|
34
|
+
globals()['CreateAdSetV24Q3'] = CreateAdSetV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class CreateAdSetV24Q3Resource(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -87,7 +87,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'attributes': (
|
|
90
|
+
'attributes': (CreateAdSetV24Q3,), # noqa: E501
|
|
91
91
|
'type': (str,), # noqa: E501
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -109,7 +109,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
109
109
|
@classmethod
|
|
110
110
|
@convert_js_args_to_python_args
|
|
111
111
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
112
|
-
"""
|
|
112
|
+
"""CreateAdSetV24Q3Resource - a model defined in OpenAPI
|
|
113
113
|
|
|
114
114
|
Keyword Args:
|
|
115
115
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -142,7 +142,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
142
142
|
Animal class but this time we won't travel
|
|
143
143
|
through its discriminator because we passed in
|
|
144
144
|
_visited_composed_classes = (Animal,)
|
|
145
|
-
attributes (
|
|
145
|
+
attributes (CreateAdSetV24Q3): [optional] # noqa: E501
|
|
146
146
|
type (str): Canonical type name of the entity. [optional] # noqa: E501
|
|
147
147
|
"""
|
|
148
148
|
|
|
@@ -196,7 +196,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
196
196
|
|
|
197
197
|
@convert_js_args_to_python_args
|
|
198
198
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
-
"""
|
|
199
|
+
"""CreateAdSetV24Q3Resource - a model defined in OpenAPI
|
|
200
200
|
|
|
201
201
|
Keyword Args:
|
|
202
202
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -229,7 +229,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
229
229
|
Animal class but this time we won't travel
|
|
230
230
|
through its discriminator because we passed in
|
|
231
231
|
_visited_composed_classes = (Animal,)
|
|
232
|
-
attributes (
|
|
232
|
+
attributes (CreateAdSetV24Q3): [optional] # noqa: E501
|
|
233
233
|
type (str): Canonical type name of the entity. [optional] # noqa: E501
|
|
234
234
|
"""
|
|
235
235
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,12 +26,12 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.budget_automation import BudgetAutomation
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_campaign_spend_limit import CreateCampaignSpendLimit
|
|
35
35
|
globals()['BudgetAutomation'] = BudgetAutomation
|
|
36
36
|
globals()['CreateCampaignSpendLimit'] = CreateCampaignSpendLimit
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_campaign_resource import CreateCampaignResource
|
|
34
34
|
globals()['CreateCampaignResource'] = CreateCampaignResource
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_campaign import CreateCampaign
|
|
34
34
|
globals()['CreateCampaign'] = CreateCampaign
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.create_image_slide import CreateImageSlide
|
|
34
34
|
globals()['CreateImageSlide'] = CreateImageSlide
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
{criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/creative.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,14 +26,14 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
36
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.adaptive_attributes import AdaptiveAttributes
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.dynamic_attributes import DynamicAttributes
|
|
35
|
+
from criteo_api_marketingsolutions_v2025_04.model.html_tag_attributes import HtmlTagAttributes
|
|
36
|
+
from criteo_api_marketingsolutions_v2025_04.model.image_attributes import ImageAttributes
|
|
37
37
|
globals()['AdaptiveAttributes'] = AdaptiveAttributes
|
|
38
38
|
globals()['DynamicAttributes'] = DynamicAttributes
|
|
39
39
|
globals()['HtmlTagAttributes'] = HtmlTagAttributes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,14 +26,14 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
36
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.adaptive_write_attributes import AdaptiveWriteAttributes
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.dynamic_write_attributes import DynamicWriteAttributes
|
|
35
|
+
from criteo_api_marketingsolutions_v2025_04.model.html_tag_write_attributes import HtmlTagWriteAttributes
|
|
36
|
+
from criteo_api_marketingsolutions_v2025_04.model.image_write_attributes import ImageWriteAttributes
|
|
37
37
|
globals()['AdaptiveWriteAttributes'] = AdaptiveWriteAttributes
|
|
38
38
|
globals()['DynamicWriteAttributes'] = DynamicWriteAttributes
|
|
39
39
|
globals()['HtmlTagWriteAttributes'] = HtmlTagWriteAttributes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2025-
|
|
6
|
+
The version of the OpenAPI document: 2025-04
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2025_04.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,13 +26,13 @@ from criteo_api_marketingsolutions_v2025_01.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2025_04.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.audience_error import AudienceError
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.audience_warning import AudienceWarning
|
|
35
|
+
from criteo_api_marketingsolutions_v2025_04.model.basic_audience_definition import BasicAudienceDefinition
|
|
36
36
|
globals()['AudienceError'] = AudienceError
|
|
37
37
|
globals()['AudienceWarning'] = AudienceWarning
|
|
38
38
|
globals()['BasicAudienceDefinition'] = BasicAudienceDefinition
|