criteo-api-marketingsolutions-sdk 0.0.250819__py3-none-any.whl → 0.0.250825__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 +9 -9
- {criteo_api_marketingsolutions_sdk-0.0.250819.dist-info → criteo_api_marketingsolutions_sdk-0.0.250825.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250819.dist-info → criteo_api_marketingsolutions_sdk-0.0.250825.dist-info}/RECORD +8 -8
- {criteo_api_marketingsolutions_sdk-0.0.250819.dist-info → criteo_api_marketingsolutions_sdk-0.0.250825.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.250819.dist-info → criteo_api_marketingsolutions_sdk-0.0.250825.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.250825/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.250825".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -105,10 +105,10 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
105
105
|
return {
|
|
106
106
|
'calls_to_action': ([str],), # noqa: E501
|
|
107
107
|
'colors': (AdaptiveColors,), # noqa: E501
|
|
108
|
-
'description_font': (str,), # noqa: E501
|
|
109
|
-
'description_text': (str,), # noqa: E501
|
|
108
|
+
'description_font': (str, none_type,), # noqa: E501
|
|
109
|
+
'description_text': (str, none_type,), # noqa: E501
|
|
110
110
|
'headline_font': (str,), # noqa: E501
|
|
111
|
-
'headline_text': (str,), # noqa: E501
|
|
111
|
+
'headline_text': (str, none_type,), # noqa: E501
|
|
112
112
|
'landing_page_url': (str,), # noqa: E501
|
|
113
113
|
'layouts': ([str],), # noqa: E501
|
|
114
114
|
'logos': ([ImageShape],), # noqa: E501
|
|
@@ -150,10 +150,10 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
150
150
|
Args:
|
|
151
151
|
calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
|
|
152
152
|
colors (AdaptiveColors):
|
|
153
|
-
description_font (str): Font of the description Valid supported font like \"Arial\"
|
|
154
|
-
description_text (str): The description text of the banner
|
|
153
|
+
description_font (str, none_type): Font of the description Valid supported font like \"Arial\"
|
|
154
|
+
description_text (str, none_type): The description text of the banner
|
|
155
155
|
headline_font (str): Font of the headline Valid supported font like \"Arial\"
|
|
156
|
-
headline_text (str): The headline text of the banner
|
|
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\".
|
|
159
159
|
logos ([ImageShape]): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net
|
|
@@ -258,10 +258,10 @@ class AdaptiveAttributes(ModelNormal):
|
|
|
258
258
|
Args:
|
|
259
259
|
calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
|
|
260
260
|
colors (AdaptiveColors):
|
|
261
|
-
description_font (str): Font of the description Valid supported font like \"Arial\"
|
|
262
|
-
description_text (str): The description text of the banner
|
|
261
|
+
description_font (str, none_type): Font of the description Valid supported font like \"Arial\"
|
|
262
|
+
description_text (str, none_type): The description text of the banner
|
|
263
263
|
headline_font (str): Font of the headline Valid supported font like \"Arial\"
|
|
264
|
-
headline_text (str): The headline text of the banner
|
|
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\".
|
|
267
267
|
logos ([ImageShape]): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net
|
|
@@ -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.250825
|
|
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.250825
|
|
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.250825`)
|
|
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=c3aD2A8cWhOwbdxdXp5Jged9eGalRMZMRPkC-5UO_Kc,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=CHpGETXGjeTc_FX6mgiOG2dt4eAuWtRQVbRlMGrZ4bU,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=p6XSZBAfuL9v-nSz_Mu8kRyVURXEx0Dsh_NzT7Qxj0A,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=805LHSGnUZWnMk8zq3MRjCA3m_61XBd3WWkI8NqtuO8,17558
|
|
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.250825.dist-info/METADATA,sha256=jFZOtuuCnNZUSe2t8ydv6o2rfoTqlZ41aRaEHJKwzqc,1876
|
|
392
|
+
criteo_api_marketingsolutions_sdk-0.0.250825.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
393
|
+
criteo_api_marketingsolutions_sdk-0.0.250825.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
394
|
+
criteo_api_marketingsolutions_sdk-0.0.250825.dist-info/RECORD,,
|
|
File without changes
|