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,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_value import NillableAdSetTargetingRuleV24Q3Value
|
|
34
|
+
globals()['NillableAdSetTargetingRuleV24Q3Value'] = NillableAdSetTargetingRuleV24Q3Value
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class NillableAdSetTargetingRuleV24Q3(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 NillableAdSetTargetingRuleV24Q1(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'value': (
|
|
90
|
+
'value': (NillableAdSetTargetingRuleV24Q3Value,), # noqa: E501
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@cached_property
|
|
@@ -107,7 +107,7 @@ class NillableAdSetTargetingRuleV24Q1(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
|
+
"""NillableAdSetTargetingRuleV24Q3 - 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 NillableAdSetTargetingRuleV24Q1(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
|
-
value (
|
|
143
|
+
value (NillableAdSetTargetingRuleV24Q3Value): [optional] # noqa: E501
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -193,7 +193,7 @@ class NillableAdSetTargetingRuleV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""NillableAdSetTargetingRuleV24Q3 - 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 NillableAdSetTargetingRuleV24Q1(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
|
-
value (
|
|
229
|
+
value (NillableAdSetTargetingRuleV24Q3Value): [optional] # noqa: E501
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -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_targeting_rule_v24_q3 import AdSetTargetingRuleV24Q3
|
|
34
|
+
globals()['AdSetTargetingRuleV24Q3'] = AdSetTargetingRuleV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class NillableAdSetTargetingRuleV24Q3Value(ModelComposed):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -113,7 +113,7 @@ class NillableAdSetTargetingRuleV24Q1Value(ModelComposed):
|
|
|
113
113
|
@classmethod
|
|
114
114
|
@convert_js_args_to_python_args
|
|
115
115
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
116
|
-
"""
|
|
116
|
+
"""NillableAdSetTargetingRuleV24Q3Value - a model defined in OpenAPI
|
|
117
117
|
|
|
118
118
|
Keyword Args:
|
|
119
119
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -218,7 +218,7 @@ class NillableAdSetTargetingRuleV24Q1Value(ModelComposed):
|
|
|
218
218
|
|
|
219
219
|
@convert_js_args_to_python_args
|
|
220
220
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
221
|
-
"""
|
|
221
|
+
"""NillableAdSetTargetingRuleV24Q3Value - a model defined in OpenAPI
|
|
222
222
|
|
|
223
223
|
Keyword Args:
|
|
224
224
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -322,7 +322,7 @@ class NillableAdSetTargetingRuleV24Q1Value(ModelComposed):
|
|
|
322
322
|
'anyOf': [
|
|
323
323
|
],
|
|
324
324
|
'allOf': [
|
|
325
|
-
|
|
325
|
+
AdSetTargetingRuleV24Q3,
|
|
326
326
|
],
|
|
327
327
|
'oneOf': [
|
|
328
328
|
],
|
|
@@ -34,7 +34,7 @@ def lazy_import():
|
|
|
34
34
|
globals()['NillableDecimal'] = NillableDecimal
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class PatchAdSetBiddingV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -107,7 +107,7 @@ class PatchAdSetBiddingV24Q1(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
|
+
"""PatchAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
111
111
|
|
|
112
112
|
Keyword Args:
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -193,7 +193,7 @@ class PatchAdSetBiddingV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""PatchAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
197
197
|
|
|
198
198
|
Keyword Args:
|
|
199
199
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -34,7 +34,7 @@ def lazy_import():
|
|
|
34
34
|
globals()['NillableDecimal'] = NillableDecimal
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class PatchAdSetBudgetV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -144,7 +144,7 @@ class PatchAdSetBudgetV24Q1(ModelNormal):
|
|
|
144
144
|
@classmethod
|
|
145
145
|
@convert_js_args_to_python_args
|
|
146
146
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
147
|
-
"""
|
|
147
|
+
"""PatchAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
148
148
|
|
|
149
149
|
Keyword Args:
|
|
150
150
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -234,7 +234,7 @@ class PatchAdSetBudgetV24Q1(ModelNormal):
|
|
|
234
234
|
|
|
235
235
|
@convert_js_args_to_python_args
|
|
236
236
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
237
|
-
"""
|
|
237
|
+
"""PatchAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
238
238
|
|
|
239
239
|
Keyword Args:
|
|
240
240
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -34,7 +34,7 @@ def lazy_import():
|
|
|
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
|
criteo_api_marketingsolutions_preview/model/{patch_ad_set_v24_q1.py → patch_ad_set_v24_q3.py}
RENAMED
|
@@ -30,17 +30,17 @@ 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
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
37
|
-
globals()['
|
|
38
|
-
globals()['
|
|
39
|
-
globals()['
|
|
40
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_targeting_v24_q3 import AdSetTargetingV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_preview.model.patch_ad_set_bidding_v24_q3 import PatchAdSetBiddingV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_preview.model.patch_ad_set_budget_v24_q3 import PatchAdSetBudgetV24Q3
|
|
36
|
+
from criteo_api_marketingsolutions_preview.model.patch_ad_set_scheduling_v24_q3 import PatchAdSetSchedulingV24Q3
|
|
37
|
+
globals()['AdSetTargetingV24Q3'] = AdSetTargetingV24Q3
|
|
38
|
+
globals()['PatchAdSetBiddingV24Q3'] = PatchAdSetBiddingV24Q3
|
|
39
|
+
globals()['PatchAdSetBudgetV24Q3'] = PatchAdSetBudgetV24Q3
|
|
40
|
+
globals()['PatchAdSetSchedulingV24Q3'] = PatchAdSetSchedulingV24Q3
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
class
|
|
43
|
+
class PatchAdSetV24Q3(ModelNormal):
|
|
44
44
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
45
45
|
Ref: https://openapi-generator.tech
|
|
46
46
|
|
|
@@ -94,10 +94,10 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
94
94
|
lazy_import()
|
|
95
95
|
return {
|
|
96
96
|
'name': (str, none_type,), # noqa: E501
|
|
97
|
-
'scheduling': (
|
|
98
|
-
'bidding': (
|
|
99
|
-
'targeting': (
|
|
100
|
-
'budget': (
|
|
97
|
+
'scheduling': (PatchAdSetSchedulingV24Q3,), # noqa: E501
|
|
98
|
+
'bidding': (PatchAdSetBiddingV24Q3,), # noqa: E501
|
|
99
|
+
'targeting': (AdSetTargetingV24Q3,), # noqa: E501
|
|
100
|
+
'budget': (PatchAdSetBudgetV24Q3,), # noqa: E501
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
@cached_property
|
|
@@ -121,7 +121,7 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
121
121
|
@classmethod
|
|
122
122
|
@convert_js_args_to_python_args
|
|
123
123
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
124
|
-
"""
|
|
124
|
+
"""PatchAdSetV24Q3 - a model defined in OpenAPI
|
|
125
125
|
|
|
126
126
|
Keyword Args:
|
|
127
127
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -155,10 +155,10 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
155
155
|
through its discriminator because we passed in
|
|
156
156
|
_visited_composed_classes = (Animal,)
|
|
157
157
|
name (str, none_type): [optional] # noqa: E501
|
|
158
|
-
scheduling (
|
|
159
|
-
bidding (
|
|
160
|
-
targeting (
|
|
161
|
-
budget (
|
|
158
|
+
scheduling (PatchAdSetSchedulingV24Q3): [optional] # noqa: E501
|
|
159
|
+
bidding (PatchAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
160
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
161
|
+
budget (PatchAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
162
162
|
"""
|
|
163
163
|
|
|
164
164
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -211,7 +211,7 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
211
211
|
|
|
212
212
|
@convert_js_args_to_python_args
|
|
213
213
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
214
|
-
"""
|
|
214
|
+
"""PatchAdSetV24Q3 - a model defined in OpenAPI
|
|
215
215
|
|
|
216
216
|
Keyword Args:
|
|
217
217
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -245,10 +245,10 @@ class PatchAdSetV24Q1(ModelNormal):
|
|
|
245
245
|
through its discriminator because we passed in
|
|
246
246
|
_visited_composed_classes = (Animal,)
|
|
247
247
|
name (str, none_type): [optional] # noqa: E501
|
|
248
|
-
scheduling (
|
|
249
|
-
bidding (
|
|
250
|
-
targeting (
|
|
251
|
-
budget (
|
|
248
|
+
scheduling (PatchAdSetSchedulingV24Q3): [optional] # noqa: E501
|
|
249
|
+
bidding (PatchAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
250
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
251
|
+
budget (PatchAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
252
252
|
"""
|
|
253
253
|
|
|
254
254
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -189,6 +189,7 @@ class Product(ModelNormal):
|
|
|
189
189
|
'external_seller_name': (str, none_type,), # noqa: E501
|
|
190
190
|
'number_of_reviews': (int, none_type,), # noqa: E501
|
|
191
191
|
'product_rating': (str, none_type,), # noqa: E501
|
|
192
|
+
'badge': (str, none_type,), # noqa: E501
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
@cached_property
|
|
@@ -278,6 +279,7 @@ class Product(ModelNormal):
|
|
|
278
279
|
'external_seller_name': 'externalSellerName', # noqa: E501
|
|
279
280
|
'number_of_reviews': 'numberOfReviews', # noqa: E501
|
|
280
281
|
'product_rating': 'productRating', # noqa: E501
|
|
282
|
+
'badge': 'badge', # noqa: E501
|
|
281
283
|
}
|
|
282
284
|
|
|
283
285
|
read_only_vars = {
|
|
@@ -404,6 +406,7 @@ class Product(ModelNormal):
|
|
|
404
406
|
external_seller_name (str, none_type): The external name of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
405
407
|
number_of_reviews (int, none_type): The number of customer reviews for the product. [optional] # noqa: E501
|
|
406
408
|
product_rating (str, none_type): The product rating for the product. [optional] # noqa: E501
|
|
409
|
+
badge (str, none_type): URL of a badge image to display on the product.. [optional] # noqa: E501
|
|
407
410
|
"""
|
|
408
411
|
|
|
409
412
|
channel = kwargs.get('channel', "online")
|
|
@@ -578,6 +581,7 @@ class Product(ModelNormal):
|
|
|
578
581
|
external_seller_name (str, none_type): The external name of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
579
582
|
number_of_reviews (int, none_type): The number of customer reviews for the product. [optional] # noqa: E501
|
|
580
583
|
product_rating (str, none_type): The product rating for the product. [optional] # noqa: E501
|
|
584
|
+
badge (str, none_type): URL of a badge image to display on the product.. [optional] # noqa: E501
|
|
581
585
|
"""
|
|
582
586
|
|
|
583
587
|
channel = kwargs.get('channel', "online")
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class ReadAdSetBiddingV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -58,7 +58,7 @@ class ReadAdSetBiddingV24Q1(ModelNormal):
|
|
|
58
58
|
('cost_controller',): {
|
|
59
59
|
'None': None,
|
|
60
60
|
'COS': "COS",
|
|
61
|
-
'
|
|
61
|
+
'MAXCPC': "maxCPC",
|
|
62
62
|
'CPI': "CPI",
|
|
63
63
|
'CPM': "CPM",
|
|
64
64
|
'CPO': "CPO",
|
|
@@ -115,7 +115,7 @@ class ReadAdSetBiddingV24Q1(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
|
+
"""ReadAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
119
119
|
|
|
120
120
|
Keyword Args:
|
|
121
121
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -202,7 +202,7 @@ class ReadAdSetBiddingV24Q1(ModelNormal):
|
|
|
202
202
|
|
|
203
203
|
@convert_js_args_to_python_args
|
|
204
204
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
205
|
-
"""
|
|
205
|
+
"""ReadAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
206
206
|
|
|
207
207
|
Keyword Args:
|
|
208
208
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class ReadAdSetBudgetV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -138,7 +138,7 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
138
138
|
@classmethod
|
|
139
139
|
@convert_js_args_to_python_args
|
|
140
140
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
141
|
-
"""
|
|
141
|
+
"""ReadAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
142
142
|
|
|
143
143
|
Keyword Args:
|
|
144
144
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -228,7 +228,7 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
228
228
|
|
|
229
229
|
@convert_js_args_to_python_args
|
|
230
230
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
231
|
-
"""
|
|
231
|
+
"""ReadAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
232
232
|
|
|
233
233
|
Keyword Args:
|
|
234
234
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -34,7 +34,7 @@ def lazy_import():
|
|
|
34
34
|
globals()['NillableDateTime'] = NillableDateTime
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class ReadAdSetScheduleV24Q3(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -131,7 +131,7 @@ class ReadAdSetScheduleV24Q1(ModelNormal):
|
|
|
131
131
|
@classmethod
|
|
132
132
|
@convert_js_args_to_python_args
|
|
133
133
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
134
|
-
"""
|
|
134
|
+
"""ReadAdSetScheduleV24Q3 - a model defined in OpenAPI
|
|
135
135
|
|
|
136
136
|
Keyword Args:
|
|
137
137
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -220,7 +220,7 @@ class ReadAdSetScheduleV24Q1(ModelNormal):
|
|
|
220
220
|
|
|
221
221
|
@convert_js_args_to_python_args
|
|
222
222
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
223
|
-
"""
|
|
223
|
+
"""ReadAdSetScheduleV24Q3 - a model defined in OpenAPI
|
|
224
224
|
|
|
225
225
|
Keyword Args:
|
|
226
226
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -30,17 +30,17 @@ 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
|
-
from criteo_api_marketingsolutions_preview.model.
|
|
37
|
-
globals()['
|
|
38
|
-
globals()['
|
|
39
|
-
globals()['
|
|
40
|
-
globals()['
|
|
33
|
+
from criteo_api_marketingsolutions_preview.model.ad_set_targeting_v24_q3 import AdSetTargetingV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_preview.model.read_ad_set_bidding_v24_q3 import ReadAdSetBiddingV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_preview.model.read_ad_set_budget_v24_q3 import ReadAdSetBudgetV24Q3
|
|
36
|
+
from criteo_api_marketingsolutions_preview.model.read_ad_set_schedule_v24_q3 import ReadAdSetScheduleV24Q3
|
|
37
|
+
globals()['AdSetTargetingV24Q3'] = AdSetTargetingV24Q3
|
|
38
|
+
globals()['ReadAdSetBiddingV24Q3'] = ReadAdSetBiddingV24Q3
|
|
39
|
+
globals()['ReadAdSetBudgetV24Q3'] = ReadAdSetBudgetV24Q3
|
|
40
|
+
globals()['ReadAdSetScheduleV24Q3'] = ReadAdSetScheduleV24Q3
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
class
|
|
43
|
+
class ReadAdSetV24Q3(ModelNormal):
|
|
44
44
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
45
45
|
Ref: https://openapi-generator.tech
|
|
46
46
|
|
|
@@ -129,10 +129,10 @@ class ReadAdSetV24Q1(ModelNormal):
|
|
|
129
129
|
'campaign_id': (str, none_type,), # noqa: E501
|
|
130
130
|
'destination_environment': (str, none_type,), # noqa: E501
|
|
131
131
|
'objective': (str, none_type,), # noqa: E501
|
|
132
|
-
'schedule': (
|
|
133
|
-
'bidding': (
|
|
134
|
-
'targeting': (
|
|
135
|
-
'budget': (
|
|
132
|
+
'schedule': (ReadAdSetScheduleV24Q3,), # noqa: E501
|
|
133
|
+
'bidding': (ReadAdSetBiddingV24Q3,), # noqa: E501
|
|
134
|
+
'targeting': (AdSetTargetingV24Q3,), # noqa: E501
|
|
135
|
+
'budget': (ReadAdSetBudgetV24Q3,), # noqa: E501
|
|
136
136
|
'media_type': (str, none_type,), # noqa: E501
|
|
137
137
|
'video_channel': (str, none_type,), # noqa: E501
|
|
138
138
|
}
|
|
@@ -165,7 +165,7 @@ class ReadAdSetV24Q1(ModelNormal):
|
|
|
165
165
|
@classmethod
|
|
166
166
|
@convert_js_args_to_python_args
|
|
167
167
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
168
|
-
"""
|
|
168
|
+
"""ReadAdSetV24Q3 - a model defined in OpenAPI
|
|
169
169
|
|
|
170
170
|
Keyword Args:
|
|
171
171
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -204,10 +204,10 @@ class ReadAdSetV24Q1(ModelNormal):
|
|
|
204
204
|
campaign_id (str, none_type): [optional] # noqa: E501
|
|
205
205
|
destination_environment (str, none_type): [optional] # noqa: E501
|
|
206
206
|
objective (str, none_type): [optional] # noqa: E501
|
|
207
|
-
schedule (
|
|
208
|
-
bidding (
|
|
209
|
-
targeting (
|
|
210
|
-
budget (
|
|
207
|
+
schedule (ReadAdSetScheduleV24Q3): [optional] # noqa: E501
|
|
208
|
+
bidding (ReadAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
209
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
210
|
+
budget (ReadAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
211
211
|
media_type (str, none_type): [optional] # noqa: E501
|
|
212
212
|
video_channel (str, none_type): [optional] # noqa: E501
|
|
213
213
|
"""
|
|
@@ -262,7 +262,7 @@ class ReadAdSetV24Q1(ModelNormal):
|
|
|
262
262
|
|
|
263
263
|
@convert_js_args_to_python_args
|
|
264
264
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
265
|
-
"""
|
|
265
|
+
"""ReadAdSetV24Q3 - a model defined in OpenAPI
|
|
266
266
|
|
|
267
267
|
Keyword Args:
|
|
268
268
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -301,10 +301,10 @@ class ReadAdSetV24Q1(ModelNormal):
|
|
|
301
301
|
campaign_id (str, none_type): [optional] # noqa: E501
|
|
302
302
|
destination_environment (str, none_type): [optional] # noqa: E501
|
|
303
303
|
objective (str, none_type): [optional] # noqa: E501
|
|
304
|
-
schedule (
|
|
305
|
-
bidding (
|
|
306
|
-
targeting (
|
|
307
|
-
budget (
|
|
304
|
+
schedule (ReadAdSetScheduleV24Q3): [optional] # noqa: E501
|
|
305
|
+
bidding (ReadAdSetBiddingV24Q3): [optional] # noqa: E501
|
|
306
|
+
targeting (AdSetTargetingV24Q3): [optional] # noqa: E501
|
|
307
|
+
budget (ReadAdSetBudgetV24Q3): [optional] # noqa: E501
|
|
308
308
|
media_type (str, none_type): [optional] # noqa: E501
|
|
309
309
|
video_channel (str, none_type): [optional] # noqa: E501
|
|
310
310
|
"""
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class ReadModelAdSetIdV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -107,7 +107,7 @@ class ReadModelAdSetIdV24Q1(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
|
+
"""ReadModelAdSetIdV24Q3 - a model defined in OpenAPI
|
|
111
111
|
|
|
112
112
|
Keyword Args:
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -195,7 +195,7 @@ class ReadModelAdSetIdV24Q1(ModelNormal):
|
|
|
195
195
|
|
|
196
196
|
@convert_js_args_to_python_args
|
|
197
197
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
198
|
-
"""
|
|
198
|
+
"""ReadModelAdSetIdV24Q3 - a model defined in OpenAPI
|
|
199
199
|
|
|
200
200
|
Keyword Args:
|
|
201
201
|
_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.read_ad_set_v24_q3 import ReadAdSetV24Q3
|
|
34
|
+
globals()['ReadAdSetV24Q3'] = ReadAdSetV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class ReadModelReadAdSetV24Q3(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 ReadModelReadAdSetV24Q1(ModelNormal):
|
|
|
89
89
|
return {
|
|
90
90
|
'id': (str, none_type,), # noqa: E501
|
|
91
91
|
'type': (str, none_type,), # noqa: E501
|
|
92
|
-
'attributes': (
|
|
92
|
+
'attributes': (ReadAdSetV24Q3,), # noqa: E501
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
@cached_property
|
|
@@ -113,7 +113,7 @@ class ReadModelReadAdSetV24Q1(ModelNormal):
|
|
|
113
113
|
@classmethod
|
|
114
114
|
@convert_js_args_to_python_args
|
|
115
115
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
116
|
-
"""
|
|
116
|
+
"""ReadModelReadAdSetV24Q3 - a model defined in OpenAPI
|
|
117
117
|
|
|
118
118
|
Keyword Args:
|
|
119
119
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -148,7 +148,7 @@ class ReadModelReadAdSetV24Q1(ModelNormal):
|
|
|
148
148
|
_visited_composed_classes = (Animal,)
|
|
149
149
|
id (str, none_type): Id of the entity. [optional] # noqa: E501
|
|
150
150
|
type (str, none_type): [optional] # noqa: E501
|
|
151
|
-
attributes (
|
|
151
|
+
attributes (ReadAdSetV24Q3): [optional] # noqa: E501
|
|
152
152
|
"""
|
|
153
153
|
|
|
154
154
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -201,7 +201,7 @@ class ReadModelReadAdSetV24Q1(ModelNormal):
|
|
|
201
201
|
|
|
202
202
|
@convert_js_args_to_python_args
|
|
203
203
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
204
|
-
"""
|
|
204
|
+
"""ReadModelReadAdSetV24Q3 - a model defined in OpenAPI
|
|
205
205
|
|
|
206
206
|
Keyword Args:
|
|
207
207
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -236,7 +236,7 @@ class ReadModelReadAdSetV24Q1(ModelNormal):
|
|
|
236
236
|
_visited_composed_classes = (Animal,)
|
|
237
237
|
id (str, none_type): Id of the entity. [optional] # noqa: E501
|
|
238
238
|
type (str, none_type): [optional] # noqa: E501
|
|
239
|
-
attributes (
|
|
239
|
+
attributes (ReadAdSetV24Q3): [optional] # noqa: E501
|
|
240
240
|
"""
|
|
241
241
|
|
|
242
242
|
_check_type = kwargs.pop('_check_type', True)
|