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,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
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class CreateAdSetBiddingV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -57,7 +57,7 @@ class CreateAdSetBiddingV24Q1(ModelNormal):
|
|
|
57
57
|
allowed_values = {
|
|
58
58
|
('cost_controller',): {
|
|
59
59
|
'COS': "COS",
|
|
60
|
-
'
|
|
60
|
+
'MAXCPC': "maxCPC",
|
|
61
61
|
'CPI': "CPI",
|
|
62
62
|
'CPM': "CPM",
|
|
63
63
|
'CPO': "CPO",
|
|
@@ -114,7 +114,7 @@ class CreateAdSetBiddingV24Q1(ModelNormal):
|
|
|
114
114
|
@classmethod
|
|
115
115
|
@convert_js_args_to_python_args
|
|
116
116
|
def _from_openapi_data(cls, cost_controller, *args, **kwargs): # noqa: E501
|
|
117
|
-
"""
|
|
117
|
+
"""CreateAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
118
118
|
|
|
119
119
|
Args:
|
|
120
120
|
cost_controller (str): How spend is controlled
|
|
@@ -204,7 +204,7 @@ class CreateAdSetBiddingV24Q1(ModelNormal):
|
|
|
204
204
|
|
|
205
205
|
@convert_js_args_to_python_args
|
|
206
206
|
def __init__(self, cost_controller, *args, **kwargs): # noqa: E501
|
|
207
|
-
"""
|
|
207
|
+
"""CreateAdSetBiddingV24Q3 - a model defined in OpenAPI
|
|
208
208
|
|
|
209
209
|
Args:
|
|
210
210
|
cost_controller (str): How spend is controlled
|
|
@@ -30,7 +30,7 @@ from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class CreateAdSetBudgetV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -137,7 +137,7 @@ class CreateAdSetBudgetV24Q1(ModelNormal):
|
|
|
137
137
|
@classmethod
|
|
138
138
|
@convert_js_args_to_python_args
|
|
139
139
|
def _from_openapi_data(cls, budget_strategy, *args, **kwargs): # noqa: E501
|
|
140
|
-
"""
|
|
140
|
+
"""CreateAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
141
141
|
|
|
142
142
|
Args:
|
|
143
143
|
budget_strategy (str):
|
|
@@ -230,7 +230,7 @@ class CreateAdSetBudgetV24Q1(ModelNormal):
|
|
|
230
230
|
|
|
231
231
|
@convert_js_args_to_python_args
|
|
232
232
|
def __init__(self, budget_strategy, *args, **kwargs): # noqa: E501
|
|
233
|
-
"""
|
|
233
|
+
"""CreateAdSetBudgetV24Q3 - a model defined in OpenAPI
|
|
234
234
|
|
|
235
235
|
Args:
|
|
236
236
|
budget_strategy (str):
|
|
@@ -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 CreateAdSetGeoLocationV24Q3(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 CreateAdSetGeoLocationV24Q1(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'countries': (
|
|
91
|
-
'subdivisions': (
|
|
92
|
-
'zip_codes': (
|
|
90
|
+
'countries': (AdSetTargetingRuleV24Q3,), # noqa: E501
|
|
91
|
+
'subdivisions': (AdSetTargetingRuleV24Q3,), # noqa: E501
|
|
92
|
+
'zip_codes': (AdSetTargetingRuleV24Q3,), # noqa: E501
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
@cached_property
|
|
@@ -111,7 +111,7 @@ class CreateAdSetGeoLocationV24Q1(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
|
+
"""CreateAdSetGeoLocationV24Q3 - 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 CreateAdSetGeoLocationV24Q1(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 (AdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
148
|
+
subdivisions (AdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
149
|
+
zip_codes (AdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -199,7 +199,7 @@ class CreateAdSetGeoLocationV24Q1(ModelNormal):
|
|
|
199
199
|
|
|
200
200
|
@convert_js_args_to_python_args
|
|
201
201
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
202
|
-
"""
|
|
202
|
+
"""CreateAdSetGeoLocationV24Q3 - 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 CreateAdSetGeoLocationV24Q1(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 (AdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
236
|
+
subdivisions (AdSetTargetingRuleV24Q3): [optional] # noqa: E501
|
|
237
|
+
zip_codes (AdSetTargetingRuleV24Q3): [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 CreateAdSetScheduleV24Q3(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -103,7 +103,7 @@ class CreateAdSetScheduleV24Q1(ModelNormal):
|
|
|
103
103
|
@classmethod
|
|
104
104
|
@convert_js_args_to_python_args
|
|
105
105
|
def _from_openapi_data(cls, start_date, *args, **kwargs): # noqa: E501
|
|
106
|
-
"""
|
|
106
|
+
"""CreateAdSetScheduleV24Q3 - a model defined in OpenAPI
|
|
107
107
|
|
|
108
108
|
Args:
|
|
109
109
|
start_date (datetime):
|
|
@@ -193,7 +193,7 @@ class CreateAdSetScheduleV24Q1(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, start_date, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""CreateAdSetScheduleV24Q3 - a model defined in OpenAPI
|
|
197
197
|
|
|
198
198
|
Args:
|
|
199
199
|
start_date (datetime):
|
|
@@ -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.create_ad_set_geo_location_v24_q3 import CreateAdSetGeoLocationV24Q3
|
|
36
|
+
globals()['AdSetDeliveryLimitationsV24Q3'] = AdSetDeliveryLimitationsV24Q3
|
|
37
|
+
globals()['AdSetFrequencyCappingV24Q3'] = AdSetFrequencyCappingV24Q3
|
|
38
|
+
globals()['CreateAdSetGeoLocationV24Q3'] = CreateAdSetGeoLocationV24Q3
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
class
|
|
41
|
+
class CreateAdSetTargetingV24Q3(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 CreateAdSetTargetingV24Q1(ModelNormal):
|
|
|
91
91
|
"""
|
|
92
92
|
lazy_import()
|
|
93
93
|
return {
|
|
94
|
-
'frequency_capping': (
|
|
95
|
-
'delivery_limitations': (
|
|
96
|
-
'geo_location': (
|
|
94
|
+
'frequency_capping': (AdSetFrequencyCappingV24Q3,), # noqa: E501
|
|
95
|
+
'delivery_limitations': (AdSetDeliveryLimitationsV24Q3,), # noqa: E501
|
|
96
|
+
'geo_location': (CreateAdSetGeoLocationV24Q3,), # noqa: E501
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
@cached_property
|
|
@@ -115,10 +115,10 @@ class CreateAdSetTargetingV24Q1(ModelNormal):
|
|
|
115
115
|
@classmethod
|
|
116
116
|
@convert_js_args_to_python_args
|
|
117
117
|
def _from_openapi_data(cls, frequency_capping, *args, **kwargs): # noqa: E501
|
|
118
|
-
"""
|
|
118
|
+
"""CreateAdSetTargetingV24Q3 - a model defined in OpenAPI
|
|
119
119
|
|
|
120
120
|
Args:
|
|
121
|
-
frequency_capping (
|
|
121
|
+
frequency_capping (AdSetFrequencyCappingV24Q3):
|
|
122
122
|
|
|
123
123
|
Keyword Args:
|
|
124
124
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -151,8 +151,8 @@ class CreateAdSetTargetingV24Q1(ModelNormal):
|
|
|
151
151
|
Animal class but this time we won't travel
|
|
152
152
|
through its discriminator because we passed in
|
|
153
153
|
_visited_composed_classes = (Animal,)
|
|
154
|
-
delivery_limitations (
|
|
155
|
-
geo_location (
|
|
154
|
+
delivery_limitations (AdSetDeliveryLimitationsV24Q3): [optional] # noqa: E501
|
|
155
|
+
geo_location (CreateAdSetGeoLocationV24Q3): [optional] # noqa: E501
|
|
156
156
|
"""
|
|
157
157
|
|
|
158
158
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -206,10 +206,10 @@ class CreateAdSetTargetingV24Q1(ModelNormal):
|
|
|
206
206
|
|
|
207
207
|
@convert_js_args_to_python_args
|
|
208
208
|
def __init__(self, frequency_capping, *args, **kwargs): # noqa: E501
|
|
209
|
-
"""
|
|
209
|
+
"""CreateAdSetTargetingV24Q3 - a model defined in OpenAPI
|
|
210
210
|
|
|
211
211
|
Args:
|
|
212
|
-
frequency_capping (
|
|
212
|
+
frequency_capping (AdSetFrequencyCappingV24Q3):
|
|
213
213
|
|
|
214
214
|
Keyword Args:
|
|
215
215
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -242,8 +242,8 @@ class CreateAdSetTargetingV24Q1(ModelNormal):
|
|
|
242
242
|
Animal class but this time we won't travel
|
|
243
243
|
through its discriminator because we passed in
|
|
244
244
|
_visited_composed_classes = (Animal,)
|
|
245
|
-
delivery_limitations (
|
|
246
|
-
geo_location (
|
|
245
|
+
delivery_limitations (AdSetDeliveryLimitationsV24Q3): [optional] # noqa: E501
|
|
246
|
+
geo_location (CreateAdSetGeoLocationV24Q3): [optional] # noqa: E501
|
|
247
247
|
"""
|
|
248
248
|
|
|
249
249
|
_check_type = kwargs.pop('_check_type', True)
|
criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1.py → create_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.create_ad_set_bidding_v24_q3 import CreateAdSetBiddingV24Q3
|
|
34
|
+
from criteo_api_marketingsolutions_preview.model.create_ad_set_budget_v24_q3 import CreateAdSetBudgetV24Q3
|
|
35
|
+
from criteo_api_marketingsolutions_preview.model.create_ad_set_schedule_v24_q3 import CreateAdSetScheduleV24Q3
|
|
36
|
+
from criteo_api_marketingsolutions_preview.model.create_ad_set_targeting_v24_q3 import CreateAdSetTargetingV24Q3
|
|
37
|
+
globals()['CreateAdSetBiddingV24Q3'] = CreateAdSetBiddingV24Q3
|
|
38
|
+
globals()['CreateAdSetBudgetV24Q3'] = CreateAdSetBudgetV24Q3
|
|
39
|
+
globals()['CreateAdSetScheduleV24Q3'] = CreateAdSetScheduleV24Q3
|
|
40
|
+
globals()['CreateAdSetTargetingV24Q3'] = CreateAdSetTargetingV24Q3
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
class
|
|
43
|
+
class CreateAdSetV24Q3(ModelNormal):
|
|
44
44
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
45
45
|
Ref: https://openapi-generator.tech
|
|
46
46
|
|
|
@@ -114,10 +114,10 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
114
114
|
'dataset_id': (str, none_type,), # noqa: E501
|
|
115
115
|
'campaign_id': (str, none_type,), # noqa: E501
|
|
116
116
|
'objective': (str,), # noqa: E501
|
|
117
|
-
'schedule': (
|
|
118
|
-
'bidding': (
|
|
119
|
-
'targeting': (
|
|
120
|
-
'budget': (
|
|
117
|
+
'schedule': (CreateAdSetScheduleV24Q3,), # noqa: E501
|
|
118
|
+
'bidding': (CreateAdSetBiddingV24Q3,), # noqa: E501
|
|
119
|
+
'targeting': (CreateAdSetTargetingV24Q3,), # noqa: E501
|
|
120
|
+
'budget': (CreateAdSetBudgetV24Q3,), # noqa: E501
|
|
121
121
|
'tracking_code': (str, none_type,), # noqa: E501
|
|
122
122
|
'media_type': (str,), # noqa: E501
|
|
123
123
|
}
|
|
@@ -148,17 +148,17 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
148
148
|
@classmethod
|
|
149
149
|
@convert_js_args_to_python_args
|
|
150
150
|
def _from_openapi_data(cls, name, dataset_id, campaign_id, objective, schedule, bidding, targeting, budget, tracking_code, media_type, *args, **kwargs): # noqa: E501
|
|
151
|
-
"""
|
|
151
|
+
"""CreateAdSetV24Q3 - a model defined in OpenAPI
|
|
152
152
|
|
|
153
153
|
Args:
|
|
154
154
|
name (str, none_type): Name of the ad set
|
|
155
155
|
dataset_id (str, none_type): Dataset id of this ad set
|
|
156
156
|
campaign_id (str, none_type): Campaign id this ad set belongs to
|
|
157
157
|
objective (str): Objective of the ad set
|
|
158
|
-
schedule (
|
|
159
|
-
bidding (
|
|
160
|
-
targeting (
|
|
161
|
-
budget (
|
|
158
|
+
schedule (CreateAdSetScheduleV24Q3):
|
|
159
|
+
bidding (CreateAdSetBiddingV24Q3):
|
|
160
|
+
targeting (CreateAdSetTargetingV24Q3):
|
|
161
|
+
budget (CreateAdSetBudgetV24Q3):
|
|
162
162
|
tracking_code (str, none_type): The click tracking code associated to this Ad Set.
|
|
163
163
|
media_type (str): Media type for the ad set
|
|
164
164
|
|
|
@@ -255,17 +255,17 @@ class CreateAdSetV24Q1(ModelNormal):
|
|
|
255
255
|
|
|
256
256
|
@convert_js_args_to_python_args
|
|
257
257
|
def __init__(self, name, dataset_id, campaign_id, objective, schedule, bidding, targeting, budget, tracking_code, media_type, *args, **kwargs): # noqa: E501
|
|
258
|
-
"""
|
|
258
|
+
"""CreateAdSetV24Q3 - a model defined in OpenAPI
|
|
259
259
|
|
|
260
260
|
Args:
|
|
261
261
|
name (str, none_type): Name of the ad set
|
|
262
262
|
dataset_id (str, none_type): Dataset id of this ad set
|
|
263
263
|
campaign_id (str, none_type): Campaign id this ad set belongs to
|
|
264
264
|
objective (str): Objective of the ad set
|
|
265
|
-
schedule (
|
|
266
|
-
bidding (
|
|
267
|
-
targeting (
|
|
268
|
-
budget (
|
|
265
|
+
schedule (CreateAdSetScheduleV24Q3):
|
|
266
|
+
bidding (CreateAdSetBiddingV24Q3):
|
|
267
|
+
targeting (CreateAdSetTargetingV24Q3):
|
|
268
|
+
budget (CreateAdSetBudgetV24Q3):
|
|
269
269
|
tracking_code (str, none_type): The click tracking code associated to this Ad Set.
|
|
270
270
|
media_type (str): Media type for the ad set
|
|
271
271
|
|
|
@@ -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.create_ad_set_v24_q3_resource import CreateAdSetV24Q3Resource
|
|
34
|
+
globals()['CreateAdSetV24Q3Resource'] = CreateAdSetV24Q3Resource
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class CreateAdSetV24Q3Request(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 CreateAdSetV24Q1Request(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'data': (
|
|
90
|
+
'data': (CreateAdSetV24Q3Resource,), # noqa: E501
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@cached_property
|
|
@@ -107,7 +107,7 @@ class CreateAdSetV24Q1Request(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
|
+
"""CreateAdSetV24Q3Request - 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 CreateAdSetV24Q1Request(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 (CreateAdSetV24Q3Resource): [optional] # noqa: E501
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -193,7 +193,7 @@ class CreateAdSetV24Q1Request(ModelNormal):
|
|
|
193
193
|
|
|
194
194
|
@convert_js_args_to_python_args
|
|
195
195
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
196
|
-
"""
|
|
196
|
+
"""CreateAdSetV24Q3Request - 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 CreateAdSetV24Q1Request(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 (CreateAdSetV24Q3Resource): [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.create_ad_set_v24_q3 import CreateAdSetV24Q3
|
|
34
|
+
globals()['CreateAdSetV24Q3'] = CreateAdSetV24Q3
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class CreateAdSetV24Q3Resource(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 CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'attributes': (
|
|
90
|
+
'attributes': (CreateAdSetV24Q3,), # noqa: E501
|
|
91
91
|
'type': (str, none_type,), # noqa: E501
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -109,7 +109,7 @@ class CreateAdSetV24Q1Resource(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
|
+
"""CreateAdSetV24Q3Resource - a model defined in OpenAPI
|
|
113
113
|
|
|
114
114
|
Keyword Args:
|
|
115
115
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -142,7 +142,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
142
142
|
Animal class but this time we won't travel
|
|
143
143
|
through its discriminator because we passed in
|
|
144
144
|
_visited_composed_classes = (Animal,)
|
|
145
|
-
attributes (
|
|
145
|
+
attributes (CreateAdSetV24Q3): [optional] # noqa: E501
|
|
146
146
|
type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
|
|
147
147
|
"""
|
|
148
148
|
|
|
@@ -196,7 +196,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
196
196
|
|
|
197
197
|
@convert_js_args_to_python_args
|
|
198
198
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
199
|
-
"""
|
|
199
|
+
"""CreateAdSetV24Q3Resource - a model defined in OpenAPI
|
|
200
200
|
|
|
201
201
|
Keyword Args:
|
|
202
202
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -229,7 +229,7 @@ class CreateAdSetV24Q1Resource(ModelNormal):
|
|
|
229
229
|
Animal class but this time we won't travel
|
|
230
230
|
through its discriminator because we passed in
|
|
231
231
|
_visited_composed_classes = (Animal,)
|
|
232
|
-
attributes (
|
|
232
|
+
attributes (CreateAdSetV24Q3): [optional] # noqa: E501
|
|
233
233
|
type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
|
|
234
234
|
"""
|
|
235
235
|
|