criteo-api-retailmedia-sdk 0.0.250606__py3-none-any.whl → 0.0.250618__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_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/RECORD +10 -10
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250618.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.250606.dist-info → criteo_api_retailmedia_sdk-0.0.250618.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.250618/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.250618".\
|
|
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
|
|
@@ -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.250618
|
|
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.250618
|
|
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.250618`)
|
|
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=Vs0n_TTzesY_1KigQa72FPRcyBWuzVGDQ4F61rDiv6Y,1023
|
|
2
|
+
criteo_api_retailmedia_preview/api_client.py,sha256=a007HBt9DAshnDTkZ-ZZ38vPTBaann9hipjpJ3HdS-c,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=FOOps1d-WpKQYoaY5cmSoLK3Gv8OG_0ymbUuPvqRsAc,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
|
|
@@ -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.250618.dist-info/METADATA,sha256=imBFWkwUtI7dJXVyZA-CYynxybo4EAMWOdU3Gfl9DXU,1848
|
|
373
|
+
criteo_api_retailmedia_sdk-0.0.250618.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
374
|
+
criteo_api_retailmedia_sdk-0.0.250618.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
|
|
375
|
+
criteo_api_retailmedia_sdk-0.0.250618.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|