criteo-api-marketingsolutions-sdk 0.0.250902__py3-none-any.whl → 0.0.250915__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 (27) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +1 -1
  2. criteo_api_marketingsolutions_preview/api/advertiser_api.py +3 -9
  3. criteo_api_marketingsolutions_preview/api/analytics_api.py +16 -62
  4. criteo_api_marketingsolutions_preview/api/audience_api.py +27 -94
  5. criteo_api_marketingsolutions_preview/api/campaign_api.py +63 -215
  6. criteo_api_marketingsolutions_preview/api/catalog_api.py +0 -1
  7. criteo_api_marketingsolutions_preview/api/creative_api.py +19 -60
  8. criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py +1 -4
  9. criteo_api_marketingsolutions_preview/api/reco_api.py +10 -32
  10. criteo_api_marketingsolutions_preview/api_client.py +1 -1
  11. criteo_api_marketingsolutions_preview/configuration.py +1 -1
  12. criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +3 -3
  13. criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py +12 -8
  14. criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
  15. criteo_api_marketingsolutions_preview/model/outcome.py +16 -5
  16. criteo_api_marketingsolutions_preview/model/placements_report_query_message.py +12 -8
  17. criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py +248 -8
  18. criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py +12 -8
  19. criteo_api_marketingsolutions_preview/models/__init__.py +0 -4
  20. {criteo_api_marketingsolutions_sdk-0.0.250902.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/METADATA +3 -3
  21. {criteo_api_marketingsolutions_sdk-0.0.250902.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/RECORD +23 -27
  22. criteo_api_marketingsolutions_preview/model/api_error_response.py +0 -271
  23. criteo_api_marketingsolutions_preview/model/error_code_response.py +0 -281
  24. criteo_api_marketingsolutions_preview/model/error_description.py +0 -279
  25. criteo_api_marketingsolutions_preview/model/fail_response.py +0 -283
  26. {criteo_api_marketingsolutions_sdk-0.0.250902.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/WHEEL +0 -0
  27. {criteo_api_marketingsolutions_sdk-0.0.250902.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,6 @@ from criteo_api_marketingsolutions_preview.model.ad_set_targeting_deal_ids_set_r
32
32
  from criteo_api_marketingsolutions_preview.model.ad_set_targeting_video_positioning_disable_result_response import AdSetTargetingVideoPositioningDisableResultResponse
33
33
  from criteo_api_marketingsolutions_preview.model.ad_set_targeting_video_positioning_response import AdSetTargetingVideoPositioningResponse
34
34
  from criteo_api_marketingsolutions_preview.model.ad_set_targeting_video_positioning_set_result_response import AdSetTargetingVideoPositioningSetResultResponse
35
- from criteo_api_marketingsolutions_preview.model.api_error_response import ApiErrorResponse
36
35
  from criteo_api_marketingsolutions_preview.model.api_request_of_targeting_entity import ApiRequestOfTargetingEntity
37
36
  from criteo_api_marketingsolutions_preview.model.api_response_of_targeting_entity import ApiResponseOfTargetingEntity
38
37
  from criteo_api_marketingsolutions_preview.model.campaign_search_request_v23_q1 import CampaignSearchRequestV23Q1
@@ -113,15 +112,10 @@ class CampaignApi(object):
113
112
  },
114
113
  headers_map={
115
114
  'accept': [
116
- 'text/plain',
117
- 'application/json',
118
- 'text/json'
115
+ 'application/json'
119
116
  ],
120
117
  'content_type': [
121
- 'application/json-patch+json',
122
- 'application/json',
123
- 'text/json',
124
- 'application/*+json'
118
+ 'application/json'
125
119
  ]
126
120
  },
127
121
  api_client=api_client
@@ -171,15 +165,10 @@ class CampaignApi(object):
171
165
  },
172
166
  headers_map={
173
167
  'accept': [
174
- 'text/plain',
175
- 'application/json',
176
- 'text/json'
168
+ 'application/json'
177
169
  ],
178
170
  'content_type': [
179
- 'application/json-patch+json',
180
- 'application/json',
181
- 'text/json',
182
- 'application/*+json'
171
+ 'application/json'
183
172
  ]
184
173
  },
185
174
  api_client=api_client
@@ -234,15 +223,10 @@ class CampaignApi(object):
234
223
  },
235
224
  headers_map={
236
225
  'accept': [
237
- 'text/plain',
238
- 'application/json',
239
- 'text/json'
226
+ 'application/json'
240
227
  ],
241
228
  'content_type': [
242
- 'application/json-patch+json',
243
- 'application/json',
244
- 'text/json',
245
- 'application/*+json'
229
+ 'application/json'
246
230
  ]
247
231
  },
248
232
  api_client=api_client
@@ -297,15 +281,10 @@ class CampaignApi(object):
297
281
  },
298
282
  headers_map={
299
283
  'accept': [
300
- 'text/plain',
301
- 'application/json',
302
- 'text/json'
284
+ 'application/json'
303
285
  ],
304
286
  'content_type': [
305
- 'application/json-patch+json',
306
- 'application/json',
307
- 'text/json',
308
- 'application/*+json'
287
+ 'application/json'
309
288
  ]
310
289
  },
311
290
  api_client=api_client
@@ -360,15 +339,10 @@ class CampaignApi(object):
360
339
  },
361
340
  headers_map={
362
341
  'accept': [
363
- 'text/plain',
364
- 'application/json',
365
- 'text/json'
342
+ 'application/json'
366
343
  ],
367
344
  'content_type': [
368
- 'application/json-patch+json',
369
- 'application/json',
370
- 'text/json',
371
- 'application/*+json'
345
+ 'application/json'
372
346
  ]
373
347
  },
374
348
  api_client=api_client
@@ -423,15 +397,10 @@ class CampaignApi(object):
423
397
  },
424
398
  headers_map={
425
399
  'accept': [
426
- 'text/plain',
427
- 'application/json',
428
- 'text/json'
400
+ 'application/json'
429
401
  ],
430
402
  'content_type': [
431
- 'application/json-patch+json',
432
- 'application/json',
433
- 'text/json',
434
- 'application/*+json'
403
+ 'application/json'
435
404
  ]
436
405
  },
437
406
  api_client=api_client
@@ -482,9 +451,7 @@ class CampaignApi(object):
482
451
  },
483
452
  headers_map={
484
453
  'accept': [
485
- 'text/plain',
486
- 'application/json',
487
- 'text/json'
454
+ 'application/json'
488
455
  ],
489
456
  'content_type': [],
490
457
  },
@@ -536,9 +503,7 @@ class CampaignApi(object):
536
503
  },
537
504
  headers_map={
538
505
  'accept': [
539
- 'text/plain',
540
- 'application/json',
541
- 'text/json'
506
+ 'application/json'
542
507
  ],
543
508
  'content_type': [],
544
509
  },
@@ -590,9 +555,7 @@ class CampaignApi(object):
590
555
  },
591
556
  headers_map={
592
557
  'accept': [
593
- 'text/plain',
594
- 'application/json',
595
- 'text/json'
558
+ 'application/json'
596
559
  ],
597
560
  'content_type': [],
598
561
  },
@@ -644,9 +607,7 @@ class CampaignApi(object):
644
607
  },
645
608
  headers_map={
646
609
  'accept': [
647
- 'text/plain',
648
- 'application/json',
649
- 'text/json'
610
+ 'application/json'
650
611
  ],
651
612
  'content_type': [],
652
613
  },
@@ -698,9 +659,7 @@ class CampaignApi(object):
698
659
  },
699
660
  headers_map={
700
661
  'accept': [
701
- 'text/plain',
702
- 'application/json',
703
- 'text/json'
662
+ 'application/json'
704
663
  ],
705
664
  'content_type': [],
706
665
  },
@@ -752,9 +711,7 @@ class CampaignApi(object):
752
711
  },
753
712
  headers_map={
754
713
  'accept': [
755
- 'text/plain',
756
- 'application/json',
757
- 'text/json'
714
+ 'application/json'
758
715
  ],
759
716
  'content_type': [],
760
717
  },
@@ -806,9 +763,7 @@ class CampaignApi(object):
806
763
  },
807
764
  headers_map={
808
765
  'accept': [
809
- 'text/plain',
810
- 'application/json',
811
- 'text/json'
766
+ 'application/json'
812
767
  ],
813
768
  'content_type': [],
814
769
  },
@@ -860,9 +815,7 @@ class CampaignApi(object):
860
815
  },
861
816
  headers_map={
862
817
  'accept': [
863
- 'text/plain',
864
- 'application/json',
865
- 'text/json'
818
+ 'application/json'
866
819
  ],
867
820
  'content_type': [],
868
821
  },
@@ -914,9 +867,7 @@ class CampaignApi(object):
914
867
  },
915
868
  headers_map={
916
869
  'accept': [
917
- 'text/plain',
918
- 'application/json',
919
- 'text/json'
870
+ 'application/json'
920
871
  ],
921
872
  'content_type': [],
922
873
  },
@@ -968,9 +919,7 @@ class CampaignApi(object):
968
919
  },
969
920
  headers_map={
970
921
  'accept': [
971
- 'text/plain',
972
- 'application/json',
973
- 'text/json'
922
+ 'application/json'
974
923
  ],
975
924
  'content_type': [],
976
925
  },
@@ -1022,9 +971,7 @@ class CampaignApi(object):
1022
971
  },
1023
972
  headers_map={
1024
973
  'accept': [
1025
- 'text/plain',
1026
- 'application/json',
1027
- 'text/json'
974
+ 'application/json'
1028
975
  ],
1029
976
  'content_type': [],
1030
977
  },
@@ -1076,9 +1023,7 @@ class CampaignApi(object):
1076
1023
  },
1077
1024
  headers_map={
1078
1025
  'accept': [
1079
- 'text/plain',
1080
- 'application/json',
1081
- 'text/json'
1026
+ 'application/json'
1082
1027
  ],
1083
1028
  'content_type': [],
1084
1029
  },
@@ -1123,9 +1068,7 @@ class CampaignApi(object):
1123
1068
  },
1124
1069
  headers_map={
1125
1070
  'accept': [
1126
- 'text/plain',
1127
- 'application/json',
1128
- 'text/json'
1071
+ 'application/json'
1129
1072
  ],
1130
1073
  'content_type': [],
1131
1074
  },
@@ -1174,15 +1117,10 @@ class CampaignApi(object):
1174
1117
  },
1175
1118
  headers_map={
1176
1119
  'accept': [
1177
- 'text/plain',
1178
- 'application/json',
1179
- 'text/json'
1120
+ 'application/json'
1180
1121
  ],
1181
1122
  'content_type': [
1182
- 'application/json-patch+json',
1183
- 'application/json',
1184
- 'text/json',
1185
- 'application/*+json'
1123
+ 'application/json'
1186
1124
  ]
1187
1125
  },
1188
1126
  api_client=api_client
@@ -1230,15 +1168,10 @@ class CampaignApi(object):
1230
1168
  },
1231
1169
  headers_map={
1232
1170
  'accept': [
1233
- 'text/plain',
1234
- 'application/json',
1235
- 'text/json'
1171
+ 'application/json'
1236
1172
  ],
1237
1173
  'content_type': [
1238
- 'application/json-patch+json',
1239
- 'application/json',
1240
- 'text/json',
1241
- 'application/*+json'
1174
+ 'application/json'
1242
1175
  ]
1243
1176
  },
1244
1177
  api_client=api_client
@@ -1293,15 +1226,10 @@ class CampaignApi(object):
1293
1226
  },
1294
1227
  headers_map={
1295
1228
  'accept': [
1296
- 'text/plain',
1297
- 'application/json',
1298
- 'text/json'
1229
+ 'application/json'
1299
1230
  ],
1300
1231
  'content_type': [
1301
- 'application/json-patch+json',
1302
- 'application/json',
1303
- 'text/json',
1304
- 'application/*+json'
1232
+ 'application/json'
1305
1233
  ]
1306
1234
  },
1307
1235
  api_client=api_client
@@ -1356,15 +1284,10 @@ class CampaignApi(object):
1356
1284
  },
1357
1285
  headers_map={
1358
1286
  'accept': [
1359
- 'text/plain',
1360
- 'application/json',
1361
- 'text/json'
1287
+ 'application/json'
1362
1288
  ],
1363
1289
  'content_type': [
1364
- 'application/json-patch+json',
1365
- 'application/json',
1366
- 'text/json',
1367
- 'application/*+json'
1290
+ 'application/json'
1368
1291
  ]
1369
1292
  },
1370
1293
  api_client=api_client
@@ -1419,15 +1342,10 @@ class CampaignApi(object):
1419
1342
  },
1420
1343
  headers_map={
1421
1344
  'accept': [
1422
- 'text/plain',
1423
- 'application/json',
1424
- 'text/json'
1345
+ 'application/json'
1425
1346
  ],
1426
1347
  'content_type': [
1427
- 'application/json-patch+json',
1428
- 'application/json',
1429
- 'text/json',
1430
- 'application/*+json'
1348
+ 'application/json'
1431
1349
  ]
1432
1350
  },
1433
1351
  api_client=api_client
@@ -1482,15 +1400,10 @@ class CampaignApi(object):
1482
1400
  },
1483
1401
  headers_map={
1484
1402
  'accept': [
1485
- 'text/plain',
1486
- 'application/json',
1487
- 'text/json'
1403
+ 'application/json'
1488
1404
  ],
1489
1405
  'content_type': [
1490
- 'application/json-patch+json',
1491
- 'application/json',
1492
- 'text/json',
1493
- 'application/*+json'
1406
+ 'application/json'
1494
1407
  ]
1495
1408
  },
1496
1409
  api_client=api_client
@@ -1545,15 +1458,10 @@ class CampaignApi(object):
1545
1458
  },
1546
1459
  headers_map={
1547
1460
  'accept': [
1548
- 'text/plain',
1549
- 'application/json',
1550
- 'text/json'
1461
+ 'application/json'
1551
1462
  ],
1552
1463
  'content_type': [
1553
- 'application/json-patch+json',
1554
- 'application/json',
1555
- 'text/json',
1556
- 'application/*+json'
1464
+ 'application/json'
1557
1465
  ]
1558
1466
  },
1559
1467
  api_client=api_client
@@ -1608,15 +1516,10 @@ class CampaignApi(object):
1608
1516
  },
1609
1517
  headers_map={
1610
1518
  'accept': [
1611
- 'text/plain',
1612
- 'application/json',
1613
- 'text/json'
1519
+ 'application/json'
1614
1520
  ],
1615
1521
  'content_type': [
1616
- 'application/json-patch+json',
1617
- 'application/json',
1618
- 'text/json',
1619
- 'application/*+json'
1522
+ 'application/json'
1620
1523
  ]
1621
1524
  },
1622
1525
  api_client=api_client
@@ -1671,15 +1574,10 @@ class CampaignApi(object):
1671
1574
  },
1672
1575
  headers_map={
1673
1576
  'accept': [
1674
- 'text/plain',
1675
- 'application/json',
1676
- 'text/json'
1577
+ 'application/json'
1677
1578
  ],
1678
1579
  'content_type': [
1679
- 'application/json-patch+json',
1680
- 'application/json',
1681
- 'text/json',
1682
- 'application/*+json'
1580
+ 'application/json'
1683
1581
  ]
1684
1582
  },
1685
1583
  api_client=api_client
@@ -1734,15 +1632,10 @@ class CampaignApi(object):
1734
1632
  },
1735
1633
  headers_map={
1736
1634
  'accept': [
1737
- 'text/plain',
1738
- 'application/json',
1739
- 'text/json'
1635
+ 'application/json'
1740
1636
  ],
1741
1637
  'content_type': [
1742
- 'application/json-patch+json',
1743
- 'application/json',
1744
- 'text/json',
1745
- 'application/*+json'
1638
+ 'application/json'
1746
1639
  ]
1747
1640
  },
1748
1641
  api_client=api_client
@@ -1797,15 +1690,10 @@ class CampaignApi(object):
1797
1690
  },
1798
1691
  headers_map={
1799
1692
  'accept': [
1800
- 'text/plain',
1801
- 'application/json',
1802
- 'text/json'
1693
+ 'application/json'
1803
1694
  ],
1804
1695
  'content_type': [
1805
- 'application/json-patch+json',
1806
- 'application/json',
1807
- 'text/json',
1808
- 'application/*+json'
1696
+ 'application/json'
1809
1697
  ]
1810
1698
  },
1811
1699
  api_client=api_client
@@ -1860,15 +1748,10 @@ class CampaignApi(object):
1860
1748
  },
1861
1749
  headers_map={
1862
1750
  'accept': [
1863
- 'text/plain',
1864
- 'application/json',
1865
- 'text/json'
1751
+ 'application/json'
1866
1752
  ],
1867
1753
  'content_type': [
1868
- 'application/json-patch+json',
1869
- 'application/json',
1870
- 'text/json',
1871
- 'application/*+json'
1754
+ 'application/json'
1872
1755
  ]
1873
1756
  },
1874
1757
  api_client=api_client
@@ -1916,15 +1799,10 @@ class CampaignApi(object):
1916
1799
  },
1917
1800
  headers_map={
1918
1801
  'accept': [
1919
- 'text/plain',
1920
- 'application/json',
1921
- 'text/json'
1802
+ 'application/json'
1922
1803
  ],
1923
1804
  'content_type': [
1924
- 'application/json-patch+json',
1925
- 'application/json',
1926
- 'text/json',
1927
- 'application/*+json'
1805
+ 'application/json'
1928
1806
  ]
1929
1807
  },
1930
1808
  api_client=api_client
@@ -1972,15 +1850,10 @@ class CampaignApi(object):
1972
1850
  },
1973
1851
  headers_map={
1974
1852
  'accept': [
1975
- 'text/plain',
1976
- 'application/json',
1977
- 'text/json'
1853
+ 'application/json'
1978
1854
  ],
1979
1855
  'content_type': [
1980
- 'application/json-patch+json',
1981
- 'application/json',
1982
- 'text/json',
1983
- 'application/*+json'
1856
+ 'application/json'
1984
1857
  ]
1985
1858
  },
1986
1859
  api_client=api_client
@@ -2035,15 +1908,10 @@ class CampaignApi(object):
2035
1908
  },
2036
1909
  headers_map={
2037
1910
  'accept': [
2038
- 'text/plain',
2039
- 'application/json',
2040
- 'text/json'
1911
+ 'application/json'
2041
1912
  ],
2042
1913
  'content_type': [
2043
- 'application/json-patch+json',
2044
- 'application/json',
2045
- 'text/json',
2046
- 'application/*+json'
1914
+ 'application/json'
2047
1915
  ]
2048
1916
  },
2049
1917
  api_client=api_client
@@ -2098,15 +1966,10 @@ class CampaignApi(object):
2098
1966
  },
2099
1967
  headers_map={
2100
1968
  'accept': [
2101
- 'text/plain',
2102
- 'application/json',
2103
- 'text/json'
1969
+ 'application/json'
2104
1970
  ],
2105
1971
  'content_type': [
2106
- 'application/json-patch+json',
2107
- 'application/json',
2108
- 'text/json',
2109
- 'application/*+json'
1972
+ 'application/json'
2110
1973
  ]
2111
1974
  },
2112
1975
  api_client=api_client
@@ -2154,15 +2017,10 @@ class CampaignApi(object):
2154
2017
  },
2155
2018
  headers_map={
2156
2019
  'accept': [
2157
- 'text/plain',
2158
- 'application/json',
2159
- 'text/json'
2020
+ 'application/json'
2160
2021
  ],
2161
2022
  'content_type': [
2162
- 'application/json-patch+json',
2163
- 'application/json',
2164
- 'text/json',
2165
- 'application/*+json'
2023
+ 'application/json'
2166
2024
  ]
2167
2025
  },
2168
2026
  api_client=api_client
@@ -2210,15 +2068,10 @@ class CampaignApi(object):
2210
2068
  },
2211
2069
  headers_map={
2212
2070
  'accept': [
2213
- 'text/plain',
2214
- 'application/json',
2215
- 'text/json'
2071
+ 'application/json'
2216
2072
  ],
2217
2073
  'content_type': [
2218
- 'application/json-patch+json',
2219
- 'application/json',
2220
- 'text/json',
2221
- 'application/*+json'
2074
+ 'application/json'
2222
2075
  ]
2223
2076
  },
2224
2077
  api_client=api_client
@@ -2274,15 +2127,10 @@ class CampaignApi(object):
2274
2127
  },
2275
2128
  headers_map={
2276
2129
  'accept': [
2277
- 'text/plain',
2278
- 'application/json',
2279
- 'text/json'
2130
+ 'application/json'
2280
2131
  ],
2281
2132
  'content_type': [
2282
- 'application/json-patch+json',
2283
- 'application/json',
2284
- 'text/json',
2285
- 'application/*+json'
2133
+ 'application/json'
2286
2134
  ]
2287
2135
  },
2288
2136
  api_client=api_client
@@ -22,7 +22,6 @@ from criteo_api_marketingsolutions_preview.model_utils import ( # noqa: F401
22
22
  validate_and_convert_types
23
23
  )
24
24
  from criteo_api_marketingsolutions_preview.model.batch_accepted_response import BatchAcceptedResponse
25
- from criteo_api_marketingsolutions_preview.model.fail_response import FailResponse
26
25
  from criteo_api_marketingsolutions_preview.model.products_custom_batch_request import ProductsCustomBatchRequest
27
26
  from criteo_api_marketingsolutions_preview.model.report_ok_response import ReportOkResponse
28
27
  from criteo_api_marketingsolutions_preview.model.statistics_ok_response import StatisticsOkResponse