criteo-api-marketingsolutions-sdk 0.0.250825__py3-none-any.whl → 0.0.250911__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.
- criteo_api_marketingsolutions_preview/__init__.py +1 -1
- criteo_api_marketingsolutions_preview/api_client.py +1 -1
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250825.dist-info → criteo_api_marketingsolutions_sdk-0.0.250911.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250825.dist-info → criteo_api_marketingsolutions_sdk-0.0.250911.dist-info}/RECORD +8 -8
- {criteo_api_marketingsolutions_sdk-0.0.250825.dist-info → criteo_api_marketingsolutions_sdk-0.0.250911.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.250825.dist-info → criteo_api_marketingsolutions_sdk-0.0.250911.dist-info}/top_level.txt +0 -0
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/0.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/0.0.250911/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -395,7 +395,7 @@ class Configuration(object):
|
|
|
395
395
|
"OS: {env}\n"\
|
|
396
396
|
"Python Version: {pyversion}\n"\
|
|
397
397
|
"Version of the API: Preview\n"\
|
|
398
|
-
"SDK Package Version: 0.0.
|
|
398
|
+
"SDK Package Version: 0.0.250911".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -107,7 +107,7 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
107
107
|
'colors': (AdaptiveColors,), # noqa: E501
|
|
108
108
|
'description_font': (str, none_type,), # noqa: E501
|
|
109
109
|
'description_text': (str, none_type,), # noqa: E501
|
|
110
|
-
'headline_font': (str,), # noqa: E501
|
|
110
|
+
'headline_font': (str, none_type,), # noqa: E501
|
|
111
111
|
'headline_text': (str, none_type,), # noqa: E501
|
|
112
112
|
'landing_page_url': (str,), # noqa: E501
|
|
113
113
|
'layouts': ([str],), # noqa: E501
|
|
@@ -152,7 +152,7 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
152
152
|
colors (AdaptiveColors):
|
|
153
153
|
description_font (str, none_type): Font of the description Valid supported font like \"Arial\"
|
|
154
154
|
description_text (str, none_type): The description text of the banner
|
|
155
|
-
headline_font (str): Font of the headline Valid supported font like \"Arial\"
|
|
155
|
+
headline_font (str, none_type): Font of the headline Valid supported font like \"Arial\"
|
|
156
156
|
headline_text (str, none_type): The headline text of the banner
|
|
157
157
|
landing_page_url (str): Web redirection of the landing page url
|
|
158
158
|
layouts ([str]): The Adaptive layouts that are enabled. It can contain any of the following values: \"Editorial\", “Montage“, \"InBannerVideo\".
|
|
@@ -260,7 +260,7 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
260
260
|
colors (AdaptiveColors):
|
|
261
261
|
description_font (str, none_type): Font of the description Valid supported font like \"Arial\"
|
|
262
262
|
description_text (str, none_type): The description text of the banner
|
|
263
|
-
headline_font (str): Font of the headline Valid supported font like \"Arial\"
|
|
263
|
+
headline_font (str, none_type): Font of the headline Valid supported font like \"Arial\"
|
|
264
264
|
headline_text (str, none_type): The headline text of the banner
|
|
265
265
|
landing_page_url (str): Web redirection of the landing page url
|
|
266
266
|
layouts ([str]): The Adaptive layouts that are enabled. It can contain any of the following values: \"Editorial\", “Montage“, \"InBannerVideo\".
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: criteo-api-marketingsolutions-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.250911
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -35,9 +35,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
38
|
+
pip install criteo-api-marketingsolutions-sdk==0.0.250911
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.250911`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_marketingsolutions_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_marketingsolutions_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_marketingsolutions_preview/__init__.py,sha256=AEpSOdPaVmEfupmVjIf4e_NPEWFUyHmDKOL4PewEyjI,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=oIMBZyenco8oUSnrU7M1J81Abyd6J8Y77iotx40h6QY,39246
|
|
3
3
|
criteo_api_marketingsolutions_preview/api_client_builder.py,sha256=2W-j9f5re32PZooV4BngIi3AvmOOpKl7SAEQc6FXVWg,1525
|
|
4
|
-
criteo_api_marketingsolutions_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_marketingsolutions_preview/configuration.py,sha256=ZtJPN-3CpkResiv8gmta_zHng_Kvt6aK_7X1SbiwPbA,16735
|
|
5
5
|
criteo_api_marketingsolutions_preview/criteo_api_client.py,sha256=4uNu3e__oYicTD-lcpFerUCXl3c3_7LEugoMFqfRTM8,666
|
|
6
6
|
criteo_api_marketingsolutions_preview/criteo_auth.py,sha256=RXBNjv9iz2JSqB25me0iMWN7jfeKRYe0EF6y37hw__A,4714
|
|
7
7
|
criteo_api_marketingsolutions_preview/criteo_rest.py,sha256=oIDGHdVI2kWe1st1X7IHl8OAa1zJn7g1uQUSKYWwFDc,3431
|
|
@@ -55,7 +55,7 @@ criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_r
|
|
|
55
55
|
criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_resource.py,sha256=E8AYTEjOMpOjhHyB5owW_7NSNnLKBNXbZwMd8vdVZ2c,12066
|
|
56
56
|
criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_response.py,sha256=nBw0vi2g-853B0b15dNtWxQ2nqAq0U48RZPOR51QCDA,12775
|
|
57
57
|
criteo_api_marketingsolutions_preview/model/ad_write.py,sha256=fg6Fo3fhu13dj_P8G3zGJ57NsLYQM2HKxmP0RaZACtE,14247
|
|
58
|
-
criteo_api_marketingsolutions_preview/model/adaptive_attributes.py,sha256=
|
|
58
|
+
criteo_api_marketingsolutions_preview/model/adaptive_attributes.py,sha256=kkmPM_NoocKttJdm4H8A8Vx0xKS79AvzfHKX_QeydQ4,17591
|
|
59
59
|
criteo_api_marketingsolutions_preview/model/adaptive_colors.py,sha256=tRIXSpuRf5SK0A39Ow8QkiUj2RogwWEsfTEkpFhcOQ4,14296
|
|
60
60
|
criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py,sha256=hCycLu8grA4dztSdRvIyAdMzSYSJblPMdAVaLLqNkOY,17632
|
|
61
61
|
criteo_api_marketingsolutions_preview/model/advertiser_dataset_list_response.py,sha256=5lLCNaOzha-smdklFd7wnHk-rm2pixvMKiBeGv3Wqrg,13499
|
|
@@ -388,7 +388,7 @@ criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=i-qvnBOBpuijR
|
|
|
388
388
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=AEk9Ss4tXVTbSfDxJjpDW643MJwbV5iMs_Y3BG4839I,11755
|
|
389
389
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py,sha256=-GkiNut1VMiXMlpO4-wlbjtTXaDfvDptvzZejfkRZpg,12234
|
|
390
390
|
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=dla4MwuaoT_SfMz16MRVT_t631x2GfGxpQPEollnha0,41886
|
|
391
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
392
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
393
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
394
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
391
|
+
criteo_api_marketingsolutions_sdk-0.0.250911.dist-info/METADATA,sha256=_K1yh2Lr0LpQtJ2dgoye1rF_j1Bds3vVHAabaWYlPQ8,1876
|
|
392
|
+
criteo_api_marketingsolutions_sdk-0.0.250911.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
393
|
+
criteo_api_marketingsolutions_sdk-0.0.250911.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
394
|
+
criteo_api_marketingsolutions_sdk-0.0.250911.dist-info/RECORD,,
|
|
File without changes
|