criteo-api-marketingsolutions-sdk 0.0.240207__py3-none-any.whl → 0.0.240404__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/product.py +16 -12
- criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.py +2 -2
- criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q1.py +3 -9
- criteo_api_marketingsolutions_preview/model/recommended_product.py +6 -2
- {criteo_api_marketingsolutions_sdk-0.0.240207.dist-info → criteo_api_marketingsolutions_sdk-0.0.240404.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.240207.dist-info → criteo_api_marketingsolutions_sdk-0.0.240404.dist-info}/RECORD +11 -11
- {criteo_api_marketingsolutions_sdk-0.0.240207.dist-info → criteo_api_marketingsolutions_sdk-0.0.240404.dist-info}/WHEEL +1 -1
- {criteo_api_marketingsolutions_sdk-0.0.240207.dist-info → criteo_api_marketingsolutions_sdk-0.0.240404.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.240404/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.240404".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -172,6 +172,7 @@ class Product(ModelNormal):
|
|
|
172
172
|
'ads_labels': ([str], none_type,), # noqa: E501
|
|
173
173
|
'ads_redirect': (str, none_type,), # noqa: E501
|
|
174
174
|
'product_types': ([str], none_type,), # noqa: E501
|
|
175
|
+
'product_type_keys': ([str], none_type,), # noqa: E501
|
|
175
176
|
'age_group': (str, none_type,), # noqa: E501
|
|
176
177
|
'availability': (str, none_type,), # noqa: E501
|
|
177
178
|
'condition': (str, none_type,), # noqa: E501
|
|
@@ -260,6 +261,7 @@ class Product(ModelNormal):
|
|
|
260
261
|
'ads_labels': 'adsLabels', # noqa: E501
|
|
261
262
|
'ads_redirect': 'adsRedirect', # noqa: E501
|
|
262
263
|
'product_types': 'productTypes', # noqa: E501
|
|
264
|
+
'product_type_keys': 'productTypeKeys', # noqa: E501
|
|
263
265
|
'age_group': 'ageGroup', # noqa: E501
|
|
264
266
|
'availability': 'availability', # noqa: E501
|
|
265
267
|
'condition': 'condition', # noqa: E501
|
|
@@ -289,7 +291,7 @@ class Product(ModelNormal):
|
|
|
289
291
|
"""Product - a model defined in OpenAPI
|
|
290
292
|
|
|
291
293
|
Args:
|
|
292
|
-
id (str): A unique identifier for the item. Aka Product ID.
|
|
294
|
+
id (str): A unique identifier for the item. Aka Product ID. Don’t use casing to make IDs unique.
|
|
293
295
|
title (str): Title of the item. (500 UTF8 characters max).
|
|
294
296
|
link (str): URL directly linking to your item's page on your website. (1000 UTF8 characters max).
|
|
295
297
|
image_link (str): URL of an image of the item. Supported formats: PNG, JPEG, GIF. (2000 UTF8 characters max).
|
|
@@ -338,7 +340,7 @@ class Product(ModelNormal):
|
|
|
338
340
|
color (str, none_type): Color of the item.. [optional] # noqa: E501
|
|
339
341
|
google_product_category (str, none_type): Google's category of the item (see Google product taxonomy). RECOMMENDED.. [optional] # noqa: E501
|
|
340
342
|
gtin (str, none_type): Global Trade Item Number (GTIN) of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
341
|
-
item_group_id (str, none_type): Shared identifier for all variants of the same product. RECOMMENDED
|
|
343
|
+
item_group_id (str, none_type): Shared identifier for all variants of the same product. RECOMMENDED. Don’t use casing to make IDs unique. (50 characters max). [optional] # noqa: E501
|
|
342
344
|
material (str, none_type): The material of which the item is made.. [optional] # noqa: E501
|
|
343
345
|
mpn (str, none_type): Manufacturer Part Number (MPN) of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
344
346
|
pattern (str, none_type): The item's pattern (e.g. polka dots).. [optional] # noqa: E501
|
|
@@ -385,6 +387,7 @@ class Product(ModelNormal):
|
|
|
385
387
|
ads_labels ([str], none_type): Similar to adsGrouping, but only works on CPC.. [optional] # noqa: E501
|
|
386
388
|
ads_redirect (str, none_type): Allows advertisers to override the item URL when the product is shown within the context of Product Ads.. [optional] # noqa: E501
|
|
387
389
|
product_types ([str], none_type): Categories of the item (formatted as in products data specification).. [optional] # noqa: E501
|
|
390
|
+
product_type_keys ([str], none_type): Category keys of the item (formatted as in productTypes).. [optional] # noqa: E501
|
|
388
391
|
age_group (str, none_type): Target age group of the item.. [optional] # noqa: E501
|
|
389
392
|
availability (str, none_type): Availability status of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
390
393
|
condition (str, none_type): Condition or state of the item.. [optional] # noqa: E501
|
|
@@ -396,11 +399,11 @@ class Product(ModelNormal):
|
|
|
396
399
|
max_energy_efficiency_class (str, none_type): The energy efficiency class as defined in EU directive 2010/30/EU.. [optional] # noqa: E501
|
|
397
400
|
tax_category (str, none_type): The tax category of the product, used to configure detailed tax nexus in account-level tax settings.. [optional] # noqa: E501
|
|
398
401
|
transit_time_label (str, none_type): The transit time label of the product, used to group product in account-level transit time tables.. [optional] # noqa: E501
|
|
399
|
-
seller_id (str, none_type): Deprecated
|
|
402
|
+
seller_id (str, none_type): (Deprecated Field) The external ID of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
400
403
|
external_seller_id (str, none_type): The external id of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
401
|
-
external_seller_name (str, none_type): The external name of the seller (case sensitive and
|
|
402
|
-
number_of_reviews (int, none_type): The number of reviews for the product.
|
|
403
|
-
product_rating (str, none_type): The rating
|
|
404
|
+
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
|
+
number_of_reviews (int, none_type): The number of customer reviews for the product. [optional] # noqa: E501
|
|
406
|
+
product_rating (str, none_type): The product rating for the product. [optional] # noqa: E501
|
|
404
407
|
"""
|
|
405
408
|
|
|
406
409
|
channel = kwargs.get('channel', "online")
|
|
@@ -462,7 +465,7 @@ class Product(ModelNormal):
|
|
|
462
465
|
"""Product - a model defined in OpenAPI
|
|
463
466
|
|
|
464
467
|
Args:
|
|
465
|
-
id (str): A unique identifier for the item. Aka Product ID.
|
|
468
|
+
id (str): A unique identifier for the item. Aka Product ID. Don’t use casing to make IDs unique.
|
|
466
469
|
title (str): Title of the item. (500 UTF8 characters max).
|
|
467
470
|
link (str): URL directly linking to your item's page on your website. (1000 UTF8 characters max).
|
|
468
471
|
image_link (str): URL of an image of the item. Supported formats: PNG, JPEG, GIF. (2000 UTF8 characters max).
|
|
@@ -511,7 +514,7 @@ class Product(ModelNormal):
|
|
|
511
514
|
color (str, none_type): Color of the item.. [optional] # noqa: E501
|
|
512
515
|
google_product_category (str, none_type): Google's category of the item (see Google product taxonomy). RECOMMENDED.. [optional] # noqa: E501
|
|
513
516
|
gtin (str, none_type): Global Trade Item Number (GTIN) of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
514
|
-
item_group_id (str, none_type): Shared identifier for all variants of the same product. RECOMMENDED
|
|
517
|
+
item_group_id (str, none_type): Shared identifier for all variants of the same product. RECOMMENDED. Don’t use casing to make IDs unique. (50 characters max). [optional] # noqa: E501
|
|
515
518
|
material (str, none_type): The material of which the item is made.. [optional] # noqa: E501
|
|
516
519
|
mpn (str, none_type): Manufacturer Part Number (MPN) of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
517
520
|
pattern (str, none_type): The item's pattern (e.g. polka dots).. [optional] # noqa: E501
|
|
@@ -558,6 +561,7 @@ class Product(ModelNormal):
|
|
|
558
561
|
ads_labels ([str], none_type): Similar to adsGrouping, but only works on CPC.. [optional] # noqa: E501
|
|
559
562
|
ads_redirect (str, none_type): Allows advertisers to override the item URL when the product is shown within the context of Product Ads.. [optional] # noqa: E501
|
|
560
563
|
product_types ([str], none_type): Categories of the item (formatted as in products data specification).. [optional] # noqa: E501
|
|
564
|
+
product_type_keys ([str], none_type): Category keys of the item (formatted as in productTypes).. [optional] # noqa: E501
|
|
561
565
|
age_group (str, none_type): Target age group of the item.. [optional] # noqa: E501
|
|
562
566
|
availability (str, none_type): Availability status of the item. RECOMMENDED.. [optional] # noqa: E501
|
|
563
567
|
condition (str, none_type): Condition or state of the item.. [optional] # noqa: E501
|
|
@@ -569,11 +573,11 @@ class Product(ModelNormal):
|
|
|
569
573
|
max_energy_efficiency_class (str, none_type): The energy efficiency class as defined in EU directive 2010/30/EU.. [optional] # noqa: E501
|
|
570
574
|
tax_category (str, none_type): The tax category of the product, used to configure detailed tax nexus in account-level tax settings.. [optional] # noqa: E501
|
|
571
575
|
transit_time_label (str, none_type): The transit time label of the product, used to group product in account-level transit time tables.. [optional] # noqa: E501
|
|
572
|
-
seller_id (str, none_type): Deprecated
|
|
576
|
+
seller_id (str, none_type): (Deprecated Field) The external ID of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
573
577
|
external_seller_id (str, none_type): The external id of the seller (case sensitive and 50 UTF8 characters max). This information is required by the Criteo Offsite Ads.. [optional] # noqa: E501
|
|
574
|
-
external_seller_name (str, none_type): The external name of the seller (case sensitive and
|
|
575
|
-
number_of_reviews (int, none_type): The number of reviews for the product.
|
|
576
|
-
product_rating (str, none_type): The rating
|
|
578
|
+
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
|
+
number_of_reviews (int, none_type): The number of customer reviews for the product. [optional] # noqa: E501
|
|
580
|
+
product_rating (str, none_type): The product rating for the product. [optional] # noqa: E501
|
|
577
581
|
"""
|
|
578
582
|
|
|
579
583
|
channel = kwargs.get('channel', "online")
|
|
@@ -162,7 +162,7 @@ class ProductsCustomBatchRequestEntry(ModelNormal):
|
|
|
162
162
|
_visited_composed_classes = (Animal,)
|
|
163
163
|
batch_id (int, none_type): An entry ID, unique within the batch request.. [optional] # noqa: E501
|
|
164
164
|
product_id (str, none_type): The Product ID to delete. Only defined if the method is delete.. [optional] # noqa: E501
|
|
165
|
-
item_group_id (str, none_type): The itemGroupId of the product to delete. To be defined when the method is delete and the product is a variant.. [optional] # noqa: E501
|
|
165
|
+
item_group_id (str, none_type): Deprecated (providing this information is no more needed, this field will be removed in next release). The itemGroupId of the product to delete. To be defined when the method is delete and the product is a variant.. [optional] # noqa: E501
|
|
166
166
|
product (Product): [optional] # noqa: E501
|
|
167
167
|
feed_id (str, none_type): Not used by Criteo.. [optional] # noqa: E501
|
|
168
168
|
"""
|
|
@@ -258,7 +258,7 @@ class ProductsCustomBatchRequestEntry(ModelNormal):
|
|
|
258
258
|
_visited_composed_classes = (Animal,)
|
|
259
259
|
batch_id (int, none_type): An entry ID, unique within the batch request.. [optional] # noqa: E501
|
|
260
260
|
product_id (str, none_type): The Product ID to delete. Only defined if the method is delete.. [optional] # noqa: E501
|
|
261
|
-
item_group_id (str, none_type): The itemGroupId of the product to delete. To be defined when the method is delete and the product is a variant.. [optional] # noqa: E501
|
|
261
|
+
item_group_id (str, none_type): Deprecated (providing this information is no more needed, this field will be removed in next release). The itemGroupId of the product to delete. To be defined when the method is delete and the product is a variant.. [optional] # noqa: E501
|
|
262
262
|
product (Product): [optional] # noqa: E501
|
|
263
263
|
feed_id (str, none_type): Not used by Criteo.. [optional] # noqa: E501
|
|
264
264
|
"""
|
|
@@ -29,10 +29,6 @@ from criteo_api_marketingsolutions_preview.model_utils import ( # noqa: F401
|
|
|
29
29
|
from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def lazy_import():
|
|
33
|
-
from criteo_api_marketingsolutions_preview.model.nillable_decimal import NillableDecimal
|
|
34
|
-
globals()['NillableDecimal'] = NillableDecimal
|
|
35
|
-
|
|
36
32
|
|
|
37
33
|
class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
38
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -99,7 +95,6 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
99
95
|
This must be a method because a model may have properties that are
|
|
100
96
|
of type self, this must run after the class is loaded
|
|
101
97
|
"""
|
|
102
|
-
lazy_import()
|
|
103
98
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
104
99
|
|
|
105
100
|
_nullable = False
|
|
@@ -114,13 +109,12 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
114
109
|
openapi_types (dict): The key is attribute name
|
|
115
110
|
and the value is attribute type.
|
|
116
111
|
"""
|
|
117
|
-
lazy_import()
|
|
118
112
|
return {
|
|
119
113
|
'budget_strategy': (str, none_type,), # noqa: E501
|
|
120
114
|
'budget_renewal': (str, none_type,), # noqa: E501
|
|
121
115
|
'budget_delivery_smoothing': (str, none_type,), # noqa: E501
|
|
122
116
|
'budget_delivery_week': (str, none_type,), # noqa: E501
|
|
123
|
-
'budget_amount': (
|
|
117
|
+
'budget_amount': (float, none_type,), # noqa: E501
|
|
124
118
|
}
|
|
125
119
|
|
|
126
120
|
@cached_property
|
|
@@ -181,7 +175,7 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
181
175
|
budget_renewal (str, none_type): [optional] # noqa: E501
|
|
182
176
|
budget_delivery_smoothing (str, none_type): [optional] # noqa: E501
|
|
183
177
|
budget_delivery_week (str, none_type): [optional] # noqa: E501
|
|
184
|
-
budget_amount (
|
|
178
|
+
budget_amount (float, none_type): [optional] # noqa: E501
|
|
185
179
|
"""
|
|
186
180
|
|
|
187
181
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -271,7 +265,7 @@ class ReadAdSetBudgetV24Q1(ModelNormal):
|
|
|
271
265
|
budget_renewal (str, none_type): [optional] # noqa: E501
|
|
272
266
|
budget_delivery_smoothing (str, none_type): [optional] # noqa: E501
|
|
273
267
|
budget_delivery_week (str, none_type): [optional] # noqa: E501
|
|
274
|
-
budget_amount (
|
|
268
|
+
budget_amount (float, none_type): [optional] # noqa: E501
|
|
275
269
|
"""
|
|
276
270
|
|
|
277
271
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -83,6 +83,7 @@ class RecommendedProduct(ModelNormal):
|
|
|
83
83
|
return {
|
|
84
84
|
'product_external_id': (str, none_type,), # noqa: E501
|
|
85
85
|
'click_url': (str, none_type,), # noqa: E501
|
|
86
|
+
'alternative_click_url': (str, none_type,), # noqa: E501
|
|
86
87
|
'image_url': (str, none_type,), # noqa: E501
|
|
87
88
|
'name': (str, none_type,), # noqa: E501
|
|
88
89
|
'description': (str, none_type,), # noqa: E501
|
|
@@ -99,6 +100,7 @@ class RecommendedProduct(ModelNormal):
|
|
|
99
100
|
attribute_map = {
|
|
100
101
|
'product_external_id': 'productExternalId', # noqa: E501
|
|
101
102
|
'click_url': 'clickUrl', # noqa: E501
|
|
103
|
+
'alternative_click_url': 'alternativeClickUrl', # noqa: E501
|
|
102
104
|
'image_url': 'imageUrl', # noqa: E501
|
|
103
105
|
'name': 'name', # noqa: E501
|
|
104
106
|
'description': 'description', # noqa: E501
|
|
@@ -149,7 +151,8 @@ class RecommendedProduct(ModelNormal):
|
|
|
149
151
|
through its discriminator because we passed in
|
|
150
152
|
_visited_composed_classes = (Animal,)
|
|
151
153
|
product_external_id (str, none_type): Product external id. Same id than what is used in user events.. [optional] # noqa: E501
|
|
152
|
-
click_url (str, none_type): Url leading to product details page and also used to track user click.. [optional] # noqa: E501
|
|
154
|
+
click_url (str, none_type): Url leading to product details page and also used to track user click. It's relying on the default product URL field in the catalog.. [optional] # noqa: E501
|
|
155
|
+
alternative_click_url (str, none_type): Url leading to product details page and also used to track user click. It's relying on a custom product URL field in the catalog.. [optional] # noqa: E501
|
|
153
156
|
image_url (str, none_type): Product image.. [optional] # noqa: E501
|
|
154
157
|
name (str, none_type): Product name.. [optional] # noqa: E501
|
|
155
158
|
description (str, none_type): Product description.. [optional] # noqa: E501
|
|
@@ -242,7 +245,8 @@ class RecommendedProduct(ModelNormal):
|
|
|
242
245
|
through its discriminator because we passed in
|
|
243
246
|
_visited_composed_classes = (Animal,)
|
|
244
247
|
product_external_id (str, none_type): Product external id. Same id than what is used in user events.. [optional] # noqa: E501
|
|
245
|
-
click_url (str, none_type): Url leading to product details page and also used to track user click.. [optional] # noqa: E501
|
|
248
|
+
click_url (str, none_type): Url leading to product details page and also used to track user click. It's relying on the default product URL field in the catalog.. [optional] # noqa: E501
|
|
249
|
+
alternative_click_url (str, none_type): Url leading to product details page and also used to track user click. It's relying on a custom product URL field in the catalog.. [optional] # noqa: E501
|
|
246
250
|
image_url (str, none_type): Product image.. [optional] # noqa: E501
|
|
247
251
|
name (str, none_type): Product name.. [optional] # noqa: E501
|
|
248
252
|
description (str, none_type): Product description.. [optional] # noqa: E501
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: criteo-api-marketingsolutions-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.240404
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -26,9 +26,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
29
|
+
pip install criteo-api-marketingsolutions-sdk==0.0.240404
|
|
30
30
|
```
|
|
31
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
31
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.240404`)
|
|
32
32
|
|
|
33
33
|
Then import the package:
|
|
34
34
|
```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=cPVtlchH5Q48jjjA_vWb49qOJyFxLeo_vBZd5DcGI6c,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=enl09R6OGNqePIvvXnKBC84qRq0Ve0KgQHxN5uI9PTQ,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=RsEDKlEshJn_3XPfhrr9IHdTWkjsfq0ixBYfQ_aGfyA,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
|
|
@@ -308,7 +308,7 @@ criteo_api_marketingsolutions_preview/model/portfolio_message.py,sha256=fpEo6i4c
|
|
|
308
308
|
criteo_api_marketingsolutions_preview/model/price.py,sha256=KzFxXiXvEnyyndyV4oTKqVO7uaIwFCMQ--doIHTBht4,11876
|
|
309
309
|
criteo_api_marketingsolutions_preview/model/problem_details.py,sha256=gd6k7IubkANsuZ6UWTvH4iXRGZvntWaqDbG_TorJXWI,14718
|
|
310
310
|
criteo_api_marketingsolutions_preview/model/problems_details.py,sha256=fed1jgqnrJXj_Mbf12ctuwB55zDonw8taslDYO-c_xc,11761
|
|
311
|
-
criteo_api_marketingsolutions_preview/model/product.py,sha256=
|
|
311
|
+
criteo_api_marketingsolutions_preview/model/product.py,sha256=7jObJOWtiy1BlQsRKPUjPAjSGjLCV6XWGifhZ8x7ndc,44312
|
|
312
312
|
criteo_api_marketingsolutions_preview/model/product_importer_error.py,sha256=KkwMJ-LkNiteS_exY-J1gD-qZMsxU4KJyS41JF5trVU,14172
|
|
313
313
|
criteo_api_marketingsolutions_preview/model/product_importer_warning.py,sha256=UBQ7G_rX8zcewKwN_oyTBTPjCrTJ3so8eUPnEHARK8g,14178
|
|
314
314
|
criteo_api_marketingsolutions_preview/model/product_set.py,sha256=Nzhmnasnk85xKEZ614bRQ_2pprLN_RAheFhOs5vgVtk,14407
|
|
@@ -320,18 +320,18 @@ criteo_api_marketingsolutions_preview/model/product_tax.py,sha256=SwNllvdcckkPJ0
|
|
|
320
320
|
criteo_api_marketingsolutions_preview/model/product_unit_pricing_base_measure.py,sha256=71s9W56URYWs4aRkB6-HUVKKS-hzHrk11-bNWbYI33U,11832
|
|
321
321
|
criteo_api_marketingsolutions_preview/model/product_unit_pricing_measure.py,sha256=2JPdx7ULSIyINE-p8jt2mRSeqr8UlGyrbw59XmGwRXE,11796
|
|
322
322
|
criteo_api_marketingsolutions_preview/model/products_custom_batch_request.py,sha256=OVfOZ2zER6vusm-lDXTkFyQ4uP-Hocdfe1vyMagzBQM,11982
|
|
323
|
-
criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.py,sha256=
|
|
323
|
+
criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.py,sha256=Y2dUWWOhWCJvhABRmJUWuSJsYcITyGKihCVOoFAzKMM,14084
|
|
324
324
|
criteo_api_marketingsolutions_preview/model/prospecting_create_v1.py,sha256=Z-Rrdsh3t-L1sukHK8fR0DHUjfTDoo2nySkQg1KvLyE,12722
|
|
325
325
|
criteo_api_marketingsolutions_preview/model/prospecting_update_v1.py,sha256=Pstq2KrUjNiXv_xY4XKF8gaWOQfy3hvA3Nk8rKkcz5k,12513
|
|
326
326
|
criteo_api_marketingsolutions_preview/model/prospecting_v1.py,sha256=ds5MMEnUYec0BKMqU-oAAfvsqDKMMNoELkhgHkrtioQ,12721
|
|
327
327
|
criteo_api_marketingsolutions_preview/model/read_ad_set_bidding_v24_q1.py,sha256=ZEZ-OL-XaIT37KXb9nj8CeTVJkqk-sdxBKXOlsxaXgE,12539
|
|
328
|
-
criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q1.py,sha256=
|
|
328
|
+
criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q1.py,sha256=GLgEjFn-iJT5b0As7Lw9YWwi4bqD5OnfUwh388SNfYU,13647
|
|
329
329
|
criteo_api_marketingsolutions_preview/model/read_ad_set_schedule_v24_q1.py,sha256=W8FnSEUJmlrGh_E8LtGOJ__dKPs_rCQR1I5UoVACyLA,13021
|
|
330
330
|
criteo_api_marketingsolutions_preview/model/read_ad_set_v24_q1.py,sha256=3ooPCJ4_5XsFyf1pIU_HRMGbYIrlv0Bqm6JgX0Lfmpk,15843
|
|
331
331
|
criteo_api_marketingsolutions_preview/model/read_model_ad_set_id.py,sha256=ogubOkG7u77qtCRoCoRY3mvwn31iz8k2iHVwP_d2A3g,11740
|
|
332
332
|
criteo_api_marketingsolutions_preview/model/read_model_ad_set_id_v24_q1.py,sha256=QaRWbAxXEEy_I8UKSWxVP5iOIXoI0FS46AM7xLIcxZs,12195
|
|
333
333
|
criteo_api_marketingsolutions_preview/model/read_model_read_ad_set_v24_q1.py,sha256=42jTHDcxjbEjO32zH0O01cngjN8qFuQ0WnYeZu0k64w,12209
|
|
334
|
-
criteo_api_marketingsolutions_preview/model/recommended_product.py,sha256=
|
|
334
|
+
criteo_api_marketingsolutions_preview/model/recommended_product.py,sha256=Y9DoSr0WBHxY6jcnhfiauxG8MMe-Xczo1z0HgUls0-A,14378
|
|
335
335
|
criteo_api_marketingsolutions_preview/model/report_data_message.py,sha256=X9Ot4VQD92nxvRzm9cZ6tkXgx73usDXNYYwiQin_YM0,11768
|
|
336
336
|
criteo_api_marketingsolutions_preview/model/report_detail_error.py,sha256=mXASksgzLsokhxJkiO4-d5HzSeLO3hS8mxLVBLRJnpE,12824
|
|
337
337
|
criteo_api_marketingsolutions_preview/model/report_detail_errors.py,sha256=9Nskqs8LtcaOxIntfgQyl9CXyp3Aie25QG1_vsE3Ck4,12058
|
|
@@ -394,7 +394,7 @@ criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=d28efhqjo3gkR
|
|
|
394
394
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=rGso-xlxkPu39QATgZs4XYwGa0FV8zp8ReeeDWH7guQ,11755
|
|
395
395
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q1.py,sha256=4llfS3zD39gpInDZbb0SRV-t9fhfs0xr4KS2Z8xLT1k,12234
|
|
396
396
|
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=vFwx_jwVFe5FpY3pMI9lxrBpuBARSyAVyv2zgUVWkQo,41445
|
|
397
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
398
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
399
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
400
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
397
|
+
criteo_api_marketingsolutions_sdk-0.0.240404.dist-info/METADATA,sha256=OcXgR5s_rSau1VoeI4AnKdAAmjNxk0Gds5Ub_7ckngU,1684
|
|
398
|
+
criteo_api_marketingsolutions_sdk-0.0.240404.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
399
|
+
criteo_api_marketingsolutions_sdk-0.0.240404.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
400
|
+
criteo_api_marketingsolutions_sdk-0.0.240404.dist-info/RECORD,,
|