criteo-api-retailmedia-sdk 0.0.250606__py3-none-any.whl → 0.0.250619__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-retailmedia-sdk might be problematic. Click here for more details.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/async_accounts_report.py +11 -0
- criteo_api_retailmedia_preview/model/async_campaigns_report.py +11 -0
- criteo_api_retailmedia_preview/model/async_line_items_report.py +11 -0
- criteo_api_retailmedia_preview/model/sponsored_products_line_item.py +15 -15
- criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py +3 -3
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250619.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250619.dist-info}/RECORD +12 -12
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250619.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250619.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.250619/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.250619".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -70,6 +70,12 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
70
70
|
'14D': "14D",
|
|
71
71
|
'30D': "30D",
|
|
72
72
|
},
|
|
73
|
+
('conquesting_types',): {
|
|
74
|
+
'UNKNOWN': "unknown",
|
|
75
|
+
'GENERIC': "generic",
|
|
76
|
+
'BRANDED': "branded",
|
|
77
|
+
'CONQUESTING': "conquesting",
|
|
78
|
+
},
|
|
73
79
|
('dimensions',): {
|
|
74
80
|
'DATE': "date",
|
|
75
81
|
'HOUR': "hour",
|
|
@@ -103,6 +109,7 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
103
109
|
'CREATIVETYPENAME': "creativeTypeName",
|
|
104
110
|
'CREATIVETEMPLATEID': "creativeTemplateId",
|
|
105
111
|
'CREATIVETEMPLATENAME': "creativeTemplateName",
|
|
112
|
+
'CONQUESTINGTYPE': "conquestingType",
|
|
106
113
|
},
|
|
107
114
|
('format',): {
|
|
108
115
|
'JSON': "json",
|
|
@@ -214,6 +221,7 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
214
221
|
'aggregation_level': (str,), # noqa: E501
|
|
215
222
|
'campaign_type': (str,), # noqa: E501
|
|
216
223
|
'click_attribution_window': (str,), # noqa: E501
|
|
224
|
+
'conquesting_types': ([str],), # noqa: E501
|
|
217
225
|
'dimensions': ([str],), # noqa: E501
|
|
218
226
|
'format': (str,), # noqa: E501
|
|
219
227
|
'metrics': ([str],), # noqa: E501
|
|
@@ -237,6 +245,7 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
237
245
|
'aggregation_level': 'aggregationLevel', # noqa: E501
|
|
238
246
|
'campaign_type': 'campaignType', # noqa: E501
|
|
239
247
|
'click_attribution_window': 'clickAttributionWindow', # noqa: E501
|
|
248
|
+
'conquesting_types': 'conquestingTypes', # noqa: E501
|
|
240
249
|
'dimensions': 'dimensions', # noqa: E501
|
|
241
250
|
'format': 'format', # noqa: E501
|
|
242
251
|
'metrics': 'metrics', # noqa: E501
|
|
@@ -297,6 +306,7 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
297
306
|
aggregation_level (str): Level of aggregation, if no dimensions and metrics are provided, falls back to campaign aggregationLevel. [optional] if omitted the server will use the default value of "campaign" # noqa: E501
|
|
298
307
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
299
308
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
309
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
300
310
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
301
311
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
302
312
|
metrics ([str]): List of metrics to report on. [optional] # noqa: E501
|
|
@@ -402,6 +412,7 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
402
412
|
aggregation_level (str): Level of aggregation, if no dimensions and metrics are provided, falls back to campaign aggregationLevel. [optional] if omitted the server will use the default value of "campaign" # noqa: E501
|
|
403
413
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
404
414
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
415
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
405
416
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
406
417
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
407
418
|
metrics ([str]): List of metrics to report on. [optional] # noqa: E501
|
|
@@ -66,6 +66,12 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
66
66
|
'14D': "14D",
|
|
67
67
|
'30D': "30D",
|
|
68
68
|
},
|
|
69
|
+
('conquesting_types',): {
|
|
70
|
+
'UNKNOWN': "unknown",
|
|
71
|
+
'GENERIC': "generic",
|
|
72
|
+
'BRANDED': "branded",
|
|
73
|
+
'CONQUESTING': "conquesting",
|
|
74
|
+
},
|
|
69
75
|
('dimensions',): {
|
|
70
76
|
'DATE': "date",
|
|
71
77
|
'HOUR': "hour",
|
|
@@ -99,6 +105,7 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
99
105
|
'CREATIVETYPENAME': "creativeTypeName",
|
|
100
106
|
'CREATIVETEMPLATEID': "creativeTemplateId",
|
|
101
107
|
'CREATIVETEMPLATENAME': "creativeTemplateName",
|
|
108
|
+
'CONQUESTINGTYPE': "conquestingType",
|
|
102
109
|
},
|
|
103
110
|
('format',): {
|
|
104
111
|
'JSON': "json",
|
|
@@ -208,6 +215,7 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
208
215
|
'start_date': (datetime,), # noqa: E501
|
|
209
216
|
'campaign_type': (str,), # noqa: E501
|
|
210
217
|
'click_attribution_window': (str,), # noqa: E501
|
|
218
|
+
'conquesting_types': ([str],), # noqa: E501
|
|
211
219
|
'dimensions': ([str],), # noqa: E501
|
|
212
220
|
'format': (str,), # noqa: E501
|
|
213
221
|
'id': (str,), # noqa: E501
|
|
@@ -231,6 +239,7 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
231
239
|
'start_date': 'startDate', # noqa: E501
|
|
232
240
|
'campaign_type': 'campaignType', # noqa: E501
|
|
233
241
|
'click_attribution_window': 'clickAttributionWindow', # noqa: E501
|
|
242
|
+
'conquesting_types': 'conquestingTypes', # noqa: E501
|
|
234
243
|
'dimensions': 'dimensions', # noqa: E501
|
|
235
244
|
'format': 'format', # noqa: E501
|
|
236
245
|
'id': 'id', # noqa: E501
|
|
@@ -291,6 +300,7 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
291
300
|
_visited_composed_classes = (Animal,)
|
|
292
301
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
293
302
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
303
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
294
304
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
295
305
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
296
306
|
id (str): Campaign id to report on. [optional] # noqa: E501
|
|
@@ -395,6 +405,7 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
395
405
|
_visited_composed_classes = (Animal,)
|
|
396
406
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
397
407
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
408
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
398
409
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
399
410
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
400
411
|
id (str): Campaign id to report on. [optional] # noqa: E501
|
|
@@ -66,6 +66,12 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
66
66
|
'14D': "14D",
|
|
67
67
|
'30D': "30D",
|
|
68
68
|
},
|
|
69
|
+
('conquesting_types',): {
|
|
70
|
+
'UNKNOWN': "unknown",
|
|
71
|
+
'GENERIC': "generic",
|
|
72
|
+
'BRANDED': "branded",
|
|
73
|
+
'CONQUESTING': "conquesting",
|
|
74
|
+
},
|
|
69
75
|
('dimensions',): {
|
|
70
76
|
'DATE': "date",
|
|
71
77
|
'HOUR': "hour",
|
|
@@ -99,6 +105,7 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
99
105
|
'CREATIVETYPENAME': "creativeTypeName",
|
|
100
106
|
'CREATIVETEMPLATEID': "creativeTemplateId",
|
|
101
107
|
'CREATIVETEMPLATENAME': "creativeTemplateName",
|
|
108
|
+
'CONQUESTINGTYPE': "conquestingType",
|
|
102
109
|
},
|
|
103
110
|
('format',): {
|
|
104
111
|
'JSON': "json",
|
|
@@ -208,6 +215,7 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
208
215
|
'start_date': (datetime,), # noqa: E501
|
|
209
216
|
'campaign_type': (str,), # noqa: E501
|
|
210
217
|
'click_attribution_window': (str,), # noqa: E501
|
|
218
|
+
'conquesting_types': ([str],), # noqa: E501
|
|
211
219
|
'dimensions': ([str],), # noqa: E501
|
|
212
220
|
'format': (str,), # noqa: E501
|
|
213
221
|
'id': (str,), # noqa: E501
|
|
@@ -231,6 +239,7 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
231
239
|
'start_date': 'startDate', # noqa: E501
|
|
232
240
|
'campaign_type': 'campaignType', # noqa: E501
|
|
233
241
|
'click_attribution_window': 'clickAttributionWindow', # noqa: E501
|
|
242
|
+
'conquesting_types': 'conquestingTypes', # noqa: E501
|
|
234
243
|
'dimensions': 'dimensions', # noqa: E501
|
|
235
244
|
'format': 'format', # noqa: E501
|
|
236
245
|
'id': 'id', # noqa: E501
|
|
@@ -291,6 +300,7 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
291
300
|
_visited_composed_classes = (Animal,)
|
|
292
301
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
293
302
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
303
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
294
304
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
295
305
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
296
306
|
id (str): Line Item id to report on. [optional] # noqa: E501
|
|
@@ -395,6 +405,7 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
395
405
|
_visited_composed_classes = (Animal,)
|
|
396
406
|
campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
397
407
|
click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
408
|
+
conquesting_types ([str]): Filter on conquesting type: unknown, generic, branded, conquesting. [optional] # noqa: E501
|
|
398
409
|
dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
|
|
399
410
|
format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
400
411
|
id (str): Line Item id to report on. [optional] # noqa: E501
|
|
@@ -74,15 +74,15 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
74
74
|
},
|
|
75
75
|
('status',): {
|
|
76
76
|
'None': None,
|
|
77
|
-
'UNKNOWN': "
|
|
78
|
-
'ACTIVE': "
|
|
79
|
-
'SCHEDULED': "
|
|
80
|
-
'DRAFT': "
|
|
81
|
-
'PAUSED': "
|
|
82
|
-
'BUDGETHIT': "
|
|
83
|
-
'ENDED': "
|
|
84
|
-
'ARCHIVED': "
|
|
85
|
-
'NOFUNDS': "
|
|
77
|
+
'UNKNOWN': "unknown",
|
|
78
|
+
'ACTIVE': "active",
|
|
79
|
+
'SCHEDULED': "scheduled",
|
|
80
|
+
'DRAFT': "draft",
|
|
81
|
+
'PAUSED': "paused",
|
|
82
|
+
'BUDGETHIT': "budgetHit",
|
|
83
|
+
'ENDED': "ended",
|
|
84
|
+
'ARCHIVED': "archived",
|
|
85
|
+
'NOFUNDS': "noFunds",
|
|
86
86
|
},
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -110,12 +110,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
110
110
|
lazy_import()
|
|
111
111
|
return {
|
|
112
112
|
'budget_remaining': (float, none_type,), # noqa: E501
|
|
113
|
-
'campaign_id': (
|
|
113
|
+
'campaign_id': (str,), # noqa: E501
|
|
114
114
|
'created_at': (datetime,), # noqa: E501
|
|
115
115
|
'external_line_item_id': (int,), # noqa: E501
|
|
116
116
|
'name': (str,), # noqa: E501
|
|
117
117
|
'start_date': (datetime,), # noqa: E501
|
|
118
|
-
'target_retailer_id': (
|
|
118
|
+
'target_retailer_id': (str,), # noqa: E501
|
|
119
119
|
'updated_at': (datetime,), # noqa: E501
|
|
120
120
|
'bid_strategy': (str, none_type,), # noqa: E501
|
|
121
121
|
'budget': (float, none_type,), # noqa: E501
|
|
@@ -171,12 +171,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
171
171
|
|
|
172
172
|
Args:
|
|
173
173
|
budget_remaining (float, none_type):
|
|
174
|
-
campaign_id (
|
|
174
|
+
campaign_id (str):
|
|
175
175
|
created_at (datetime):
|
|
176
176
|
external_line_item_id (int):
|
|
177
177
|
name (str):
|
|
178
178
|
start_date (datetime):
|
|
179
|
-
target_retailer_id (
|
|
179
|
+
target_retailer_id (str):
|
|
180
180
|
updated_at (datetime):
|
|
181
181
|
|
|
182
182
|
Keyword Args:
|
|
@@ -286,12 +286,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
286
286
|
|
|
287
287
|
Args:
|
|
288
288
|
budget_remaining (float, none_type):
|
|
289
|
-
campaign_id (
|
|
289
|
+
campaign_id (str):
|
|
290
290
|
created_at (datetime):
|
|
291
291
|
external_line_item_id (int):
|
|
292
292
|
name (str):
|
|
293
293
|
start_date (datetime):
|
|
294
|
-
target_retailer_id (
|
|
294
|
+
target_retailer_id (str):
|
|
295
295
|
updated_at (datetime):
|
|
296
296
|
|
|
297
297
|
Keyword Args:
|
|
@@ -97,7 +97,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
97
97
|
return {
|
|
98
98
|
'name': (str,), # noqa: E501
|
|
99
99
|
'start_date': (datetime,), # noqa: E501
|
|
100
|
-
'target_retailer_id': (
|
|
100
|
+
'target_retailer_id': (str,), # noqa: E501
|
|
101
101
|
'bid_strategy': (str,), # noqa: E501
|
|
102
102
|
'budget': (float, none_type,), # noqa: E501
|
|
103
103
|
'daily_pacing': (float, none_type,), # noqa: E501
|
|
@@ -144,7 +144,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
144
144
|
Args:
|
|
145
145
|
name (str):
|
|
146
146
|
start_date (datetime):
|
|
147
|
-
target_retailer_id (
|
|
147
|
+
target_retailer_id (str):
|
|
148
148
|
|
|
149
149
|
Keyword Args:
|
|
150
150
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -247,7 +247,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
247
247
|
Args:
|
|
248
248
|
name (str):
|
|
249
249
|
start_date (datetime):
|
|
250
|
-
target_retailer_id (
|
|
250
|
+
target_retailer_id (str):
|
|
251
251
|
|
|
252
252
|
Keyword Args:
|
|
253
253
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: criteo-api-retailmedia-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.250619
|
|
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-retailmedia-sdk==0.0.
|
|
38
|
+
pip install criteo-api-retailmedia-sdk==0.0.250619
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250619`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_retailmedia_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_retailmedia_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_retailmedia_preview/__init__.py,sha256=jaiSZ9fNA8ZSnQvEYL6jz1ZJLOK4tn2DdgrQ7-gp4TU,1023
|
|
2
|
+
criteo_api_retailmedia_preview/api_client.py,sha256=7wSN8tGlLLI5YUPw9lPnQZ-wvgxmg63RYkK6XBtcyHk,39425
|
|
3
3
|
criteo_api_retailmedia_preview/api_client_builder.py,sha256=GA_82AyTtGhe8KsCV4WRibYrDshmKbXDRLdELNYmBEo,1504
|
|
4
|
-
criteo_api_retailmedia_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_retailmedia_preview/configuration.py,sha256=uVOUPXS1g7QBv1CaE0W2oMBK_IAXoaGnbMKaeNnNSWw,16714
|
|
5
5
|
criteo_api_retailmedia_preview/criteo_api_client.py,sha256=OMLOZH6PXNNHEZ-9_X1b-jNJT80YCrfQrxln-6rWo3k,652
|
|
6
6
|
criteo_api_retailmedia_preview/criteo_auth.py,sha256=1pjObPpytC72QM8YxL3NmwDI0ePSXuRFIiMpq6j3LF0,4693
|
|
7
7
|
criteo_api_retailmedia_preview/criteo_rest.py,sha256=7fjy1FXDYlgRVnUqEvXaa3daGnZAB0rUPqmFxgBeRmk,3410
|
|
@@ -31,16 +31,16 @@ criteo_api_retailmedia_preview/model/add_remove_keywords_model_resource.py,sha25
|
|
|
31
31
|
criteo_api_retailmedia_preview/model/application_summary_model.py,sha256=-OZWSslPoPvrjY6s-jgIMtVocVXAEcy4oIK1dxpxoc0,12475
|
|
32
32
|
criteo_api_retailmedia_preview/model/application_summary_model_resource.py,sha256=DLJ7nNAA1SauKn_Y8jajF0fj_EY2mMndqmaXXyLB4BM,11970
|
|
33
33
|
criteo_api_retailmedia_preview/model/application_summary_model_response.py,sha256=bvX1oWnSB-akI1EZWzlB60bTg0Y2ZyRUnKJ7Na66IL4,12506
|
|
34
|
-
criteo_api_retailmedia_preview/model/async_accounts_report.py,sha256=
|
|
34
|
+
criteo_api_retailmedia_preview/model/async_accounts_report.py,sha256=LEC9TFKFUbe5i_2UZHQCFzwBtPdKw_4iTEjQlmyEySo,22709
|
|
35
35
|
criteo_api_retailmedia_preview/model/async_accounts_report_request.py,sha256=jDwnEVvlmZK3-wQtZHlAdfesVbcQWoy93Ou0P1B3xhc,11744
|
|
36
36
|
criteo_api_retailmedia_preview/model/async_accounts_report_resource.py,sha256=UpH9Yru5B8e2R0RDjKmJS7XBGROkJxlpiJGpfa_DAv0,11898
|
|
37
|
-
criteo_api_retailmedia_preview/model/async_campaigns_report.py,sha256=
|
|
37
|
+
criteo_api_retailmedia_preview/model/async_campaigns_report.py,sha256=yUGrBnVM8Hj_3Ewa9rN5ttKKiJwIIf1EAF3V4rSgSRI,22146
|
|
38
38
|
criteo_api_retailmedia_preview/model/async_campaigns_report_request.py,sha256=_I4JAtoCxG52O5QfqCXHAJFQ4CyPI-oae8zdeB8em9U,11754
|
|
39
39
|
criteo_api_retailmedia_preview/model/async_campaigns_report_resource.py,sha256=6ZVgP-ZpDfqXyu5bBemmqZB_UXMnwnMGZLyg1P1Xeug,11908
|
|
40
40
|
criteo_api_retailmedia_preview/model/async_fill_rate_report.py,sha256=qWZUSxQYGuEDPFgfX34VE0sWm8uvORDkbTdc2HxMjAI,15451
|
|
41
41
|
criteo_api_retailmedia_preview/model/async_fill_rate_report_request.py,sha256=NgWZOwlD13nLopSqBcFMRkJlAAs46qiZoXLo1f3ZC_k,11745
|
|
42
42
|
criteo_api_retailmedia_preview/model/async_fill_rate_report_resource.py,sha256=ntGPfdCdfywyBlwtTTD2WQ8-v2HtYz7oHZImEh95AYM,11899
|
|
43
|
-
criteo_api_retailmedia_preview/model/async_line_items_report.py,sha256=
|
|
43
|
+
criteo_api_retailmedia_preview/model/async_line_items_report.py,sha256=vtffQ5L-G0es4-xkgfhaodDAeAw8cQVf1KCBZHQRBGU,22150
|
|
44
44
|
criteo_api_retailmedia_preview/model/async_line_items_report_request.py,sha256=znMn3HlUxa8bwnf9ehEFnjHEUjWnI7Xc-JN4w-9FSWU,11755
|
|
45
45
|
criteo_api_retailmedia_preview/model/async_line_items_report_resource.py,sha256=ctH2JbNIwGN3BSQgfg0pstvNiLsqsJsPDV3j0gUHo7w,11909
|
|
46
46
|
criteo_api_retailmedia_preview/model/async_offsite_report.py,sha256=iHzNgEo0-KcJ7xT7cY2nXoGllzCxybewT9Q30ZFJfrg,20510
|
|
@@ -311,8 +311,8 @@ criteo_api_retailmedia_preview/model/sku_slim_data_preview.py,sha256=pCJYPgB9zmf
|
|
|
311
311
|
criteo_api_retailmedia_preview/model/sku_slim_data_preview_list_response.py,sha256=BPEq6ShRzSQKtsux6mtlhlopPccmqXfsCPEAafRDn0k,12434
|
|
312
312
|
criteo_api_retailmedia_preview/model/sku_slim_data_v2.py,sha256=KWgrWNiUpFMvXNhzydQ46WNaXlTznNf_V2Ttzd1Uokc,14818
|
|
313
313
|
criteo_api_retailmedia_preview/model/sku_slim_data_v2_list_response.py,sha256=JMdUpqH1wiwa2p1yDI4b2hViEUdwwMm43991fDId8k0,12384
|
|
314
|
-
criteo_api_retailmedia_preview/model/sponsored_products_line_item.py,sha256=
|
|
315
|
-
criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py,sha256=
|
|
314
|
+
criteo_api_retailmedia_preview/model/sponsored_products_line_item.py,sha256=tETHJBBinlix31RdC1YFvJjMAtKaIaWPbcX7LumrPDI,17373
|
|
315
|
+
criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py,sha256=5BDqPMJPm_9-6dbHlwlxvvuZIrXXTPliP_L2dC0BzV0,15119
|
|
316
316
|
criteo_api_retailmedia_preview/model/sponsored_products_line_item_update_request_model.py,sha256=3s6_587Xfc6Q9j0U6koAWZUo6sDMKruYTgUadyzEBkI,14806
|
|
317
317
|
criteo_api_retailmedia_preview/model/status_response.py,sha256=ANHplnX0oeW-cQMvE6bJpbR-hiUi9Z7U-z7bM3hcryc,13283
|
|
318
318
|
criteo_api_retailmedia_preview/model/status_response_resource.py,sha256=Y7ltrUwi49Wiczz3En5d7pHBPJ5ePYB49g4-dr3wdvA,12080
|
|
@@ -369,7 +369,7 @@ criteo_api_retailmedia_preview/model/value_resource_retail_media_keywords_review
|
|
|
369
369
|
criteo_api_retailmedia_preview/model/value_resource_retail_media_keywords_review_result.py,sha256=Af_a5NYKq-u83q7yOxX2qcBTfzTN2XZg3v864eb134Q,11816
|
|
370
370
|
criteo_api_retailmedia_preview/model/video_variable_value.py,sha256=MutQTssNekmvLKDmu2kTKk0ZrijtpRwYToR_-nlo3SM,12078
|
|
371
371
|
criteo_api_retailmedia_preview/models/__init__.py,sha256=elT7iTczC2UqjWg38dp56mNbfs29YJ7yNOTVOvBvLXY,38600
|
|
372
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
373
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
374
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
375
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
372
|
+
criteo_api_retailmedia_sdk-0.0.250619.dist-info/METADATA,sha256=x-Gj3U2eFdjshM44XR87KpOQGBC4gPi0izqRjTIyBsM,1848
|
|
373
|
+
criteo_api_retailmedia_sdk-0.0.250619.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
374
|
+
criteo_api_retailmedia_sdk-0.0.250619.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
|
|
375
|
+
criteo_api_retailmedia_sdk-0.0.250619.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|