criteo-api-retailmedia-sdk 0.0.240404__py3-none-any.whl → 0.0.240618__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/audience_api.py +284 -0
- criteo_api_retailmedia_preview/api/campaign_api.py +1755 -448
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keyword_model.py → add_remove_keyword_model.py} +12 -19
- criteo_api_retailmedia_preview/model/add_remove_keywords_model.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/approval_status_model.py +292 -0
- criteo_api_retailmedia_preview/model/async_accounts_report.py +39 -27
- criteo_api_retailmedia_preview/model/async_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/async_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/model/audience_error.py +310 -0
- criteo_api_retailmedia_preview/model/audience_warning.py +312 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_response.py → creative_v2_list_response.py} +16 -16
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_resource_outcome.py → creative_v2_response.py} +19 -17
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_request.py → error_code_response.py} +23 -11
- criteo_api_retailmedia_preview/model/external_choice_variable_value.py +269 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model.py → external_color_variable_value.py} +11 -14
- criteo_api_retailmedia_preview/model/external_creative_create_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_update_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_v2.py +361 -0
- criteo_api_retailmedia_preview/model/external_files_variable_value.py +272 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_request.py → external_hyperlink_variable_value.py} +7 -13
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers.py → external_line_item_bid_multipliers_v2.py} +41 -29
- criteo_api_retailmedia_preview/model/external_page_type_environment.py +293 -0
- criteo_api_retailmedia_preview/model/external_template_variable_value.py +309 -0
- criteo_api_retailmedia_preview/model/external_text_variable_value.py +263 -0
- criteo_api_retailmedia_preview/model/external_video_variable_value.py +293 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_input_keywords_model.py → input_keywords_model.py} +4 -16
- criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py → json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{json_api_single_response_of_line_item_bid_multipliers.py → json_api_single_response_of_line_item_bid_multipliers_v2.py} +14 -14
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keyword_data_model.py → keyword_data_model.py} +19 -37
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model.py → keywords_model.py} +9 -18
- criteo_api_retailmedia_preview/model/keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/keywords_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_request.py → line_item_bid_multipliers_v2_request.py} +8 -8
- criteo_api_retailmedia_preview/model/line_item_bid_multipliers_v2_response.py +281 -0
- criteo_api_retailmedia_preview/model/line_item_product_status.py +291 -0
- criteo_api_retailmedia_preview/model/match_type_model.py +291 -0
- criteo_api_retailmedia_preview/model/negotiation_state_model.py +293 -0
- criteo_api_retailmedia_preview/model/product_metadata.py +269 -0
- criteo_api_retailmedia_preview/model/product_resource_outcome.py +266 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model.py → promoted_product.py} +18 -19
- criteo_api_retailmedia_preview/model/promoted_product_resource.py +270 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py +262 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_outcome.py +278 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model.py → proposal_status_model.py} +22 -50
- criteo_api_retailmedia_preview/model/proposal_status_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/proposal_status_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{resource_of_line_item_bid_multipliers.py → resource_of_creative_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model_resource.py → resource_of_line_item_bid_multipliers_v2.py} +17 -23
- criteo_api_retailmedia_preview/model/resource_outcome.py +268 -0
- criteo_api_retailmedia_preview/model/retail_media_account.py +6 -6
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_resource.py → retail_media_contactlist_amendment.py} +16 -20
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_resource.py → retail_media_contactlist_amendment_attributes.py} +34 -25
- criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_request.py +275 -0
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py +291 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model_resource.py → retail_media_contactlist_operation_response_attributes.py} +14 -16
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes_attributes.py +297 -0
- criteo_api_retailmedia_preview/model/review_state_model.py +294 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_problem_details.py → rmca_common_problem.py} +41 -30
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bid_model.py → set_bid_model.py} +4 -10
- criteo_api_retailmedia_preview/model/set_bids_model.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +12 -10
- criteo_api_retailmedia_preview/model/sync_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/sync_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/models/__init__.py +58 -24
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/RECORD +75 -41
- criteo_api_retailmedia_preview/model/retail_media_externalv1_keywords_model_response.py +0 -285
- criteo_api_retailmedia_preview/model/retail_media_externalv1_proposal_status_model_response.py +0 -285
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240618.dist-info}/top_level.txt +0 -0
|
@@ -55,16 +55,6 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
57
|
allowed_values = {
|
|
58
|
-
('report_type',): {
|
|
59
|
-
'None': None,
|
|
60
|
-
'SUMMARY': "summary",
|
|
61
|
-
'PAGETYPE': "pageType",
|
|
62
|
-
'KEYWORD': "keyword",
|
|
63
|
-
'PRODUCTCATEGORY': "productCategory",
|
|
64
|
-
'PRODUCT': "product",
|
|
65
|
-
'ENVIRONMENT': "environment",
|
|
66
|
-
'SERVEDCATEGORY': "servedCategory",
|
|
67
|
-
},
|
|
68
58
|
('aggregation_level',): {
|
|
69
59
|
'None': None,
|
|
70
60
|
'CAMPAIGN': "campaign",
|
|
@@ -72,11 +62,13 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
72
62
|
},
|
|
73
63
|
('campaign_type',): {
|
|
74
64
|
'None': None,
|
|
65
|
+
'ALL': "all",
|
|
75
66
|
'SPONSOREDPRODUCTS': "sponsoredProducts",
|
|
76
67
|
'ONSITEDISPLAYS': "onSiteDisplays",
|
|
77
68
|
},
|
|
78
69
|
('sales_channel',): {
|
|
79
70
|
'None': None,
|
|
71
|
+
'ALL': "all",
|
|
80
72
|
'OFFLINE': "offline",
|
|
81
73
|
'ONLINE': "online",
|
|
82
74
|
},
|
|
@@ -87,20 +79,31 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
87
79
|
'JSON-NEWLINE': "json-newline",
|
|
88
80
|
'CSV': "csv",
|
|
89
81
|
},
|
|
82
|
+
('report_type',): {
|
|
83
|
+
'None': None,
|
|
84
|
+
'SUMMARY': "summary",
|
|
85
|
+
'PAGETYPE': "pageType",
|
|
86
|
+
'KEYWORD': "keyword",
|
|
87
|
+
'PRODUCTCATEGORY': "productCategory",
|
|
88
|
+
'PRODUCT': "product",
|
|
89
|
+
'ATTRIBUTEDTRANSACTIONS': "attributedTransactions",
|
|
90
|
+
'ENVIRONMENT': "environment",
|
|
91
|
+
'SERVEDCATEGORY': "servedCategory",
|
|
92
|
+
},
|
|
90
93
|
('click_attribution_window',): {
|
|
91
94
|
'None': None,
|
|
95
|
+
'NONE': "none",
|
|
92
96
|
'7D': "7D",
|
|
93
97
|
'14D': "14D",
|
|
94
98
|
'30D': "30D",
|
|
95
|
-
'NONE': "none",
|
|
96
99
|
},
|
|
97
100
|
('view_attribution_window',): {
|
|
98
101
|
'None': None,
|
|
102
|
+
'NONE': "none",
|
|
99
103
|
'1D': "1D",
|
|
100
104
|
'7D': "7D",
|
|
101
105
|
'14D': "14D",
|
|
102
106
|
'30D': "30D",
|
|
103
|
-
'NONE': "none",
|
|
104
107
|
},
|
|
105
108
|
('dimensions',): {
|
|
106
109
|
'None': None,
|
|
@@ -111,19 +114,20 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
111
114
|
'CAMPAIGNID': "campaignId",
|
|
112
115
|
'CAMPAIGNNAME': "campaignName",
|
|
113
116
|
'CAMPAIGNTYPENAME': "campaignTypeName",
|
|
114
|
-
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
115
|
-
'ADVPRODUCTID': "advProductId",
|
|
116
|
-
'ADVPRODUCTNAME': "advProductName",
|
|
117
|
-
'BRANDID': "brandId",
|
|
118
|
-
'BRANDNAME': "brandName",
|
|
119
117
|
'LINEITEMID': "lineItemId",
|
|
120
118
|
'LINEITEMNAME': "lineItemName",
|
|
121
119
|
'RETAILERID': "retailerId",
|
|
122
120
|
'RETAILERNAME': "retailerName",
|
|
123
|
-
'
|
|
124
|
-
'
|
|
121
|
+
'BRANDID': "brandId",
|
|
122
|
+
'BRANDNAME': "brandName",
|
|
123
|
+
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
124
|
+
'ADVPRODUCTID': "advProductId",
|
|
125
|
+
'ADVPRODUCTNAME': "advProductName",
|
|
125
126
|
'SALESCHANNEL': "salesChannel",
|
|
126
127
|
'ENVIRONMENT': "environment",
|
|
128
|
+
'PAGETYPENAME': "pageTypeName",
|
|
129
|
+
'KEYWORD': "keyword",
|
|
130
|
+
'SEARCHTERM': "searchTerm",
|
|
127
131
|
},
|
|
128
132
|
('metrics',): {
|
|
129
133
|
'None': None,
|
|
@@ -140,6 +144,14 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
140
144
|
'CPO': "cpo",
|
|
141
145
|
'CPM': "cpm",
|
|
142
146
|
'ROAS': "roas",
|
|
147
|
+
'VIDEOVIEWS': "videoViews",
|
|
148
|
+
'VIDEOSSTARTED': "videosStarted",
|
|
149
|
+
'VIDEOSPLAYEDTO25': "videosPlayedTo25",
|
|
150
|
+
'VIDEOSPLAYEDTO50': "videosPlayedTo50",
|
|
151
|
+
'VIDEOSPLAYEDTO75': "videosPlayedTo75",
|
|
152
|
+
'VIDEOSPLAYEDTO100': "videosPlayedTo100",
|
|
153
|
+
'VIDEOPLAYINGRATE': "videoPlayingRate",
|
|
154
|
+
'VIDEOCOMPLETIONRATE': "videoCompletionRate",
|
|
143
155
|
'UNIQUEVISITORS': "uniqueVisitors",
|
|
144
156
|
'FREQUENCY': "frequency",
|
|
145
157
|
},
|
|
@@ -172,11 +184,11 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
172
184
|
'account_ids': ([str],), # noqa: E501
|
|
173
185
|
'start_date': (datetime,), # noqa: E501
|
|
174
186
|
'end_date': (datetime,), # noqa: E501
|
|
175
|
-
'report_type': (str, none_type,), # noqa: E501
|
|
176
187
|
'aggregation_level': (str, none_type,), # noqa: E501
|
|
177
188
|
'campaign_type': (str, none_type,), # noqa: E501
|
|
178
189
|
'sales_channel': (str, none_type,), # noqa: E501
|
|
179
190
|
'format': (str, none_type,), # noqa: E501
|
|
191
|
+
'report_type': (str, none_type,), # noqa: E501
|
|
180
192
|
'click_attribution_window': (str, none_type,), # noqa: E501
|
|
181
193
|
'view_attribution_window': (str, none_type,), # noqa: E501
|
|
182
194
|
'dimensions': ([str], none_type,), # noqa: E501
|
|
@@ -193,11 +205,11 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
193
205
|
'account_ids': 'accountIds', # noqa: E501
|
|
194
206
|
'start_date': 'startDate', # noqa: E501
|
|
195
207
|
'end_date': 'endDate', # noqa: E501
|
|
196
|
-
'report_type': 'reportType', # noqa: E501
|
|
197
208
|
'aggregation_level': 'aggregationLevel', # noqa: E501
|
|
198
209
|
'campaign_type': 'campaignType', # noqa: E501
|
|
199
210
|
'sales_channel': 'salesChannel', # noqa: E501
|
|
200
211
|
'format': 'format', # noqa: E501
|
|
212
|
+
'report_type': 'reportType', # noqa: E501
|
|
201
213
|
'click_attribution_window': 'clickAttributionWindow', # noqa: E501
|
|
202
214
|
'view_attribution_window': 'viewAttributionWindow', # noqa: E501
|
|
203
215
|
'dimensions': 'dimensions', # noqa: E501
|
|
@@ -251,11 +263,11 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
251
263
|
Animal class but this time we won't travel
|
|
252
264
|
through its discriminator because we passed in
|
|
253
265
|
_visited_composed_classes = (Animal,)
|
|
254
|
-
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
255
266
|
aggregation_level (str, none_type): Level of aggregation, if no dimensions/metrics are provided, falls back to campaign aggregationLevel. [optional] if omitted the server will use the default value of "campaign" # noqa: E501
|
|
256
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
257
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
267
|
+
campaign_type (str, none_type): 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
|
|
268
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
258
269
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
270
|
+
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
259
271
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
260
272
|
view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
261
273
|
dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
|
|
@@ -354,11 +366,11 @@ class AsyncAccountsReport(ModelNormal):
|
|
|
354
366
|
Animal class but this time we won't travel
|
|
355
367
|
through its discriminator because we passed in
|
|
356
368
|
_visited_composed_classes = (Animal,)
|
|
357
|
-
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
358
369
|
aggregation_level (str, none_type): Level of aggregation, if no dimensions/metrics are provided, falls back to campaign aggregationLevel. [optional] if omitted the server will use the default value of "campaign" # noqa: E501
|
|
359
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
360
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
370
|
+
campaign_type (str, none_type): 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
|
|
371
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
361
372
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
373
|
+
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
362
374
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
363
375
|
view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
364
376
|
dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
|
|
@@ -57,11 +57,13 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
57
57
|
allowed_values = {
|
|
58
58
|
('campaign_type',): {
|
|
59
59
|
'None': None,
|
|
60
|
+
'ALL': "all",
|
|
60
61
|
'SPONSOREDPRODUCTS': "sponsoredProducts",
|
|
61
62
|
'ONSITEDISPLAYS': "onSiteDisplays",
|
|
62
63
|
},
|
|
63
64
|
('sales_channel',): {
|
|
64
65
|
'None': None,
|
|
66
|
+
'ALL': "all",
|
|
65
67
|
'OFFLINE': "offline",
|
|
66
68
|
'ONLINE': "online",
|
|
67
69
|
},
|
|
@@ -85,18 +87,18 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
85
87
|
},
|
|
86
88
|
('click_attribution_window',): {
|
|
87
89
|
'None': None,
|
|
90
|
+
'NONE': "none",
|
|
88
91
|
'7D': "7D",
|
|
89
92
|
'14D': "14D",
|
|
90
93
|
'30D': "30D",
|
|
91
|
-
'NONE': "none",
|
|
92
94
|
},
|
|
93
95
|
('view_attribution_window',): {
|
|
94
96
|
'None': None,
|
|
97
|
+
'NONE': "none",
|
|
95
98
|
'1D': "1D",
|
|
96
99
|
'7D': "7D",
|
|
97
100
|
'14D': "14D",
|
|
98
101
|
'30D': "30D",
|
|
99
|
-
'NONE': "none",
|
|
100
102
|
},
|
|
101
103
|
('dimensions',): {
|
|
102
104
|
'None': None,
|
|
@@ -107,19 +109,20 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
107
109
|
'CAMPAIGNID': "campaignId",
|
|
108
110
|
'CAMPAIGNNAME': "campaignName",
|
|
109
111
|
'CAMPAIGNTYPENAME': "campaignTypeName",
|
|
110
|
-
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
111
|
-
'ADVPRODUCTID': "advProductId",
|
|
112
|
-
'ADVPRODUCTNAME': "advProductName",
|
|
113
|
-
'BRANDID': "brandId",
|
|
114
|
-
'BRANDNAME': "brandName",
|
|
115
112
|
'LINEITEMID': "lineItemId",
|
|
116
113
|
'LINEITEMNAME': "lineItemName",
|
|
117
114
|
'RETAILERID': "retailerId",
|
|
118
115
|
'RETAILERNAME': "retailerName",
|
|
119
|
-
'
|
|
120
|
-
'
|
|
116
|
+
'BRANDID': "brandId",
|
|
117
|
+
'BRANDNAME': "brandName",
|
|
118
|
+
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
119
|
+
'ADVPRODUCTID': "advProductId",
|
|
120
|
+
'ADVPRODUCTNAME': "advProductName",
|
|
121
121
|
'SALESCHANNEL': "salesChannel",
|
|
122
122
|
'ENVIRONMENT': "environment",
|
|
123
|
+
'PAGETYPENAME': "pageTypeName",
|
|
124
|
+
'KEYWORD': "keyword",
|
|
125
|
+
'SEARCHTERM': "searchTerm",
|
|
123
126
|
},
|
|
124
127
|
('metrics',): {
|
|
125
128
|
'None': None,
|
|
@@ -136,6 +139,14 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
136
139
|
'CPO': "cpo",
|
|
137
140
|
'CPM': "cpm",
|
|
138
141
|
'ROAS': "roas",
|
|
142
|
+
'VIDEOVIEWS': "videoViews",
|
|
143
|
+
'VIDEOSSTARTED': "videosStarted",
|
|
144
|
+
'VIDEOSPLAYEDTO25': "videosPlayedTo25",
|
|
145
|
+
'VIDEOSPLAYEDTO50': "videosPlayedTo50",
|
|
146
|
+
'VIDEOSPLAYEDTO75': "videosPlayedTo75",
|
|
147
|
+
'VIDEOSPLAYEDTO100': "videosPlayedTo100",
|
|
148
|
+
'VIDEOPLAYINGRATE': "videoPlayingRate",
|
|
149
|
+
'VIDEOCOMPLETIONRATE': "videoCompletionRate",
|
|
139
150
|
'UNIQUEVISITORS': "uniqueVisitors",
|
|
140
151
|
'FREQUENCY': "frequency",
|
|
141
152
|
},
|
|
@@ -248,8 +259,8 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
248
259
|
_visited_composed_classes = (Animal,)
|
|
249
260
|
ids ([str], none_type): Campaign ids to report on. [optional] # noqa: E501
|
|
250
261
|
id (str, none_type): Campaign id to report on. [optional] # noqa: E501
|
|
251
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
252
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
262
|
+
campaign_type (str, none_type): 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
|
|
263
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
253
264
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
254
265
|
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
255
266
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
@@ -350,8 +361,8 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
350
361
|
_visited_composed_classes = (Animal,)
|
|
351
362
|
ids ([str], none_type): Campaign ids to report on. [optional] # noqa: E501
|
|
352
363
|
id (str, none_type): Campaign id to report on. [optional] # noqa: E501
|
|
353
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
354
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
364
|
+
campaign_type (str, none_type): 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
|
|
365
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
355
366
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
356
367
|
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
357
368
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
@@ -57,11 +57,13 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
57
57
|
allowed_values = {
|
|
58
58
|
('campaign_type',): {
|
|
59
59
|
'None': None,
|
|
60
|
+
'ALL': "all",
|
|
60
61
|
'SPONSOREDPRODUCTS': "sponsoredProducts",
|
|
61
62
|
'ONSITEDISPLAYS': "onSiteDisplays",
|
|
62
63
|
},
|
|
63
64
|
('sales_channel',): {
|
|
64
65
|
'None': None,
|
|
66
|
+
'ALL': "all",
|
|
65
67
|
'OFFLINE': "offline",
|
|
66
68
|
'ONLINE': "online",
|
|
67
69
|
},
|
|
@@ -85,18 +87,18 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
85
87
|
},
|
|
86
88
|
('click_attribution_window',): {
|
|
87
89
|
'None': None,
|
|
90
|
+
'NONE': "none",
|
|
88
91
|
'7D': "7D",
|
|
89
92
|
'14D': "14D",
|
|
90
93
|
'30D': "30D",
|
|
91
|
-
'NONE': "none",
|
|
92
94
|
},
|
|
93
95
|
('view_attribution_window',): {
|
|
94
96
|
'None': None,
|
|
97
|
+
'NONE': "none",
|
|
95
98
|
'1D': "1D",
|
|
96
99
|
'7D': "7D",
|
|
97
100
|
'14D': "14D",
|
|
98
101
|
'30D': "30D",
|
|
99
|
-
'NONE': "none",
|
|
100
102
|
},
|
|
101
103
|
('dimensions',): {
|
|
102
104
|
'None': None,
|
|
@@ -107,19 +109,20 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
107
109
|
'CAMPAIGNID': "campaignId",
|
|
108
110
|
'CAMPAIGNNAME': "campaignName",
|
|
109
111
|
'CAMPAIGNTYPENAME': "campaignTypeName",
|
|
110
|
-
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
111
|
-
'ADVPRODUCTID': "advProductId",
|
|
112
|
-
'ADVPRODUCTNAME': "advProductName",
|
|
113
|
-
'BRANDID': "brandId",
|
|
114
|
-
'BRANDNAME': "brandName",
|
|
115
112
|
'LINEITEMID': "lineItemId",
|
|
116
113
|
'LINEITEMNAME': "lineItemName",
|
|
117
114
|
'RETAILERID': "retailerId",
|
|
118
115
|
'RETAILERNAME': "retailerName",
|
|
119
|
-
'
|
|
120
|
-
'
|
|
116
|
+
'BRANDID': "brandId",
|
|
117
|
+
'BRANDNAME': "brandName",
|
|
118
|
+
'ADVPRODUCTCATEGORY': "advProductCategory",
|
|
119
|
+
'ADVPRODUCTID': "advProductId",
|
|
120
|
+
'ADVPRODUCTNAME': "advProductName",
|
|
121
121
|
'SALESCHANNEL': "salesChannel",
|
|
122
122
|
'ENVIRONMENT': "environment",
|
|
123
|
+
'PAGETYPENAME': "pageTypeName",
|
|
124
|
+
'KEYWORD': "keyword",
|
|
125
|
+
'SEARCHTERM': "searchTerm",
|
|
123
126
|
},
|
|
124
127
|
('metrics',): {
|
|
125
128
|
'None': None,
|
|
@@ -136,6 +139,14 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
136
139
|
'CPO': "cpo",
|
|
137
140
|
'CPM': "cpm",
|
|
138
141
|
'ROAS': "roas",
|
|
142
|
+
'VIDEOVIEWS': "videoViews",
|
|
143
|
+
'VIDEOSSTARTED': "videosStarted",
|
|
144
|
+
'VIDEOSPLAYEDTO25': "videosPlayedTo25",
|
|
145
|
+
'VIDEOSPLAYEDTO50': "videosPlayedTo50",
|
|
146
|
+
'VIDEOSPLAYEDTO75': "videosPlayedTo75",
|
|
147
|
+
'VIDEOSPLAYEDTO100': "videosPlayedTo100",
|
|
148
|
+
'VIDEOPLAYINGRATE': "videoPlayingRate",
|
|
149
|
+
'VIDEOCOMPLETIONRATE': "videoCompletionRate",
|
|
139
150
|
'UNIQUEVISITORS': "uniqueVisitors",
|
|
140
151
|
'FREQUENCY': "frequency",
|
|
141
152
|
},
|
|
@@ -248,8 +259,8 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
248
259
|
_visited_composed_classes = (Animal,)
|
|
249
260
|
ids ([str], none_type): Line Item ids to report on. [optional] # noqa: E501
|
|
250
261
|
id (str, none_type): Line Item id to report on. [optional] # noqa: E501
|
|
251
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
252
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
262
|
+
campaign_type (str, none_type): 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
|
|
263
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
253
264
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
254
265
|
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
255
266
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
@@ -350,8 +361,8 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
350
361
|
_visited_composed_classes = (Animal,)
|
|
351
362
|
ids ([str], none_type): Line Item ids to report on. [optional] # noqa: E501
|
|
352
363
|
id (str, none_type): Line Item id to report on. [optional] # noqa: E501
|
|
353
|
-
campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] # noqa: E501
|
|
354
|
-
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] # noqa: E501
|
|
364
|
+
campaign_type (str, none_type): 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
|
|
365
|
+
sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
|
|
355
366
|
format (str, none_type): Format of the output. [optional] if omitted the server will use the default value of "json-compact" # noqa: E501
|
|
356
367
|
report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
|
|
357
368
|
click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
|