criteo-api-marketingsolutions-sdk 0.0.240808__py3-none-any.whl → 0.0.241029__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 -57
- 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/contactlist_amendment_attributes.py +2 -3
- criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +0 -1
- 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} +23 -23
- 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/{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/{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} +23 -23
- criteo_api_marketingsolutions_preview/model/product.py +4 -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} +23 -23
- 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 +16 -2
- 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/{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 +34 -40
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.241029.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.241029.dist-info}/RECORD +51 -57
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.241029.dist-info}/WHEEL +1 -1
- 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/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/user_profile_attribute_model.py +0 -275
- {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.241029.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class ReportDetailWarning(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -55,6 +55,10 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
57
|
allowed_values = {
|
|
58
|
+
('type',): {
|
|
59
|
+
'OVERLARGEBADGEURL': "OverlargeBadgeUrl",
|
|
60
|
+
'INVALIDBADGEURL': "InvalidBadgeUrl",
|
|
61
|
+
},
|
|
58
62
|
}
|
|
59
63
|
|
|
60
64
|
validations = {
|
|
@@ -82,7 +86,8 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
82
86
|
"""
|
|
83
87
|
return {
|
|
84
88
|
'type': (str,), # noqa: E501
|
|
85
|
-
'
|
|
89
|
+
'message': (str,), # noqa: E501
|
|
90
|
+
'is_server_related': (bool,), # noqa: E501
|
|
86
91
|
}
|
|
87
92
|
|
|
88
93
|
@cached_property
|
|
@@ -92,7 +97,8 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
92
97
|
|
|
93
98
|
attribute_map = {
|
|
94
99
|
'type': 'type', # noqa: E501
|
|
95
|
-
'
|
|
100
|
+
'message': 'message', # noqa: E501
|
|
101
|
+
'is_server_related': 'isServerRelated', # noqa: E501
|
|
96
102
|
}
|
|
97
103
|
|
|
98
104
|
read_only_vars = {
|
|
@@ -102,12 +108,13 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
102
108
|
|
|
103
109
|
@classmethod
|
|
104
110
|
@convert_js_args_to_python_args
|
|
105
|
-
def _from_openapi_data(cls, type,
|
|
106
|
-
"""
|
|
111
|
+
def _from_openapi_data(cls, type, message, is_server_related, *args, **kwargs): # noqa: E501
|
|
112
|
+
"""ReportDetailWarning - a model defined in OpenAPI
|
|
107
113
|
|
|
108
114
|
Args:
|
|
109
115
|
type (str):
|
|
110
|
-
|
|
116
|
+
message (str):
|
|
117
|
+
is_server_related (bool):
|
|
111
118
|
|
|
112
119
|
Keyword Args:
|
|
113
120
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -172,7 +179,8 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
172
179
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
173
180
|
|
|
174
181
|
self.type = type
|
|
175
|
-
self.
|
|
182
|
+
self.message = message
|
|
183
|
+
self.is_server_related = is_server_related
|
|
176
184
|
for var_name, var_value in kwargs.items():
|
|
177
185
|
if var_name not in self.attribute_map and \
|
|
178
186
|
self._configuration is not None and \
|
|
@@ -193,12 +201,13 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
193
201
|
])
|
|
194
202
|
|
|
195
203
|
@convert_js_args_to_python_args
|
|
196
|
-
def __init__(self, type,
|
|
197
|
-
"""
|
|
204
|
+
def __init__(self, type, message, is_server_related, *args, **kwargs): # noqa: E501
|
|
205
|
+
"""ReportDetailWarning - a model defined in OpenAPI
|
|
198
206
|
|
|
199
207
|
Args:
|
|
200
208
|
type (str):
|
|
201
|
-
|
|
209
|
+
message (str):
|
|
210
|
+
is_server_related (bool):
|
|
202
211
|
|
|
203
212
|
Keyword Args:
|
|
204
213
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -261,7 +270,8 @@ class UserProfileIdentifierModel(ModelNormal):
|
|
|
261
270
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
262
271
|
|
|
263
272
|
self.type = type
|
|
264
|
-
self.
|
|
273
|
+
self.message = message
|
|
274
|
+
self.is_server_related = is_server_related
|
|
265
275
|
for var_name, var_value in kwargs.items():
|
|
266
276
|
if var_name not in self.attribute_map and \
|
|
267
277
|
self._configuration is not None and \
|
|
@@ -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.report_detail_warning import ReportDetailWarning
|
|
34
|
+
globals()['ReportDetailWarning'] = ReportDetailWarning
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class ReportDetailWarnings(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -87,8 +87,8 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'
|
|
91
|
-
'
|
|
90
|
+
'product_id': (str,), # noqa: E501
|
|
91
|
+
'warnings': ([ReportDetailWarning],), # noqa: E501
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
@cached_property
|
|
@@ -97,8 +97,8 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
attribute_map = {
|
|
100
|
-
'
|
|
101
|
-
'
|
|
100
|
+
'product_id': 'productId', # noqa: E501
|
|
101
|
+
'warnings': 'warnings', # noqa: E501
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
read_only_vars = {
|
|
@@ -108,8 +108,12 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
108
108
|
|
|
109
109
|
@classmethod
|
|
110
110
|
@convert_js_args_to_python_args
|
|
111
|
-
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
112
|
-
"""
|
|
111
|
+
def _from_openapi_data(cls, product_id, warnings, *args, **kwargs): # noqa: E501
|
|
112
|
+
"""ReportDetailWarnings - a model defined in OpenAPI
|
|
113
|
+
|
|
114
|
+
Args:
|
|
115
|
+
product_id (str):
|
|
116
|
+
warnings ([ReportDetailWarning]):
|
|
113
117
|
|
|
114
118
|
Keyword Args:
|
|
115
119
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -142,8 +146,6 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
142
146
|
Animal class but this time we won't travel
|
|
143
147
|
through its discriminator because we passed in
|
|
144
148
|
_visited_composed_classes = (Animal,)
|
|
145
|
-
type (str, none_type): [optional] # noqa: E501
|
|
146
|
-
attributes (DeleteUserProfileModel): [optional] # noqa: E501
|
|
147
149
|
"""
|
|
148
150
|
|
|
149
151
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -175,6 +177,8 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
175
177
|
self._configuration = _configuration
|
|
176
178
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
177
179
|
|
|
180
|
+
self.product_id = product_id
|
|
181
|
+
self.warnings = warnings
|
|
178
182
|
for var_name, var_value in kwargs.items():
|
|
179
183
|
if var_name not in self.attribute_map and \
|
|
180
184
|
self._configuration is not None and \
|
|
@@ -195,8 +199,12 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
195
199
|
])
|
|
196
200
|
|
|
197
201
|
@convert_js_args_to_python_args
|
|
198
|
-
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
-
"""
|
|
202
|
+
def __init__(self, product_id, warnings, *args, **kwargs): # noqa: E501
|
|
203
|
+
"""ReportDetailWarnings - a model defined in OpenAPI
|
|
204
|
+
|
|
205
|
+
Args:
|
|
206
|
+
product_id (str):
|
|
207
|
+
warnings ([ReportDetailWarning]):
|
|
200
208
|
|
|
201
209
|
Keyword Args:
|
|
202
210
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -229,8 +237,6 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
229
237
|
Animal class but this time we won't travel
|
|
230
238
|
through its discriminator because we passed in
|
|
231
239
|
_visited_composed_classes = (Animal,)
|
|
232
|
-
type (str, none_type): [optional] # noqa: E501
|
|
233
|
-
attributes (DeleteUserProfileModel): [optional] # noqa: E501
|
|
234
240
|
"""
|
|
235
241
|
|
|
236
242
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -260,6 +266,8 @@ class DeleteUserProfileModelResource(ModelNormal):
|
|
|
260
266
|
self._configuration = _configuration
|
|
261
267
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
262
268
|
|
|
269
|
+
self.product_id = product_id
|
|
270
|
+
self.warnings = warnings
|
|
263
271
|
for var_name, var_value in kwargs.items():
|
|
264
272
|
if var_name not in self.attribute_map and \
|
|
265
273
|
self._configuration is not None and \
|
|
@@ -31,7 +31,9 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from criteo_api_marketingsolutions_preview.model.report_detail_errors import ReportDetailErrors
|
|
34
|
+
from criteo_api_marketingsolutions_preview.model.report_detail_warnings import ReportDetailWarnings
|
|
34
35
|
globals()['ReportDetailErrors'] = ReportDetailErrors
|
|
36
|
+
globals()['ReportDetailWarnings'] = ReportDetailWarnings
|
|
35
37
|
|
|
36
38
|
|
|
37
39
|
class ReportOkResponse(ModelNormal):
|
|
@@ -101,6 +103,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
101
103
|
'number_of_products_deleted': (int,), # noqa: E501
|
|
102
104
|
'number_of_products_with_errors': (int,), # noqa: E501
|
|
103
105
|
'error_details': ([ReportDetailErrors],), # noqa: E501
|
|
106
|
+
'number_of_products_with_warnings': (int,), # noqa: E501
|
|
107
|
+
'warning_details': ([ReportDetailWarnings],), # noqa: E501
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
@cached_property
|
|
@@ -116,6 +120,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
116
120
|
'number_of_products_deleted': 'numberOfProductsDeleted', # noqa: E501
|
|
117
121
|
'number_of_products_with_errors': 'numberOfProductsWithErrors', # noqa: E501
|
|
118
122
|
'error_details': 'errorDetails', # noqa: E501
|
|
123
|
+
'number_of_products_with_warnings': 'numberOfProductsWithWarnings', # noqa: E501
|
|
124
|
+
'warning_details': 'warningDetails', # noqa: E501
|
|
119
125
|
}
|
|
120
126
|
|
|
121
127
|
read_only_vars = {
|
|
@@ -125,7 +131,7 @@ class ReportOkResponse(ModelNormal):
|
|
|
125
131
|
|
|
126
132
|
@classmethod
|
|
127
133
|
@convert_js_args_to_python_args
|
|
128
|
-
def _from_openapi_data(cls, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, *args, **kwargs): # noqa: E501
|
|
134
|
+
def _from_openapi_data(cls, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, number_of_products_with_warnings, warning_details, *args, **kwargs): # noqa: E501
|
|
129
135
|
"""ReportOkResponse - a model defined in OpenAPI
|
|
130
136
|
|
|
131
137
|
Args:
|
|
@@ -136,6 +142,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
136
142
|
number_of_products_deleted (int): The number of products deleted.
|
|
137
143
|
number_of_products_with_errors (int): The number of products with errors.
|
|
138
144
|
error_details ([ReportDetailErrors]): The list of errors with details.
|
|
145
|
+
number_of_products_with_warnings (int): The number of products with Warnings.
|
|
146
|
+
warning_details ([ReportDetailWarnings]): The list of Warnings with details.
|
|
139
147
|
|
|
140
148
|
Keyword Args:
|
|
141
149
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -206,6 +214,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
206
214
|
self.number_of_products_deleted = number_of_products_deleted
|
|
207
215
|
self.number_of_products_with_errors = number_of_products_with_errors
|
|
208
216
|
self.error_details = error_details
|
|
217
|
+
self.number_of_products_with_warnings = number_of_products_with_warnings
|
|
218
|
+
self.warning_details = warning_details
|
|
209
219
|
for var_name, var_value in kwargs.items():
|
|
210
220
|
if var_name not in self.attribute_map and \
|
|
211
221
|
self._configuration is not None and \
|
|
@@ -226,7 +236,7 @@ class ReportOkResponse(ModelNormal):
|
|
|
226
236
|
])
|
|
227
237
|
|
|
228
238
|
@convert_js_args_to_python_args
|
|
229
|
-
def __init__(self, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, *args, **kwargs): # noqa: E501
|
|
239
|
+
def __init__(self, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, number_of_products_with_warnings, warning_details, *args, **kwargs): # noqa: E501
|
|
230
240
|
"""ReportOkResponse - a model defined in OpenAPI
|
|
231
241
|
|
|
232
242
|
Args:
|
|
@@ -237,6 +247,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
237
247
|
number_of_products_deleted (int): The number of products deleted.
|
|
238
248
|
number_of_products_with_errors (int): The number of products with errors.
|
|
239
249
|
error_details ([ReportDetailErrors]): The list of errors with details.
|
|
250
|
+
number_of_products_with_warnings (int): The number of products with Warnings.
|
|
251
|
+
warning_details ([ReportDetailWarnings]): The list of Warnings with details.
|
|
240
252
|
|
|
241
253
|
Keyword Args:
|
|
242
254
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -305,6 +317,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
305
317
|
self.number_of_products_deleted = number_of_products_deleted
|
|
306
318
|
self.number_of_products_with_errors = number_of_products_with_errors
|
|
307
319
|
self.error_details = error_details
|
|
320
|
+
self.number_of_products_with_warnings = number_of_products_with_warnings
|
|
321
|
+
self.warning_details = warning_details
|
|
308
322
|
for var_name, var_value in kwargs.items():
|
|
309
323
|
if var_name not in self.attribute_map and \
|
|
310
324
|
self._configuration is not None and \
|
|
@@ -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.write_model_patch_ad_set_v24_q3 import WriteModelPatchAdSetV24Q3
|
|
34
|
+
globals()['WriteModelPatchAdSetV24Q3'] = WriteModelPatchAdSetV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class RequestsPatchAdSetV24Q3(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 RequestsPatchAdSetV24Q1(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'data': ([
|
|
90
|
+
'data': ([WriteModelPatchAdSetV24Q3], none_type,), # noqa: E501
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@cached_property
|
|
@@ -107,7 +107,7 @@ class RequestsPatchAdSetV24Q1(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
|
+
"""RequestsPatchAdSetV24Q3 - 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 RequestsPatchAdSetV24Q1(ModelNormal):
|
|
|
140
140
|
Animal class but this time we won't travel
|
|
141
141
|
through its discriminator because we passed in
|
|
142
142
|
_visited_composed_classes = (Animal,)
|
|
143
|
-
data ([
|
|
143
|
+
data ([WriteModelPatchAdSetV24Q3], none_type): [optional] # noqa: E501
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -193,7 +193,7 @@ class RequestsPatchAdSetV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""RequestsPatchAdSetV24Q3 - 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 RequestsPatchAdSetV24Q1(ModelNormal):
|
|
|
226
226
|
Animal class but this time we won't travel
|
|
227
227
|
through its discriminator because we passed in
|
|
228
228
|
_visited_composed_classes = (Animal,)
|
|
229
|
-
data ([
|
|
229
|
+
data ([WriteModelPatchAdSetV24Q3], none_type): [optional] # noqa: E501
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -31,12 +31,12 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from criteo_api_marketingsolutions_preview.model.common_problem import CommonProblem
|
|
34
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
+
from criteo_api_marketingsolutions_preview.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
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'errors': ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
153
153
|
errors ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
241
241
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
"""
|
|
@@ -31,12 +31,12 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from criteo_api_marketingsolutions_preview.model.common_problem import CommonProblem
|
|
34
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
+
from criteo_api_marketingsolutions_preview.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
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'errors': ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
154
154
|
errors ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
243
243
|
"""
|
|
@@ -31,12 +31,12 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from criteo_api_marketingsolutions_preview.model.common_problem import CommonProblem
|
|
34
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
34
|
+
from criteo_api_marketingsolutions_preview.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
|
'warnings': ([CommonProblem], none_type,), # noqa: E501
|
|
94
94
|
'errors': ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
154
154
|
errors ([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
|
warnings ([CommonProblem], none_type): [optional] # noqa: E501
|
|
242
242
|
errors ([CommonProblem], none_type): [optional] # noqa: E501
|
|
243
243
|
"""
|
|
@@ -63,6 +63,13 @@ class SetAdSetTargetingVideoPositioning(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 SetAdSetTargetingVideoPositioning(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 SetAdSetTargetingVideoPositioning(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 SetAdSetTargetingVideoPositioning(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 SetAdSetTargetingVideoPositioning(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 SetAdSetTargetingVideoPositioning(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
|
|
@@ -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.patch_ad_set_v24_q3 import PatchAdSetV24Q3
|
|
34
|
+
globals()['PatchAdSetV24Q3'] = PatchAdSetV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class WriteModelPatchAdSetV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -89,7 +89,7 @@ class WriteModelPatchAdSetV24Q1(ModelNormal):
|
|
|
89
89
|
return {
|
|
90
90
|
'id': (str, none_type,), # noqa: E501
|
|
91
91
|
'type': (str, none_type,), # noqa: E501
|
|
92
|
-
'attributes': (
|
|
92
|
+
'attributes': (PatchAdSetV24Q3,), # noqa: E501
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
@cached_property
|
|
@@ -111,7 +111,7 @@ class WriteModelPatchAdSetV24Q1(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
|
+
"""WriteModelPatchAdSetV24Q3 - a model defined in OpenAPI
|
|
115
115
|
|
|
116
116
|
Keyword Args:
|
|
117
117
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -146,7 +146,7 @@ class WriteModelPatchAdSetV24Q1(ModelNormal):
|
|
|
146
146
|
_visited_composed_classes = (Animal,)
|
|
147
147
|
id (str, none_type): Id of the entity. [optional] # noqa: E501
|
|
148
148
|
type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
|
|
149
|
-
attributes (
|
|
149
|
+
attributes (PatchAdSetV24Q3): [optional] # noqa: E501
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -199,7 +199,7 @@ class WriteModelPatchAdSetV24Q1(ModelNormal):
|
|
|
199
199
|
|
|
200
200
|
@convert_js_args_to_python_args
|
|
201
201
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
202
|
-
"""
|
|
202
|
+
"""WriteModelPatchAdSetV24Q3 - a model defined in OpenAPI
|
|
203
203
|
|
|
204
204
|
Keyword Args:
|
|
205
205
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -234,7 +234,7 @@ class WriteModelPatchAdSetV24Q1(ModelNormal):
|
|
|
234
234
|
_visited_composed_classes = (Animal,)
|
|
235
235
|
id (str, none_type): Id of the entity. [optional] # noqa: E501
|
|
236
236
|
type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
|
|
237
|
-
attributes (
|
|
237
|
+
attributes (PatchAdSetV24Q3): [optional] # noqa: E501
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
_check_type = kwargs.pop('_check_type', True)
|