Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Content Class Reference

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]
 

Detailed Description

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.

Property Documentation

long [] Google.Api.Ads.AdManager.v202305.Content.cmsMetadataValueIds
getset

A collection of CmsMetadataValue IDs that are associated with this content. This attribute is read-only.

CmsContent [] Google.Api.Ads.AdManager.v202305.Content.cmsSources
getset

Information about the content from the CMS it was ingested from. This attribute is read-only.

long [] Google.Api.Ads.AdManager.v202305.Content.contentBundleIds
getset

IDs of the ContentBundle of which this content is a member. This attribute is read-only.

DaiIngestError [] Google.Api.Ads.AdManager.v202305.Content.dashIngestErrors
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.

DaiIngestStatus Google.Api.Ads.AdManager.v202305.Content.dashIngestStatus
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.

bool Google.Api.Ads.AdManager.v202305.Content.dashIngestStatusSpecified
getset

true, if a value is specified for dashIngestStatus, false otherwise.

long Google.Api.Ads.AdManager.v202305.Content.duration
getset

The duration of the content in milliseconds. This attribute is read-only.

bool Google.Api.Ads.AdManager.v202305.Content.durationSpecified
getset

true, if a value is specified for duration, false otherwise.

DaiIngestError [] Google.Api.Ads.AdManager.v202305.Content.hlsIngestErrors
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.

DaiIngestStatus Google.Api.Ads.AdManager.v202305.Content.hlsIngestStatus
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.

bool Google.Api.Ads.AdManager.v202305.Content.hlsIngestStatusSpecified
getset

true, if a value is specified for hlsIngestStatus, false otherwise.

long Google.Api.Ads.AdManager.v202305.Content.id
getset

Uniquely identifies the

Content. This attribute is read-only and is assigned by Google when the content is created.

bool Google.Api.Ads.AdManager.v202305.Content.idSpecified
getset

true, if a value is specified for id, false otherwise.

DateTime Google.Api.Ads.AdManager.v202305.Content.importDateTime
getset

The date and time at which this content was published. This attribute is read-only.

DateTime Google.Api.Ads.AdManager.v202305.Content.lastDashIngestDateTime
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.

DateTime Google.Api.Ads.AdManager.v202305.Content.lastHlsIngestDateTime
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.

DateTime Google.Api.Ads.AdManager.v202305.Content.lastModifiedDateTime
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.

string Google.Api.Ads.AdManager.v202305.Content.name
getset

The name of the

Content. This attribute is read-only.

ContentStatus Google.Api.Ads.AdManager.v202305.Content.status
getset

The status of this

Content. This attribute is read-only.

ContentStatusDefinedBy Google.Api.Ads.AdManager.v202305.Content.statusDefinedBy
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.

bool Google.Api.Ads.AdManager.v202305.Content.statusDefinedBySpecified
getset

true, if a value is specified for statusDefinedBy, false otherwise.

bool Google.Api.Ads.AdManager.v202305.Content.statusSpecified
getset

true, if a value is specified for status, false otherwise.


The documentation for this class was generated from the following file: