adcp 2.3.0__py3-none-any.whl → 2.4.1__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.
- adcp/__init__.py +88 -39
- adcp/__main__.py +1 -1
- adcp/client.py +9 -9
- adcp/simple.py +1 -1
- adcp/testing/test_helpers.py +1 -1
- adcp/types/__init__.py +66 -2
- adcp/types/_generated.py +175 -0
- adcp/types/aliases.py +1 -1
- adcp/types/generated_poc/__init__.py +1 -1
- adcp/types/generated_poc/activate_signal_request.py +5 -5
- adcp/types/generated_poc/activate_signal_response.py +9 -9
- adcp/types/generated_poc/activation_key.py +8 -8
- adcp/types/generated_poc/adagents.py +46 -46
- adcp/types/generated_poc/asset_type.py +19 -19
- adcp/types/generated_poc/audio_asset.py +6 -6
- adcp/types/generated_poc/brand_manifest.py +61 -120
- adcp/types/generated_poc/build_creative_request.py +6 -6
- adcp/types/generated_poc/build_creative_response.py +9 -9
- adcp/types/generated_poc/channels.py +10 -10
- adcp/types/generated_poc/cpc_option.py +12 -8
- adcp/types/generated_poc/cpcv_option.py +12 -8
- adcp/types/generated_poc/cpm_auction_option.py +17 -13
- adcp/types/generated_poc/cpm_fixed_option.py +12 -8
- adcp/types/generated_poc/cpp_option.py +17 -13
- adcp/types/generated_poc/cpv_option.py +16 -12
- adcp/types/generated_poc/create_media_buy_request.py +30 -30
- adcp/types/generated_poc/create_media_buy_response.py +11 -11
- adcp/types/generated_poc/creative_asset.py +13 -13
- adcp/types/generated_poc/creative_assignment.py +4 -4
- adcp/types/generated_poc/creative_manifest.py +4 -4
- adcp/types/generated_poc/creative_policy.py +11 -11
- adcp/types/generated_poc/creative_status.py +5 -5
- adcp/types/generated_poc/css_asset.py +3 -3
- adcp/types/generated_poc/daast_asset.py +30 -30
- adcp/types/generated_poc/delivery_metrics.py +33 -33
- adcp/types/generated_poc/delivery_type.py +3 -3
- adcp/types/generated_poc/deployment.py +21 -21
- adcp/types/generated_poc/destination.py +10 -10
- adcp/types/generated_poc/error.py +7 -7
- adcp/types/generated_poc/flat_rate_option.py +16 -16
- adcp/types/generated_poc/format.py +70 -70
- adcp/types/generated_poc/format_id.py +3 -3
- adcp/types/generated_poc/frequency_cap.py +3 -3
- adcp/types/generated_poc/frequency_cap_scope.py +4 -4
- adcp/types/generated_poc/get_media_buy_delivery_request.py +21 -21
- adcp/types/generated_poc/get_media_buy_delivery_response.py +46 -46
- adcp/types/generated_poc/get_products_request.py +24 -24
- adcp/types/generated_poc/get_products_response.py +5 -5
- adcp/types/generated_poc/get_signals_request.py +19 -19
- adcp/types/generated_poc/get_signals_response.py +20 -20
- adcp/types/generated_poc/html_asset.py +3 -3
- adcp/types/generated_poc/identifier_types.py +20 -20
- adcp/types/generated_poc/image_asset.py +7 -7
- adcp/types/generated_poc/javascript_asset.py +7 -7
- adcp/types/generated_poc/list_authorized_properties_request.py +5 -5
- adcp/types/generated_poc/list_authorized_properties_response.py +9 -9
- adcp/types/generated_poc/list_creative_formats_request.py +22 -22
- adcp/types/generated_poc/list_creative_formats_response.py +11 -11
- adcp/types/generated_poc/list_creatives_request.py +51 -51
- adcp/types/generated_poc/list_creatives_response.py +57 -72
- adcp/types/generated_poc/markdown_asset.py +7 -7
- adcp/types/generated_poc/measurement.py +9 -9
- adcp/types/generated_poc/media_buy.py +8 -8
- adcp/types/generated_poc/media_buy_status.py +5 -5
- adcp/types/generated_poc/pacing.py +4 -4
- adcp/types/generated_poc/package.py +8 -8
- adcp/types/generated_poc/package_request.py +7 -7
- adcp/types/generated_poc/package_status.py +5 -5
- adcp/types/generated_poc/performance_feedback.py +31 -31
- adcp/types/generated_poc/placement.py +4 -4
- adcp/types/generated_poc/preview_creative_request.py +28 -28
- adcp/types/generated_poc/preview_creative_response.py +31 -31
- adcp/types/generated_poc/preview_render.py +36 -28
- adcp/types/generated_poc/pricing_model.py +8 -8
- adcp/types/generated_poc/product.py +53 -43
- adcp/types/generated_poc/promoted_offerings.py +30 -30
- adcp/types/generated_poc/promoted_products.py +3 -3
- adcp/types/generated_poc/property.py +18 -18
- adcp/types/generated_poc/protocol_envelope.py +9 -9
- adcp/types/generated_poc/provide_performance_feedback_request.py +24 -24
- adcp/types/generated_poc/provide_performance_feedback_response.py +9 -9
- adcp/types/generated_poc/publisher_identifier_types.py +6 -6
- adcp/types/generated_poc/push_notification_config.py +9 -9
- adcp/types/generated_poc/reporting_capabilities.py +21 -21
- adcp/types/generated_poc/response.py +5 -5
- adcp/types/generated_poc/standard_format_ids.py +36 -36
- adcp/types/generated_poc/sub_asset.py +13 -13
- adcp/types/generated_poc/sync_creatives_request.py +11 -11
- adcp/types/generated_poc/sync_creatives_response.py +23 -23
- adcp/types/generated_poc/targeting.py +9 -9
- adcp/types/generated_poc/task_status.py +10 -10
- adcp/types/generated_poc/task_type.py +6 -6
- adcp/types/generated_poc/tasks_get_request.py +5 -5
- adcp/types/generated_poc/tasks_get_response.py +35 -35
- adcp/types/generated_poc/tasks_list_request.py +36 -36
- adcp/types/generated_poc/tasks_list_response.py +35 -35
- adcp/types/generated_poc/text_asset.py +3 -3
- adcp/types/generated_poc/update_media_buy_request.py +27 -27
- adcp/types/generated_poc/update_media_buy_response.py +11 -11
- adcp/types/generated_poc/url_asset.py +7 -7
- adcp/types/generated_poc/vast_asset.py +38 -38
- adcp/types/generated_poc/vcpm_auction_option.py +17 -13
- adcp/types/generated_poc/vcpm_fixed_option.py +12 -8
- adcp/types/generated_poc/video_asset.py +8 -8
- adcp/types/generated_poc/webhook_asset.py +19 -19
- adcp/types/generated_poc/webhook_payload.py +18 -18
- adcp/types/stable.py +175 -0
- adcp/utils/preview_cache.py +6 -6
- {adcp-2.3.0.dist-info → adcp-2.4.1.dist-info}/METADATA +29 -4
- adcp-2.4.1.dist-info/RECORD +129 -0
- adcp/types/generated.py +0 -614
- adcp/types/generated_poc/brand_manifest_ref.py +0 -361
- adcp/types/generated_poc/index.py +0 -17
- adcp/types/generated_poc/pricing_option.py +0 -365
- adcp/types/generated_poc/start_timing.py +0 -13
- adcp-2.3.0.dist-info/RECORD +0 -132
- {adcp-2.3.0.dist-info → adcp-2.4.1.dist-info}/WHEEL +0 -0
- {adcp-2.3.0.dist-info → adcp-2.4.1.dist-info}/entry_points.txt +0 -0
- {adcp-2.3.0.dist-info → adcp-2.4.1.dist-info}/licenses/LICENSE +0 -0
- {adcp-2.3.0.dist-info → adcp-2.4.1.dist-info}/top_level.txt +0 -0
adcp/types/generated.py
DELETED
|
@@ -1,614 +0,0 @@
|
|
|
1
|
-
"""Generated AdCP types.
|
|
2
|
-
|
|
3
|
-
Auto-generated by datamodel-code-generator from JSON schemas.
|
|
4
|
-
DO NOT EDIT MANUALLY.
|
|
5
|
-
|
|
6
|
-
Generated from: https://github.com/adcontextprotocol/adcp/tree/main/schemas
|
|
7
|
-
Generation date: 2025-11-15 21:15:14 UTC
|
|
8
|
-
"""
|
|
9
|
-
|
|
10
|
-
from __future__ import annotations
|
|
11
|
-
|
|
12
|
-
# Import all types from generated_poc modules
|
|
13
|
-
from adcp.types.generated_poc.activate_signal_request import ActivateSignalRequest
|
|
14
|
-
from adcp.types.generated_poc.activate_signal_response import (
|
|
15
|
-
ActivateSignalResponse,
|
|
16
|
-
ActivateSignalResponse1,
|
|
17
|
-
ActivateSignalResponse2,
|
|
18
|
-
)
|
|
19
|
-
from adcp.types.generated_poc.activation_key import ActivationKey1, ActivationKey2
|
|
20
|
-
from adcp.types.generated_poc.adagents import (
|
|
21
|
-
AuthorizedAgents,
|
|
22
|
-
AuthorizedAgents1,
|
|
23
|
-
AuthorizedAgents2,
|
|
24
|
-
AuthorizedAgents3,
|
|
25
|
-
AuthorizedSalesAgents,
|
|
26
|
-
Contact,
|
|
27
|
-
PropertyId,
|
|
28
|
-
PropertyTag,
|
|
29
|
-
PublisherProperties,
|
|
30
|
-
PublisherProperties1,
|
|
31
|
-
Tags,
|
|
32
|
-
)
|
|
33
|
-
from adcp.types.generated_poc.asset_type import (
|
|
34
|
-
AssetTypeSchema,
|
|
35
|
-
ContentLength,
|
|
36
|
-
Dimensions,
|
|
37
|
-
Duration,
|
|
38
|
-
FileSize,
|
|
39
|
-
Quality,
|
|
40
|
-
Requirements,
|
|
41
|
-
Type,
|
|
42
|
-
)
|
|
43
|
-
from adcp.types.generated_poc.audio_asset import AudioAsset
|
|
44
|
-
from adcp.types.generated_poc.brand_manifest import (
|
|
45
|
-
Asset,
|
|
46
|
-
Asset1,
|
|
47
|
-
AssetType,
|
|
48
|
-
BrandManifest1,
|
|
49
|
-
BrandManifest2,
|
|
50
|
-
Colors,
|
|
51
|
-
Disclaimer,
|
|
52
|
-
FeedFormat,
|
|
53
|
-
Fonts,
|
|
54
|
-
Logo,
|
|
55
|
-
Metadata,
|
|
56
|
-
ProductCatalog,
|
|
57
|
-
ProductCatalog1,
|
|
58
|
-
UpdateFrequency,
|
|
59
|
-
)
|
|
60
|
-
from adcp.types.generated_poc.brand_manifest_ref import BrandManifest, BrandManifestReference
|
|
61
|
-
from adcp.types.generated_poc.build_creative_request import BuildCreativeRequest
|
|
62
|
-
from adcp.types.generated_poc.build_creative_response import (
|
|
63
|
-
BuildCreativeResponse,
|
|
64
|
-
BuildCreativeResponse1,
|
|
65
|
-
BuildCreativeResponse2,
|
|
66
|
-
)
|
|
67
|
-
from adcp.types.generated_poc.channels import AdvertisingChannels
|
|
68
|
-
from adcp.types.generated_poc.cpc_option import CpcPricingOption
|
|
69
|
-
from adcp.types.generated_poc.cpcv_option import CpcvPricingOption
|
|
70
|
-
from adcp.types.generated_poc.cpm_auction_option import CpmAuctionPricingOption, PriceGuidance
|
|
71
|
-
from adcp.types.generated_poc.cpm_fixed_option import CpmFixedRatePricingOption
|
|
72
|
-
from adcp.types.generated_poc.cpp_option import CppPricingOption, Parameters
|
|
73
|
-
from adcp.types.generated_poc.cpv_option import CpvPricingOption, ViewThreshold, ViewThreshold1
|
|
74
|
-
from adcp.types.generated_poc.create_media_buy_request import (
|
|
75
|
-
CreateMediaBuyRequest,
|
|
76
|
-
ReportingFrequency,
|
|
77
|
-
ReportingWebhook,
|
|
78
|
-
RequestedMetric,
|
|
79
|
-
)
|
|
80
|
-
from adcp.types.generated_poc.create_media_buy_response import (
|
|
81
|
-
CreateMediaBuyResponse,
|
|
82
|
-
CreateMediaBuyResponse1,
|
|
83
|
-
CreateMediaBuyResponse2,
|
|
84
|
-
Package,
|
|
85
|
-
)
|
|
86
|
-
from adcp.types.generated_poc.creative_asset import CreativeAsset, Input
|
|
87
|
-
from adcp.types.generated_poc.creative_assignment import CreativeAssignment
|
|
88
|
-
from adcp.types.generated_poc.creative_manifest import CreativeManifest
|
|
89
|
-
from adcp.types.generated_poc.creative_policy import CoBranding, CreativePolicy, LandingPage
|
|
90
|
-
from adcp.types.generated_poc.creative_status import CreativeStatus
|
|
91
|
-
from adcp.types.generated_poc.css_asset import CssAsset
|
|
92
|
-
from adcp.types.generated_poc.daast_asset import (
|
|
93
|
-
DaastAsset1,
|
|
94
|
-
DaastAsset2,
|
|
95
|
-
DaastVersion,
|
|
96
|
-
TrackingEvent,
|
|
97
|
-
)
|
|
98
|
-
from adcp.types.generated_poc.delivery_metrics import (
|
|
99
|
-
DeliveryMetrics,
|
|
100
|
-
DoohMetrics,
|
|
101
|
-
QuartileData,
|
|
102
|
-
VenueBreakdownItem,
|
|
103
|
-
)
|
|
104
|
-
from adcp.types.generated_poc.delivery_type import DeliveryType
|
|
105
|
-
from adcp.types.generated_poc.deployment import Deployment1, Deployment2
|
|
106
|
-
from adcp.types.generated_poc.destination import Destination1, Destination2
|
|
107
|
-
from adcp.types.generated_poc.error import Error
|
|
108
|
-
from adcp.types.generated_poc.flat_rate_option import FlatRatePricingOption
|
|
109
|
-
from adcp.types.generated_poc.format import (
|
|
110
|
-
AssetsRequired,
|
|
111
|
-
AssetsRequired1,
|
|
112
|
-
Format,
|
|
113
|
-
FormatCard,
|
|
114
|
-
FormatCardDetailed,
|
|
115
|
-
Render,
|
|
116
|
-
Responsive,
|
|
117
|
-
Unit,
|
|
118
|
-
)
|
|
119
|
-
from adcp.types.generated_poc.format_id import FormatId
|
|
120
|
-
from adcp.types.generated_poc.frequency_cap import FrequencyCap
|
|
121
|
-
from adcp.types.generated_poc.frequency_cap_scope import FrequencyCapScope
|
|
122
|
-
from adcp.types.generated_poc.get_media_buy_delivery_request import (
|
|
123
|
-
GetMediaBuyDeliveryRequest,
|
|
124
|
-
StatusFilter,
|
|
125
|
-
StatusFilterEnum,
|
|
126
|
-
)
|
|
127
|
-
from adcp.types.generated_poc.get_media_buy_delivery_response import (
|
|
128
|
-
AggregatedTotals,
|
|
129
|
-
ByPackageItem,
|
|
130
|
-
DailyBreakdownItem,
|
|
131
|
-
GetMediaBuyDeliveryResponse,
|
|
132
|
-
MediaBuyDelivery,
|
|
133
|
-
NotificationType,
|
|
134
|
-
ReportingPeriod,
|
|
135
|
-
Status,
|
|
136
|
-
Totals,
|
|
137
|
-
)
|
|
138
|
-
from adcp.types.generated_poc.get_products_request import Filters, FormatType, GetProductsRequest
|
|
139
|
-
from adcp.types.generated_poc.get_products_response import GetProductsResponse
|
|
140
|
-
from adcp.types.generated_poc.get_signals_request import (
|
|
141
|
-
CatalogType,
|
|
142
|
-
Country,
|
|
143
|
-
DeliverTo,
|
|
144
|
-
GetSignalsRequest,
|
|
145
|
-
)
|
|
146
|
-
from adcp.types.generated_poc.get_signals_response import (
|
|
147
|
-
GetSignalsResponse,
|
|
148
|
-
Pricing,
|
|
149
|
-
Signal,
|
|
150
|
-
SignalType,
|
|
151
|
-
)
|
|
152
|
-
from adcp.types.generated_poc.html_asset import HtmlAsset
|
|
153
|
-
from adcp.types.generated_poc.identifier_types import PropertyIdentifierTypes
|
|
154
|
-
from adcp.types.generated_poc.image_asset import ImageAsset
|
|
155
|
-
from adcp.types.generated_poc.index import AdcpAssetTypeRegistry
|
|
156
|
-
from adcp.types.generated_poc.javascript_asset import JavascriptAsset, ModuleType
|
|
157
|
-
from adcp.types.generated_poc.list_authorized_properties_request import (
|
|
158
|
-
ListAuthorizedPropertiesRequest,
|
|
159
|
-
PublisherDomain,
|
|
160
|
-
)
|
|
161
|
-
from adcp.types.generated_poc.list_authorized_properties_response import (
|
|
162
|
-
ListAuthorizedPropertiesResponse,
|
|
163
|
-
PrimaryCountry,
|
|
164
|
-
)
|
|
165
|
-
from adcp.types.generated_poc.list_creative_formats_request import ListCreativeFormatsRequest
|
|
166
|
-
from adcp.types.generated_poc.list_creative_formats_response import (
|
|
167
|
-
Capability,
|
|
168
|
-
CreativeAgent,
|
|
169
|
-
ListCreativeFormatsResponse,
|
|
170
|
-
)
|
|
171
|
-
from adcp.types.generated_poc.list_creatives_request import (
|
|
172
|
-
Direction,
|
|
173
|
-
Field1,
|
|
174
|
-
FieldModel,
|
|
175
|
-
ListCreativesRequest,
|
|
176
|
-
Pagination,
|
|
177
|
-
Sort,
|
|
178
|
-
)
|
|
179
|
-
from adcp.types.generated_poc.list_creatives_response import (
|
|
180
|
-
AssignedPackage,
|
|
181
|
-
Assignments,
|
|
182
|
-
Creative,
|
|
183
|
-
ListCreativesResponse,
|
|
184
|
-
Performance,
|
|
185
|
-
QuerySummary,
|
|
186
|
-
SortApplied,
|
|
187
|
-
StatusSummary,
|
|
188
|
-
)
|
|
189
|
-
from adcp.types.generated_poc.markdown_asset import MarkdownAsset, MarkdownFlavor
|
|
190
|
-
from adcp.types.generated_poc.measurement import Measurement
|
|
191
|
-
from adcp.types.generated_poc.media_buy import MediaBuy
|
|
192
|
-
from adcp.types.generated_poc.media_buy_status import MediaBuyStatus
|
|
193
|
-
from adcp.types.generated_poc.pacing import Pacing
|
|
194
|
-
from adcp.types.generated_poc.package_request import PackageRequest
|
|
195
|
-
from adcp.types.generated_poc.package_status import PackageStatus
|
|
196
|
-
from adcp.types.generated_poc.performance_feedback import (
|
|
197
|
-
FeedbackSource,
|
|
198
|
-
MeasurementPeriod,
|
|
199
|
-
MetricType,
|
|
200
|
-
PerformanceFeedback,
|
|
201
|
-
)
|
|
202
|
-
from adcp.types.generated_poc.placement import Placement
|
|
203
|
-
from adcp.types.generated_poc.preview_creative_request import (
|
|
204
|
-
Input2,
|
|
205
|
-
OutputFormat,
|
|
206
|
-
PreviewCreativeRequest,
|
|
207
|
-
PreviewCreativeRequest1,
|
|
208
|
-
PreviewCreativeRequest2,
|
|
209
|
-
Request,
|
|
210
|
-
)
|
|
211
|
-
from adcp.types.generated_poc.preview_creative_response import (
|
|
212
|
-
Input4,
|
|
213
|
-
Preview,
|
|
214
|
-
Preview1,
|
|
215
|
-
Preview2,
|
|
216
|
-
PreviewCreativeResponse,
|
|
217
|
-
PreviewCreativeResponse1,
|
|
218
|
-
PreviewCreativeResponse2,
|
|
219
|
-
Response,
|
|
220
|
-
Response1,
|
|
221
|
-
Results,
|
|
222
|
-
Results1,
|
|
223
|
-
)
|
|
224
|
-
from adcp.types.generated_poc.preview_render import (
|
|
225
|
-
Embedding,
|
|
226
|
-
PreviewRender,
|
|
227
|
-
PreviewRender1,
|
|
228
|
-
PreviewRender2,
|
|
229
|
-
PreviewRender3,
|
|
230
|
-
)
|
|
231
|
-
from adcp.types.generated_poc.pricing_model import PricingModel
|
|
232
|
-
from adcp.types.generated_poc.pricing_option import (
|
|
233
|
-
CpcOption,
|
|
234
|
-
CpcvOption,
|
|
235
|
-
CpmAuctionOption,
|
|
236
|
-
CpmFixedOption,
|
|
237
|
-
CppOption,
|
|
238
|
-
CpvOption,
|
|
239
|
-
FlatRateOption,
|
|
240
|
-
Parameters1,
|
|
241
|
-
Parameters2,
|
|
242
|
-
PriceGuidance1,
|
|
243
|
-
PricingOption,
|
|
244
|
-
VcpmAuctionOption,
|
|
245
|
-
VcpmFixedOption,
|
|
246
|
-
)
|
|
247
|
-
from adcp.types.generated_poc.product import (
|
|
248
|
-
DeliveryMeasurement,
|
|
249
|
-
Product,
|
|
250
|
-
ProductCard,
|
|
251
|
-
ProductCardDetailed,
|
|
252
|
-
)
|
|
253
|
-
from adcp.types.generated_poc.promoted_offerings import AssetSelectors, Offering, PromotedOfferings
|
|
254
|
-
from adcp.types.generated_poc.promoted_products import PromotedProducts
|
|
255
|
-
from adcp.types.generated_poc.property import Identifier, Property, PropertyType, Tag
|
|
256
|
-
from adcp.types.generated_poc.protocol_envelope import ProtocolEnvelope
|
|
257
|
-
from adcp.types.generated_poc.provide_performance_feedback_request import (
|
|
258
|
-
ProvidePerformanceFeedbackRequest,
|
|
259
|
-
)
|
|
260
|
-
from adcp.types.generated_poc.provide_performance_feedback_response import (
|
|
261
|
-
ProvidePerformanceFeedbackResponse,
|
|
262
|
-
ProvidePerformanceFeedbackResponse1,
|
|
263
|
-
ProvidePerformanceFeedbackResponse2,
|
|
264
|
-
)
|
|
265
|
-
from adcp.types.generated_poc.publisher_identifier_types import PublisherIdentifierTypes
|
|
266
|
-
from adcp.types.generated_poc.push_notification_config import (
|
|
267
|
-
Authentication,
|
|
268
|
-
PushNotificationConfig,
|
|
269
|
-
Scheme,
|
|
270
|
-
)
|
|
271
|
-
from adcp.types.generated_poc.reporting_capabilities import (
|
|
272
|
-
AvailableMetric,
|
|
273
|
-
AvailableReportingFrequency,
|
|
274
|
-
ReportingCapabilities,
|
|
275
|
-
)
|
|
276
|
-
from adcp.types.generated_poc.response import ProtocolResponse
|
|
277
|
-
from adcp.types.generated_poc.standard_format_ids import StandardFormatIds
|
|
278
|
-
from adcp.types.generated_poc.start_timing import StartTiming
|
|
279
|
-
from adcp.types.generated_poc.sub_asset import SubAsset1, SubAsset2
|
|
280
|
-
from adcp.types.generated_poc.sync_creatives_request import SyncCreativesRequest, ValidationMode
|
|
281
|
-
from adcp.types.generated_poc.sync_creatives_response import (
|
|
282
|
-
Action,
|
|
283
|
-
SyncCreativesResponse,
|
|
284
|
-
SyncCreativesResponse1,
|
|
285
|
-
SyncCreativesResponse2,
|
|
286
|
-
)
|
|
287
|
-
from adcp.types.generated_poc.targeting import GeoCountryAnyOfItem, TargetingOverlay
|
|
288
|
-
from adcp.types.generated_poc.task_status import TaskStatus
|
|
289
|
-
from adcp.types.generated_poc.task_type import TaskType
|
|
290
|
-
from adcp.types.generated_poc.tasks_get_request import TasksGetRequest
|
|
291
|
-
from adcp.types.generated_poc.tasks_get_response import (
|
|
292
|
-
Details,
|
|
293
|
-
Domain,
|
|
294
|
-
HistoryItem,
|
|
295
|
-
Progress,
|
|
296
|
-
TasksGetResponse,
|
|
297
|
-
)
|
|
298
|
-
from adcp.types.generated_poc.tasks_list_request import TasksListRequest
|
|
299
|
-
from adcp.types.generated_poc.tasks_list_response import DomainBreakdown, Task, TasksListResponse
|
|
300
|
-
from adcp.types.generated_poc.text_asset import TextAsset
|
|
301
|
-
from adcp.types.generated_poc.update_media_buy_request import (
|
|
302
|
-
Packages,
|
|
303
|
-
Packages1,
|
|
304
|
-
Packages2,
|
|
305
|
-
Packages3,
|
|
306
|
-
UpdateMediaBuyRequest,
|
|
307
|
-
UpdateMediaBuyRequest1,
|
|
308
|
-
UpdateMediaBuyRequest2,
|
|
309
|
-
)
|
|
310
|
-
from adcp.types.generated_poc.update_media_buy_response import (
|
|
311
|
-
AffectedPackage,
|
|
312
|
-
UpdateMediaBuyResponse,
|
|
313
|
-
UpdateMediaBuyResponse1,
|
|
314
|
-
UpdateMediaBuyResponse2,
|
|
315
|
-
)
|
|
316
|
-
from adcp.types.generated_poc.url_asset import UrlAsset, UrlType
|
|
317
|
-
from adcp.types.generated_poc.vast_asset import VastAsset1, VastAsset2, VastVersion
|
|
318
|
-
from adcp.types.generated_poc.vcpm_auction_option import VcpmAuctionPricingOption
|
|
319
|
-
from adcp.types.generated_poc.vcpm_fixed_option import VcpmFixedRatePricingOption
|
|
320
|
-
from adcp.types.generated_poc.video_asset import VideoAsset
|
|
321
|
-
from adcp.types.generated_poc.webhook_asset import (
|
|
322
|
-
Method,
|
|
323
|
-
Method1,
|
|
324
|
-
ResponseType,
|
|
325
|
-
Security,
|
|
326
|
-
WebhookAsset,
|
|
327
|
-
)
|
|
328
|
-
from adcp.types.generated_poc.webhook_payload import WebhookPayload
|
|
329
|
-
|
|
330
|
-
# Backward compatibility aliases for renamed types
|
|
331
|
-
BrandManifestRef = BrandManifestReference
|
|
332
|
-
Channels = AdvertisingChannels
|
|
333
|
-
|
|
334
|
-
# Explicit exports
|
|
335
|
-
__all__ = [
|
|
336
|
-
"Action",
|
|
337
|
-
"ActivateSignalRequest",
|
|
338
|
-
"ActivateSignalResponse",
|
|
339
|
-
"ActivateSignalResponse1",
|
|
340
|
-
"ActivateSignalResponse2",
|
|
341
|
-
"ActivationKey1",
|
|
342
|
-
"ActivationKey2",
|
|
343
|
-
"AdcpAssetTypeRegistry",
|
|
344
|
-
"AdvertisingChannels",
|
|
345
|
-
"AffectedPackage",
|
|
346
|
-
"AggregatedTotals",
|
|
347
|
-
"Asset",
|
|
348
|
-
"Asset1",
|
|
349
|
-
"AssetSelectors",
|
|
350
|
-
"AssetType",
|
|
351
|
-
"AssetTypeSchema",
|
|
352
|
-
"AssetsRequired",
|
|
353
|
-
"AssetsRequired1",
|
|
354
|
-
"AssignedPackage",
|
|
355
|
-
"Assignments",
|
|
356
|
-
"AudioAsset",
|
|
357
|
-
"Authentication",
|
|
358
|
-
"AuthorizedAgents",
|
|
359
|
-
"AuthorizedAgents1",
|
|
360
|
-
"AuthorizedAgents2",
|
|
361
|
-
"AuthorizedAgents3",
|
|
362
|
-
"AuthorizedSalesAgents",
|
|
363
|
-
"AvailableMetric",
|
|
364
|
-
"AvailableReportingFrequency",
|
|
365
|
-
"BrandManifest",
|
|
366
|
-
"BrandManifest1",
|
|
367
|
-
"BrandManifest2",
|
|
368
|
-
"BrandManifestRef",
|
|
369
|
-
"BrandManifestReference",
|
|
370
|
-
"BuildCreativeRequest",
|
|
371
|
-
"BuildCreativeResponse",
|
|
372
|
-
"BuildCreativeResponse1",
|
|
373
|
-
"BuildCreativeResponse2",
|
|
374
|
-
"ByPackageItem",
|
|
375
|
-
"Capability",
|
|
376
|
-
"CatalogType",
|
|
377
|
-
"Channels",
|
|
378
|
-
"CoBranding",
|
|
379
|
-
"Colors",
|
|
380
|
-
"Contact",
|
|
381
|
-
"ContentLength",
|
|
382
|
-
"Country",
|
|
383
|
-
"CpcOption",
|
|
384
|
-
"CpcPricingOption",
|
|
385
|
-
"CpcvOption",
|
|
386
|
-
"CpcvPricingOption",
|
|
387
|
-
"CpmAuctionOption",
|
|
388
|
-
"CpmAuctionPricingOption",
|
|
389
|
-
"CpmFixedOption",
|
|
390
|
-
"CpmFixedRatePricingOption",
|
|
391
|
-
"CppOption",
|
|
392
|
-
"CppPricingOption",
|
|
393
|
-
"CpvOption",
|
|
394
|
-
"CpvPricingOption",
|
|
395
|
-
"CreateMediaBuyRequest",
|
|
396
|
-
"CreateMediaBuyResponse",
|
|
397
|
-
"CreateMediaBuyResponse1",
|
|
398
|
-
"CreateMediaBuyResponse2",
|
|
399
|
-
"Creative",
|
|
400
|
-
"CreativeAgent",
|
|
401
|
-
"CreativeAsset",
|
|
402
|
-
"CreativeAssignment",
|
|
403
|
-
"CreativeManifest",
|
|
404
|
-
"CreativePolicy",
|
|
405
|
-
"CreativeStatus",
|
|
406
|
-
"CssAsset",
|
|
407
|
-
"DaastAsset1",
|
|
408
|
-
"DaastAsset2",
|
|
409
|
-
"DaastVersion",
|
|
410
|
-
"DailyBreakdownItem",
|
|
411
|
-
"DeliverTo",
|
|
412
|
-
"DeliveryMeasurement",
|
|
413
|
-
"DeliveryMetrics",
|
|
414
|
-
"DeliveryType",
|
|
415
|
-
"Deployment1",
|
|
416
|
-
"Deployment2",
|
|
417
|
-
"Destination1",
|
|
418
|
-
"Destination2",
|
|
419
|
-
"Details",
|
|
420
|
-
"Dimensions",
|
|
421
|
-
"Direction",
|
|
422
|
-
"Disclaimer",
|
|
423
|
-
"Domain",
|
|
424
|
-
"DomainBreakdown",
|
|
425
|
-
"DoohMetrics",
|
|
426
|
-
"Duration",
|
|
427
|
-
"Embedding",
|
|
428
|
-
"Error",
|
|
429
|
-
"FeedFormat",
|
|
430
|
-
"FeedbackSource",
|
|
431
|
-
"Field1",
|
|
432
|
-
"FieldModel",
|
|
433
|
-
"FileSize",
|
|
434
|
-
"Filters",
|
|
435
|
-
"FlatRateOption",
|
|
436
|
-
"FlatRatePricingOption",
|
|
437
|
-
"Fonts",
|
|
438
|
-
"Format",
|
|
439
|
-
"FormatCard",
|
|
440
|
-
"FormatCardDetailed",
|
|
441
|
-
"FormatId",
|
|
442
|
-
"FormatType",
|
|
443
|
-
"FrequencyCap",
|
|
444
|
-
"FrequencyCapScope",
|
|
445
|
-
"GeoCountryAnyOfItem",
|
|
446
|
-
"GetMediaBuyDeliveryRequest",
|
|
447
|
-
"GetMediaBuyDeliveryResponse",
|
|
448
|
-
"GetProductsRequest",
|
|
449
|
-
"GetProductsResponse",
|
|
450
|
-
"GetSignalsRequest",
|
|
451
|
-
"GetSignalsResponse",
|
|
452
|
-
"HistoryItem",
|
|
453
|
-
"HtmlAsset",
|
|
454
|
-
"Identifier",
|
|
455
|
-
"ImageAsset",
|
|
456
|
-
"Input",
|
|
457
|
-
"Input2",
|
|
458
|
-
"Input4",
|
|
459
|
-
"JavascriptAsset",
|
|
460
|
-
"LandingPage",
|
|
461
|
-
"ListAuthorizedPropertiesRequest",
|
|
462
|
-
"ListAuthorizedPropertiesResponse",
|
|
463
|
-
"ListCreativeFormatsRequest",
|
|
464
|
-
"ListCreativeFormatsResponse",
|
|
465
|
-
"ListCreativesRequest",
|
|
466
|
-
"ListCreativesResponse",
|
|
467
|
-
"Logo",
|
|
468
|
-
"MarkdownAsset",
|
|
469
|
-
"MarkdownFlavor",
|
|
470
|
-
"Measurement",
|
|
471
|
-
"MeasurementPeriod",
|
|
472
|
-
"MediaBuy",
|
|
473
|
-
"MediaBuyDelivery",
|
|
474
|
-
"MediaBuyStatus",
|
|
475
|
-
"Metadata",
|
|
476
|
-
"Method",
|
|
477
|
-
"Method1",
|
|
478
|
-
"MetricType",
|
|
479
|
-
"ModuleType",
|
|
480
|
-
"NotificationType",
|
|
481
|
-
"Offering",
|
|
482
|
-
"OutputFormat",
|
|
483
|
-
"Pacing",
|
|
484
|
-
"Package",
|
|
485
|
-
"PackageRequest",
|
|
486
|
-
"PackageStatus",
|
|
487
|
-
"Packages",
|
|
488
|
-
"Packages1",
|
|
489
|
-
"Packages2",
|
|
490
|
-
"Packages3",
|
|
491
|
-
"Pagination",
|
|
492
|
-
"Parameters",
|
|
493
|
-
"Parameters1",
|
|
494
|
-
"Parameters2",
|
|
495
|
-
"Performance",
|
|
496
|
-
"PerformanceFeedback",
|
|
497
|
-
"Placement",
|
|
498
|
-
"Preview",
|
|
499
|
-
"Preview1",
|
|
500
|
-
"Preview2",
|
|
501
|
-
"PreviewCreativeRequest",
|
|
502
|
-
"PreviewCreativeRequest1",
|
|
503
|
-
"PreviewCreativeRequest2",
|
|
504
|
-
"PreviewCreativeResponse",
|
|
505
|
-
"PreviewCreativeResponse1",
|
|
506
|
-
"PreviewCreativeResponse2",
|
|
507
|
-
"PreviewRender",
|
|
508
|
-
"PreviewRender1",
|
|
509
|
-
"PreviewRender2",
|
|
510
|
-
"PreviewRender3",
|
|
511
|
-
"PriceGuidance",
|
|
512
|
-
"PriceGuidance1",
|
|
513
|
-
"Pricing",
|
|
514
|
-
"PricingModel",
|
|
515
|
-
"PricingOption",
|
|
516
|
-
"PrimaryCountry",
|
|
517
|
-
"Product",
|
|
518
|
-
"ProductCard",
|
|
519
|
-
"ProductCardDetailed",
|
|
520
|
-
"ProductCatalog",
|
|
521
|
-
"ProductCatalog1",
|
|
522
|
-
"Progress",
|
|
523
|
-
"PromotedOfferings",
|
|
524
|
-
"PromotedProducts",
|
|
525
|
-
"Property",
|
|
526
|
-
"PropertyId",
|
|
527
|
-
"PropertyIdentifierTypes",
|
|
528
|
-
"PropertyTag",
|
|
529
|
-
"PropertyType",
|
|
530
|
-
"ProtocolEnvelope",
|
|
531
|
-
"ProtocolResponse",
|
|
532
|
-
"ProvidePerformanceFeedbackRequest",
|
|
533
|
-
"ProvidePerformanceFeedbackResponse",
|
|
534
|
-
"ProvidePerformanceFeedbackResponse1",
|
|
535
|
-
"ProvidePerformanceFeedbackResponse2",
|
|
536
|
-
"PublisherDomain",
|
|
537
|
-
"PublisherIdentifierTypes",
|
|
538
|
-
"PublisherProperties",
|
|
539
|
-
"PublisherProperties1",
|
|
540
|
-
"PushNotificationConfig",
|
|
541
|
-
"Quality",
|
|
542
|
-
"QuartileData",
|
|
543
|
-
"QuerySummary",
|
|
544
|
-
"Render",
|
|
545
|
-
"ReportingCapabilities",
|
|
546
|
-
"ReportingFrequency",
|
|
547
|
-
"ReportingPeriod",
|
|
548
|
-
"ReportingWebhook",
|
|
549
|
-
"Request",
|
|
550
|
-
"RequestedMetric",
|
|
551
|
-
"Requirements",
|
|
552
|
-
"Response",
|
|
553
|
-
"Response1",
|
|
554
|
-
"ResponseType",
|
|
555
|
-
"Responsive",
|
|
556
|
-
"Results",
|
|
557
|
-
"Results1",
|
|
558
|
-
"Scheme",
|
|
559
|
-
"Security",
|
|
560
|
-
"Signal",
|
|
561
|
-
"SignalType",
|
|
562
|
-
"Sort",
|
|
563
|
-
"SortApplied",
|
|
564
|
-
"StandardFormatIds",
|
|
565
|
-
"StartTiming",
|
|
566
|
-
"Status",
|
|
567
|
-
"StatusFilter",
|
|
568
|
-
"StatusFilterEnum",
|
|
569
|
-
"StatusSummary",
|
|
570
|
-
"SubAsset1",
|
|
571
|
-
"SubAsset2",
|
|
572
|
-
"SyncCreativesRequest",
|
|
573
|
-
"SyncCreativesResponse",
|
|
574
|
-
"SyncCreativesResponse1",
|
|
575
|
-
"SyncCreativesResponse2",
|
|
576
|
-
"Tag",
|
|
577
|
-
"Tags",
|
|
578
|
-
"TargetingOverlay",
|
|
579
|
-
"Task",
|
|
580
|
-
"TaskStatus",
|
|
581
|
-
"TaskType",
|
|
582
|
-
"TasksGetRequest",
|
|
583
|
-
"TasksGetResponse",
|
|
584
|
-
"TasksListRequest",
|
|
585
|
-
"TasksListResponse",
|
|
586
|
-
"TextAsset",
|
|
587
|
-
"Totals",
|
|
588
|
-
"TrackingEvent",
|
|
589
|
-
"Type",
|
|
590
|
-
"Unit",
|
|
591
|
-
"UpdateFrequency",
|
|
592
|
-
"UpdateMediaBuyRequest",
|
|
593
|
-
"UpdateMediaBuyRequest1",
|
|
594
|
-
"UpdateMediaBuyRequest2",
|
|
595
|
-
"UpdateMediaBuyResponse",
|
|
596
|
-
"UpdateMediaBuyResponse1",
|
|
597
|
-
"UpdateMediaBuyResponse2",
|
|
598
|
-
"UrlAsset",
|
|
599
|
-
"UrlType",
|
|
600
|
-
"ValidationMode",
|
|
601
|
-
"VastAsset1",
|
|
602
|
-
"VastAsset2",
|
|
603
|
-
"VastVersion",
|
|
604
|
-
"VcpmAuctionOption",
|
|
605
|
-
"VcpmAuctionPricingOption",
|
|
606
|
-
"VcpmFixedOption",
|
|
607
|
-
"VcpmFixedRatePricingOption",
|
|
608
|
-
"VenueBreakdownItem",
|
|
609
|
-
"VideoAsset",
|
|
610
|
-
"ViewThreshold",
|
|
611
|
-
"ViewThreshold1",
|
|
612
|
-
"WebhookAsset",
|
|
613
|
-
"WebhookPayload",
|
|
614
|
-
]
|