criteo-api-marketingsolutions-sdk 0.0.250129__py3-none-any.whl → 0.0.250211__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/creative_api.py +18 -12
- criteo_api_marketingsolutions_preview/api_client.py +1 -1
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/ad.py +4 -0
- criteo_api_marketingsolutions_preview/model/ad_set_frequency_capping_v24_q3.py +1 -1
- criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py +4 -0
- criteo_api_marketingsolutions_preview/model/coupon.py +4 -0
- criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +4 -4
- criteo_api_marketingsolutions_preview/model/creative.py +4 -0
- criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py +4 -4
- criteo_api_marketingsolutions_preview/model/product_set.py +58 -26
- criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +4 -4
- {criteo_api_marketingsolutions_sdk-0.0.250129.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250129.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/RECORD +17 -17
- {criteo_api_marketingsolutions_sdk-0.0.250129.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.250129.dist-info → criteo_api_marketingsolutions_sdk-0.0.250211.dist-info}/top_level.txt +0 -0
|
@@ -667,6 +667,8 @@ class CreativeApi(object):
|
|
|
667
667
|
'advertiser_id',
|
|
668
668
|
],
|
|
669
669
|
'nullable': [
|
|
670
|
+
'limit',
|
|
671
|
+
'offset',
|
|
670
672
|
],
|
|
671
673
|
'enum': [
|
|
672
674
|
],
|
|
@@ -682,9 +684,9 @@ class CreativeApi(object):
|
|
|
682
684
|
'advertiser_id':
|
|
683
685
|
(str,),
|
|
684
686
|
'limit':
|
|
685
|
-
(int,),
|
|
687
|
+
(int, none_type,),
|
|
686
688
|
'offset':
|
|
687
|
-
(int,),
|
|
689
|
+
(int, none_type,),
|
|
688
690
|
},
|
|
689
691
|
'attribute_map': {
|
|
690
692
|
'advertiser_id': 'advertiser-id',
|
|
@@ -920,6 +922,8 @@ class CreativeApi(object):
|
|
|
920
922
|
'advertiser_id',
|
|
921
923
|
],
|
|
922
924
|
'nullable': [
|
|
925
|
+
'limit',
|
|
926
|
+
'offset',
|
|
923
927
|
],
|
|
924
928
|
'enum': [
|
|
925
929
|
],
|
|
@@ -935,9 +939,9 @@ class CreativeApi(object):
|
|
|
935
939
|
'advertiser_id':
|
|
936
940
|
(str,),
|
|
937
941
|
'limit':
|
|
938
|
-
(int,),
|
|
942
|
+
(int, none_type,),
|
|
939
943
|
'offset':
|
|
940
|
-
(int,),
|
|
944
|
+
(int, none_type,),
|
|
941
945
|
},
|
|
942
946
|
'attribute_map': {
|
|
943
947
|
'advertiser_id': 'advertiser-id',
|
|
@@ -984,6 +988,8 @@ class CreativeApi(object):
|
|
|
984
988
|
'advertiser_id',
|
|
985
989
|
],
|
|
986
990
|
'nullable': [
|
|
991
|
+
'limit',
|
|
992
|
+
'offset',
|
|
987
993
|
],
|
|
988
994
|
'enum': [
|
|
989
995
|
],
|
|
@@ -999,9 +1005,9 @@ class CreativeApi(object):
|
|
|
999
1005
|
'advertiser_id':
|
|
1000
1006
|
(str,),
|
|
1001
1007
|
'limit':
|
|
1002
|
-
(int,),
|
|
1008
|
+
(int, none_type,),
|
|
1003
1009
|
'offset':
|
|
1004
|
-
(int,),
|
|
1010
|
+
(int, none_type,),
|
|
1005
1011
|
},
|
|
1006
1012
|
'attribute_map': {
|
|
1007
1013
|
'advertiser_id': 'advertiser-id',
|
|
@@ -1959,8 +1965,8 @@ class CreativeApi(object):
|
|
|
1959
1965
|
advertiser_id (str): The advertiser identifier.
|
|
1960
1966
|
|
|
1961
1967
|
Keyword Args:
|
|
1962
|
-
limit (int): The number of ads to be returned. The default is 50.. [optional]
|
|
1963
|
-
offset (int): The (zero-based) offset into the collection of ads. The default is 0.. [optional]
|
|
1968
|
+
limit (int, none_type): The number of ads to be returned. The default is 50.. [optional]
|
|
1969
|
+
offset (int, none_type): The (zero-based) offset into the collection of ads. The default is 0.. [optional]
|
|
1964
1970
|
_return_http_data_only (bool): response data without head status
|
|
1965
1971
|
code and headers. Default is True.
|
|
1966
1972
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -2304,8 +2310,8 @@ class CreativeApi(object):
|
|
|
2304
2310
|
advertiser_id (str): The advertiser identifier.
|
|
2305
2311
|
|
|
2306
2312
|
Keyword Args:
|
|
2307
|
-
limit (int): The number of coupons to be returned. The default is 50.. [optional]
|
|
2308
|
-
offset (int): The (zero-based) offset into the collection of coupons. The default is 0.. [optional]
|
|
2313
|
+
limit (int, none_type): The number of coupons to be returned. The default is 50.. [optional]
|
|
2314
|
+
offset (int, none_type): The (zero-based) offset into the collection of coupons. The default is 0.. [optional]
|
|
2309
2315
|
_return_http_data_only (bool): response data without head status
|
|
2310
2316
|
code and headers. Default is True.
|
|
2311
2317
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -2389,8 +2395,8 @@ class CreativeApi(object):
|
|
|
2389
2395
|
advertiser_id (str): The advertiser identifier.
|
|
2390
2396
|
|
|
2391
2397
|
Keyword Args:
|
|
2392
|
-
limit (int): The number of creatives to be returned. The default is 50.. [optional]
|
|
2393
|
-
offset (int): The (zero-based) offset into the collection of creatives. The default is 0.. [optional]
|
|
2398
|
+
limit (int, none_type): The number of creatives to be returned. The default is 50.. [optional]
|
|
2399
|
+
offset (int, none_type): The (zero-based) offset into the collection of creatives. The default is 0.. [optional]
|
|
2394
2400
|
_return_http_data_only (bool): response data without head status
|
|
2395
2401
|
code and headers. Default is True.
|
|
2396
2402
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -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.250211/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.250211".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -94,6 +94,7 @@ class Ad(ModelNormal):
|
|
|
94
94
|
'inventory_type': (str, none_type,), # noqa: E501
|
|
95
95
|
'start_date': (str, none_type,), # noqa: E501
|
|
96
96
|
'end_date': (str, none_type,), # noqa: E501
|
|
97
|
+
'id': (str, none_type,), # noqa: E501
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
@cached_property
|
|
@@ -109,6 +110,7 @@ class Ad(ModelNormal):
|
|
|
109
110
|
'inventory_type': 'inventoryType', # noqa: E501
|
|
110
111
|
'start_date': 'startDate', # noqa: E501
|
|
111
112
|
'end_date': 'endDate', # noqa: E501
|
|
113
|
+
'id': 'id', # noqa: E501
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
read_only_vars = {
|
|
@@ -159,6 +161,7 @@ class Ad(ModelNormal):
|
|
|
159
161
|
inventory_type (str, none_type): The inventory the Ad belongs to. Possible values are \"Display\" and \"Native\". This is optional since this doesn't make sense for every creative type but will throw an error if not set for a dynamic creative.. [optional] # noqa: E501
|
|
160
162
|
start_date (str, none_type): The date when the ad will be launched String must be in ISO8601 format. [optional] # noqa: E501
|
|
161
163
|
end_date (str, none_type): The date when when we will stop to show this ad. If the end date is not specified (i.e. null) then the ad will go on forever String must be in ISO8601 format. [optional] # noqa: E501
|
|
164
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
162
165
|
"""
|
|
163
166
|
|
|
164
167
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -251,6 +254,7 @@ class Ad(ModelNormal):
|
|
|
251
254
|
inventory_type (str, none_type): The inventory the Ad belongs to. Possible values are \"Display\" and \"Native\". This is optional since this doesn't make sense for every creative type but will throw an error if not set for a dynamic creative.. [optional] # noqa: E501
|
|
252
255
|
start_date (str, none_type): The date when the ad will be launched String must be in ISO8601 format. [optional] # noqa: E501
|
|
253
256
|
end_date (str, none_type): The date when when we will stop to show this ad. If the end date is not specified (i.e. null) then the ad will go on forever String must be in ISO8601 format. [optional] # noqa: E501
|
|
257
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
254
258
|
"""
|
|
255
259
|
|
|
256
260
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -97,6 +97,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
97
97
|
'advertiser_id': (str, none_type,), # noqa: E501
|
|
98
98
|
'spend_limit': (CampaignSpendLimitV23Q1,), # noqa: E501
|
|
99
99
|
'goal': (str, none_type,), # noqa: E501
|
|
100
|
+
'id': (str, none_type,), # noqa: E501
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
@cached_property
|
|
@@ -109,6 +110,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
109
110
|
'advertiser_id': 'advertiserId', # noqa: E501
|
|
110
111
|
'spend_limit': 'spendLimit', # noqa: E501
|
|
111
112
|
'goal': 'goal', # noqa: E501
|
|
113
|
+
'id': 'id', # noqa: E501
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
read_only_vars = {
|
|
@@ -156,6 +158,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
156
158
|
advertiser_id (str, none_type): [optional] # noqa: E501
|
|
157
159
|
spend_limit (CampaignSpendLimitV23Q1): [optional] # noqa: E501
|
|
158
160
|
goal (str, none_type): [optional] # noqa: E501
|
|
161
|
+
id (str, none_type): Id of the entity (duplicate of the parent id).. [optional] # noqa: E501
|
|
159
162
|
"""
|
|
160
163
|
|
|
161
164
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -245,6 +248,7 @@ class CampaignV23Q1(ModelNormal):
|
|
|
245
248
|
advertiser_id (str, none_type): [optional] # noqa: E501
|
|
246
249
|
spend_limit (CampaignSpendLimitV23Q1): [optional] # noqa: E501
|
|
247
250
|
goal (str, none_type): [optional] # noqa: E501
|
|
251
|
+
id (str, none_type): Id of the entity (duplicate of the parent id).. [optional] # noqa: E501
|
|
248
252
|
"""
|
|
249
253
|
|
|
250
254
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -101,6 +101,7 @@ class Coupon(ModelNormal):
|
|
|
101
101
|
'show_every': (int, none_type,), # noqa: E501
|
|
102
102
|
'show_duration': (int, none_type,), # noqa: E501
|
|
103
103
|
'rotations_number': (int, none_type,), # noqa: E501
|
|
104
|
+
'id': (str, none_type,), # noqa: E501
|
|
104
105
|
}
|
|
105
106
|
|
|
106
107
|
@cached_property
|
|
@@ -123,6 +124,7 @@ class Coupon(ModelNormal):
|
|
|
123
124
|
'show_every': 'showEvery', # noqa: E501
|
|
124
125
|
'show_duration': 'showDuration', # noqa: E501
|
|
125
126
|
'rotations_number': 'rotationsNumber', # noqa: E501
|
|
127
|
+
'id': 'id', # noqa: E501
|
|
126
128
|
}
|
|
127
129
|
|
|
128
130
|
read_only_vars = {
|
|
@@ -180,6 +182,7 @@ class Coupon(ModelNormal):
|
|
|
180
182
|
show_every (int, none_type): Show the Coupon every N seconds (between 1 and 10). [optional] # noqa: E501
|
|
181
183
|
show_duration (int, none_type): Show Coupon for a duration of N seconds (between 1 and 5). [optional] # noqa: E501
|
|
182
184
|
rotations_number (int, none_type): Number of rotations for the Coupons (from 1 to 10 times). [optional] # noqa: E501
|
|
185
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
183
186
|
"""
|
|
184
187
|
|
|
185
188
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -279,6 +282,7 @@ class Coupon(ModelNormal):
|
|
|
279
282
|
show_every (int, none_type): Show the Coupon every N seconds (between 1 and 10). [optional] # noqa: E501
|
|
280
283
|
show_duration (int, none_type): Show Coupon for a duration of N seconds (between 1 and 5). [optional] # noqa: E501
|
|
281
284
|
rotations_number (int, none_type): Number of rotations for the Coupons (from 1 to 10 times). [optional] # noqa: E501
|
|
285
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
282
286
|
"""
|
|
283
287
|
|
|
284
288
|
_check_type = kwargs.pop('_check_type', True)
|
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py
CHANGED
|
@@ -67,10 +67,10 @@ class CreateAdSetAttributionConfigurationV24Q3(ModelNormal):
|
|
|
67
67
|
('lookback_window',): {
|
|
68
68
|
'None': None,
|
|
69
69
|
'UNKNOWN': "unknown",
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
70
|
+
'30M': "30M",
|
|
71
|
+
'24H': "24H",
|
|
72
|
+
'7D': "7D",
|
|
73
|
+
'30D': "30D",
|
|
74
74
|
},
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -104,6 +104,7 @@ class Creative(ModelNormal):
|
|
|
104
104
|
'html_tag_attributes': (HtmlTagAttributes,), # noqa: E501
|
|
105
105
|
'dynamic_attributes': (DynamicAttributes,), # noqa: E501
|
|
106
106
|
'adaptive_attributes': (AdaptiveAttributes,), # noqa: E501
|
|
107
|
+
'id': (str, none_type,), # noqa: E501
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
@cached_property
|
|
@@ -123,6 +124,7 @@ class Creative(ModelNormal):
|
|
|
123
124
|
'html_tag_attributes': 'htmlTagAttributes', # noqa: E501
|
|
124
125
|
'dynamic_attributes': 'dynamicAttributes', # noqa: E501
|
|
125
126
|
'adaptive_attributes': 'adaptiveAttributes', # noqa: E501
|
|
127
|
+
'id': 'id', # noqa: E501
|
|
126
128
|
}
|
|
127
129
|
|
|
128
130
|
read_only_vars = {
|
|
@@ -179,6 +181,7 @@ class Creative(ModelNormal):
|
|
|
179
181
|
html_tag_attributes (HtmlTagAttributes): [optional] # noqa: E501
|
|
180
182
|
dynamic_attributes (DynamicAttributes): [optional] # noqa: E501
|
|
181
183
|
adaptive_attributes (AdaptiveAttributes): [optional] # noqa: E501
|
|
184
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
182
185
|
"""
|
|
183
186
|
|
|
184
187
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -281,6 +284,7 @@ class Creative(ModelNormal):
|
|
|
281
284
|
html_tag_attributes (HtmlTagAttributes): [optional] # noqa: E501
|
|
282
285
|
dynamic_attributes (DynamicAttributes): [optional] # noqa: E501
|
|
283
286
|
adaptive_attributes (AdaptiveAttributes): [optional] # noqa: E501
|
|
287
|
+
id (str, none_type): Unique identifier (duplicate of the parent id).. [optional] # noqa: E501
|
|
284
288
|
"""
|
|
285
289
|
|
|
286
290
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -58,10 +58,10 @@ class NillableLookbackWindowV24Q3(ModelNormal):
|
|
|
58
58
|
('value',): {
|
|
59
59
|
'None': None,
|
|
60
60
|
'UNKNOWN': "unknown",
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
61
|
+
'30M': "30M",
|
|
62
|
+
'24H': "24H",
|
|
63
|
+
'7D': "7D",
|
|
64
|
+
'30D': "30D",
|
|
65
65
|
},
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -60,7 +60,6 @@ class ProductSet(ModelNormal):
|
|
|
60
60
|
|
|
61
61
|
allowed_values = {
|
|
62
62
|
('status',): {
|
|
63
|
-
'None': None,
|
|
64
63
|
'UNKNOWN': "Unknown",
|
|
65
64
|
'DRAFT': "Draft",
|
|
66
65
|
'PENDING': "Pending",
|
|
@@ -68,11 +67,14 @@ class ProductSet(ModelNormal):
|
|
|
68
67
|
'INVALID': "Invalid",
|
|
69
68
|
'DELETED': "Deleted",
|
|
70
69
|
},
|
|
70
|
+
('client_type',): {
|
|
71
|
+
'UNKNOWN': "Unknown",
|
|
72
|
+
'CGROWTH': "CGrowth",
|
|
73
|
+
'CMAX': "CMax",
|
|
74
|
+
},
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
validations = {
|
|
74
|
-
('rules',): {
|
|
75
|
-
},
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
@cached_property
|
|
@@ -98,13 +100,15 @@ class ProductSet(ModelNormal):
|
|
|
98
100
|
"""
|
|
99
101
|
lazy_import()
|
|
100
102
|
return {
|
|
101
|
-
'dataset_id': (str,
|
|
102
|
-
'name': (str,
|
|
103
|
-
'
|
|
104
|
-
'
|
|
103
|
+
'dataset_id': (str,), # noqa: E501
|
|
104
|
+
'name': (str,), # noqa: E501
|
|
105
|
+
'minimum_number_of_products': (int,), # noqa: E501
|
|
106
|
+
'status': (str,), # noqa: E501
|
|
105
107
|
'number_of_products': (int, none_type,), # noqa: E501
|
|
106
|
-
'creation_date': (str,
|
|
107
|
-
'rules': ([ProductSetRule],
|
|
108
|
+
'creation_date': (str,), # noqa: E501
|
|
109
|
+
'rules': ([ProductSetRule],), # noqa: E501
|
|
110
|
+
'client_type': (str,), # noqa: E501
|
|
111
|
+
'keep_variant_products': (bool,), # noqa: E501
|
|
108
112
|
'id': (str, none_type,), # noqa: E501
|
|
109
113
|
}
|
|
110
114
|
|
|
@@ -116,11 +120,13 @@ class ProductSet(ModelNormal):
|
|
|
116
120
|
attribute_map = {
|
|
117
121
|
'dataset_id': 'datasetId', # noqa: E501
|
|
118
122
|
'name': 'name', # noqa: E501
|
|
123
|
+
'minimum_number_of_products': 'minimumNumberOfProducts', # noqa: E501
|
|
119
124
|
'status': 'status', # noqa: E501
|
|
120
|
-
'is_enabled': 'isEnabled', # noqa: E501
|
|
121
125
|
'number_of_products': 'numberOfProducts', # noqa: E501
|
|
122
126
|
'creation_date': 'creationDate', # noqa: E501
|
|
123
127
|
'rules': 'rules', # noqa: E501
|
|
128
|
+
'client_type': 'clientType', # noqa: E501
|
|
129
|
+
'keep_variant_products': 'keepVariantProducts', # noqa: E501
|
|
124
130
|
'id': 'id', # noqa: E501
|
|
125
131
|
}
|
|
126
132
|
|
|
@@ -131,9 +137,20 @@ class ProductSet(ModelNormal):
|
|
|
131
137
|
|
|
132
138
|
@classmethod
|
|
133
139
|
@convert_js_args_to_python_args
|
|
134
|
-
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
140
|
+
def _from_openapi_data(cls, dataset_id, name, minimum_number_of_products, status, number_of_products, creation_date, rules, client_type, keep_variant_products, *args, **kwargs): # noqa: E501
|
|
135
141
|
"""ProductSet - a model defined in OpenAPI
|
|
136
142
|
|
|
143
|
+
Args:
|
|
144
|
+
dataset_id (str): The dataset to which the product set belong
|
|
145
|
+
name (str): The name of the product set
|
|
146
|
+
minimum_number_of_products (int): Minimum amount of products that should match the product set to consider it valid. Greater or equal than one.
|
|
147
|
+
status (str): The status of the product set
|
|
148
|
+
number_of_products (int, none_type): The number of product matching the product set. Can be null for newly created product set.
|
|
149
|
+
creation_date (str): The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\". Can be null if the value isn't available.
|
|
150
|
+
rules ([ProductSetRule]): The rules identifying the product belonging to the set
|
|
151
|
+
client_type (str): The client type of the product set
|
|
152
|
+
keep_variant_products (bool):
|
|
153
|
+
|
|
137
154
|
Keyword Args:
|
|
138
155
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
139
156
|
will be type checked and a TypeError will be
|
|
@@ -165,13 +182,6 @@ class ProductSet(ModelNormal):
|
|
|
165
182
|
Animal class but this time we won't travel
|
|
166
183
|
through its discriminator because we passed in
|
|
167
184
|
_visited_composed_classes = (Animal,)
|
|
168
|
-
dataset_id (str, none_type): The dataset to which the product set belong. [optional] # noqa: E501
|
|
169
|
-
name (str, none_type): The name of the product set. [optional] # noqa: E501
|
|
170
|
-
status (str, none_type): The status of the product set. [optional] # noqa: E501
|
|
171
|
-
is_enabled (bool, none_type): True if the product set is active. [optional] # noqa: E501
|
|
172
|
-
number_of_products (int, none_type): The number of product matching the product set. [optional] # noqa: E501
|
|
173
|
-
creation_date (str, none_type): Optional: The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\" Can be null if the value doesn't exist.. [optional] # noqa: E501
|
|
174
|
-
rules ([ProductSetRule], none_type): The rules identifying the product belonging to the set. [optional] # noqa: E501
|
|
175
185
|
id (str, none_type): [optional] # noqa: E501
|
|
176
186
|
"""
|
|
177
187
|
|
|
@@ -204,6 +214,15 @@ class ProductSet(ModelNormal):
|
|
|
204
214
|
self._configuration = _configuration
|
|
205
215
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
206
216
|
|
|
217
|
+
self.dataset_id = dataset_id
|
|
218
|
+
self.name = name
|
|
219
|
+
self.minimum_number_of_products = minimum_number_of_products
|
|
220
|
+
self.status = status
|
|
221
|
+
self.number_of_products = number_of_products
|
|
222
|
+
self.creation_date = creation_date
|
|
223
|
+
self.rules = rules
|
|
224
|
+
self.client_type = client_type
|
|
225
|
+
self.keep_variant_products = keep_variant_products
|
|
207
226
|
for var_name, var_value in kwargs.items():
|
|
208
227
|
if var_name not in self.attribute_map and \
|
|
209
228
|
self._configuration is not None and \
|
|
@@ -224,9 +243,20 @@ class ProductSet(ModelNormal):
|
|
|
224
243
|
])
|
|
225
244
|
|
|
226
245
|
@convert_js_args_to_python_args
|
|
227
|
-
def __init__(self, *args, **kwargs): # noqa: E501
|
|
246
|
+
def __init__(self, dataset_id, name, minimum_number_of_products, status, number_of_products, creation_date, rules, client_type, keep_variant_products, *args, **kwargs): # noqa: E501
|
|
228
247
|
"""ProductSet - a model defined in OpenAPI
|
|
229
248
|
|
|
249
|
+
Args:
|
|
250
|
+
dataset_id (str): The dataset to which the product set belong
|
|
251
|
+
name (str): The name of the product set
|
|
252
|
+
minimum_number_of_products (int): Minimum amount of products that should match the product set to consider it valid. Greater or equal than one.
|
|
253
|
+
status (str): The status of the product set
|
|
254
|
+
number_of_products (int, none_type): The number of product matching the product set. Can be null for newly created product set.
|
|
255
|
+
creation_date (str): The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\". Can be null if the value isn't available.
|
|
256
|
+
rules ([ProductSetRule]): The rules identifying the product belonging to the set
|
|
257
|
+
client_type (str): The client type of the product set
|
|
258
|
+
keep_variant_products (bool):
|
|
259
|
+
|
|
230
260
|
Keyword Args:
|
|
231
261
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
232
262
|
will be type checked and a TypeError will be
|
|
@@ -258,13 +288,6 @@ class ProductSet(ModelNormal):
|
|
|
258
288
|
Animal class but this time we won't travel
|
|
259
289
|
through its discriminator because we passed in
|
|
260
290
|
_visited_composed_classes = (Animal,)
|
|
261
|
-
dataset_id (str, none_type): The dataset to which the product set belong. [optional] # noqa: E501
|
|
262
|
-
name (str, none_type): The name of the product set. [optional] # noqa: E501
|
|
263
|
-
status (str, none_type): The status of the product set. [optional] # noqa: E501
|
|
264
|
-
is_enabled (bool, none_type): True if the product set is active. [optional] # noqa: E501
|
|
265
|
-
number_of_products (int, none_type): The number of product matching the product set. [optional] # noqa: E501
|
|
266
|
-
creation_date (str, none_type): Optional: The creation date of the product set (UTC time in ISO8601 format). Example: \"02/25/2022 14:51:26\" Can be null if the value doesn't exist.. [optional] # noqa: E501
|
|
267
|
-
rules ([ProductSetRule], none_type): The rules identifying the product belonging to the set. [optional] # noqa: E501
|
|
268
291
|
id (str, none_type): [optional] # noqa: E501
|
|
269
292
|
"""
|
|
270
293
|
|
|
@@ -295,6 +318,15 @@ class ProductSet(ModelNormal):
|
|
|
295
318
|
self._configuration = _configuration
|
|
296
319
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
297
320
|
|
|
321
|
+
self.dataset_id = dataset_id
|
|
322
|
+
self.name = name
|
|
323
|
+
self.minimum_number_of_products = minimum_number_of_products
|
|
324
|
+
self.status = status
|
|
325
|
+
self.number_of_products = number_of_products
|
|
326
|
+
self.creation_date = creation_date
|
|
327
|
+
self.rules = rules
|
|
328
|
+
self.client_type = client_type
|
|
329
|
+
self.keep_variant_products = keep_variant_products
|
|
298
330
|
for var_name, var_value in kwargs.items():
|
|
299
331
|
if var_name not in self.attribute_map and \
|
|
300
332
|
self._configuration is not None and \
|
|
@@ -67,10 +67,10 @@ class ReadAdSetAttributionConfigurationV24Q3(ModelNormal):
|
|
|
67
67
|
('lookback_window',): {
|
|
68
68
|
'None': None,
|
|
69
69
|
'UNKNOWN': "unknown",
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
70
|
+
'30M': "30M",
|
|
71
|
+
'24H': "24H",
|
|
72
|
+
'7D': "7D",
|
|
73
|
+
'30D': "30D",
|
|
74
74
|
},
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: criteo-api-marketingsolutions-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.250211
|
|
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.250211
|
|
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.250211`)
|
|
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=54Mj5Y0071DnN_AURR-DMubyd3VI3HVTS4kCFEgMcJw,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=5toibl1deTyvQ6TNidPJn63OyDfIrzdFcQYEYYdMoeE,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=A2HLQ7OnRVM3bgKj8ugK0ZB1eLFXhDTZP39g8q09vNI,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
|
|
@@ -15,13 +15,13 @@ criteo_api_marketingsolutions_preview/api/analytics_api.py,sha256=PpaDGHlRWopFwa
|
|
|
15
15
|
criteo_api_marketingsolutions_preview/api/audience_api.py,sha256=aju91v-dtC0u1tVCL9W0hMtIBqaUXefy3FgPssp6nC0,109920
|
|
16
16
|
criteo_api_marketingsolutions_preview/api/campaign_api.py,sha256=pax7AD7BLC6OPUZryrbWX9-ueaCWo4-LFL2EWEvUdTo,216278
|
|
17
17
|
criteo_api_marketingsolutions_preview/api/catalog_api.py,sha256=meyh-JZgV0OlTmhUid-w4mX-nwblPzzYMLm68SI1Src,17885
|
|
18
|
-
criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=
|
|
18
|
+
criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=x21AivVhD9qQMiFAQgb1L_-BuUx6wu-NGZTlZNUcZ3Q,97281
|
|
19
19
|
criteo_api_marketingsolutions_preview/api/gateway_api.py,sha256=POHJLiDH3hC0QUwRn7BXJH75xbDL9WsdxpWUZbkJHbE,5728
|
|
20
20
|
criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py,sha256=IZZxdUKCsoi_23gZp8KTAh6-mBIVdDkr6HjxPC5nupI,6287
|
|
21
21
|
criteo_api_marketingsolutions_preview/api/reco_api.py,sha256=VQP5SgkAiOtLZTkFA5u7CDUIIxFqR720m8cT1jVpbk4,44252
|
|
22
22
|
criteo_api_marketingsolutions_preview/apis/__init__.py,sha256=cppZhhSoJ7D9oOBQW-IwFin3ob9JV3fm9hADjj5GxcY,1187
|
|
23
23
|
criteo_api_marketingsolutions_preview/model/__init__.py,sha256=NURge8m2e7lhkersiowu4NeC0UclYVpZnPjaSH7ZYBM,371
|
|
24
|
-
criteo_api_marketingsolutions_preview/model/ad.py,sha256=
|
|
24
|
+
criteo_api_marketingsolutions_preview/model/ad.py,sha256=xGGCH509YC40tnoC390CmQ11HxvNq0SJzczpKnAXcOw,14469
|
|
25
25
|
criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1.py,sha256=tO3CYq8Ame_zuuzIQZcPakigYMUDbcJKUVwSMVsikyU,11506
|
|
26
26
|
criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1_resource.py,sha256=CUU46nZ-b65HaPvdAkGHdmHuSMnurazN5V2XL619Y3s,12259
|
|
27
27
|
criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1_response.py,sha256=i-U4IjHmcTl4gENJ_mJJjpicOPq2Fiof7DIQIssroI0,12564
|
|
@@ -33,7 +33,7 @@ criteo_api_marketingsolutions_preview/model/ad_set_delivery_limitations_v24_q3.p
|
|
|
33
33
|
criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier.py,sha256=jMDf0wLMaLp7xYIIOKAbiM9j2E8SEewFcUd3sEGloVM,12143
|
|
34
34
|
criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier_list_response.py,sha256=V7qB7vpBiKeBP-s_z2-iEr02Vx7bzSZvMKsIXGvfHBc,12583
|
|
35
35
|
criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier_resource.py,sha256=t-XPTHIYSaiU4qG2GsNdIOGWjGdvap188jGxY5-lp9A,12297
|
|
36
|
-
criteo_api_marketingsolutions_preview/model/ad_set_frequency_capping_v24_q3.py,sha256=
|
|
36
|
+
criteo_api_marketingsolutions_preview/model/ad_set_frequency_capping_v24_q3.py,sha256=jVVHWvVwoJRSUftk51dU5eeIFIl2kEAaEheo2YR9RHM,11981
|
|
37
37
|
criteo_api_marketingsolutions_preview/model/ad_set_geo_location_v24_q3.py,sha256=lGSrXM3JDpZNE0dHTekNmfPnq8JNb79uLGNytpoRyyw,12401
|
|
38
38
|
criteo_api_marketingsolutions_preview/model/ad_set_search_filter_v24_q3.py,sha256=caMzk4RzEuBtSomNtSY4taxXHdFeaPyyJlP_vFozY3M,12019
|
|
39
39
|
criteo_api_marketingsolutions_preview/model/ad_set_search_request_v24_q3.py,sha256=yjc2425Rsqor8QMMqb47Z7tkzty3RsQ9sDTUn6_oxe4,11745
|
|
@@ -136,7 +136,7 @@ criteo_api_marketingsolutions_preview/model/behavioral_v1.py,sha256=DDW1D9d8lx1_
|
|
|
136
136
|
criteo_api_marketingsolutions_preview/model/campaign_search_filters_v23_q1.py,sha256=IzaLveGZvE6aWfDkxdNI5zVB9QL4dTSaXTGrxabUctk,11786
|
|
137
137
|
criteo_api_marketingsolutions_preview/model/campaign_search_request_v23_q1.py,sha256=liv6nor1PeTGu35G-RSrjTv12aUMOFgbAsWzoJAq0ck,11781
|
|
138
138
|
criteo_api_marketingsolutions_preview/model/campaign_spend_limit_v23_q1.py,sha256=mHetHv6Y2M1vfM_CbOQaEexQPMrlJNB2oFI_o3brr5s,12647
|
|
139
|
-
criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=
|
|
139
|
+
criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=bN8pu6vJV3hvUI1HX57KViUno2w-f5g8F01kzPNH5Ww,12894
|
|
140
140
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_list_response.py,sha256=gKZH8cQCHguI6FT8ufZg6DjF2MsSb5q0-0FcpYxWivE,12492
|
|
141
141
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_resource.py,sha256=oIxD7z6sIt6pe6qXhKpe9dOJSFyhhkmwYTi3uyvw-3Q,12206
|
|
142
142
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_response.py,sha256=d-UtbYS_O4lgyKjMthq4hGZST5uc1t0Y_wRVpocXFiE,12441
|
|
@@ -153,9 +153,9 @@ criteo_api_marketingsolutions_preview/model/contactlist_operation_attributes.py,
|
|
|
153
153
|
criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment.py,sha256=JvHR0kd6mh0otB61bmT7zZQ50jgJAplauWHlYQMFxDk,12270
|
|
154
154
|
criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py,sha256=-_7vUy9XAn3CjJJstk5hE2CKn7nfWEvuU-o9HiuU7uQ,13599
|
|
155
155
|
criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_request.py,sha256=FZzY6emGcgDw9GBptwvQGHpqkb3qNbqw-75mUV8OUpA,11908
|
|
156
|
-
criteo_api_marketingsolutions_preview/model/coupon.py,sha256=
|
|
156
|
+
criteo_api_marketingsolutions_preview/model/coupon.py,sha256=8zJfvt9mIpYv1K3w90Ix5sUneFMsEIma3nq_yxZRoVc,16638
|
|
157
157
|
criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py,sha256=vT3U5ntOYvEcXWXonYmdzDM7y4gsbFjzMbY-kNo8tSc,11975
|
|
158
|
-
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py,sha256=
|
|
158
|
+
criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py,sha256=RqFX9K2OdGDeD09xr7L5XBTQwllQclhgCM2D0S79QK0,12692
|
|
159
159
|
criteo_api_marketingsolutions_preview/model/create_ad_set_bidding_v24_q3.py,sha256=RFEy-57S-Gj0X7Yxk02GcxL38I-3M6pZn_vCb1U_3NU,12592
|
|
160
160
|
criteo_api_marketingsolutions_preview/model/create_ad_set_budget_v24_q3.py,sha256=_xSpFHhAnsanb-uaIDT9VnOhewbttF-81E091-UTmPY,13702
|
|
161
161
|
criteo_api_marketingsolutions_preview/model/create_ad_set_geo_location_v24_q3.py,sha256=WfGLsdWQQeA9OfsKbT5-WPgAsK0HfpMN0Vlu6DyRedw,12314
|
|
@@ -172,7 +172,7 @@ criteo_api_marketingsolutions_preview/model/create_coupon.py,sha256=9IzbSxmJCipJ
|
|
|
172
172
|
criteo_api_marketingsolutions_preview/model/create_image_slide.py,sha256=HCp3qB6c1DMmObCK9Yuz7lapwZU8vGsdBsl7qco0uhk,12200
|
|
173
173
|
criteo_api_marketingsolutions_preview/model/create_product_filter_request.py,sha256=v4mR7a-sn-Sw9gU0M-AihMcaqN-NYxgbcR9rVBRylo0,11523
|
|
174
174
|
criteo_api_marketingsolutions_preview/model/create_product_set_request.py,sha256=a1omdyFuyHz6OfBhauyvI9f8QfhwirR7EKlLvVkvxkE,12432
|
|
175
|
-
criteo_api_marketingsolutions_preview/model/creative.py,sha256=
|
|
175
|
+
criteo_api_marketingsolutions_preview/model/creative.py,sha256=wJ4paFz74SAfHMS5QzoDxpavTG-uXzUXTwXlq8r6wYg,15439
|
|
176
176
|
criteo_api_marketingsolutions_preview/model/creative_write.py,sha256=fkccYoGC_PP04nRmA7MaG-wKGO6ip74ZEafbhZLpSyg,14771
|
|
177
177
|
criteo_api_marketingsolutions_preview/model/criteo_api_error.py,sha256=uz3yUH6vZO1NoFqOBQnpI0tJ67VOmpXBQ4oSEMcWWpE,14529
|
|
178
178
|
criteo_api_marketingsolutions_preview/model/criteo_api_warning.py,sha256=aNl77vBYfCowRhVdSET6Nee_rvWL7_Kp2ce_jpS-F00,14104
|
|
@@ -252,7 +252,7 @@ criteo_api_marketingsolutions_preview/model/nillable_date_time.py,sha256=kOpX-8a
|
|
|
252
252
|
criteo_api_marketingsolutions_preview/model/nillable_decimal.py,sha256=5OMVucmfmCZ_FhzqDjLgpr5SquixfPWAcnCuUpB8SjU,11452
|
|
253
253
|
criteo_api_marketingsolutions_preview/model/nillable_gender_v1.py,sha256=-f4goffodNQfRd6oS9fq8rH5ipohjeOGdrifGX0k8rY,11689
|
|
254
254
|
criteo_api_marketingsolutions_preview/model/nillable_int32.py,sha256=YAr8Ga5UHWxlmQo27jEOXATULIms7JSnGH0ejEkqJu4,11561
|
|
255
|
-
criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py,sha256=
|
|
255
|
+
criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py,sha256=L9ZIaXqt7gRDHtEir_CBghDSlOGbxjp9yyJEbA1G8YU,11678
|
|
256
256
|
criteo_api_marketingsolutions_preview/model/nillable_string.py,sha256=KEc_JCZBvw6xnuymMa4SeI6ff-KbWUzJGAz4Bhqppz0,11600
|
|
257
257
|
criteo_api_marketingsolutions_preview/model/on_site_reco_request.py,sha256=HNDgIoYFMMMbjoOwSoFdWoC6UsQ_gGbyDDiNYsYTERU,13757
|
|
258
258
|
criteo_api_marketingsolutions_preview/model/on_site_reco_response.py,sha256=ggAunnLUgwMn8OHA6UCR5U_HQY_D_FZDrrKYWe__BuM,12147
|
|
@@ -288,7 +288,7 @@ criteo_api_marketingsolutions_preview/model/product.py,sha256=NfyXcTdSZHBFVxMsEe
|
|
|
288
288
|
criteo_api_marketingsolutions_preview/model/product_filter_config.py,sha256=ba_b0whyqq6QJCGgr6sjbboJCjp8roqnVJv5M8sV9-E,11771
|
|
289
289
|
criteo_api_marketingsolutions_preview/model/product_importer_error.py,sha256=KkwMJ-LkNiteS_exY-J1gD-qZMsxU4KJyS41JF5trVU,14172
|
|
290
290
|
criteo_api_marketingsolutions_preview/model/product_importer_warning.py,sha256=UBQ7G_rX8zcewKwN_oyTBTPjCrTJ3so8eUPnEHARK8g,14178
|
|
291
|
-
criteo_api_marketingsolutions_preview/model/product_set.py,sha256=
|
|
291
|
+
criteo_api_marketingsolutions_preview/model/product_set.py,sha256=BRClGsWKH8UG8U3XEig2p5luU3cqyKXgrmkmALf6MCE,15728
|
|
292
292
|
criteo_api_marketingsolutions_preview/model/product_set_rule.py,sha256=fQInPvbEUw_raT46P0wwnMSUSHxnSXFgJld2A_gFG1c,13031
|
|
293
293
|
criteo_api_marketingsolutions_preview/model/product_shipping.py,sha256=mPLLbbQEWiUd70gtDpzx5DE9_YXiUGMVEVDyYJz3VGo,14202
|
|
294
294
|
criteo_api_marketingsolutions_preview/model/product_shipping_dimension.py,sha256=5gj50moLgCD6ddjBXarYB8jJxWpjPW_1iG01RbztyHA,11889
|
|
@@ -301,7 +301,7 @@ criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.
|
|
|
301
301
|
criteo_api_marketingsolutions_preview/model/prospecting_create_v1.py,sha256=Z-Rrdsh3t-L1sukHK8fR0DHUjfTDoo2nySkQg1KvLyE,12722
|
|
302
302
|
criteo_api_marketingsolutions_preview/model/prospecting_update_v1.py,sha256=Pstq2KrUjNiXv_xY4XKF8gaWOQfy3hvA3Nk8rKkcz5k,12513
|
|
303
303
|
criteo_api_marketingsolutions_preview/model/prospecting_v1.py,sha256=ds5MMEnUYec0BKMqU-oAAfvsqDKMMNoELkhgHkrtioQ,12721
|
|
304
|
-
criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py,sha256=
|
|
304
|
+
criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py,sha256=GWyBNZ0ybHSonr-Q8CSBNwaMX6lXN7VNSjDinhamPlw,12686
|
|
305
305
|
criteo_api_marketingsolutions_preview/model/read_ad_set_bidding_v24_q3.py,sha256=aGK1oBzqYR1SWo64VWRZo4eCEOgfqJHZ8jiYeXdar14,12545
|
|
306
306
|
criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q3.py,sha256=H3nqw5Fmy0y2IvFZMMMB5s1YdOX0btjuluuwkbgIavg,13647
|
|
307
307
|
criteo_api_marketingsolutions_preview/model/read_ad_set_schedule_v24_q3.py,sha256=MGDmVqJX_P8YIWmtaHSZd0wSTmmkuJrf789y3lTDm0c,13021
|
|
@@ -385,7 +385,7 @@ criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=d28efhqjo3gkR
|
|
|
385
385
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=rGso-xlxkPu39QATgZs4XYwGa0FV8zp8ReeeDWH7guQ,11755
|
|
386
386
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py,sha256=d6rY7n8QkxcGtP44_CbmpnjzOIUmJDbqlQWmlgyXJdc,12234
|
|
387
387
|
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=jnwp6ncAHN0SAZuO8CG-cEdUBd4osDiPhs11L-tosnw,41329
|
|
388
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
389
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
390
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
391
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
388
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/METADATA,sha256=9bFs_xmBeJCV2EYCcvPSvfVTinStmB0v4I0uhXnKYHs,1876
|
|
389
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
390
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
391
|
+
criteo_api_marketingsolutions_sdk-0.0.250211.dist-info/RECORD,,
|
|
File without changes
|