Ads API .NET library
|
A More...
Properties | |
long | id [get, set] |
Uniquely identifies the More... | |
bool | idSpecified [get, set] |
string | name [get, set] |
The name of the More... | |
ContentStatus | status [get, set] |
The status of this More... | |
bool | statusSpecified [get, set] |
ContentStatusDefinedBy | statusDefinedBy [get, set] |
Whether the content status was defined by the user, or by the source CMS from which the content was ingested. This attribute is read-only. More... | |
bool | statusDefinedBySpecified [get, set] |
DaiIngestStatus | hlsIngestStatus [get, set] |
The current DAI ingest status of the HLS media for the More... | |
bool | hlsIngestStatusSpecified [get, set] |
DaiIngestError[] | hlsIngestErrors [get, set] |
The list of any errors that occurred during the most recent DAI ingestion process of the HLS media. This attribute is read-only and will be null if the #hlsIngestStatus is DaiIngestStatus::STATUS_SUCCESS or if the content is not eligible for dynamic ad insertion or if the content does not have HLS media. More... | |
DateTime | lastHlsIngestDateTime [get, set] |
The date and time at which this content's HLS media was last ingested for DAI. This attribute is read-only and will be null if the content is not eligible for dynamic ad insertion or if the content does not have HLS media. More... | |
DaiIngestStatus | dashIngestStatus [get, set] |
The current DAI ingest status of the DASH media for the More... | |
bool | dashIngestStatusSpecified [get, set] |
DaiIngestError[] | dashIngestErrors [get, set] |
The list of any errors that occurred during the most recent DAI ingestion process of the DASH media. This attribute is read-only and will be null if the #hlsIngestStatus is DaiIngestStatus::STATUS_SUCCESS or if the content is not eligible for dynamic ad insertion or if the content does not have DASH media. More... | |
DateTime | lastDashIngestDateTime [get, set] |
The date and time at which this content's DASH media was last ingested for DAI. This attribute is read-only and will be null if the content is not eligible for dynamic ad insertion or if the content does not have DASH media. More... | |
DateTime | importDateTime [get, set] |
The date and time at which this content was published. This attribute is read-only. More... | |
DateTime | lastModifiedDateTime [get, set] |
The date and time at which this content was last modified. The last modified date time will always be updated when a ContentBundle association is changed, but will not always be updated when a CmsMetadataValue value is changed. This attribute is read-only. More... | |
CmsContent[] | cmsSources [get, set] |
Information about the content from the CMS it was ingested from. This attribute is read-only. More... | |
long[] | contentBundleIds [get, set] |
IDs of the ContentBundle of which this content is a member. This attribute is read-only. More... | |
long[] | cmsMetadataValueIds [get, set] |
A collection of CmsMetadataValue IDs that are associated with this content. This attribute is read-only. More... | |
long | duration [get, set] |
The duration of the content in milliseconds. This attribute is read-only. More... | |
bool | durationSpecified [get, set] |
A
Content
represents video metadata from a publisher's Content Management System (CMS) that has been synced to Ad Manager.
Video line items can be targeted to Content
to indicate what ads should match when the Content
is being played.
|
getset |
A collection of CmsMetadataValue IDs that are associated with this content. This attribute is read-only.
|
getset |
Information about the content from the CMS it was ingested from. This attribute is read-only.
|
getset |
IDs of the ContentBundle of which this content is a member. This attribute is read-only.
|
getset |
The list of any errors that occurred during the most recent DAI ingestion process of the DASH media. This attribute is read-only and will be null if the #hlsIngestStatus is DaiIngestStatus::STATUS_SUCCESS or if the content is not eligible for dynamic ad insertion or if the content does not have DASH media.
|
getset |
The current DAI ingest status of the DASH media for the
. This attribute is read-only and is null if the content is not eligible for dynamic ad insertion or if the content does not have DASH media.
|
getset |
true
, if a value is specified for dashIngestStatus, false
otherwise.
|
getset |
The duration of the content in milliseconds. This attribute is read-only.
|
getset |
true
, if a value is specified for duration, false
otherwise.
|
getset |
The list of any errors that occurred during the most recent DAI ingestion process of the HLS media. This attribute is read-only and will be null if the #hlsIngestStatus is DaiIngestStatus::STATUS_SUCCESS or if the content is not eligible for dynamic ad insertion or if the content does not have HLS media.
|
getset |
The current DAI ingest status of the HLS media for the
. This attribute is read-only and is null if the content is not eligible for dynamic ad insertion or if the content does not have HLS media.
|
getset |
true
, if a value is specified for hlsIngestStatus, false
otherwise.
|
getset |
|
getset |
true
, if a value is specified for id, false
otherwise.
|
getset |
The date and time at which this content was published. This attribute is read-only.
|
getset |
The date and time at which this content's DASH media was last ingested for DAI. This attribute is read-only and will be null if the content is not eligible for dynamic ad insertion or if the content does not have DASH media.
|
getset |
The date and time at which this content's HLS media was last ingested for DAI. This attribute is read-only and will be null if the content is not eligible for dynamic ad insertion or if the content does not have HLS media.
|
getset |
The date and time at which this content was last modified. The last modified date time will always be updated when a ContentBundle association is changed, but will not always be updated when a CmsMetadataValue value is changed. This attribute is read-only.
|
getset |
The name of the
Content
. This attribute is read-only.
|
getset |
The status of this
Content
. This attribute is read-only.
|
getset |
Whether the content status was defined by the user, or by the source CMS from which the content was ingested. This attribute is read-only.
|
getset |
true
, if a value is specified for statusDefinedBy, false
otherwise.
|
getset |
true
, if a value is specified for status, false
otherwise.