criteo-api-retailmedia-sdk 0.0.250624__py3-none-any.whl → 0.0.250626__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.

@@ -8,7 +8,7 @@
8
8
  """
9
9
 
10
10
 
11
- __version__ = "0.0.250624"
11
+ __version__ = "0.0.250626"
12
12
 
13
13
  # import ApiClient
14
14
  from criteo_api_retailmedia_preview.api_client import ApiClient
@@ -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.250624/python'
79
+ self.user_agent = 'OpenAPI-Generator/0.0.250626/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.250624".\
398
+ "SDK Package Version: 0.0.250626".\
399
399
  format(env=sys.platform, pyversion=sys.version)
400
400
 
401
401
  def get_host_settings(self):
@@ -70,12 +70,6 @@ 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
- },
79
73
  ('dimensions',): {
80
74
  'DATE': "date",
81
75
  'HOUR': "hour",
@@ -109,7 +103,7 @@ class AsyncAccountsReport(ModelNormal):
109
103
  'CREATIVETYPENAME': "creativeTypeName",
110
104
  'CREATIVETEMPLATEID': "creativeTemplateId",
111
105
  'CREATIVETEMPLATENAME': "creativeTemplateName",
112
- 'CONQUESTINGTYPE': "conquestingType",
106
+ 'TARGETEDKEYWORDTYPE': "targetedKeywordType",
113
107
  },
114
108
  ('format',): {
115
109
  'JSON': "json",
@@ -182,6 +176,12 @@ class AsyncAccountsReport(ModelNormal):
182
176
  'SEARCHED': "searched",
183
177
  'ENTERED': "entered",
184
178
  },
179
+ ('targeted_keyword_types',): {
180
+ 'UNKNOWN': "unknown",
181
+ 'GENERIC': "generic",
182
+ 'BRANDED': "branded",
183
+ 'CONQUESTING': "conquesting",
184
+ },
185
185
  ('view_attribution_window',): {
186
186
  'NONE': "none",
187
187
  '1D': "1D",
@@ -221,7 +221,6 @@ class AsyncAccountsReport(ModelNormal):
221
221
  'aggregation_level': (str,), # noqa: E501
222
222
  'campaign_type': (str,), # noqa: E501
223
223
  'click_attribution_window': (str,), # noqa: E501
224
- 'conquesting_types': ([str],), # noqa: E501
225
224
  'dimensions': ([str],), # noqa: E501
226
225
  'format': (str,), # noqa: E501
227
226
  'metrics': ([str],), # noqa: E501
@@ -229,6 +228,7 @@ class AsyncAccountsReport(ModelNormal):
229
228
  'sales_channel': (str,), # noqa: E501
230
229
  'search_term_targetings': ([str],), # noqa: E501
231
230
  'search_term_types': ([str],), # noqa: E501
231
+ 'targeted_keyword_types': ([str],), # noqa: E501
232
232
  'timezone': (str,), # noqa: E501
233
233
  'view_attribution_window': (str,), # noqa: E501
234
234
  }
@@ -245,7 +245,6 @@ class AsyncAccountsReport(ModelNormal):
245
245
  'aggregation_level': 'aggregationLevel', # noqa: E501
246
246
  'campaign_type': 'campaignType', # noqa: E501
247
247
  'click_attribution_window': 'clickAttributionWindow', # noqa: E501
248
- 'conquesting_types': 'conquestingTypes', # noqa: E501
249
248
  'dimensions': 'dimensions', # noqa: E501
250
249
  'format': 'format', # noqa: E501
251
250
  'metrics': 'metrics', # noqa: E501
@@ -253,6 +252,7 @@ class AsyncAccountsReport(ModelNormal):
253
252
  'sales_channel': 'salesChannel', # noqa: E501
254
253
  'search_term_targetings': 'searchTermTargetings', # noqa: E501
255
254
  'search_term_types': 'searchTermTypes', # noqa: E501
255
+ 'targeted_keyword_types': 'targetedKeywordTypes', # noqa: E501
256
256
  'timezone': 'timezone', # noqa: E501
257
257
  'view_attribution_window': 'viewAttributionWindow', # noqa: E501
258
258
  }
@@ -306,7 +306,6 @@ class AsyncAccountsReport(ModelNormal):
306
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
307
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
308
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
310
309
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
311
310
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
312
311
  metrics ([str]): List of metrics to report on. [optional] # noqa: E501
@@ -314,6 +313,7 @@ class AsyncAccountsReport(ModelNormal):
314
313
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
315
314
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
316
315
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
316
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
317
317
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
318
318
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
319
319
  """
@@ -412,7 +412,6 @@ class AsyncAccountsReport(ModelNormal):
412
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
413
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
414
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
416
415
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
417
416
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
418
417
  metrics ([str]): List of metrics to report on. [optional] # noqa: E501
@@ -420,6 +419,7 @@ class AsyncAccountsReport(ModelNormal):
420
419
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
421
420
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
422
421
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
422
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
423
423
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
424
424
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
425
425
  """
@@ -66,12 +66,6 @@ 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
- },
75
69
  ('dimensions',): {
76
70
  'DATE': "date",
77
71
  'HOUR': "hour",
@@ -105,7 +99,7 @@ class AsyncCampaignsReport(ModelNormal):
105
99
  'CREATIVETYPENAME': "creativeTypeName",
106
100
  'CREATIVETEMPLATEID': "creativeTemplateId",
107
101
  'CREATIVETEMPLATENAME': "creativeTemplateName",
108
- 'CONQUESTINGTYPE': "conquestingType",
102
+ 'TARGETEDKEYWORDTYPE': "targetedKeywordType",
109
103
  },
110
104
  ('format',): {
111
105
  'JSON': "json",
@@ -178,6 +172,12 @@ class AsyncCampaignsReport(ModelNormal):
178
172
  'SEARCHED': "searched",
179
173
  'ENTERED': "entered",
180
174
  },
175
+ ('targeted_keyword_types',): {
176
+ 'UNKNOWN': "unknown",
177
+ 'GENERIC': "generic",
178
+ 'BRANDED': "branded",
179
+ 'CONQUESTING': "conquesting",
180
+ },
181
181
  ('view_attribution_window',): {
182
182
  'NONE': "none",
183
183
  '1D': "1D",
@@ -215,7 +215,6 @@ class AsyncCampaignsReport(ModelNormal):
215
215
  'start_date': (datetime,), # noqa: E501
216
216
  'campaign_type': (str,), # noqa: E501
217
217
  'click_attribution_window': (str,), # noqa: E501
218
- 'conquesting_types': ([str],), # noqa: E501
219
218
  'dimensions': ([str],), # noqa: E501
220
219
  'format': (str,), # noqa: E501
221
220
  'id': (str,), # noqa: E501
@@ -225,6 +224,7 @@ class AsyncCampaignsReport(ModelNormal):
225
224
  'sales_channel': (str,), # noqa: E501
226
225
  'search_term_targetings': ([str],), # noqa: E501
227
226
  'search_term_types': ([str],), # noqa: E501
227
+ 'targeted_keyword_types': ([str],), # noqa: E501
228
228
  'timezone': (str,), # noqa: E501
229
229
  'view_attribution_window': (str,), # noqa: E501
230
230
  }
@@ -239,7 +239,6 @@ class AsyncCampaignsReport(ModelNormal):
239
239
  'start_date': 'startDate', # noqa: E501
240
240
  'campaign_type': 'campaignType', # noqa: E501
241
241
  'click_attribution_window': 'clickAttributionWindow', # noqa: E501
242
- 'conquesting_types': 'conquestingTypes', # noqa: E501
243
242
  'dimensions': 'dimensions', # noqa: E501
244
243
  'format': 'format', # noqa: E501
245
244
  'id': 'id', # noqa: E501
@@ -249,6 +248,7 @@ class AsyncCampaignsReport(ModelNormal):
249
248
  'sales_channel': 'salesChannel', # noqa: E501
250
249
  'search_term_targetings': 'searchTermTargetings', # noqa: E501
251
250
  'search_term_types': 'searchTermTypes', # noqa: E501
251
+ 'targeted_keyword_types': 'targetedKeywordTypes', # noqa: E501
252
252
  'timezone': 'timezone', # noqa: E501
253
253
  'view_attribution_window': 'viewAttributionWindow', # noqa: E501
254
254
  }
@@ -300,7 +300,6 @@ class AsyncCampaignsReport(ModelNormal):
300
300
  _visited_composed_classes = (Animal,)
301
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
302
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
304
303
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
305
304
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
306
305
  id (str): Campaign id to report on. [optional] # noqa: E501
@@ -310,6 +309,7 @@ class AsyncCampaignsReport(ModelNormal):
310
309
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
311
310
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
312
311
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
312
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
313
313
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
314
314
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
315
315
  """
@@ -405,7 +405,6 @@ class AsyncCampaignsReport(ModelNormal):
405
405
  _visited_composed_classes = (Animal,)
406
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
407
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
409
408
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
410
409
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
411
410
  id (str): Campaign id to report on. [optional] # noqa: E501
@@ -415,6 +414,7 @@ class AsyncCampaignsReport(ModelNormal):
415
414
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
416
415
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
417
416
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
417
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
418
418
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
419
419
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
420
420
  """
@@ -66,12 +66,6 @@ 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
- },
75
69
  ('dimensions',): {
76
70
  'DATE': "date",
77
71
  'HOUR': "hour",
@@ -105,7 +99,7 @@ class AsyncLineItemsReport(ModelNormal):
105
99
  'CREATIVETYPENAME': "creativeTypeName",
106
100
  'CREATIVETEMPLATEID': "creativeTemplateId",
107
101
  'CREATIVETEMPLATENAME': "creativeTemplateName",
108
- 'CONQUESTINGTYPE': "conquestingType",
102
+ 'TARGETEDKEYWORDTYPE': "targetedKeywordType",
109
103
  },
110
104
  ('format',): {
111
105
  'JSON': "json",
@@ -178,6 +172,12 @@ class AsyncLineItemsReport(ModelNormal):
178
172
  'SEARCHED': "searched",
179
173
  'ENTERED': "entered",
180
174
  },
175
+ ('targeted_keyword_types',): {
176
+ 'UNKNOWN': "unknown",
177
+ 'GENERIC': "generic",
178
+ 'BRANDED': "branded",
179
+ 'CONQUESTING': "conquesting",
180
+ },
181
181
  ('view_attribution_window',): {
182
182
  'NONE': "none",
183
183
  '1D': "1D",
@@ -215,7 +215,6 @@ class AsyncLineItemsReport(ModelNormal):
215
215
  'start_date': (datetime,), # noqa: E501
216
216
  'campaign_type': (str,), # noqa: E501
217
217
  'click_attribution_window': (str,), # noqa: E501
218
- 'conquesting_types': ([str],), # noqa: E501
219
218
  'dimensions': ([str],), # noqa: E501
220
219
  'format': (str,), # noqa: E501
221
220
  'id': (str,), # noqa: E501
@@ -225,6 +224,7 @@ class AsyncLineItemsReport(ModelNormal):
225
224
  'sales_channel': (str,), # noqa: E501
226
225
  'search_term_targetings': ([str],), # noqa: E501
227
226
  'search_term_types': ([str],), # noqa: E501
227
+ 'targeted_keyword_types': ([str],), # noqa: E501
228
228
  'timezone': (str,), # noqa: E501
229
229
  'view_attribution_window': (str,), # noqa: E501
230
230
  }
@@ -239,7 +239,6 @@ class AsyncLineItemsReport(ModelNormal):
239
239
  'start_date': 'startDate', # noqa: E501
240
240
  'campaign_type': 'campaignType', # noqa: E501
241
241
  'click_attribution_window': 'clickAttributionWindow', # noqa: E501
242
- 'conquesting_types': 'conquestingTypes', # noqa: E501
243
242
  'dimensions': 'dimensions', # noqa: E501
244
243
  'format': 'format', # noqa: E501
245
244
  'id': 'id', # noqa: E501
@@ -249,6 +248,7 @@ class AsyncLineItemsReport(ModelNormal):
249
248
  'sales_channel': 'salesChannel', # noqa: E501
250
249
  'search_term_targetings': 'searchTermTargetings', # noqa: E501
251
250
  'search_term_types': 'searchTermTypes', # noqa: E501
251
+ 'targeted_keyword_types': 'targetedKeywordTypes', # noqa: E501
252
252
  'timezone': 'timezone', # noqa: E501
253
253
  'view_attribution_window': 'viewAttributionWindow', # noqa: E501
254
254
  }
@@ -300,7 +300,6 @@ class AsyncLineItemsReport(ModelNormal):
300
300
  _visited_composed_classes = (Animal,)
301
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
302
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
304
303
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
305
304
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
306
305
  id (str): Line Item id to report on. [optional] # noqa: E501
@@ -310,6 +309,7 @@ class AsyncLineItemsReport(ModelNormal):
310
309
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
311
310
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
312
311
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
312
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
313
313
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
314
314
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
315
315
  """
@@ -405,7 +405,6 @@ class AsyncLineItemsReport(ModelNormal):
405
405
  _visited_composed_classes = (Animal,)
406
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
407
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
409
408
  dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
410
409
  format (str): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
411
410
  id (str): Line Item id to report on. [optional] # noqa: E501
@@ -415,6 +414,7 @@ class AsyncLineItemsReport(ModelNormal):
415
414
  sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
416
415
  search_term_targetings ([str]): Filter on the type of search term targeting: unknown, automatic, manual. [optional] # noqa: E501
417
416
  search_term_types ([str]): Filter on the type of search term type: unknown, searched, entered. [optional] # noqa: E501
417
+ targeted_keyword_types ([str]): Filter on targeted keyword type: unknown, generic, branded, conquesting. [optional] # noqa: E501
418
418
  timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
419
419
  view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
420
420
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: criteo-api-retailmedia-sdk
3
- Version: 0.0.250624
3
+ Version: 0.0.250626
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.250624
38
+ pip install criteo-api-retailmedia-sdk==0.0.250626
39
39
  ```
40
- (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250624`)
40
+ (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250626`)
41
41
 
42
42
  Then import the package:
43
43
  ```python
@@ -1,7 +1,7 @@
1
- criteo_api_retailmedia_preview/__init__.py,sha256=HgpDn8rYtqDabDpxzdduNvLbIlVKtQ80LalsROE2F4M,1023
2
- criteo_api_retailmedia_preview/api_client.py,sha256=y78LOgA0NDVDMMNV59UelvUiM2boTZZWQhRAeSZjIWU,39425
1
+ criteo_api_retailmedia_preview/__init__.py,sha256=G96U2i0h0WF5-JGh5OozVMT2VfI03j60i1Qj4KDj7MY,1023
2
+ criteo_api_retailmedia_preview/api_client.py,sha256=8kbIoZ5RKDf0lorfX49h740qZyw-4d980FRGgsyMJZI,39425
3
3
  criteo_api_retailmedia_preview/api_client_builder.py,sha256=GA_82AyTtGhe8KsCV4WRibYrDshmKbXDRLdELNYmBEo,1504
4
- criteo_api_retailmedia_preview/configuration.py,sha256=s2awVFG-5TTa-X0p5MsJ2jo1Vc2GChzL_aXTXLWO22I,16714
4
+ criteo_api_retailmedia_preview/configuration.py,sha256=BufXnBxmF7QqbwVGR6o9Gpkj3f6x_2dRgDBozIOmQz8,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=LEC9TFKFUbe5i_2UZHQCFzwBtPdKw_4iTEjQlmyEySo,22709
34
+ criteo_api_retailmedia_preview/model/async_accounts_report.py,sha256=-z0QL2jGALjTvdWXxDOlKgh3r6gp-8NpJZDHWKtmAow,22756
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=yUGrBnVM8Hj_3Ewa9rN5ttKKiJwIIf1EAF3V4rSgSRI,22146
37
+ criteo_api_retailmedia_preview/model/async_campaigns_report.py,sha256=uiBtAIN_mMcux2tFMnfRSakbzYsv_uaShyDAuNHm_dA,22193
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=vtffQ5L-G0es4-xkgfhaodDAeAw8cQVf1KCBZHQRBGU,22150
43
+ criteo_api_retailmedia_preview/model/async_line_items_report.py,sha256=b4yPOOjCQsoAD-T9UCNdFOIsXpbCWGj5WHR2MgddaQ4,22197
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
@@ -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.250624.dist-info/METADATA,sha256=XjiOE8ItQZ4MwTUMfJzKx_hlUpBCH6Chr4cph6Wuqng,1848
373
- criteo_api_retailmedia_sdk-0.0.250624.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
374
- criteo_api_retailmedia_sdk-0.0.250624.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
375
- criteo_api_retailmedia_sdk-0.0.250624.dist-info/RECORD,,
372
+ criteo_api_retailmedia_sdk-0.0.250626.dist-info/METADATA,sha256=rnZX0F394VdHrQ34sODBSvlYxTfa-lFIzX5aC_YPwL8,1848
373
+ criteo_api_retailmedia_sdk-0.0.250626.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
374
+ criteo_api_retailmedia_sdk-0.0.250626.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
375
+ criteo_api_retailmedia_sdk-0.0.250626.dist-info/RECORD,,