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,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,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
|
|
33
|
+
from criteo_api_marketingsolutions_v2025_04.model.nillable_date_time import NillableDateTime
|
|
34
34
|
globals()['NillableDateTime'] = NillableDateTime
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class PatchAdSetSchedulingV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -109,7 +109,7 @@ class PatchAdSetSchedulingV24Q1(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
|
+
"""PatchAdSetSchedulingV24Q3 - a model defined in OpenAPI
|
|
113
113
|
|
|
114
114
|
Keyword Args:
|
|
115
115
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -196,7 +196,7 @@ class PatchAdSetSchedulingV24Q1(ModelNormal):
|
|
|
196
196
|
|
|
197
197
|
@convert_js_args_to_python_args
|
|
198
198
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
-
"""
|
|
199
|
+
"""PatchAdSetSchedulingV24Q3 - a model defined in OpenAPI
|
|
200
200
|
|
|
201
201
|
Keyword Args:
|
|
202
202
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -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.ad_set_targeting_v24_q3 import AdSetTargetingV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.patch_ad_set_attribution_configuration_v24_q3 import PatchAdSetAttributionConfigurationV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_v2025_04.model.patch_ad_set_bidding_v24_q3 import PatchAdSetBiddingV24Q3
|
|
36
|
+
from criteo_api_marketingsolutions_v2025_04.model.patch_ad_set_budget_v24_q3 import PatchAdSetBudgetV24Q3
|
|
37
|
+
from criteo_api_marketingsolutions_v2025_04.model.patch_ad_set_scheduling_v24_q3 import PatchAdSetSchedulingV24Q3
|
|
38
|
+
globals()['AdSetTargetingV24Q3'] = AdSetTargetingV24Q3
|
|
39
|
+
globals()['PatchAdSetAttributionConfigurationV24Q3'] = PatchAdSetAttributionConfigurationV24Q3
|
|
40
|
+
globals()['PatchAdSetBiddingV24Q3'] = PatchAdSetBiddingV24Q3
|
|
41
|
+
globals()['PatchAdSetBudgetV24Q3'] = PatchAdSetBudgetV24Q3
|
|
42
|
+
globals()['PatchAdSetSchedulingV24Q3'] = PatchAdSetSchedulingV24Q3
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class PatchAdSetV24Q3(ModelNormal):
|
|
44
46
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
45
47
|
Ref: https://openapi-generator.tech
|
|
46
48
|
|
|
@@ -93,11 +95,12 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
93
95
|
"""
|
|
94
96
|
lazy_import()
|
|
95
97
|
return {
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
+
'attribution_configuration': (PatchAdSetAttributionConfigurationV24Q3,), # noqa: E501
|
|
99
|
+
'bidding': (PatchAdSetBiddingV24Q3,), # noqa: E501
|
|
100
|
+
'budget': (PatchAdSetBudgetV24Q3,), # noqa: E501
|
|
98
101
|
'name': (str, none_type,), # noqa: E501
|
|
99
|
-
'scheduling': (
|
|
100
|
-
'targeting': (
|
|
102
|
+
'scheduling': (PatchAdSetSchedulingV24Q3,), # noqa: E501
|
|
103
|
+
'targeting': (AdSetTargetingV24Q3,), # noqa: E501
|
|
101
104
|
}
|
|
102
105
|
|
|
103
106
|
@cached_property
|
|
@@ -106,6 +109,7 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
106
109
|
|
|
107
110
|
|
|
108
111
|
attribute_map = {
|
|
112
|
+
'attribution_configuration': 'attributionConfiguration', # noqa: E501
|
|
109
113
|
'bidding': 'bidding', # noqa: E501
|
|
110
114
|
'budget': 'budget', # noqa: E501
|
|
111
115
|
'name': 'name', # noqa: E501
|
|
@@ -121,7 +125,7 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
121
125
|
@classmethod
|
|
122
126
|
@convert_js_args_to_python_args
|
|
123
127
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
124
|
-
"""
|
|
128
|
+
"""PatchAdSetV24Q3 - a model defined in OpenAPI
|
|
125
129
|
|
|
126
130
|
Keyword Args:
|
|
127
131
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -154,11 +158,12 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
154
158
|
Animal class but this time we won't travel
|
|
155
159
|
through its discriminator because we passed in
|
|
156
160
|
_visited_composed_classes = (Animal,)
|
|
157
|
-
|
|
158
|
-
|
|
161
|
+
attribution_configuration (PatchAdSetAttributionConfigurationV24Q3): [optional] # noqa: E501
|
|
162
|
+
bidding (PatchAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
163
|
+
budget (PatchAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
159
164
|
name (str, none_type): [optional] # noqa: E501
|
|
160
|
-
scheduling (
|
|
161
|
-
targeting (
|
|
165
|
+
scheduling (PatchAdSetSchedulingV24Q3): [optional] # noqa: E501
|
|
166
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
162
167
|
"""
|
|
163
168
|
|
|
164
169
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -211,7 +216,7 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
211
216
|
|
|
212
217
|
@convert_js_args_to_python_args
|
|
213
218
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
214
|
-
"""
|
|
219
|
+
"""PatchAdSetV24Q3 - a model defined in OpenAPI
|
|
215
220
|
|
|
216
221
|
Keyword Args:
|
|
217
222
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -244,11 +249,12 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
244
249
|
Animal class but this time we won't travel
|
|
245
250
|
through its discriminator because we passed in
|
|
246
251
|
_visited_composed_classes = (Animal,)
|
|
247
|
-
|
|
248
|
-
|
|
252
|
+
attribution_configuration (PatchAdSetAttributionConfigurationV24Q3): [optional] # noqa: E501
|
|
253
|
+
bidding (PatchAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
254
|
+
budget (PatchAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
249
255
|
name (str, none_type): [optional] # noqa: E501
|
|
250
|
-
scheduling (
|
|
251
|
-
targeting (
|
|
256
|
+
scheduling (PatchAdSetSchedulingV24Q3): [optional] # noqa: E501
|
|
257
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
252
258
|
"""
|
|
253
259
|
|
|
254
260
|
_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,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.patch_campaign_spend_limit import PatchCampaignSpendLimit
|
|
34
|
+
from criteo_api_marketingsolutions_v2025_04.model.patch_marketing_campaign_budget_automation import PatchMarketingCampaignBudgetAutomation
|
|
35
35
|
globals()['PatchCampaignSpendLimit'] = PatchCampaignSpendLimit
|
|
36
36
|
globals()['PatchMarketingCampaignBudgetAutomation'] = PatchMarketingCampaignBudgetAutomation
|
|
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.patch_campaign_write_resource import PatchCampaignWriteResource
|
|
34
34
|
globals()['PatchCampaignWriteResource'] = PatchCampaignWriteResource
|
|
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.nillable_decimal import NillableDecimal
|
|
34
34
|
globals()['NillableDecimal'] = NillableDecimal
|
|
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.patch_campaign import PatchCampaign
|
|
34
34
|
globals()['PatchCampaign'] = PatchCampaign
|
|
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.budget_automation_configuration import BudgetAutomationConfiguration
|
|
34
34
|
globals()['BudgetAutomationConfiguration'] = BudgetAutomationConfiguration
|
|
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.patch_result_campaign_read_resource import PatchResultCampaignReadResource
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['PatchResultCampaignReadResource'] = PatchResultCampaignReadResource
|
|
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,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,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.placements_report_query_message_resource import PlacementsReportQueryMessageResource
|
|
34
34
|
globals()['PlacementsReportQueryMessageResource'] = PlacementsReportQueryMessageResource
|
|
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.placements_report_query_message import PlacementsReportQueryMessage
|
|
34
34
|
globals()['PlacementsReportQueryMessage'] = PlacementsReportQueryMessage
|
|
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,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,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.nillable_int32 import NillableInt32
|
|
34
34
|
globals()['NillableInt32'] = NillableInt32
|
|
35
35
|
|
|
36
36
|
|