criteo-api-marketingsolutions-sdk 0.0.240808__py3-none-any.whl → 0.0.250129__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_preview/__init__.py +1 -1
- criteo_api_marketingsolutions_preview/api/analytics_api.py +10 -8
- criteo_api_marketingsolutions_preview/api/audience_api.py +139 -431
- criteo_api_marketingsolutions_preview/api/campaign_api.py +57 -934
- criteo_api_marketingsolutions_preview/api/creative_api.py +89 -89
- criteo_api_marketingsolutions_preview/api_client.py +1 -1
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/{ad_set_delivery_limitations_v24_q1.py → ad_set_delivery_limitations_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{ad_set_frequency_capping_v24_q1.py → ad_set_frequency_capping_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{ad_set_geo_location_v24_q1.py → ad_set_geo_location_v24_q3.py} +14 -14
- criteo_api_marketingsolutions_preview/model/{ad_set_search_filter_v24_q1.py → ad_set_search_filter_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{ad_set_search_request_v24_q1.py → ad_set_search_request_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{ad_set_targeting_rule_v24_q1.py → ad_set_targeting_rule_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{ad_set_targeting_v24_q1.py → ad_set_targeting_v24_q3.py} +18 -18
- criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning.py +13 -0
- criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +0 -10
- criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py +0 -4
- criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py +2 -3
- criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +0 -1
- criteo_api_marketingsolutions_preview/model/coupon.py +0 -2
- criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py +0 -4
- criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +284 -0
- criteo_api_marketingsolutions_preview/model/{create_ad_set_bidding_v24_q1.py → create_ad_set_bidding_v24_q3.py} +4 -4
- criteo_api_marketingsolutions_preview/model/{create_ad_set_budget_v24_q1.py → create_ad_set_budget_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{create_ad_set_geo_location_v24_q1.py → create_ad_set_geo_location_v24_q3.py} +14 -14
- criteo_api_marketingsolutions_preview/model/{create_ad_set_schedule_v24_q1.py → create_ad_set_schedule_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{create_ad_set_targeting_v24_q1.py → create_ad_set_targeting_v24_q3.py} +18 -18
- criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1.py → create_ad_set_v24_q3.py} +31 -25
- criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_request.py → create_ad_set_v24_q3_request.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_resource.py → create_ad_set_v24_q3_resource.py} +8 -8
- criteo_api_marketingsolutions_preview/model/create_coupon.py +0 -2
- criteo_api_marketingsolutions_preview/model/create_image_slide.py +0 -2
- criteo_api_marketingsolutions_preview/model/dynamic_attributes.py +0 -4
- criteo_api_marketingsolutions_preview/model/dynamic_write_attributes.py +6 -6
- criteo_api_marketingsolutions_preview/model/html_tag_attributes.py +0 -2
- criteo_api_marketingsolutions_preview/model/html_tag_write_attributes.py +0 -2
- criteo_api_marketingsolutions_preview/model/image_attributes.py +0 -2
- criteo_api_marketingsolutions_preview/model/image_set.py +0 -2
- criteo_api_marketingsolutions_preview/model/image_slide.py +0 -2
- criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
- criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1.py → nillable_ad_set_targeting_rule_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1_value.py → nillable_ad_set_targeting_rule_v24_q3_value.py} +6 -6
- criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py +271 -0
- criteo_api_marketingsolutions_preview/model/patch_ad_set_attribution_configuration_v24_q3.py +282 -0
- criteo_api_marketingsolutions_preview/model/{patch_ad_set_bidding_v24_q1.py → patch_ad_set_bidding_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{patch_ad_set_budget_v24_q1.py → patch_ad_set_budget_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{patch_ad_set_scheduling_v24_q1.py → patch_ad_set_scheduling_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{patch_ad_set_v24_q1.py → patch_ad_set_v24_q3.py} +31 -25
- criteo_api_marketingsolutions_preview/model/product.py +4 -0
- criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +284 -0
- criteo_api_marketingsolutions_preview/model/{read_ad_set_bidding_v24_q1.py → read_ad_set_bidding_v24_q3.py} +4 -4
- criteo_api_marketingsolutions_preview/model/{read_ad_set_budget_v24_q1.py → read_ad_set_budget_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{read_ad_set_schedule_v24_q1.py → read_ad_set_schedule_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{read_ad_set_v24_q1.py → read_ad_set_v24_q3.py} +31 -25
- criteo_api_marketingsolutions_preview/model/{read_model_ad_set_id_v24_q1.py → read_model_ad_set_id_v24_q3.py} +3 -3
- criteo_api_marketingsolutions_preview/model/{read_model_read_ad_set_v24_q1.py → read_model_read_ad_set_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{user_profile_identifier_model.py → report_detail_warning.py} +21 -11
- criteo_api_marketingsolutions_preview/model/{delete_user_profile_model_resource.py → report_detail_warnings.py} +23 -15
- criteo_api_marketingsolutions_preview/model/report_ok_response.py +31 -17
- criteo_api_marketingsolutions_preview/model/{requests_patch_ad_set_v24_q1.py → requests_patch_ad_set_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{creative_response.py → resource_collection_outcome_of_ad.py} +8 -12
- criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_coupon.py +281 -0
- criteo_api_marketingsolutions_preview/model/{ad_list_response.py → resource_collection_outcome_of_creative.py} +8 -14
- criteo_api_marketingsolutions_preview/model/{ad_write_request.py → resource_input_of_ad_write.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{create_coupon_request.py → resource_input_of_create_coupon.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{creative_write_request.py → resource_input_of_creative_write.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{update_coupon_request.py → resource_input_of_update_coupon.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{ad_resource.py → resource_of_ad.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{ad_write_resource.py → resource_of_ad_write.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{coupon_resource.py → resource_of_coupon.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{coupon_supported_sizes_resource.py → resource_of_coupon_supported_sizes.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{create_coupon_resource.py → resource_of_create_coupon.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{creative_resource.py → resource_of_creative.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{creative_write_resource.py → resource_of_creative_write.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{update_coupon_resource.py → resource_of_update_coupon.py} +5 -5
- criteo_api_marketingsolutions_preview/model/{ad_response.py → resource_outcome_of_ad.py} +8 -12
- criteo_api_marketingsolutions_preview/model/{coupon_response.py → resource_outcome_of_coupon.py} +8 -12
- criteo_api_marketingsolutions_preview/model/{coupon_list_response.py → resource_outcome_of_coupon_supported_sizes.py} +8 -14
- criteo_api_marketingsolutions_preview/model/resource_outcome_of_creative.py +281 -0
- criteo_api_marketingsolutions_preview/model/{response_read_ad_set_v24_q1.py → response_read_ad_set_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{responses_ad_set_id_v24_q1.py → responses_ad_set_id_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{responses_read_ad_set_v24_q1.py → responses_read_ad_set_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning.py +13 -0
- criteo_api_marketingsolutions_preview/model/{write_model_patch_ad_set_v24_q1.py → write_model_patch_ad_set_v24_q3.py} +8 -8
- criteo_api_marketingsolutions_preview/models/__init__.py +57 -71
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/METADATA +14 -5
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/RECORD +89 -103
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/WHEEL +1 -1
- criteo_api_marketingsolutions_preview/model/coupon_supported_sizes_response.py +0 -285
- criteo_api_marketingsolutions_preview/model/creative_list_response.py +0 -287
- criteo_api_marketingsolutions_preview/model/delete_user_profile_model.py +0 -273
- criteo_api_marketingsolutions_preview/model/delete_user_profile_model_list_request.py +0 -271
- criteo_api_marketingsolutions_preview/model/oci_brand_safety_response.py +0 -279
- criteo_api_marketingsolutions_preview/model/oci_brand_safety_response_data.py +0 -287
- criteo_api_marketingsolutions_preview/model/oci_brand_safety_rule.py +0 -275
- criteo_api_marketingsolutions_preview/model/oci_brand_safety_segment.py +0 -320
- criteo_api_marketingsolutions_preview/model/oci_targeting_node.py +0 -277
- criteo_api_marketingsolutions_preview/model/oci_targeting_response.py +0 -279
- criteo_api_marketingsolutions_preview/model/oci_targeting_response_data.py +0 -287
- criteo_api_marketingsolutions_preview/model/oci_targeting_rule.py +0 -275
- criteo_api_marketingsolutions_preview/model/set_user_profile_model.py +0 -293
- criteo_api_marketingsolutions_preview/model/set_user_profile_model_list_request.py +0 -271
- criteo_api_marketingsolutions_preview/model/set_user_profile_model_resource.py +0 -273
- criteo_api_marketingsolutions_preview/model/target.py +0 -274
- criteo_api_marketingsolutions_preview/model/target_type.py +0 -290
- criteo_api_marketingsolutions_preview/model/targeting_error_model.py +0 -299
- criteo_api_marketingsolutions_preview/model/targeting_operator.py +0 -292
- criteo_api_marketingsolutions_preview/model/user_profile_attribute_model.py +0 -275
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/top_level.txt +0 -0
|
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_preview.model.nillable_ad_set_targeting_rule_v24_q3 import NillableAdSetTargetingRuleV24Q3
|
|
34
|
+
globals()['NillableAdSetTargetingRuleV24Q3'] = NillableAdSetTargetingRuleV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class AdSetGeoLocationV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -87,9 +87,9 @@ class AdSetGeoLocationV24Q1(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'countries': (
|
|
91
|
-
'subdivisions': (
|
|
92
|
-
'zip_codes': (
|
|
90
|
+
'countries': (NillableAdSetTargetingRuleV24Q3,), # noqa: E501
|
|
91
|
+
'subdivisions': (NillableAdSetTargetingRuleV24Q3,), # noqa: E501
|
|
92
|
+
'zip_codes': (NillableAdSetTargetingRuleV24Q3,), # noqa: E501
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
@cached_property
|
|
@@ -111,7 +111,7 @@ class AdSetGeoLocationV24Q1(ModelNormal):
|
|
|
111
111
|
@classmethod
|
|
112
112
|
@convert_js_args_to_python_args
|
|
113
113
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
114
|
-
"""
|
|
114
|
+
"""AdSetGeoLocationV24Q3 - a model defined in OpenAPI
|
|
115
115
|
|
|
116
116
|
Keyword Args:
|
|
117
117
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -144,9 +144,9 @@ class AdSetGeoLocationV24Q1(ModelNormal):
|
|
|
144
144
|
Animal class but this time we won't travel
|
|
145
145
|
through its discriminator because we passed in
|
|
146
146
|
_visited_composed_classes = (Animal,)
|
|
147
|
-
countries (
|
|
148
|
-
subdivisions (
|
|
149
|
-
zip_codes (
|
|
147
|
+
countries (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
148
|
+
subdivisions (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
149
|
+
zip_codes (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -199,7 +199,7 @@ class AdSetGeoLocationV24Q1(ModelNormal):
|
|
|
199
199
|
|
|
200
200
|
@convert_js_args_to_python_args
|
|
201
201
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
202
|
-
"""
|
|
202
|
+
"""AdSetGeoLocationV24Q3 - a model defined in OpenAPI
|
|
203
203
|
|
|
204
204
|
Keyword Args:
|
|
205
205
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -232,9 +232,9 @@ class AdSetGeoLocationV24Q1(ModelNormal):
|
|
|
232
232
|
Animal class but this time we won't travel
|
|
233
233
|
through its discriminator because we passed in
|
|
234
234
|
_visited_composed_classes = (Animal,)
|
|
235
|
-
countries (
|
|
236
|
-
subdivisions (
|
|
237
|
-
zip_codes (
|
|
235
|
+
countries (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
236
|
+
subdivisions (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
237
|
+
zip_codes (NillableAdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class AdSetSearchFilterV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -105,7 +105,7 @@ class AdSetSearchFilterV24Q1(ModelNormal):
|
|
|
105
105
|
@classmethod
|
|
106
106
|
@convert_js_args_to_python_args
|
|
107
107
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
108
|
-
"""
|
|
108
|
+
"""AdSetSearchFilterV24Q3 - a model defined in OpenAPI
|
|
109
109
|
|
|
110
110
|
Keyword Args:
|
|
111
111
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -193,7 +193,7 @@ class AdSetSearchFilterV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""AdSetSearchFilterV24Q3 - a model defined in OpenAPI
|
|
197
197
|
|
|
198
198
|
Keyword Args:
|
|
199
199
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -30,11 +30,11 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_search_filter_v24_q3 import AdSetSearchFilterV24Q3
|
|
34
|
+
globals()['AdSetSearchFilterV24Q3'] = AdSetSearchFilterV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class AdSetSearchRequestV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -87,7 +87,7 @@ class AdSetSearchRequestV24Q1(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'filters': (
|
|
90
|
+
'filters': (AdSetSearchFilterV24Q3,), # noqa: E501
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@cached_property
|
|
@@ -107,7 +107,7 @@ class AdSetSearchRequestV24Q1(ModelNormal):
|
|
|
107
107
|
@classmethod
|
|
108
108
|
@convert_js_args_to_python_args
|
|
109
109
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
110
|
-
"""
|
|
110
|
+
"""AdSetSearchRequestV24Q3 - a model defined in OpenAPI
|
|
111
111
|
|
|
112
112
|
Keyword Args:
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -140,7 +140,7 @@ class AdSetSearchRequestV24Q1(ModelNormal):
|
|
|
140
140
|
Animal class but this time we won't travel
|
|
141
141
|
through its discriminator because we passed in
|
|
142
142
|
_visited_composed_classes = (Animal,)
|
|
143
|
-
filters (
|
|
143
|
+
filters (AdSetSearchFilterV24Q3): [optional] # noqa: E501
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -193,7 +193,7 @@ class AdSetSearchRequestV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""AdSetSearchRequestV24Q3 - a model defined in OpenAPI
|
|
197
197
|
|
|
198
198
|
Keyword Args:
|
|
199
199
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -226,7 +226,7 @@ class AdSetSearchRequestV24Q1(ModelNormal):
|
|
|
226
226
|
Animal class but this time we won't travel
|
|
227
227
|
through its discriminator because we passed in
|
|
228
228
|
_visited_composed_classes = (Animal,)
|
|
229
|
-
filters (
|
|
229
|
+
filters (AdSetSearchFilterV24Q3): [optional] # noqa: E501
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class AdSetTargetingRuleV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -109,7 +109,7 @@ class AdSetTargetingRuleV24Q1(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
|
+
"""AdSetTargetingRuleV24Q3 - 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 AdSetTargetingRuleV24Q1(ModelNormal):
|
|
|
196
196
|
|
|
197
197
|
@convert_js_args_to_python_args
|
|
198
198
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
-
"""
|
|
199
|
+
"""AdSetTargetingRuleV24Q3 - a model defined in OpenAPI
|
|
200
200
|
|
|
201
201
|
Keyword Args:
|
|
202
202
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -30,15 +30,15 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
35
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
36
|
-
globals()['
|
|
37
|
-
globals()['
|
|
38
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_delivery_limitations_v24_q3 import AdSetDeliveryLimitationsV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_frequency_capping_v24_q3 import AdSetFrequencyCappingV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_geo_location_v24_q3 import AdSetGeoLocationV24Q3
|
|
36
|
+
globals()['AdSetDeliveryLimitationsV24Q3'] = AdSetDeliveryLimitationsV24Q3
|
|
37
|
+
globals()['AdSetFrequencyCappingV24Q3'] = AdSetFrequencyCappingV24Q3
|
|
38
|
+
globals()['AdSetGeoLocationV24Q3'] = AdSetGeoLocationV24Q3
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
class
|
|
41
|
+
class AdSetTargetingV24Q3(ModelNormal):
|
|
42
42
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
43
43
|
Ref: https://openapi-generator.tech
|
|
44
44
|
|
|
@@ -91,9 +91,9 @@ class AdSetTargetingV24Q1(ModelNormal):
|
|
|
91
91
|
"""
|
|
92
92
|
lazy_import()
|
|
93
93
|
return {
|
|
94
|
-
'delivery_limitations': (
|
|
95
|
-
'geo_location': (
|
|
96
|
-
'frequency_capping': (
|
|
94
|
+
'delivery_limitations': (AdSetDeliveryLimitationsV24Q3,), # noqa: E501
|
|
95
|
+
'geo_location': (AdSetGeoLocationV24Q3,), # noqa: E501
|
|
96
|
+
'frequency_capping': (AdSetFrequencyCappingV24Q3,), # noqa: E501
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
@cached_property
|
|
@@ -115,7 +115,7 @@ class AdSetTargetingV24Q1(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
|
+
"""AdSetTargetingV24Q3 - 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,9 +148,9 @@ class AdSetTargetingV24Q1(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
|
-
delivery_limitations (
|
|
152
|
-
geo_location (
|
|
153
|
-
frequency_capping (
|
|
151
|
+
delivery_limitations (AdSetDeliveryLimitationsV24Q3): [optional] # noqa: E501
|
|
152
|
+
geo_location (AdSetGeoLocationV24Q3): [optional] # noqa: E501
|
|
153
|
+
frequency_capping (AdSetFrequencyCappingV24Q3): [optional] # noqa: E501
|
|
154
154
|
"""
|
|
155
155
|
|
|
156
156
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -203,7 +203,7 @@ class AdSetTargetingV24Q1(ModelNormal):
|
|
|
203
203
|
|
|
204
204
|
@convert_js_args_to_python_args
|
|
205
205
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
206
|
-
"""
|
|
206
|
+
"""AdSetTargetingV24Q3 - 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,9 +236,9 @@ class AdSetTargetingV24Q1(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
|
-
delivery_limitations (
|
|
240
|
-
geo_location (
|
|
241
|
-
frequency_capping (
|
|
239
|
+
delivery_limitations (AdSetDeliveryLimitationsV24Q3): [optional] # noqa: E501
|
|
240
|
+
geo_location (AdSetGeoLocationV24Q3): [optional] # noqa: E501
|
|
241
|
+
frequency_capping (AdSetFrequencyCappingV24Q3): [optional] # noqa: E501
|
|
242
242
|
"""
|
|
243
243
|
|
|
244
244
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -63,6 +63,13 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
63
63
|
'INTERSTITIAL': "Interstitial",
|
|
64
64
|
'INSTREAM': "InStream",
|
|
65
65
|
},
|
|
66
|
+
('video_plcmt',): {
|
|
67
|
+
'None': None,
|
|
68
|
+
'INSTREAM': "InStream",
|
|
69
|
+
'ACCOMPANYINGCONTENT': "AccompanyingContent",
|
|
70
|
+
'INTERSTITIAL': "Interstitial",
|
|
71
|
+
'NOCONTENTSTANDALONE': "NoContentStandalone",
|
|
72
|
+
},
|
|
66
73
|
('playback_method',): {
|
|
67
74
|
'None': None,
|
|
68
75
|
'AUTOSOUNDON': "AutoSoundOn",
|
|
@@ -101,6 +108,8 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
101
108
|
validations = {
|
|
102
109
|
('video_placement',): {
|
|
103
110
|
},
|
|
111
|
+
('video_plcmt',): {
|
|
112
|
+
},
|
|
104
113
|
('playback_method',): {
|
|
105
114
|
},
|
|
106
115
|
('video_in_stream_position',): {
|
|
@@ -133,6 +142,7 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
133
142
|
"""
|
|
134
143
|
return {
|
|
135
144
|
'video_placement': ([str], none_type,), # noqa: E501
|
|
145
|
+
'video_plcmt': ([str], none_type,), # noqa: E501
|
|
136
146
|
'playback_method': ([str], none_type,), # noqa: E501
|
|
137
147
|
'skippable': (str, none_type,), # noqa: E501
|
|
138
148
|
'video_in_stream_position': ([str], none_type,), # noqa: E501
|
|
@@ -147,6 +157,7 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
147
157
|
|
|
148
158
|
attribute_map = {
|
|
149
159
|
'video_placement': 'videoPlacement', # noqa: E501
|
|
160
|
+
'video_plcmt': 'videoPlcmt', # noqa: E501
|
|
150
161
|
'playback_method': 'playbackMethod', # noqa: E501
|
|
151
162
|
'skippable': 'skippable', # noqa: E501
|
|
152
163
|
'video_in_stream_position': 'videoInStreamPosition', # noqa: E501
|
|
@@ -196,6 +207,7 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
196
207
|
through its discriminator because we passed in
|
|
197
208
|
_visited_composed_classes = (Animal,)
|
|
198
209
|
video_placement ([str], none_type): [optional] # noqa: E501
|
|
210
|
+
video_plcmt ([str], none_type): [optional] # noqa: E501
|
|
199
211
|
playback_method ([str], none_type): [optional] # noqa: E501
|
|
200
212
|
skippable (str, none_type): [optional] # noqa: E501
|
|
201
213
|
video_in_stream_position ([str], none_type): [optional] # noqa: E501
|
|
@@ -287,6 +299,7 @@ class AdSetTargetingVideoPositioning(ModelNormal):
|
|
|
287
299
|
through its discriminator because we passed in
|
|
288
300
|
_visited_composed_classes = (Animal,)
|
|
289
301
|
video_placement ([str], none_type): [optional] # noqa: E501
|
|
302
|
+
video_plcmt ([str], none_type): [optional] # noqa: E501
|
|
290
303
|
playback_method ([str], none_type): [optional] # noqa: E501
|
|
291
304
|
skippable (str, none_type): [optional] # noqa: E501
|
|
292
305
|
video_in_stream_position ([str], none_type): [optional] # noqa: E501
|
|
@@ -65,7 +65,6 @@ class ContactlistAmendmentAttributes(ModelNormal):
|
|
|
65
65
|
'MADID': "madid",
|
|
66
66
|
'IDENTITYLINK': "identityLink",
|
|
67
67
|
'GUM': "gum",
|
|
68
|
-
'CUSTOMERID': "customerid",
|
|
69
68
|
'PHONENUMBER': "phoneNumber",
|
|
70
69
|
},
|
|
71
70
|
}
|
|
@@ -124,7 +123,7 @@ class ContactlistAmendmentAttributes(ModelNormal):
|
|
|
124
123
|
|
|
125
124
|
Args:
|
|
126
125
|
operation (str): Operation to add or remove users
|
|
127
|
-
identifiers ([str]): The users
|
|
126
|
+
identifiers ([str]): The users to add or remove, each in the schema specified
|
|
128
127
|
|
|
129
128
|
Keyword Args:
|
|
130
129
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -217,7 +216,7 @@ class ContactlistAmendmentAttributes(ModelNormal):
|
|
|
217
216
|
|
|
218
217
|
Args:
|
|
219
218
|
operation (str): Operation to add or remove users
|
|
220
|
-
identifiers ([str]): The users
|
|
219
|
+
identifiers ([str]): The users to add or remove, each in the schema specified
|
|
221
220
|
|
|
222
221
|
Keyword Args:
|
|
223
222
|
_check_type (bool): if True, values for parameters in openapi_types
|