criteo-api-marketingsolutions-sdk 2025.1.0.250409__py3-none-any.whl → 2025.4.0.250425__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.250409.dist-info → criteo_api_marketingsolutions_sdk-2025.4.0.250425.dist-info}/METADATA +4 -4
- criteo_api_marketingsolutions_sdk-2025.4.0.250425.dist-info/RECORD +278 -0
- {criteo_api_marketingsolutions_sdk-2025.1.0.250409.dist-info → criteo_api_marketingsolutions_sdk-2025.4.0.250425.dist-info}/WHEEL +1 -1
- criteo_api_marketingsolutions_sdk-2025.4.0.250425.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 -10
- {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 +9 -9
- {criteo_api_marketingsolutions_v2025_01 → criteo_api_marketingsolutions_v2025_04}/model/budget_automation_configuration.py +3 -10
- {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 +8 -8
- {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.250409.dist-info/RECORD +0 -275
- criteo_api_marketingsolutions_sdk-2025.1.0.250409.dist-info/top_level.txt +0 -1
- criteo_api_marketingsolutions_v2025_01/__init__.py +0 -31
- criteo_api_marketingsolutions_v2025_01/model/automated_budget_configuration.py +0 -276
- criteo_api_marketingsolutions_v2025_01/models/__init__.py +0 -261
- {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,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.creative import Creative
|
|
34
34
|
globals()['Creative'] = Creative
|
|
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.creative_write import CreativeWrite
|
|
34
34
|
globals()['CreativeWrite'] = CreativeWrite
|
|
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.update_coupon import UpdateCoupon
|
|
34
34
|
globals()['UpdateCoupon'] = UpdateCoupon
|
|
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,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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.resource_of_ad import ResourceOfAd
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['ResourceOfAd'] = ResourceOfAd
|
|
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,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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.resource_of_coupon import ResourceOfCoupon
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['ResourceOfCoupon'] = ResourceOfCoupon
|
|
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,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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.resource_of_coupon_supported_sizes import ResourceOfCouponSupportedSizes
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['ResourceOfCouponSupportedSizes'] = ResourceOfCouponSupportedSizes
|
|
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,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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.resource_of_creative import ResourceOfCreative
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['ResourceOfCreative'] = ResourceOfCreative
|
|
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,17 +26,17 @@ 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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.read_model_read_ad_set_v24_q3 import ReadModelReadAdSetV24Q3
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
|
-
globals()['
|
|
36
|
+
globals()['ReadModelReadAdSetV24Q3'] = ReadModelReadAdSetV24Q3
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
class
|
|
39
|
+
class ResponseReadAdSetV24Q3(ModelNormal):
|
|
40
40
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
41
|
Ref: https://openapi-generator.tech
|
|
42
42
|
|
|
@@ -89,7 +89,7 @@ class ResponseReadAdSetV24Q1(ModelNormal):
|
|
|
89
89
|
"""
|
|
90
90
|
lazy_import()
|
|
91
91
|
return {
|
|
92
|
-
'data': (
|
|
92
|
+
'data': (ReadModelReadAdSetV24Q3,), # noqa: E501
|
|
93
93
|
'errors': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
95
95
|
}
|
|
@@ -115,7 +115,7 @@ class ResponseReadAdSetV24Q1(ModelNormal):
|
|
|
115
115
|
@classmethod
|
|
116
116
|
@convert_js_args_to_python_args
|
|
117
117
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
118
|
-
"""
|
|
118
|
+
"""ResponseReadAdSetV24Q3 - a model defined in OpenAPI
|
|
119
119
|
|
|
120
120
|
Keyword Args:
|
|
121
121
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -148,7 +148,7 @@ class ResponseReadAdSetV24Q1(ModelNormal):
|
|
|
148
148
|
Animal class but this time we won't travel
|
|
149
149
|
through its discriminator because we passed in
|
|
150
150
|
_visited_composed_classes = (Animal,)
|
|
151
|
-
data (
|
|
151
|
+
data (ReadModelReadAdSetV24Q3): [optional] # noqa: E501
|
|
152
152
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
153
153
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
154
154
|
"""
|
|
@@ -203,7 +203,7 @@ class ResponseReadAdSetV24Q1(ModelNormal):
|
|
|
203
203
|
|
|
204
204
|
@convert_js_args_to_python_args
|
|
205
205
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
206
|
-
"""
|
|
206
|
+
"""ResponseReadAdSetV24Q3 - a model defined in OpenAPI
|
|
207
207
|
|
|
208
208
|
Keyword Args:
|
|
209
209
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -236,7 +236,7 @@ class ResponseReadAdSetV24Q1(ModelNormal):
|
|
|
236
236
|
Animal class but this time we won't travel
|
|
237
237
|
through its discriminator because we passed in
|
|
238
238
|
_visited_composed_classes = (Animal,)
|
|
239
|
-
data (
|
|
239
|
+
data (ReadModelReadAdSetV24Q3): [optional] # noqa: E501
|
|
240
240
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
241
241
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
"""
|
|
@@ -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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.read_model_ad_set_id import ReadModelAdSetId
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['ReadModelAdSetId'] = ReadModelAdSetId
|
|
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,17 +26,17 @@ 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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.read_model_ad_set_id_v24_q3 import ReadModelAdSetIdV24Q3
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
|
-
globals()['
|
|
36
|
+
globals()['ReadModelAdSetIdV24Q3'] = ReadModelAdSetIdV24Q3
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
class
|
|
39
|
+
class ResponsesAdSetIdV24Q3(ModelNormal):
|
|
40
40
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
41
|
Ref: https://openapi-generator.tech
|
|
42
42
|
|
|
@@ -89,7 +89,7 @@ class ResponsesAdSetIdV24Q1(ModelNormal):
|
|
|
89
89
|
"""
|
|
90
90
|
lazy_import()
|
|
91
91
|
return {
|
|
92
|
-
'data': ([
|
|
92
|
+
'data': ([ReadModelAdSetIdV24Q3], none_type,), # noqa: E501
|
|
93
93
|
'errors': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
95
95
|
}
|
|
@@ -116,7 +116,7 @@ class ResponsesAdSetIdV24Q1(ModelNormal):
|
|
|
116
116
|
@classmethod
|
|
117
117
|
@convert_js_args_to_python_args
|
|
118
118
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
119
|
-
"""
|
|
119
|
+
"""ResponsesAdSetIdV24Q3 - a model defined in OpenAPI
|
|
120
120
|
|
|
121
121
|
Keyword Args:
|
|
122
122
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -149,7 +149,7 @@ class ResponsesAdSetIdV24Q1(ModelNormal):
|
|
|
149
149
|
Animal class but this time we won't travel
|
|
150
150
|
through its discriminator because we passed in
|
|
151
151
|
_visited_composed_classes = (Animal,)
|
|
152
|
-
data ([
|
|
152
|
+
data ([ReadModelAdSetIdV24Q3], none_type): [optional] # noqa: E501
|
|
153
153
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
154
154
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
155
155
|
"""
|
|
@@ -204,7 +204,7 @@ class ResponsesAdSetIdV24Q1(ModelNormal):
|
|
|
204
204
|
|
|
205
205
|
@convert_js_args_to_python_args
|
|
206
206
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
207
|
-
"""
|
|
207
|
+
"""ResponsesAdSetIdV24Q3 - a model defined in OpenAPI
|
|
208
208
|
|
|
209
209
|
Keyword Args:
|
|
210
210
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -237,7 +237,7 @@ class ResponsesAdSetIdV24Q1(ModelNormal):
|
|
|
237
237
|
Animal class but this time we won't travel
|
|
238
238
|
through its discriminator because we passed in
|
|
239
239
|
_visited_composed_classes = (Animal,)
|
|
240
|
-
data ([
|
|
240
|
+
data ([ReadModelAdSetIdV24Q3], none_type): [optional] # noqa: E501
|
|
241
241
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
243
243
|
"""
|
|
@@ -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,17 +26,17 @@ 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.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.read_model_read_ad_set_v24_q3 import ReadModelReadAdSetV24Q3
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
|
-
globals()['
|
|
36
|
+
globals()['ReadModelReadAdSetV24Q3'] = ReadModelReadAdSetV24Q3
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
class
|
|
39
|
+
class ResponsesReadAdSetV24Q3(ModelNormal):
|
|
40
40
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
41
|
Ref: https://openapi-generator.tech
|
|
42
42
|
|
|
@@ -89,7 +89,7 @@ class ResponsesReadAdSetV24Q1(ModelNormal):
|
|
|
89
89
|
"""
|
|
90
90
|
lazy_import()
|
|
91
91
|
return {
|
|
92
|
-
'data': ([
|
|
92
|
+
'data': ([ReadModelReadAdSetV24Q3], none_type,), # noqa: E501
|
|
93
93
|
'errors': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
95
95
|
}
|
|
@@ -116,7 +116,7 @@ class ResponsesReadAdSetV24Q1(ModelNormal):
|
|
|
116
116
|
@classmethod
|
|
117
117
|
@convert_js_args_to_python_args
|
|
118
118
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
119
|
-
"""
|
|
119
|
+
"""ResponsesReadAdSetV24Q3 - a model defined in OpenAPI
|
|
120
120
|
|
|
121
121
|
Keyword Args:
|
|
122
122
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -149,7 +149,7 @@ class ResponsesReadAdSetV24Q1(ModelNormal):
|
|
|
149
149
|
Animal class but this time we won't travel
|
|
150
150
|
through its discriminator because we passed in
|
|
151
151
|
_visited_composed_classes = (Animal,)
|
|
152
|
-
data ([
|
|
152
|
+
data ([ReadModelReadAdSetV24Q3], none_type): [optional] # noqa: E501
|
|
153
153
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
154
154
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
155
155
|
"""
|
|
@@ -204,7 +204,7 @@ class ResponsesReadAdSetV24Q1(ModelNormal):
|
|
|
204
204
|
|
|
205
205
|
@convert_js_args_to_python_args
|
|
206
206
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
207
|
-
"""
|
|
207
|
+
"""ResponsesReadAdSetV24Q3 - a model defined in OpenAPI
|
|
208
208
|
|
|
209
209
|
Keyword Args:
|
|
210
210
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -237,7 +237,7 @@ class ResponsesReadAdSetV24Q1(ModelNormal):
|
|
|
237
237
|
Animal class but this time we won't travel
|
|
238
238
|
through its discriminator because we passed in
|
|
239
239
|
_visited_composed_classes = (Animal,)
|
|
240
|
-
data ([
|
|
240
|
+
data ([ReadModelReadAdSetV24Q3], none_type): [optional] # noqa: E501
|
|
241
241
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
243
243
|
"""
|
|
@@ -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,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/size.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,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
|
|