criteo-api-marketingsolutions-sdk 2024.7.0.240731__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-marketingsolutions-sdk might be problematic. Click here for more details.

Files changed (25) hide show
  1. {criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info → criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info}/METADATA +3 -3
  2. {criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info → criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info}/RECORD +24 -25
  3. {criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info → criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info}/WHEEL +1 -1
  4. criteo_api_marketingsolutions_v2024_07/__init__.py +1 -1
  5. criteo_api_marketingsolutions_v2024_07/api/analytics_api.py +24 -21
  6. criteo_api_marketingsolutions_v2024_07/api/audience_api.py +554 -273
  7. criteo_api_marketingsolutions_v2024_07/api_client.py +1 -1
  8. criteo_api_marketingsolutions_v2024_07/configuration.py +1 -1
  9. criteo_api_marketingsolutions_v2024_07/model/contactlist_amendment_attributes.py +2 -3
  10. criteo_api_marketingsolutions_v2024_07/model/{placements_report_query_data_message.py → outcome.py} +18 -27
  11. criteo_api_marketingsolutions_v2024_07/model/placements_report_query_message.py +5 -11
  12. criteo_api_marketingsolutions_v2024_07/model/{problems_details.py → placements_report_query_message_list_request.py} +10 -20
  13. criteo_api_marketingsolutions_v2024_07/model/{placements_report_query_entity_message.py → placements_report_query_message_resource.py} +11 -26
  14. criteo_api_marketingsolutions_v2024_07/model/statistics_report_query_message.py +3 -17
  15. criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_message.py +1 -7
  16. criteo_api_marketingsolutions_v2024_07/model/{transactions_report_query_data_message.py → transactions_report_query_message_list_request.py} +11 -26
  17. criteo_api_marketingsolutions_v2024_07/model/{transactions_report_query_entity_message.py → transactions_report_query_message_resource.py} +11 -26
  18. criteo_api_marketingsolutions_v2024_07/model/transparency_query_message.py +1 -7
  19. criteo_api_marketingsolutions_v2024_07/model/{transparency_report_attributes.py → transparency_report.py} +4 -13
  20. criteo_api_marketingsolutions_v2024_07/model/transparency_report_file.py +1 -7
  21. criteo_api_marketingsolutions_v2024_07/model/{transparency_report_entity_message.py → transparency_report_list_response.py} +24 -29
  22. criteo_api_marketingsolutions_v2024_07/model/{transparency_report_data_message.py → transparency_report_resource.py} +16 -27
  23. criteo_api_marketingsolutions_v2024_07/models/__init__.py +8 -9
  24. criteo_api_marketingsolutions_v2024_07/model/problem_details.py +0 -306
  25. {criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info → criteo_api_marketingsolutions_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-marketingsolutions-sdk
3
- Version: 2024.7.0.240731
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-marketingsolutions-sdk==2024.07.0.240731
29
+ pip install criteo-api-marketingsolutions-sdk==2024.07.0.241029
30
30
  ```
31
- (you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.240731`)
31
+ (you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.241029`)
32
32
 
33
33
  Then import the package:
34
34
  ```python
@@ -1,7 +1,7 @@
1
- criteo_api_marketingsolutions_v2024_07/__init__.py,sha256=HuR-72tUb6FL2IVFljSycBcvBYyxkgSiLZJHK8bgutY,1124
2
- criteo_api_marketingsolutions_v2024_07/api_client.py,sha256=KXEpuaoChVyyrSlJjX9wnDFACzEV4KwGyyj4kRydbow,39256
1
+ criteo_api_marketingsolutions_v2024_07/__init__.py,sha256=ck1I5fkmvTN70cxUi9YMajhorHh8U1sEQAHqrkCv3fM,1124
2
+ criteo_api_marketingsolutions_v2024_07/api_client.py,sha256=Y0CRDpxKEjhwR4Hwbb3uNMs-nSymiRSWFv5ymk4gmQU,39256
3
3
  criteo_api_marketingsolutions_v2024_07/api_client_builder.py,sha256=tfhICFGmBWl9YPZR3lSF7Dmk0ywJ7oIL7fQ6a24IZiU,1528
4
- criteo_api_marketingsolutions_v2024_07/configuration.py,sha256=u6gJtTt6r43y4Kmk1coIKhCNwBRjNrnFh6A4rBj2614,16743
4
+ criteo_api_marketingsolutions_v2024_07/configuration.py,sha256=8fIAmtfzupiIyley9ETXNr-270LSz7R2CnYYUzrNSDI,16743
5
5
  criteo_api_marketingsolutions_v2024_07/criteo_api_client.py,sha256=EsHTkmytAC1W5A_ORoR4cPJVIw5FpXZ9RLQoOc1C7rE,668
6
6
  criteo_api_marketingsolutions_v2024_07/criteo_auth.py,sha256=SK7WRSAu9WgkV4dCXtgieYra6WMvGMNL45aH7j2-qYE,4717
7
7
  criteo_api_marketingsolutions_v2024_07/criteo_rest.py,sha256=LJdrBWZW8DptH_muLmnQIOECEaHHgdKaus_gu9g1Oq8,3434
@@ -11,8 +11,8 @@ criteo_api_marketingsolutions_v2024_07/model_utils.py,sha256=3dxjdPNS0S-DwL5qGq5
11
11
  criteo_api_marketingsolutions_v2024_07/rest.py,sha256=hPM2tIn2288GC08Pn5rrp6z6smYiVIWAniTwUSlSIE0,14256
12
12
  criteo_api_marketingsolutions_v2024_07/api/__init__.py,sha256=0c6N_g32HvClw_TuTMPEMWnWvdjS33tdKEItUO00QKE,245
13
13
  criteo_api_marketingsolutions_v2024_07/api/advertiser_api.py,sha256=cLI02icuhrMbfnll7lolXGcC0wZlRPa_VNVykwmLrRo,5709
14
- criteo_api_marketingsolutions_v2024_07/api/analytics_api.py,sha256=WirUBaFHBTXJlH92ggtJlGryyVM4NoEDczcp2z-8bSU,23875
15
- criteo_api_marketingsolutions_v2024_07/api/audience_api.py,sha256=-HKrqlJ0OlYfyGsk1ObtZkXW9V9mPXcuIiJcEqqDcy0,103164
14
+ criteo_api_marketingsolutions_v2024_07/api/analytics_api.py,sha256=rcm9QgduQescIpTErh0EG-GKWiiUH7MHGN2ZzKGV_kc,24114
15
+ criteo_api_marketingsolutions_v2024_07/api/audience_api.py,sha256=azOJQBGL0VReqR2_ir9ypF9u0mk1j8U6CgXZFY0PEqo,115361
16
16
  criteo_api_marketingsolutions_v2024_07/api/campaign_api.py,sha256=RSzI54Wiq42HBylbQqW6lNYbBLjO5oFHDFToSPDBKdQ,84234
17
17
  criteo_api_marketingsolutions_v2024_07/api/creative_api.py,sha256=xlFMwT0Cmoo9oiMmq1CHChjwRJSp97gYaty0jtEO1iw,96298
18
18
  criteo_api_marketingsolutions_v2024_07/api/gateway_api.py,sha256=ZqxKj8zF5RzHY6CbL8lR_GAOQ0the8AYz33PWw-V59E,5731
@@ -125,7 +125,7 @@ criteo_api_marketingsolutions_v2024_07/model/contact_list_statistics_entity_v1_r
125
125
  criteo_api_marketingsolutions_v2024_07/model/contact_list_statistics_entity_v1_response.py,sha256=jc8Qmr8nxFxxrn08Q2byMqA1UXquxwScA3OKwUfY6jo,12607
126
126
  criteo_api_marketingsolutions_v2024_07/model/contact_list_v1.py,sha256=B7aeLI4T99_v3fr_4yhIgJyfEM3GrqDhpcYMrcUC4S8,11531
127
127
  criteo_api_marketingsolutions_v2024_07/model/contactlist_amendment.py,sha256=J62TwOGdD3HQi3GPspwW33pRX8OkYs3g7QB99LvliN8,12095
128
- criteo_api_marketingsolutions_v2024_07/model/contactlist_amendment_attributes.py,sha256=gCFZJ9HoEJW6GvZkkrghxHPk0sZQ7jnMPrLgij8BISE,13113
128
+ criteo_api_marketingsolutions_v2024_07/model/contactlist_amendment_attributes.py,sha256=XRdXBu0F8BGqjntVRG79jjTM0aAMe4aa7CPKdYCdtHI,13071
129
129
  criteo_api_marketingsolutions_v2024_07/model/contactlist_amendment_request.py,sha256=DCrCtNo7h82TIxnyNVZz8XVlOYToHbeRbOu5qarX9xk,11769
130
130
  criteo_api_marketingsolutions_v2024_07/model/contactlist_operation.py,sha256=Z4v4yG-5MUzhZjMGizGZ-K4FDFnjH_3UQczkkD2gPyk,12131
131
131
  criteo_api_marketingsolutions_v2024_07/model/contactlist_operation_attributes.py,sha256=ihscg0mNq4QqqMlr-FDHMYnTL6_y94Bv4T9cvj1qZeY,13840
@@ -200,6 +200,7 @@ criteo_api_marketingsolutions_v2024_07/model/nillable_decimal.py,sha256=bg9bU-ef
200
200
  criteo_api_marketingsolutions_v2024_07/model/nillable_gender_v1.py,sha256=HfcZmR6xnhubIVHT1Hy4V-HNVfNluJJOKsYtzV_bcnU,11691
201
201
  criteo_api_marketingsolutions_v2024_07/model/nillable_int32.py,sha256=fZzmBpO_EJDNokz8h_p_2V7Z2Nu31yNpWd3-rlttTxk,11563
202
202
  criteo_api_marketingsolutions_v2024_07/model/nillable_string.py,sha256=OQjQ2TA7MSNoI_BCDbh4Fyku7RQJPyagf26v-Amkf1g,11602
203
+ criteo_api_marketingsolutions_v2024_07/model/outcome.py,sha256=5Q6IudusYu1cfso8hrw8Ww81IuN0nNyVwSuK03jJNS4,11863
203
204
  criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_bidding_v24_q1.py,sha256=FcvzBS91Akqqo0QdtfJxsapG8ZoViiM8mBd2X2l3MP8,11706
204
205
  criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_budget_v24_q1.py,sha256=kqo1FP0_psNL8rlBrwl__4emS7tDeIifg6NCR7zRxws,13858
205
206
  criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_category_bid.py,sha256=R6S4_7GU8LO1AiTHs9Nz4fubkYK81fTI1j1539otP3Y,11773
@@ -220,13 +221,11 @@ criteo_api_marketingsolutions_v2024_07/model/patch_campaign_spend_limit.py,sha25
220
221
  criteo_api_marketingsolutions_v2024_07/model/patch_campaign_write_resource.py,sha256=MWqIwAIwjgR_M2nsdfgddnE26Ii043SPhKXuLO8Otpk,12223
221
222
  criteo_api_marketingsolutions_v2024_07/model/patch_result_campaign_list_response.py,sha256=F8_pIWOzMtc7yxZlOcA_sw6w6B0AzHuHmgOZWNj3KEU,12615
222
223
  criteo_api_marketingsolutions_v2024_07/model/patch_result_campaign_read_resource.py,sha256=hD4wOfGp1aqnCmY4Ba1aCiL7MJsmjFMb9j2Atg_ptKE,11787
223
- criteo_api_marketingsolutions_v2024_07/model/placements_report_query_data_message.py,sha256=-DewpM8gPyeV7Kse-jNK4a3P0V3g51ruGiH9JpFdf5I,11923
224
- criteo_api_marketingsolutions_v2024_07/model/placements_report_query_entity_message.py,sha256=tqH6RFCOIeYsvCKyz18AppB1cdKTSrMrOyd-RivdWsQ,12104
225
- criteo_api_marketingsolutions_v2024_07/model/placements_report_query_message.py,sha256=2sQuurCPZcR38EIpz3ev1I2c8MkPexmxKvrk1woCphM,16610
224
+ criteo_api_marketingsolutions_v2024_07/model/placements_report_query_message.py,sha256=4QTPHwWEOIzL0uo5yXi3NGGt0VKO6UW4RC1f00mSkHw,16432
225
+ criteo_api_marketingsolutions_v2024_07/model/placements_report_query_message_list_request.py,sha256=H6hgYA2R3b17lEjfFZR-P5DIEdzYgz4e4ipKDk-KrG4,11620
226
+ criteo_api_marketingsolutions_v2024_07/model/placements_report_query_message_resource.py,sha256=6FXEl_IOXWTJkgAt8lPGez5ORekxOWYmMAcCV7NPxtk,11802
226
227
  criteo_api_marketingsolutions_v2024_07/model/point_of_interest_v1.py,sha256=icb5CCPzx6s1qXZ3Y1knUrLgEKGApJAEQBt-q-QNYfg,12165
227
228
  criteo_api_marketingsolutions_v2024_07/model/portfolio_message.py,sha256=J0PX6f8sHuyhRVtkeI5IMnZbCRgbNTPxgjfrBn0tdjs,11501
228
- criteo_api_marketingsolutions_v2024_07/model/problem_details.py,sha256=SI_s6OYUuxrsvwqFKo_8J1A77S4ayG7cQVqpsZ5S5SE,14720
229
- criteo_api_marketingsolutions_v2024_07/model/problems_details.py,sha256=1pnIKuMdWqq9oO3yIb_VYgurYo5sAOj0D-yKIAUZyRs,11764
230
229
  criteo_api_marketingsolutions_v2024_07/model/prospecting_create_v1.py,sha256=k4p_DWtYtbq3v5aXcPsEkBg6uEuf1SxvkUiuJO-2AC0,12724
231
230
  criteo_api_marketingsolutions_v2024_07/model/prospecting_update_v1.py,sha256=v7aVXRRrloVAi2B0GyRFMe1nC64bX5LF71889zI54jw,12516
232
231
  criteo_api_marketingsolutions_v2024_07/model/prospecting_v1.py,sha256=jxVZdGkqSi01B1CilklT7T_d_lruVges_ThKGL40qyU,12723
@@ -247,24 +246,24 @@ criteo_api_marketingsolutions_v2024_07/model/retargeting_create_v1.py,sha256=aIE
247
246
  criteo_api_marketingsolutions_v2024_07/model/retargeting_update_v1.py,sha256=im4DwZWvUpk30RJrTKS1MTFnmPuOqdmDOxz7vFulQyk,12539
248
247
  criteo_api_marketingsolutions_v2024_07/model/retargeting_v1.py,sha256=Cf9naiDdLwI_aAVvLn8b7elGbv6Dj39VARMr5GIBYVg,12555
249
248
  criteo_api_marketingsolutions_v2024_07/model/size.py,sha256=lSg8U0usDHNcpDXozte2Mgzh1WxWKoVUECb9xKpE7CM,11637
250
- criteo_api_marketingsolutions_v2024_07/model/statistics_report_query_message.py,sha256=WQnhju6PTVY-EwYEm8OZHmJ5fJYOV1VbPcl--cO5g2c,16724
249
+ criteo_api_marketingsolutions_v2024_07/model/statistics_report_query_message.py,sha256=sC7GaDMCxPO2XPjZ7mEipy2jArqSocoXySWEtdO-meI,16343
251
250
  criteo_api_marketingsolutions_v2024_07/model/tag.py,sha256=Y9sMQVMHAuHb9C0GQLccTC_tEVkFwbIP-XZOaxSdU1M,11792
252
- criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_data_message.py,sha256=17kABNg6eSn-gE3LlyKssLOs07XhpQTE7KoZIuR1V74,11943
253
- criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_entity_message.py,sha256=1m8c9fFya2DKLtRPdc3fhL8rtWG3cTUwU4jafYP-hZ4,12124
254
- criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_message.py,sha256=zffMgJHD5oHUypa9o-7lkhFiVRCbb-RTRwro0tFC6ZU,14215
255
- criteo_api_marketingsolutions_v2024_07/model/transparency_query_message.py,sha256=MJFEhHuoNxnkTIZh7AndBiGdmiyJyshm52Y0BtLaDS8,12771
256
- criteo_api_marketingsolutions_v2024_07/model/transparency_report_attributes.py,sha256=-qs9hGNEnGMfnGU_-gHTdNLcLg9ivDdHmsPzSWBilLM,12471
257
- criteo_api_marketingsolutions_v2024_07/model/transparency_report_data_message.py,sha256=TdOrtowoYhqeIwxiB-HuO68Wfjk3OYNyYGDE_SMZwZg,11892
258
- criteo_api_marketingsolutions_v2024_07/model/transparency_report_entity_message.py,sha256=joICO6ETNb6AlN4hCqmcw047onmDH4kD-mAjnhBtWSQ,12055
259
- criteo_api_marketingsolutions_v2024_07/model/transparency_report_file.py,sha256=C9pDxSuvMSoafSh3K00TRPvGhJnQIO6UqGH5ntz8K50,11707
251
+ criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_message.py,sha256=5SZpvLCki3NC8dVEep3_8Egx8WOA1K8D-MJQdzADNK0,13940
252
+ criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_message_list_request.py,sha256=s0mh3Y_MIa1cnj4s0fNe2hIkb6-FYxlgpIxKwJ3agX4,11640
253
+ criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_message_resource.py,sha256=PGnhiB6ibSpte8TR5XjHfkX_Hz9-lfhszJEHhL3Dg6A,11822
254
+ criteo_api_marketingsolutions_v2024_07/model/transparency_query_message.py,sha256=qdXJIVXKyFfVnQBbXCjahFb6-_doBwE37eWTCvFmBZw,12496
255
+ criteo_api_marketingsolutions_v2024_07/model/transparency_report.py,sha256=p0B7Q108a4DBzuP8YyC6P7jlWzqDEOn6nwwsJ4TwUtQ,12111
256
+ criteo_api_marketingsolutions_v2024_07/model/transparency_report_file.py,sha256=eIEVj8r0B5GufJWCptZhznllv-QXFVtQi-00rY4iWE8,11432
257
+ criteo_api_marketingsolutions_v2024_07/model/transparency_report_list_response.py,sha256=j4cP7RktDrP4x_qd44qjT5f9xm3Kd2fhfMRP0z6DH3Y,12408
258
+ criteo_api_marketingsolutions_v2024_07/model/transparency_report_resource.py,sha256=hKtvVyrp2wcKVX900N4TgJFePVp8m7zeBgbC7UQQEL8,11700
260
259
  criteo_api_marketingsolutions_v2024_07/model/update_coupon.py,sha256=WtRPS8XpnErlXZvxa_GampllJPGdzaQiCgbkjiB1Ti0,12227
261
260
  criteo_api_marketingsolutions_v2024_07/model/update_coupon_request.py,sha256=GVWQE89unbI-a-oxAuuaXh6IFGeiD-ggzWPd4qNBNKM,11704
262
261
  criteo_api_marketingsolutions_v2024_07/model/update_coupon_resource.py,sha256=18UxrxwKQSKmnBHXfffmnsbPoPFRY7sTlS94yxQR9cc,12092
263
262
  criteo_api_marketingsolutions_v2024_07/model/video_detail.py,sha256=Q7ulBqs13PFW4uHuPEHewUeNrv8-oEMEicy5Gjw33_Q,12438
264
263
  criteo_api_marketingsolutions_v2024_07/model/write_model_ad_set_id.py,sha256=lnfaDQURj09WP91e7tyeWmSVZmTPruDtNkfQO6FAj24,11757
265
264
  criteo_api_marketingsolutions_v2024_07/model/write_model_patch_ad_set_v24_q1.py,sha256=xr8MawWkJ-GnPL1zplCyaidaYp2hTeOg37DIS_qgltI,12237
266
- criteo_api_marketingsolutions_v2024_07/models/__init__.py,sha256=8YOTxDI4C43GFQCZpQHZGy51UEDVjVE_uBUzfOHZbjs,27485
267
- criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/METADATA,sha256=-7BH23P689GcTurahMNt8pyxVs_QSdSKbe-ZixQ29cE,1702
268
- criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
269
- criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/top_level.txt,sha256=lFzzT5mnki5jLxcWXIAhqQcW2Pz5xSuCuxKgcTAmklo,39
270
- criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/RECORD,,
265
+ criteo_api_marketingsolutions_v2024_07/models/__init__.py,sha256=QXho8NcYYsuRlpAw47zXdE0glfcK5Myeo6E_qmhTFT8,27388
266
+ criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info/METADATA,sha256=VLHTnpH9PP_K4MdGEMmd0jwFoumVfAOCgHmV-GdNzDY,1702
267
+ criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
268
+ criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info/top_level.txt,sha256=lFzzT5mnki5jLxcWXIAhqQcW2Pz5xSuCuxKgcTAmklo,39
269
+ criteo_api_marketingsolutions_sdk-2024.7.0.241029.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -8,7 +8,7 @@
8
8
  """
9
9
 
10
10
 
11
- __version__ = "2024.07.0.240731"
11
+ __version__ = "2024.07.0.241029"
12
12
 
13
13
  # import ApiClient
14
14
  from criteo_api_marketingsolutions_v2024_07.api_client import ApiClient
@@ -21,12 +21,12 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
21
21
  none_type,
22
22
  validate_and_convert_types
23
23
  )
24
- from criteo_api_marketingsolutions_v2024_07.model.placements_report_query_data_message import PlacementsReportQueryDataMessage
25
- from criteo_api_marketingsolutions_v2024_07.model.problems_details import ProblemsDetails
24
+ from criteo_api_marketingsolutions_v2024_07.model.outcome import Outcome
25
+ from criteo_api_marketingsolutions_v2024_07.model.placements_report_query_message_list_request import PlacementsReportQueryMessageListRequest
26
26
  from criteo_api_marketingsolutions_v2024_07.model.statistics_report_query_message import StatisticsReportQueryMessage
27
- from criteo_api_marketingsolutions_v2024_07.model.transactions_report_query_data_message import TransactionsReportQueryDataMessage
27
+ from criteo_api_marketingsolutions_v2024_07.model.transactions_report_query_message_list_request import TransactionsReportQueryMessageListRequest
28
28
  from criteo_api_marketingsolutions_v2024_07.model.transparency_query_message import TransparencyQueryMessage
29
- from criteo_api_marketingsolutions_v2024_07.model.transparency_report_data_message import TransparencyReportDataMessage
29
+ from criteo_api_marketingsolutions_v2024_07.model.transparency_report_list_response import TransparencyReportListResponse
30
30
 
31
31
 
32
32
  class AnalyticsApi(object):
@@ -113,7 +113,7 @@ class AnalyticsApi(object):
113
113
  },
114
114
  params_map={
115
115
  'all': [
116
- 'placements_report_query_data_message',
116
+ 'placements_report_query_message_list_request',
117
117
  ],
118
118
  'required': [],
119
119
  'nullable': [
@@ -129,13 +129,13 @@ class AnalyticsApi(object):
129
129
  'allowed_values': {
130
130
  },
131
131
  'openapi_types': {
132
- 'placements_report_query_data_message':
133
- (PlacementsReportQueryDataMessage,),
132
+ 'placements_report_query_message_list_request':
133
+ (PlacementsReportQueryMessageListRequest,),
134
134
  },
135
135
  'attribute_map': {
136
136
  },
137
137
  'location_map': {
138
- 'placements_report_query_data_message': 'body',
138
+ 'placements_report_query_message_list_request': 'body',
139
139
  },
140
140
  'collection_format_map': {
141
141
  }
@@ -146,8 +146,9 @@ class AnalyticsApi(object):
146
146
  'application/json',
147
147
  'text/json',
148
148
  'text/csv',
149
- 'text/xml',
150
- 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
149
+ 'application/xml',
150
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
151
+ 'text/xml'
151
152
  ],
152
153
  'content_type': [
153
154
  'application/json-patch+json',
@@ -172,7 +173,7 @@ class AnalyticsApi(object):
172
173
  },
173
174
  params_map={
174
175
  'all': [
175
- 'transactions_report_query_data_message',
176
+ 'transactions_report_query_message_list_request',
176
177
  ],
177
178
  'required': [],
178
179
  'nullable': [
@@ -188,13 +189,13 @@ class AnalyticsApi(object):
188
189
  'allowed_values': {
189
190
  },
190
191
  'openapi_types': {
191
- 'transactions_report_query_data_message':
192
- (TransactionsReportQueryDataMessage,),
192
+ 'transactions_report_query_message_list_request':
193
+ (TransactionsReportQueryMessageListRequest,),
193
194
  },
194
195
  'attribute_map': {
195
196
  },
196
197
  'location_map': {
197
- 'transactions_report_query_data_message': 'body',
198
+ 'transactions_report_query_message_list_request': 'body',
198
199
  },
199
200
  'collection_format_map': {
200
201
  }
@@ -219,7 +220,7 @@ class AnalyticsApi(object):
219
220
  )
220
221
  self.get_transparency_report_endpoint = _Endpoint(
221
222
  settings={
222
- 'response_type': (TransparencyReportDataMessage,),
223
+ 'response_type': (TransparencyReportListResponse,),
223
224
  'auth': [
224
225
  'oauth',
225
226
  'oauth'
@@ -267,9 +268,11 @@ class AnalyticsApi(object):
267
268
  },
268
269
  headers_map={
269
270
  'accept': [
270
- 'application/json',
271
271
  'text/plain',
272
- 'text/json'
272
+ 'application/json',
273
+ 'text/json',
274
+ 'application/xml',
275
+ 'text/xml'
273
276
  ],
274
277
  'content_type': [
275
278
  'application/json-patch+json',
@@ -375,7 +378,7 @@ class AnalyticsApi(object):
375
378
 
376
379
 
377
380
  Keyword Args:
378
- placements_report_query_data_message (PlacementsReportQueryDataMessage): [optional]
381
+ placements_report_query_message_list_request (PlacementsReportQueryMessageListRequest): [optional]
379
382
  _return_http_data_only (bool): response data without head status
380
383
  code and headers. Default is True.
381
384
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -454,7 +457,7 @@ class AnalyticsApi(object):
454
457
 
455
458
 
456
459
  Keyword Args:
457
- transactions_report_query_data_message (TransactionsReportQueryDataMessage): [optional]
460
+ transactions_report_query_message_list_request (TransactionsReportQueryMessageListRequest): [optional]
458
461
  _return_http_data_only (bool): response data without head status
459
462
  code and headers. Default is True.
460
463
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -536,7 +539,7 @@ class AnalyticsApi(object):
536
539
  advertiser_id (int): The advertiser id to fetch the transparency data.
537
540
 
538
541
  Keyword Args:
539
- transparency_query_message (TransparencyQueryMessage): [optional]
542
+ transparency_query_message (TransparencyQueryMessage): The query message.. [optional]
540
543
  _return_http_data_only (bool): response data without head status
541
544
  code and headers. Default is True.
542
545
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -569,7 +572,7 @@ class AnalyticsApi(object):
569
572
  async_req (bool): execute request asynchronously
570
573
 
571
574
  Returns:
572
- TransparencyReportDataMessage
575
+ TransparencyReportListResponse
573
576
  If the method is called asynchronously, returns the request
574
577
  thread.
575
578
  """