criteo-api-retailmedia-sdk 2024.7.0.240808__py3-none-any.whl → 2024.7.0.241029__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_sdk-2024.7.0.240808.dist-info → criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info → criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info}/RECORD +17 -17
- {criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info → criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_v2024_07/__init__.py +1 -1
- criteo_api_retailmedia_v2024_07/api/analytics_api.py +3 -3
- criteo_api_retailmedia_v2024_07/api_client.py +1 -1
- criteo_api_retailmedia_v2024_07/configuration.py +1 -1
- criteo_api_retailmedia_v2024_07/model/campaign_attributes_v202301.py +4 -0
- criteo_api_retailmedia_v2024_07/model/campaign_v202301.py +4 -0
- criteo_api_retailmedia_v2024_07/model/editable_campaign_attributes_v202301.py +4 -0
- criteo_api_retailmedia_v2024_07/model/external_account.py +4 -0
- criteo_api_retailmedia_v2024_07/model/retail_media_account.py +6 -2
- criteo_api_retailmedia_v2024_07/model/retail_media_brand_account_creation.py +6 -2
- criteo_api_retailmedia_v2024_07/model/retail_media_seller_account_creation.py +6 -2
- criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py +4 -4
- criteo_api_retailmedia_v2024_07/model/section.py +6 -8
- {criteo_api_retailmedia_sdk-2024.7.0.240808.dist-info → criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: criteo-api-retailmedia-sdk
|
|
3
|
-
Version: 2024.7.0.
|
|
3
|
+
Version: 2024.7.0.241029
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -26,9 +26,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
pip install criteo-api-retailmedia-sdk==2024.07.0.
|
|
29
|
+
pip install criteo-api-retailmedia-sdk==2024.07.0.241029
|
|
30
30
|
```
|
|
31
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2024.07.0.
|
|
31
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2024.07.0.241029`)
|
|
32
32
|
|
|
33
33
|
Then import the package:
|
|
34
34
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_retailmedia_v2024_07/__init__.py,sha256=
|
|
2
|
-
criteo_api_retailmedia_v2024_07/api_client.py,sha256=
|
|
1
|
+
criteo_api_retailmedia_v2024_07/__init__.py,sha256=323NoypjydWBupjZkZ41H2vGTc1JpUMkw8WwTN65-hk,1040
|
|
2
|
+
criteo_api_retailmedia_v2024_07/api_client.py,sha256=UGNjTMEiWUKCks66CfFppaAwVqJU6Ws-v502C_kgwNM,39191
|
|
3
3
|
criteo_api_retailmedia_v2024_07/api_client_builder.py,sha256=gp2pEk22szKyZHIQRiNARw8mD4PyL_Z2uKKZJG7wS6I,1507
|
|
4
|
-
criteo_api_retailmedia_v2024_07/configuration.py,sha256=
|
|
4
|
+
criteo_api_retailmedia_v2024_07/configuration.py,sha256=9T3iNXxDnPEwXCfzZ_74FCR0TJsQe-ONVfaN5he-RiU,16722
|
|
5
5
|
criteo_api_retailmedia_v2024_07/criteo_api_client.py,sha256=Hd3RsgzBWUXUufs7IrRwwU8OO-S-xg4MVYR3ZXbbBfM,654
|
|
6
6
|
criteo_api_retailmedia_v2024_07/criteo_auth.py,sha256=9ZbmXwrW-8fu7HWPZqHHC1z7vD_6D0G2VwUlURmRnzU,4696
|
|
7
7
|
criteo_api_retailmedia_v2024_07/criteo_rest.py,sha256=FeoRCZfXbydAINX9qQ-bOSI4exfnIXw0B0Rv2BwYjVI,3413
|
|
@@ -11,7 +11,7 @@ criteo_api_retailmedia_v2024_07/model_utils.py,sha256=zJDtPbfFKuoi8k2wsjoK9LC67C
|
|
|
11
11
|
criteo_api_retailmedia_v2024_07/rest.py,sha256=Ruaz_VOEnhURZmzDII4Nbponx9g0h4w92yJtV2X3xU4,14242
|
|
12
12
|
criteo_api_retailmedia_v2024_07/api/__init__.py,sha256=s9V1j3GbP2n3pj2ggFmnIJp03HZ8dE-qZTPABeE3-K4,236
|
|
13
13
|
criteo_api_retailmedia_v2024_07/api/accounts_api.py,sha256=c_jaVTsP55wRoZV2qQH16nx8cCorKQ9KifScKrN_skg,37254
|
|
14
|
-
criteo_api_retailmedia_v2024_07/api/analytics_api.py,sha256=
|
|
14
|
+
criteo_api_retailmedia_v2024_07/api/analytics_api.py,sha256=C1V-6yjFjFN_DgAJPcXTwsASE31ijdDmWsXvJ078ME4,28503
|
|
15
15
|
criteo_api_retailmedia_v2024_07/api/audience_api.py,sha256=JwgPbkWghnPdc4rUcwMLQqDmJAvQHDNtcB_T7D3guQ4,26445
|
|
16
16
|
criteo_api_retailmedia_v2024_07/api/balance_api.py,sha256=WQSA7pBGIEtLQBmoWlZALtIN53oP0vrOZGoVqO0Siz8,52564
|
|
17
17
|
criteo_api_retailmedia_v2024_07/api/campaign_api.py,sha256=35ePXoSK1C39iRUZZEyFcdQVLKk4gnWrllZf7ZGMMI0,371996
|
|
@@ -56,11 +56,11 @@ criteo_api_retailmedia_v2024_07/model/balance_campaign202110_paged_list_response
|
|
|
56
56
|
criteo_api_retailmedia_v2024_07/model/balance_history_change_data_capture_v1.py,sha256=8ktMzXTF0Yq2fsWT9A9BR8Q5zF8T6wn8quZS6jRFS7c,13578
|
|
57
57
|
criteo_api_retailmedia_v2024_07/model/balance_response_v2.py,sha256=UefMLkQoiCOiSPuChrAVLYLj2yTXn_Fk7vZIOOQ1KG4,16314
|
|
58
58
|
criteo_api_retailmedia_v2024_07/model/balance_response_v2_response.py,sha256=WoblK7-rygiGwRw1_CilZDj9mCiNiBYxA5HyIvGaOgY,12399
|
|
59
|
-
criteo_api_retailmedia_v2024_07/model/campaign_attributes_v202301.py,sha256=
|
|
59
|
+
criteo_api_retailmedia_v2024_07/model/campaign_attributes_v202301.py,sha256=jl3WuBchCax0-Gm1ai-3OqxT290z29YLghvQgG-c7CI,16825
|
|
60
60
|
criteo_api_retailmedia_v2024_07/model/campaign_budget_overrides.py,sha256=8jfSgEF1hYoqr_sMUNjIlrP70UZeF8N6a13JzlxK_PY,12653
|
|
61
61
|
criteo_api_retailmedia_v2024_07/model/campaign_daily_budget_override.py,sha256=SIj4Cc_dvuU_6OZG69egJRGwLCeufP-juwWluEN9qU8,12890
|
|
62
62
|
criteo_api_retailmedia_v2024_07/model/campaign_monthly_budget_override.py,sha256=e3UU4GuI17MFlE5jsSnNU64vdxGcvCDYz3YniLfCZi0,12945
|
|
63
|
-
criteo_api_retailmedia_v2024_07/model/campaign_v202301.py,sha256=
|
|
63
|
+
criteo_api_retailmedia_v2024_07/model/campaign_v202301.py,sha256=UpeVxIwqQuRQaMJ5SGIa95tDo9l4yrkCZDGMFCG-ZrA,19006
|
|
64
64
|
criteo_api_retailmedia_v2024_07/model/category202204.py,sha256=xl6sgtlTN2QvpC572SstV-t2QHt7Jh3o-HeRBkB5tmw,11955
|
|
65
65
|
criteo_api_retailmedia_v2024_07/model/category202204_list_response.py,sha256=jOrY30G4AphMIT4bPk7N_UV_wGR2QgrinDvRZCcpirI,12395
|
|
66
66
|
criteo_api_retailmedia_v2024_07/model/change_dates_of_balance_v2.py,sha256=bbgBHNWM4cW6qjNoTkj1W7aqNUueVYGiIdpjmvNEvu4,12136
|
|
@@ -85,8 +85,8 @@ criteo_api_retailmedia_v2024_07/model/creative202210_response.py,sha256=HSGzPkqS
|
|
|
85
85
|
criteo_api_retailmedia_v2024_07/model/creative_create_model202207.py,sha256=itIQriIxgrIVTvqJGbIczM1NprZyLte-VSxEGafpOKQ,13236
|
|
86
86
|
criteo_api_retailmedia_v2024_07/model/creative_update_model202207.py,sha256=gUpL8lwfQfqhXWq4zrDH1zyKK1Xoop3dO9hBR78cqJc,13236
|
|
87
87
|
criteo_api_retailmedia_v2024_07/model/daily_line_item_budget_override.py,sha256=V7ZFK1us3BIpGAWKVGAtjjSof7FsuhE9hmLVN-oYhA0,12847
|
|
88
|
-
criteo_api_retailmedia_v2024_07/model/editable_campaign_attributes_v202301.py,sha256
|
|
89
|
-
criteo_api_retailmedia_v2024_07/model/external_account.py,sha256
|
|
88
|
+
criteo_api_retailmedia_v2024_07/model/editable_campaign_attributes_v202301.py,sha256=-UlTW4HM_5grTgsKNMm3O3osfW1V9RxHraHx1Al8dbE,16171
|
|
89
|
+
criteo_api_retailmedia_v2024_07/model/external_account.py,sha256=-7-pfgq7E9Q5s3gQ0tHrYGYbkrmLTIqLByo03iuNypo,13976
|
|
90
90
|
criteo_api_retailmedia_v2024_07/model/external_add_to_basket_ids_update_model202110.py,sha256=Dyvcf-7kU-q3yjTqod6lIxx5FFKkFyjwIzadtFxdUJk,11911
|
|
91
91
|
criteo_api_retailmedia_v2024_07/model/external_add_to_basket_target202110.py,sha256=tqfvupGAkXgoD7h9mUom33RzJVzX4yWQ5cLrOMEPTHA,12321
|
|
92
92
|
criteo_api_retailmedia_v2024_07/model/external_auction_line_item.py,sha256=n5m6CmYeik_rcD_J9p7fe2hSS1tN-vZu7ILMexzGD7k,16709
|
|
@@ -187,11 +187,11 @@ criteo_api_retailmedia_v2024_07/model/resource_of_template.py,sha256=ZH6b78dmc_c
|
|
|
187
187
|
criteo_api_retailmedia_v2024_07/model/resource_of_update_balance_model_v2.py,sha256=hB45e63tSZAs0oY4cA1IU7-P3Hju_ArnAPYh1jUY4Rs,12258
|
|
188
188
|
criteo_api_retailmedia_v2024_07/model/resource_outcome.py,sha256=5TksbnxooQs1Zu7GehzHYePRQ3lIGWhLekSgQtJ9fn8,11740
|
|
189
189
|
criteo_api_retailmedia_v2024_07/model/resource_outcome_of_retail_media_account.py,sha256=PllJJwMoVRzxkf-0RQa4Cwe00A4Bt2gbJe9KuBw57nw,12205
|
|
190
|
-
criteo_api_retailmedia_v2024_07/model/retail_media_account.py,sha256=
|
|
191
|
-
criteo_api_retailmedia_v2024_07/model/retail_media_brand_account_creation.py,sha256=
|
|
190
|
+
criteo_api_retailmedia_v2024_07/model/retail_media_account.py,sha256=_wPbS6YYResi9VdOrsyq_E2GzgNcAoOU1ElLXLKDZck,14122
|
|
191
|
+
criteo_api_retailmedia_v2024_07/model/retail_media_brand_account_creation.py,sha256=zwzuBrmNEC0OjXquIaRn8DSu-A5LQgXKx7ivhBlQeOQ,12409
|
|
192
192
|
criteo_api_retailmedia_v2024_07/model/retail_media_brands.py,sha256=3_ozkIFvLnyNsEvf5osqwzxVBAJDEShNAEHqr_nIbi0,11184
|
|
193
193
|
criteo_api_retailmedia_v2024_07/model/retail_media_seller.py,sha256=X-Dil9w0uNGEE7uNHw75aeMR0kSLyk-3kJSA0zV6h60,11487
|
|
194
|
-
criteo_api_retailmedia_v2024_07/model/retail_media_seller_account_creation.py,sha256=
|
|
194
|
+
criteo_api_retailmedia_v2024_07/model/retail_media_seller_account_creation.py,sha256=uIm3kA4T_l2ux1rRsYHTZ8TOVur7M50lxSqS0DZtUjs,12660
|
|
195
195
|
criteo_api_retailmedia_v2024_07/model/review_state_model.py,sha256=DIXXsWU_yZkurpNz4I2VfbDLM1lP_GgPjWLayT8pYcc,12558
|
|
196
196
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1.py,sha256=c1lZcPeIVcB2ZiAHzhJLDTgnk7ImurXIfLjYUzFSUp8,13633
|
|
197
197
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_resource.py,sha256=AesBa93D6toaFCLutwE8vsDvY5UhN4Dg2lej7z2B1Xo,12284
|
|
@@ -203,7 +203,7 @@ criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v1.
|
|
|
203
203
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v2.py,sha256=K-9-CfEQgjQJ_NX-lZGGF9aQGnr7YXJdh1SMatnv6Qs,11854
|
|
204
204
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1.py,sha256=W0TojeaP6I7aqV_55o3uYKkwV7uvwf45dqJb7JwflTQ,12997
|
|
205
205
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_list_response.py,sha256=1FF5sfFrxxOZNHhKJFk4COFBxo1g53_rWS1YiSSyXSk,12604
|
|
206
|
-
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py,sha256=
|
|
206
|
+
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py,sha256=bvFb7DESyFIEwoSpu8ro9XhCcPFRVsjyPHKzy3YlFm4,12748
|
|
207
207
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2.py,sha256=UzfrjyxVbNGPHJW6GwCMy9SE8T8-SdPeDc-gtyWg4Cs,13054
|
|
208
208
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_list_response.py,sha256=VXgZt2UfG1Z9xuAE-CGNOmxt7Ff1ptEttDuWkxiKLC4,12604
|
|
209
209
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_resource.py,sha256=qNG1K9nJUjqvpghNW0zSi0ghrIYdiWdi2Cigc_I-RaE,12254
|
|
@@ -214,7 +214,7 @@ criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_create_v2.
|
|
|
214
214
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v1.py,sha256=f5Otz5gK4vSeYxs1OVLjlDLIFL3k1m0P7iNoVMkP6Co,13186
|
|
215
215
|
criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v2.py,sha256=n1bS7CmPSyQnZ9lmHEHVYCuf9bHQKrjRU2XWXJUMrwQ,13738
|
|
216
216
|
criteo_api_retailmedia_v2024_07/model/rmca_common_problem.py,sha256=-vAnvEyRqe2d5V2ieejkh_msE15pVDBDLXLhsih0rK4,14553
|
|
217
|
-
criteo_api_retailmedia_v2024_07/model/section.py,sha256=
|
|
217
|
+
criteo_api_retailmedia_v2024_07/model/section.py,sha256=JR-ytvpI08PzLTPiMjHBMNQoeoF93QC4bbsx7gWhsK4,12028
|
|
218
218
|
criteo_api_retailmedia_v2024_07/model/set_bid_model.py,sha256=i4abKCiZM20SpUat_hzFQxewbZhXdUbYEFPHAxe6zME,11452
|
|
219
219
|
criteo_api_retailmedia_v2024_07/model/set_bids_model.py,sha256=U53PDxZ8u1eDXEia_avMdXgEn-qgLVxxbiC6XoBXe-k,11354
|
|
220
220
|
criteo_api_retailmedia_v2024_07/model/set_bids_model_request.py,sha256=_GmoshPPf8mSFzPgxMo2fP8xhs7ZfwIvslZoR4jTRs8,11380
|
|
@@ -256,7 +256,7 @@ criteo_api_retailmedia_v2024_07/model/value_type_resource_of_keyword_target20211
|
|
|
256
256
|
criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_ids_update_model202110.py,sha256=KDLi8seMRqGf-kuCskAUW5mmyZcBItxML9ZDnK2X7hM,12052
|
|
257
257
|
criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_target202110.py,sha256=Z0zFXAZNwmEsU51YCBJfrwsnxcnmmV_oQCt35Aju3R0,11970
|
|
258
258
|
criteo_api_retailmedia_v2024_07/models/__init__.py,sha256=ijwyRd-veVHl8PxvYTJvjM3GWxFdMjMB4UculWiPZmk,27158
|
|
259
|
-
criteo_api_retailmedia_sdk-2024.7.0.
|
|
260
|
-
criteo_api_retailmedia_sdk-2024.7.0.
|
|
261
|
-
criteo_api_retailmedia_sdk-2024.7.0.
|
|
262
|
-
criteo_api_retailmedia_sdk-2024.7.0.
|
|
259
|
+
criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info/METADATA,sha256=s7jYul5VmuZuRaw9p5Fy69bRJwXTFapHuwIWIgENauo,1674
|
|
260
|
+
criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
261
|
+
criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info/top_level.txt,sha256=ZnjjSxvFvV0E0BWYzOYtoY0Dh2chsGi37H3w2henzoM,32
|
|
262
|
+
criteo_api_retailmedia_sdk-2024.7.0.241029.dist-info/RECORD,,
|
|
@@ -329,7 +329,7 @@ class AnalyticsApi(object):
|
|
|
329
329
|
):
|
|
330
330
|
"""generate_async_campaigns_report # noqa: E501
|
|
331
331
|
|
|
332
|
-
Return an asynchronous Campaigns Report # noqa: E501
|
|
332
|
+
Return an asynchronous Campaigns Report This endpoint is subject to specific rate limits. # noqa: E501
|
|
333
333
|
This method makes a synchronous HTTP request by default. To make an
|
|
334
334
|
asynchronous HTTP request, please pass async_req=True
|
|
335
335
|
|
|
@@ -412,7 +412,7 @@ class AnalyticsApi(object):
|
|
|
412
412
|
):
|
|
413
413
|
"""generate_async_line_items_report # noqa: E501
|
|
414
414
|
|
|
415
|
-
Returns an asynchronous Line Items Report # noqa: E501
|
|
415
|
+
Returns an asynchronous Line Items Report This endpoint is subject to specific rate limits. # noqa: E501
|
|
416
416
|
This method makes a synchronous HTTP request by default. To make an
|
|
417
417
|
asynchronous HTTP request, please pass async_req=True
|
|
418
418
|
|
|
@@ -495,7 +495,7 @@ class AnalyticsApi(object):
|
|
|
495
495
|
):
|
|
496
496
|
"""generate_async_revenue_report # noqa: E501
|
|
497
497
|
|
|
498
|
-
Returns an asynchronous Revenue Report # noqa: E501
|
|
498
|
+
Returns an asynchronous Revenue Report This endpoint is subject to specific rate limits. # noqa: E501
|
|
499
499
|
This method makes a synchronous HTTP request by default. To make an
|
|
500
500
|
asynchronous HTTP request, please pass async_req=True
|
|
501
501
|
|
|
@@ -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/2024.07.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/2024.07.0.241029/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: 2024-07\n"\
|
|
398
|
-
"SDK Package Version: 2024.07.0.
|
|
398
|
+
"SDK Package Version: 2024.07.0.241029".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -132,6 +132,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
132
132
|
'click_attribution_scope': (str, none_type,), # noqa: E501
|
|
133
133
|
'view_attribution_scope': (str, none_type,), # noqa: E501
|
|
134
134
|
'company_name': (str, none_type,), # noqa: E501
|
|
135
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
@cached_property
|
|
@@ -154,6 +155,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
154
155
|
'click_attribution_scope': 'clickAttributionScope', # noqa: E501
|
|
155
156
|
'view_attribution_scope': 'viewAttributionScope', # noqa: E501
|
|
156
157
|
'company_name': 'companyName', # noqa: E501
|
|
158
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
read_only_vars = {
|
|
@@ -213,6 +215,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
213
215
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
214
216
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
215
217
|
company_name (str, none_type): [optional] # noqa: E501
|
|
218
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
216
219
|
"""
|
|
217
220
|
|
|
218
221
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -318,6 +321,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
318
321
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
319
322
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
320
323
|
company_name (str, none_type): [optional] # noqa: E501
|
|
324
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
321
325
|
"""
|
|
322
326
|
|
|
323
327
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -146,6 +146,7 @@ class CampaignV202301(ModelNormal):
|
|
|
146
146
|
'click_attribution_scope': (str, none_type,), # noqa: E501
|
|
147
147
|
'view_attribution_scope': (str, none_type,), # noqa: E501
|
|
148
148
|
'company_name': (str, none_type,), # noqa: E501
|
|
149
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
149
150
|
}
|
|
150
151
|
|
|
151
152
|
@cached_property
|
|
@@ -175,6 +176,7 @@ class CampaignV202301(ModelNormal):
|
|
|
175
176
|
'click_attribution_scope': 'clickAttributionScope', # noqa: E501
|
|
176
177
|
'view_attribution_scope': 'viewAttributionScope', # noqa: E501
|
|
177
178
|
'company_name': 'companyName', # noqa: E501
|
|
179
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
178
180
|
}
|
|
179
181
|
|
|
180
182
|
read_only_vars = {
|
|
@@ -241,6 +243,7 @@ class CampaignV202301(ModelNormal):
|
|
|
241
243
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
242
244
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
243
245
|
company_name (str, none_type): [optional] # noqa: E501
|
|
246
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
244
247
|
"""
|
|
245
248
|
|
|
246
249
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -359,6 +362,7 @@ class CampaignV202301(ModelNormal):
|
|
|
359
362
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
360
363
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
361
364
|
company_name (str, none_type): [optional] # noqa: E501
|
|
365
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
362
366
|
"""
|
|
363
367
|
|
|
364
368
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -125,6 +125,7 @@ class EditableCampaignAttributesV202301(ModelNormal):
|
|
|
125
125
|
'click_attribution_scope': (str, none_type,), # noqa: E501
|
|
126
126
|
'view_attribution_scope': (str, none_type,), # noqa: E501
|
|
127
127
|
'company_name': (str, none_type,), # noqa: E501
|
|
128
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
@cached_property
|
|
@@ -145,6 +146,7 @@ class EditableCampaignAttributesV202301(ModelNormal):
|
|
|
145
146
|
'click_attribution_scope': 'clickAttributionScope', # noqa: E501
|
|
146
147
|
'view_attribution_scope': 'viewAttributionScope', # noqa: E501
|
|
147
148
|
'company_name': 'companyName', # noqa: E501
|
|
149
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
148
150
|
}
|
|
149
151
|
|
|
150
152
|
read_only_vars = {
|
|
@@ -202,6 +204,7 @@ class EditableCampaignAttributesV202301(ModelNormal):
|
|
|
202
204
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
203
205
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
204
206
|
company_name (str, none_type): [optional] # noqa: E501
|
|
207
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
205
208
|
"""
|
|
206
209
|
|
|
207
210
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -307,6 +310,7 @@ class EditableCampaignAttributesV202301(ModelNormal):
|
|
|
307
310
|
click_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
308
311
|
view_attribution_scope (str, none_type): [optional] # noqa: E501
|
|
309
312
|
company_name (str, none_type): [optional] # noqa: E501
|
|
313
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
310
314
|
"""
|
|
311
315
|
|
|
312
316
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -108,6 +108,7 @@ class ExternalAccount(ModelNormal):
|
|
|
108
108
|
'time_zone': (str,), # noqa: E501
|
|
109
109
|
'subtype': (str, none_type,), # noqa: E501
|
|
110
110
|
'company_name': (str, none_type,), # noqa: E501
|
|
111
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
@cached_property
|
|
@@ -124,6 +125,7 @@ class ExternalAccount(ModelNormal):
|
|
|
124
125
|
'time_zone': 'timeZone', # noqa: E501
|
|
125
126
|
'subtype': 'subtype', # noqa: E501
|
|
126
127
|
'company_name': 'companyName', # noqa: E501
|
|
128
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
read_only_vars = {
|
|
@@ -177,6 +179,7 @@ class ExternalAccount(ModelNormal):
|
|
|
177
179
|
_visited_composed_classes = (Animal,)
|
|
178
180
|
subtype (str, none_type): [optional] # noqa: E501
|
|
179
181
|
company_name (str, none_type): [optional] # noqa: E501
|
|
182
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
180
183
|
"""
|
|
181
184
|
|
|
182
185
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -278,6 +281,7 @@ class ExternalAccount(ModelNormal):
|
|
|
278
281
|
_visited_composed_classes = (Animal,)
|
|
279
282
|
subtype (str, none_type): [optional] # noqa: E501
|
|
280
283
|
company_name (str, none_type): [optional] # noqa: E501
|
|
284
|
+
on_behalf_company_name (str, none_type): [optional] # noqa: E501
|
|
281
285
|
"""
|
|
282
286
|
|
|
283
287
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -89,6 +89,7 @@ class RetailMediaAccount(ModelNormal):
|
|
|
89
89
|
return {
|
|
90
90
|
'name': (str, none_type,), # noqa: E501
|
|
91
91
|
'company_name': (str, none_type,), # noqa: E501
|
|
92
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
92
93
|
'type': (str, none_type,), # noqa: E501
|
|
93
94
|
'sub_type': (str, none_type,), # noqa: E501
|
|
94
95
|
'country_ids': ([str], none_type,), # noqa: E501
|
|
@@ -105,6 +106,7 @@ class RetailMediaAccount(ModelNormal):
|
|
|
105
106
|
attribute_map = {
|
|
106
107
|
'name': 'name', # noqa: E501
|
|
107
108
|
'company_name': 'companyName', # noqa: E501
|
|
109
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
108
110
|
'type': 'type', # noqa: E501
|
|
109
111
|
'sub_type': 'subType', # noqa: E501
|
|
110
112
|
'country_ids': 'countryIds', # noqa: E501
|
|
@@ -155,7 +157,8 @@ class RetailMediaAccount(ModelNormal):
|
|
|
155
157
|
through its discriminator because we passed in
|
|
156
158
|
_visited_composed_classes = (Animal,)
|
|
157
159
|
name (str, none_type): account name. [optional] # noqa: E501
|
|
158
|
-
company_name (str, none_type):
|
|
160
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
161
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
159
162
|
type (str, none_type): Type for the account. [optional] # noqa: E501
|
|
160
163
|
sub_type (str, none_type): subtype for the account. [optional] # noqa: E501
|
|
161
164
|
country_ids ([str], none_type): list of countries associated with the account. [optional] # noqa: E501
|
|
@@ -248,7 +251,8 @@ class RetailMediaAccount(ModelNormal):
|
|
|
248
251
|
through its discriminator because we passed in
|
|
249
252
|
_visited_composed_classes = (Animal,)
|
|
250
253
|
name (str, none_type): account name. [optional] # noqa: E501
|
|
251
|
-
company_name (str, none_type):
|
|
254
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
255
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
252
256
|
type (str, none_type): Type for the account. [optional] # noqa: E501
|
|
253
257
|
sub_type (str, none_type): subtype for the account. [optional] # noqa: E501
|
|
254
258
|
country_ids ([str], none_type): list of countries associated with the account. [optional] # noqa: E501
|
|
@@ -77,6 +77,7 @@ class RetailMediaBrandAccountCreation(ModelNormal):
|
|
|
77
77
|
return {
|
|
78
78
|
'name': (str, none_type,), # noqa: E501
|
|
79
79
|
'company_name': (str, none_type,), # noqa: E501
|
|
80
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
80
81
|
'brands': ([int], none_type,), # noqa: E501
|
|
81
82
|
}
|
|
82
83
|
|
|
@@ -88,6 +89,7 @@ class RetailMediaBrandAccountCreation(ModelNormal):
|
|
|
88
89
|
attribute_map = {
|
|
89
90
|
'name': 'name', # noqa: E501
|
|
90
91
|
'company_name': 'companyName', # noqa: E501
|
|
92
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
91
93
|
'brands': 'brands', # noqa: E501
|
|
92
94
|
}
|
|
93
95
|
|
|
@@ -133,7 +135,8 @@ class RetailMediaBrandAccountCreation(ModelNormal):
|
|
|
133
135
|
through its discriminator because we passed in
|
|
134
136
|
_visited_composed_classes = (Animal,)
|
|
135
137
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
136
|
-
company_name (str, none_type):
|
|
138
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
139
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
137
140
|
brands ([int], none_type): list of brands to link to the new account. [optional] # noqa: E501
|
|
138
141
|
"""
|
|
139
142
|
|
|
@@ -221,7 +224,8 @@ class RetailMediaBrandAccountCreation(ModelNormal):
|
|
|
221
224
|
through its discriminator because we passed in
|
|
222
225
|
_visited_composed_classes = (Animal,)
|
|
223
226
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
224
|
-
company_name (str, none_type):
|
|
227
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
228
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
225
229
|
brands ([int], none_type): list of brands to link to the new account. [optional] # noqa: E501
|
|
226
230
|
"""
|
|
227
231
|
|
|
@@ -82,6 +82,7 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
82
82
|
return {
|
|
83
83
|
'name': (str, none_type,), # noqa: E501
|
|
84
84
|
'company_name': (str, none_type,), # noqa: E501
|
|
85
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
85
86
|
'sellers': ([RetailMediaSeller], none_type,), # noqa: E501
|
|
86
87
|
}
|
|
87
88
|
|
|
@@ -93,6 +94,7 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
93
94
|
attribute_map = {
|
|
94
95
|
'name': 'name', # noqa: E501
|
|
95
96
|
'company_name': 'companyName', # noqa: E501
|
|
97
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
96
98
|
'sellers': 'sellers', # noqa: E501
|
|
97
99
|
}
|
|
98
100
|
|
|
@@ -138,7 +140,8 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
138
140
|
through its discriminator because we passed in
|
|
139
141
|
_visited_composed_classes = (Animal,)
|
|
140
142
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
141
|
-
company_name (str, none_type):
|
|
143
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
144
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
142
145
|
sellers ([RetailMediaSeller], none_type): list of sellers to associate to the new account. [optional] # noqa: E501
|
|
143
146
|
"""
|
|
144
147
|
|
|
@@ -226,7 +229,8 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
226
229
|
through its discriminator because we passed in
|
|
227
230
|
_visited_composed_classes = (Animal,)
|
|
228
231
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
229
|
-
company_name (str, none_type):
|
|
232
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
233
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
230
234
|
sellers ([RetailMediaSeller], none_type): list of sellers to associate to the new account. [optional] # noqa: E501
|
|
231
235
|
"""
|
|
232
236
|
|
|
@@ -152,8 +152,8 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
|
|
|
152
152
|
through its discriminator because we passed in
|
|
153
153
|
_visited_composed_classes = (Animal,)
|
|
154
154
|
attributes (RmLegacyAudienceGetEntityV1): [optional] # noqa: E501
|
|
155
|
-
id (str, none_type): [optional] # noqa: E501
|
|
156
|
-
audience_type (str, none_type): [optional] # noqa: E501
|
|
155
|
+
id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
|
|
156
|
+
audience_type (str, none_type): Type of the audience.. [optional] # noqa: E501
|
|
157
157
|
type (str, none_type): [optional] # noqa: E501
|
|
158
158
|
"""
|
|
159
159
|
|
|
@@ -241,8 +241,8 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
|
|
|
241
241
|
through its discriminator because we passed in
|
|
242
242
|
_visited_composed_classes = (Animal,)
|
|
243
243
|
attributes (RmLegacyAudienceGetEntityV1): [optional] # noqa: E501
|
|
244
|
-
id (str, none_type): [optional] # noqa: E501
|
|
245
|
-
audience_type (str, none_type): [optional] # noqa: E501
|
|
244
|
+
id (str, none_type): Unique identifier of this resource.. [optional] # noqa: E501
|
|
245
|
+
audience_type (str, none_type): Type of the audience.. [optional] # noqa: E501
|
|
246
246
|
type (str, none_type): [optional] # noqa: E501
|
|
247
247
|
"""
|
|
248
248
|
|
|
@@ -87,8 +87,8 @@ class Section(ModelNormal):
|
|
|
87
87
|
"""
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
|
-
'title': (str,), # noqa: E501
|
|
91
90
|
'template_variables': ([TemplateVariable],), # noqa: E501
|
|
91
|
+
'title': (str, none_type,), # noqa: E501
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
@cached_property
|
|
@@ -97,8 +97,8 @@ class Section(ModelNormal):
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
attribute_map = {
|
|
100
|
-
'title': 'title', # noqa: E501
|
|
101
100
|
'template_variables': 'templateVariables', # noqa: E501
|
|
101
|
+
'title': 'title', # noqa: E501
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
read_only_vars = {
|
|
@@ -108,11 +108,10 @@ class Section(ModelNormal):
|
|
|
108
108
|
|
|
109
109
|
@classmethod
|
|
110
110
|
@convert_js_args_to_python_args
|
|
111
|
-
def _from_openapi_data(cls,
|
|
111
|
+
def _from_openapi_data(cls, template_variables, *args, **kwargs): # noqa: E501
|
|
112
112
|
"""Section - a model defined in OpenAPI
|
|
113
113
|
|
|
114
114
|
Args:
|
|
115
|
-
title (str):
|
|
116
115
|
template_variables ([TemplateVariable]):
|
|
117
116
|
|
|
118
117
|
Keyword Args:
|
|
@@ -146,6 +145,7 @@ class Section(ModelNormal):
|
|
|
146
145
|
Animal class but this time we won't travel
|
|
147
146
|
through its discriminator because we passed in
|
|
148
147
|
_visited_composed_classes = (Animal,)
|
|
148
|
+
title (str, none_type): [optional] # noqa: E501
|
|
149
149
|
"""
|
|
150
150
|
|
|
151
151
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -177,7 +177,6 @@ class Section(ModelNormal):
|
|
|
177
177
|
self._configuration = _configuration
|
|
178
178
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
179
179
|
|
|
180
|
-
self.title = title
|
|
181
180
|
self.template_variables = template_variables
|
|
182
181
|
for var_name, var_value in kwargs.items():
|
|
183
182
|
if var_name not in self.attribute_map and \
|
|
@@ -199,11 +198,10 @@ class Section(ModelNormal):
|
|
|
199
198
|
])
|
|
200
199
|
|
|
201
200
|
@convert_js_args_to_python_args
|
|
202
|
-
def __init__(self,
|
|
201
|
+
def __init__(self, template_variables, *args, **kwargs): # noqa: E501
|
|
203
202
|
"""Section - a model defined in OpenAPI
|
|
204
203
|
|
|
205
204
|
Args:
|
|
206
|
-
title (str):
|
|
207
205
|
template_variables ([TemplateVariable]):
|
|
208
206
|
|
|
209
207
|
Keyword Args:
|
|
@@ -237,6 +235,7 @@ class Section(ModelNormal):
|
|
|
237
235
|
Animal class but this time we won't travel
|
|
238
236
|
through its discriminator because we passed in
|
|
239
237
|
_visited_composed_classes = (Animal,)
|
|
238
|
+
title (str, none_type): [optional] # noqa: E501
|
|
240
239
|
"""
|
|
241
240
|
|
|
242
241
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -266,7 +265,6 @@ class Section(ModelNormal):
|
|
|
266
265
|
self._configuration = _configuration
|
|
267
266
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
268
267
|
|
|
269
|
-
self.title = title
|
|
270
268
|
self.template_variables = template_variables
|
|
271
269
|
for var_name, var_value in kwargs.items():
|
|
272
270
|
if var_name not in self.attribute_map and \
|