criteo-api-marketingsolutions-sdk 0.0.250205__py3-none-any.whl → 0.0.250211__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_client.py +1 -1
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py +4 -0
- criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +4 -4
- criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py +4 -4
- criteo_api_marketingsolutions_preview/model/product_set.py +58 -26
- criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_sdk-0.0.250205.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250205.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/RECORD +12 -12
- {criteo_api_marketingsolutions_sdk-0.0.250205.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.250205.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/top_level.txt +0 -0
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/0.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/0.0.250211/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -395,7 +395,7 @@ class Configuration(object):
|
|
|
395
395
|
"OS: {env}\n"\
|
|
396
396
|
"Python Version: {pyversion}\n"\
|
|
397
397
|
"Version of the API: preview\n"\
|
|
398
|
-
"SDK Package Version: 0.0.
|
|
398
|
+
"SDK Package Version: 0.0.250211".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -97,6 +97,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
97
97
|
'advertiser_id': (str, none_type,), # noqa: E501
|
|
98
98
|
'spend_limit': (CampaignSpendLimitV23Q1,), # noqa: E501
|
|
99
99
|
'goal': (str, none_type,), # noqa: E501
|
|
100
|
+
'id': (str, none_type,), # noqa: E501
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
@cached_property
|
|
@@ -109,6 +110,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
109
110
|
'advertiser_id': 'advertiserId', # noqa: E501
|
|
110
111
|
'spend_limit': 'spendLimit', # noqa: E501
|
|
111
112
|
'goal': 'goal', # noqa: E501
|
|
113
|
+
'id': 'id', # noqa: E501
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
read_only_vars = {
|
|
@@ -156,6 +158,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
156
158
|
advertiser_id (str, none_type): [optional] # noqa: E501
|
|
157
159
|
spend_limit (CampaignSpendLimitV23Q1): [optional] # noqa: E501
|
|
158
160
|
goal (str, none_type): [optional] # noqa: E501
|
|
161
|
+
id (str, none_type): Id of the entity (duplicate of the parent id).. [optional] # noqa: E501
|
|
159
162
|
"""
|
|
160
163
|
|
|
161
164
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -245,6 +248,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
245
248
|
advertiser_id (str, none_type): [optional] # noqa: E501
|
|
246
249
|
spend_limit (CampaignSpendLimitV23Q1): [optional] # noqa: E501
|
|
247
250
|
goal (str, none_type): [optional] # noqa: E501
|
|
251
|
+
id (str, none_type): Id of the entity (duplicate of the parent id).. [optional] # noqa: E501
|
|
248
252
|
"""
|
|
249
253
|
|
|
250
254
|
_check_type = kwargs.pop('_check_type', True)
|
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py
CHANGED
|
@@ -67,10 +67,10 @@ class CreateAdSetAttributionConfigurationV24Q3(ModelNormal):
|
|
|
67
67
|
('lookback_window',): {
|
|
68
68
|
'None': None,
|
|
69
69
|
'UNKNOWN': "unknown",
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
70
|
+
'30M': "30M",
|
|
71
|
+
'24H': "24H",
|
|
72
|
+
'7D': "7D",
|
|
73
|
+
'30D': "30D",
|
|
74
74
|
},
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -58,10 +58,10 @@ class NillableLookbackWindowV24Q3(ModelNormal):
|
|
|
58
58
|
('value',): {
|
|
59
59
|
'None': None,
|
|
60
60
|
'UNKNOWN': "unknown",
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
61
|
+
'30M': "30M",
|
|
62
|
+
'24H': "24H",
|
|
63
|
+
'7D': "7D",
|
|
64
|
+
'30D': "30D",
|
|
65
65
|
},
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -60,7 +60,6 @@ class ProductSet(ModelNormal):
|
|
|
60
60
|
|
|
61
61
|
allowed_values = {
|
|
62
62
|
('status',): {
|
|
63
|
-
'None': None,
|
|
64
63
|
'UNKNOWN': "Unknown",
|
|
65
64
|
'DRAFT': "Draft",
|
|
66
65
|
'PENDING': "Pending",
|
|
@@ -68,11 +67,14 @@ class ProductSet(ModelNormal):
|
|
|
68
67
|
'INVALID': "Invalid",
|
|
69
68
|
'DELETED': "Deleted",
|
|
70
69
|
},
|
|
70
|
+
('client_type',): {
|
|
71
|
+
'UNKNOWN': "Unknown",
|
|
72
|
+
'CGROWTH': "CGrowth",
|
|
73
|
+
'CMAX': "CMax",
|
|
74
|
+
},
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
validations = {
|
|
74
|
-
('rules',): {
|
|
75
|
-
},
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
@cached_property
|
|
@@ -98,13 +100,15 @@ class ProductSet(ModelNormal):
|
|
|
98
100
|
"""
|
|
99
101
|
lazy_import()
|
|
100
102
|
return {
|
|
101
|
-
'dataset_id': (str,
|
|
102
|
-
'name': (str,
|
|
103
|
-
'
|
|
104
|
-
'
|
|
103
|
+
'dataset_id': (str,), # noqa: E501
|
|
104
|
+
'name': (str,), # noqa: E501
|
|
105
|
+
'minimum_number_of_products': (int,), # noqa: E501
|
|
106
|
+
'status': (str,), # noqa: E501
|
|
105
107
|
'number_of_products': (int, none_type,), # noqa: E501
|
|
106
|
-
'creation_date': (str,
|
|
107
|
-
'rules': ([ProductSetRule],
|
|
108
|
+
'creation_date': (str,), # noqa: E501
|
|
109
|
+
'rules': ([ProductSetRule],), # noqa: E501
|
|
110
|
+
'client_type': (str,), # noqa: E501
|
|
111
|
+
'keep_variant_products': (bool,), # noqa: E501
|
|
108
112
|
'id': (str, none_type,), # noqa: E501
|
|
109
113
|
}
|
|
110
114
|
|
|
@@ -116,11 +120,13 @@ class ProductSet(ModelNormal):
|
|
|
116
120
|
attribute_map = {
|
|
117
121
|
'dataset_id': 'datasetId', # noqa: E501
|
|
118
122
|
'name': 'name', # noqa: E501
|
|
123
|
+
'minimum_number_of_products': 'minimumNumberOfProducts', # noqa: E501
|
|
119
124
|
'status': 'status', # noqa: E501
|
|
120
|
-
'is_enabled': 'isEnabled', # noqa: E501
|
|
121
125
|
'number_of_products': 'numberOfProducts', # noqa: E501
|
|
122
126
|
'creation_date': 'creationDate', # noqa: E501
|
|
123
127
|
'rules': 'rules', # noqa: E501
|
|
128
|
+
'client_type': 'clientType', # noqa: E501
|
|
129
|
+
'keep_variant_products': 'keepVariantProducts', # noqa: E501
|
|
124
130
|
'id': 'id', # noqa: E501
|
|
125
131
|
}
|
|
126
132
|
|
|
@@ -131,9 +137,20 @@ class ProductSet(ModelNormal):
|
|
|
131
137
|
|
|
132
138
|
@classmethod
|
|
133
139
|
@convert_js_args_to_python_args
|
|
134
|
-
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
140
|
+
def _from_openapi_data(cls, dataset_id, name, minimum_number_of_products, status, number_of_products, creation_date, rules, client_type, keep_variant_products, *args, **kwargs): # noqa: E501
|
|
135
141
|
"""ProductSet - a model defined in OpenAPI
|
|
136
142
|
|
|
143
|
+
Args:
|
|
144
|
+
dataset_id (str): The dataset to which the product set belong
|
|
145
|
+
name (str): The name of the product set
|
|
146
|
+
minimum_number_of_products (int): Minimum amount of products that should match the product set to consider it valid. Greater or equal than one.
|
|
147
|
+
status (str): The status of the product set
|
|
148
|
+
number_of_products (int, none_type): The number of product matching the product set. Can be null for newly created product set.
|
|
149
|
+
creation_date (str): The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\". Can be null if the value isn't available.
|
|
150
|
+
rules ([ProductSetRule]): The rules identifying the product belonging to the set
|
|
151
|
+
client_type (str): The client type of the product set
|
|
152
|
+
keep_variant_products (bool):
|
|
153
|
+
|
|
137
154
|
Keyword Args:
|
|
138
155
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
139
156
|
will be type checked and a TypeError will be
|
|
@@ -165,13 +182,6 @@ class ProductSet(ModelNormal):
|
|
|
165
182
|
Animal class but this time we won't travel
|
|
166
183
|
through its discriminator because we passed in
|
|
167
184
|
_visited_composed_classes = (Animal,)
|
|
168
|
-
dataset_id (str, none_type): The dataset to which the product set belong. [optional] # noqa: E501
|
|
169
|
-
name (str, none_type): The name of the product set. [optional] # noqa: E501
|
|
170
|
-
status (str, none_type): The status of the product set. [optional] # noqa: E501
|
|
171
|
-
is_enabled (bool, none_type): True if the product set is active. [optional] # noqa: E501
|
|
172
|
-
number_of_products (int, none_type): The number of product matching the product set. [optional] # noqa: E501
|
|
173
|
-
creation_date (str, none_type): Optional: The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\" Can be null if the value doesn't exist.. [optional] # noqa: E501
|
|
174
|
-
rules ([ProductSetRule], none_type): The rules identifying the product belonging to the set. [optional] # noqa: E501
|
|
175
185
|
id (str, none_type): [optional] # noqa: E501
|
|
176
186
|
"""
|
|
177
187
|
|
|
@@ -204,6 +214,15 @@ class ProductSet(ModelNormal):
|
|
|
204
214
|
self._configuration = _configuration
|
|
205
215
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
206
216
|
|
|
217
|
+
self.dataset_id = dataset_id
|
|
218
|
+
self.name = name
|
|
219
|
+
self.minimum_number_of_products = minimum_number_of_products
|
|
220
|
+
self.status = status
|
|
221
|
+
self.number_of_products = number_of_products
|
|
222
|
+
self.creation_date = creation_date
|
|
223
|
+
self.rules = rules
|
|
224
|
+
self.client_type = client_type
|
|
225
|
+
self.keep_variant_products = keep_variant_products
|
|
207
226
|
for var_name, var_value in kwargs.items():
|
|
208
227
|
if var_name not in self.attribute_map and \
|
|
209
228
|
self._configuration is not None and \
|
|
@@ -224,9 +243,20 @@ class ProductSet(ModelNormal):
|
|
|
224
243
|
])
|
|
225
244
|
|
|
226
245
|
@convert_js_args_to_python_args
|
|
227
|
-
def __init__(self, *args, **kwargs): # noqa: E501
|
|
246
|
+
def __init__(self, dataset_id, name, minimum_number_of_products, status, number_of_products, creation_date, rules, client_type, keep_variant_products, *args, **kwargs): # noqa: E501
|
|
228
247
|
"""ProductSet - a model defined in OpenAPI
|
|
229
248
|
|
|
249
|
+
Args:
|
|
250
|
+
dataset_id (str): The dataset to which the product set belong
|
|
251
|
+
name (str): The name of the product set
|
|
252
|
+
minimum_number_of_products (int): Minimum amount of products that should match the product set to consider it valid. Greater or equal than one.
|
|
253
|
+
status (str): The status of the product set
|
|
254
|
+
number_of_products (int, none_type): The number of product matching the product set. Can be null for newly created product set.
|
|
255
|
+
creation_date (str): The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\". Can be null if the value isn't available.
|
|
256
|
+
rules ([ProductSetRule]): The rules identifying the product belonging to the set
|
|
257
|
+
client_type (str): The client type of the product set
|
|
258
|
+
keep_variant_products (bool):
|
|
259
|
+
|
|
230
260
|
Keyword Args:
|
|
231
261
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
232
262
|
will be type checked and a TypeError will be
|
|
@@ -258,13 +288,6 @@ class ProductSet(ModelNormal):
|
|
|
258
288
|
Animal class but this time we won't travel
|
|
259
289
|
through its discriminator because we passed in
|
|
260
290
|
_visited_composed_classes = (Animal,)
|
|
261
|
-
dataset_id (str, none_type): The dataset to which the product set belong. [optional] # noqa: E501
|
|
262
|
-
name (str, none_type): The name of the product set. [optional] # noqa: E501
|
|
263
|
-
status (str, none_type): The status of the product set. [optional] # noqa: E501
|
|
264
|
-
is_enabled (bool, none_type): True if the product set is active. [optional] # noqa: E501
|
|
265
|
-
number_of_products (int, none_type): The number of product matching the product set. [optional] # noqa: E501
|
|
266
|
-
creation_date (str, none_type): Optional: The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\" Can be null if the value doesn't exist.. [optional] # noqa: E501
|
|
267
|
-
rules ([ProductSetRule], none_type): The rules identifying the product belonging to the set. [optional] # noqa: E501
|
|
268
291
|
id (str, none_type): [optional] # noqa: E501
|
|
269
292
|
"""
|
|
270
293
|
|
|
@@ -295,6 +318,15 @@ class ProductSet(ModelNormal):
|
|
|
295
318
|
self._configuration = _configuration
|
|
296
319
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
297
320
|
|
|
321
|
+
self.dataset_id = dataset_id
|
|
322
|
+
self.name = name
|
|
323
|
+
self.minimum_number_of_products = minimum_number_of_products
|
|
324
|
+
self.status = status
|
|
325
|
+
self.number_of_products = number_of_products
|
|
326
|
+
self.creation_date = creation_date
|
|
327
|
+
self.rules = rules
|
|
328
|
+
self.client_type = client_type
|
|
329
|
+
self.keep_variant_products = keep_variant_products
|
|
298
330
|
for var_name, var_value in kwargs.items():
|
|
299
331
|
if var_name not in self.attribute_map and \
|
|
300
332
|
self._configuration is not None and \
|
|
@@ -67,10 +67,10 @@ class ReadAdSetAttributionConfigurationV24Q3(ModelNormal):
|
|
|
67
67
|
('lookback_window',): {
|
|
68
68
|
'None': None,
|
|
69
69
|
'UNKNOWN': "unknown",
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
70
|
+
'30M': "30M",
|
|
71
|
+
'24H': "24H",
|
|
72
|
+
'7D': "7D",
|
|
73
|
+
'30D': "30D",
|
|
74
74
|
},
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: criteo-api-marketingsolutions-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.250211
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -35,9 +35,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
38
|
+
pip install criteo-api-marketingsolutions-sdk==0.0.250211
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.250211`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_marketingsolutions_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_marketingsolutions_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_marketingsolutions_preview/__init__.py,sha256=54Mj5Y0071DnN_AURR-DMubyd3VI3HVTS4kCFEgMcJw,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=5toibl1deTyvQ6TNidPJn63OyDfIrzdFcQYEYYdMoeE,39246
|
|
3
3
|
criteo_api_marketingsolutions_preview/api_client_builder.py,sha256=2W-j9f5re32PZooV4BngIi3AvmOOpKl7SAEQc6FXVWg,1525
|
|
4
|
-
criteo_api_marketingsolutions_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_marketingsolutions_preview/configuration.py,sha256=A2HLQ7OnRVM3bgKj8ugK0ZB1eLFXhDTZP39g8q09vNI,16735
|
|
5
5
|
criteo_api_marketingsolutions_preview/criteo_api_client.py,sha256=4uNu3e__oYicTD-lcpFerUCXl3c3_7LEugoMFqfRTM8,666
|
|
6
6
|
criteo_api_marketingsolutions_preview/criteo_auth.py,sha256=RXBNjv9iz2JSqB25me0iMWN7jfeKRYe0EF6y37hw__A,4714
|
|
7
7
|
criteo_api_marketingsolutions_preview/criteo_rest.py,sha256=oIDGHdVI2kWe1st1X7IHl8OAa1zJn7g1uQUSKYWwFDc,3431
|
|
@@ -136,7 +136,7 @@ criteo_api_marketingsolutions_preview/model/behavioral_v1.py,sha256=DDW1D9d8lx1_
|
|
|
136
136
|
criteo_api_marketingsolutions_preview/model/campaign_search_filters_v23_q1.py,sha256=IzaLveGZvE6aWfDkxdNI5zVB9QL4dTSaXTGrxabUctk,11786
|
|
137
137
|
criteo_api_marketingsolutions_preview/model/campaign_search_request_v23_q1.py,sha256=liv6nor1PeTGu35G-RSrjTv12aUMOFgbAsWzoJAq0ck,11781
|
|
138
138
|
criteo_api_marketingsolutions_preview/model/campaign_spend_limit_v23_q1.py,sha256=mHetHv6Y2M1vfM_CbOQaEexQPMrlJNB2oFI_o3brr5s,12647
|
|
139
|
-
criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=
|
|
139
|
+
criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=bN8pu6vJV3hvUI1HX57KViUno2w-f5g8F01kzPNH5Ww,12894
|
|
140
140
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_list_response.py,sha256=gKZH8cQCHguI6FT8ufZg6DjF2MsSb5q0-0FcpYxWivE,12492
|
|
141
141
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_resource.py,sha256=oIxD7z6sIt6pe6qXhKpe9dOJSFyhhkmwYTi3uyvw-3Q,12206
|
|
142
142
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_response.py,sha256=d-UtbYS_O4lgyKjMthq4hGZST5uc1t0Y_wRVpocXFiE,12441
|
|
@@ -155,7 +155,7 @@ criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendmen
|
|
|
155
155
|
criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_request.py,sha256=FZzY6emGcgDw9GBptwvQGHpqkb3qNbqw-75mUV8OUpA,11908
|
|
156
156
|
criteo_api_marketingsolutions_preview/model/coupon.py,sha256=8zJfvt9mIpYv1K3w90Ix5sUneFMsEIma3nq_yxZRoVc,16638
|
|
157
157
|
criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py,sha256=vT3U5ntOYvEcXWXonYmdzDM7y4gsbFjzMbY-kNo8tSc,11975
|
|
158
|
-
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py,sha256=
|
|
158
|
+
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py,sha256=RqFX9K2OdGDeD09xr7L5XBTQwllQclhgCM2D0S79QK0,12692
|
|
159
159
|
criteo_api_marketingsolutions_preview/model/create_ad_set_bidding_v24_q3.py,sha256=RFEy-57S-Gj0X7Yxk02GcxL38I-3M6pZn_vCb1U_3NU,12592
|
|
160
160
|
criteo_api_marketingsolutions_preview/model/create_ad_set_budget_v24_q3.py,sha256=_xSpFHhAnsanb-uaIDT9VnOhewbttF-81E091-UTmPY,13702
|
|
161
161
|
criteo_api_marketingsolutions_preview/model/create_ad_set_geo_location_v24_q3.py,sha256=WfGLsdWQQeA9OfsKbT5-WPgAsK0HfpMN0Vlu6DyRedw,12314
|
|
@@ -252,7 +252,7 @@ criteo_api_marketingsolutions_preview/model/nillable_date_time.py,sha256=kOpX-8a
|
|
|
252
252
|
criteo_api_marketingsolutions_preview/model/nillable_decimal.py,sha256=5OMVucmfmCZ_FhzqDjLgpr5SquixfPWAcnCuUpB8SjU,11452
|
|
253
253
|
criteo_api_marketingsolutions_preview/model/nillable_gender_v1.py,sha256=-f4goffodNQfRd6oS9fq8rH5ipohjeOGdrifGX0k8rY,11689
|
|
254
254
|
criteo_api_marketingsolutions_preview/model/nillable_int32.py,sha256=YAr8Ga5UHWxlmQo27jEOXATULIms7JSnGH0ejEkqJu4,11561
|
|
255
|
-
criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py,sha256=
|
|
255
|
+
criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py,sha256=L9ZIaXqt7gRDHtEir_CBghDSlOGbxjp9yyJEbA1G8YU,11678
|
|
256
256
|
criteo_api_marketingsolutions_preview/model/nillable_string.py,sha256=KEc_JCZBvw6xnuymMa4SeI6ff-KbWUzJGAz4Bhqppz0,11600
|
|
257
257
|
criteo_api_marketingsolutions_preview/model/on_site_reco_request.py,sha256=HNDgIoYFMMMbjoOwSoFdWoC6UsQ_gGbyDDiNYsYTERU,13757
|
|
258
258
|
criteo_api_marketingsolutions_preview/model/on_site_reco_response.py,sha256=ggAunnLUgwMn8OHA6UCR5U_HQY_D_FZDrrKYWe__BuM,12147
|
|
@@ -288,7 +288,7 @@ criteo_api_marketingsolutions_preview/model/product.py,sha256=NfyXcTdSZHBFVxMsEe
|
|
|
288
288
|
criteo_api_marketingsolutions_preview/model/product_filter_config.py,sha256=ba_b0whyqq6QJCGgr6sjbboJCjp8roqnVJv5M8sV9-E,11771
|
|
289
289
|
criteo_api_marketingsolutions_preview/model/product_importer_error.py,sha256=KkwMJ-LkNiteS_exY-J1gD-qZMsxU4KJyS41JF5trVU,14172
|
|
290
290
|
criteo_api_marketingsolutions_preview/model/product_importer_warning.py,sha256=UBQ7G_rX8zcewKwN_oyTBTPjCrTJ3so8eUPnEHARK8g,14178
|
|
291
|
-
criteo_api_marketingsolutions_preview/model/product_set.py,sha256=
|
|
291
|
+
criteo_api_marketingsolutions_preview/model/product_set.py,sha256=BRClGsWKH8UG8U3XEig2p5luU3cqyKXgrmkmALf6MCE,15728
|
|
292
292
|
criteo_api_marketingsolutions_preview/model/product_set_rule.py,sha256=fQInPvbEUw_raT46P0wwnMSUSHxnSXFgJld2A_gFG1c,13031
|
|
293
293
|
criteo_api_marketingsolutions_preview/model/product_shipping.py,sha256=mPLLbbQEWiUd70gtDpzx5DE9_YXiUGMVEVDyYJz3VGo,14202
|
|
294
294
|
criteo_api_marketingsolutions_preview/model/product_shipping_dimension.py,sha256=5gj50moLgCD6ddjBXarYB8jJxWpjPW_1iG01RbztyHA,11889
|
|
@@ -301,7 +301,7 @@ criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.
|
|
|
301
301
|
criteo_api_marketingsolutions_preview/model/prospecting_create_v1.py,sha256=Z-Rrdsh3t-L1sukHK8fR0DHUjfTDoo2nySkQg1KvLyE,12722
|
|
302
302
|
criteo_api_marketingsolutions_preview/model/prospecting_update_v1.py,sha256=Pstq2KrUjNiXv_xY4XKF8gaWOQfy3hvA3Nk8rKkcz5k,12513
|
|
303
303
|
criteo_api_marketingsolutions_preview/model/prospecting_v1.py,sha256=ds5MMEnUYec0BKMqU-oAAfvsqDKMMNoELkhgHkrtioQ,12721
|
|
304
|
-
criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py,sha256=
|
|
304
|
+
criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py,sha256=GWyBNZ0ybHSonr-Q8CSBNwaMX6lXN7VNSjDinhamPlw,12686
|
|
305
305
|
criteo_api_marketingsolutions_preview/model/read_ad_set_bidding_v24_q3.py,sha256=aGK1oBzqYR1SWo64VWRZo4eCEOgfqJHZ8jiYeXdar14,12545
|
|
306
306
|
criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q3.py,sha256=H3nqw5Fmy0y2IvFZMMMB5s1YdOX0btjuluuwkbgIavg,13647
|
|
307
307
|
criteo_api_marketingsolutions_preview/model/read_ad_set_schedule_v24_q3.py,sha256=MGDmVqJX_P8YIWmtaHSZd0wSTmmkuJrf789y3lTDm0c,13021
|
|
@@ -385,7 +385,7 @@ criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=d28efhqjo3gkR
|
|
|
385
385
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=rGso-xlxkPu39QATgZs4XYwGa0FV8zp8ReeeDWH7guQ,11755
|
|
386
386
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py,sha256=d6rY7n8QkxcGtP44_CbmpnjzOIUmJDbqlQWmlgyXJdc,12234
|
|
387
387
|
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=jnwp6ncAHN0SAZuO8CG-cEdUBd4osDiPhs11L-tosnw,41329
|
|
388
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
389
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
390
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
391
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
388
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/METADATA,sha256=9bFs_xmBeJCV2EYCcvPSvfVTinStmB0v4I0uhXnKYHs,1876
|
|
389
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
390
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
391
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/RECORD,,
|
|
File without changes
|