AI-generated Key Takeaways
-
A DaiEncodingProfile contains data about a publisher's encoding profiles used by Ad Manager Dynamic Ad Insertion (DAI) to select an appropriate ad transcode for video playback.
-
Each DaiEncodingProfile has a unique, read-only ID assigned by Google and a required name up to 64 characters that cannot contain certain symbols or spaces.
-
The status of a DaiEncodingProfile is initially active, can only be changed via the
performDaiEncodingProfileActionmethod, and only active profiles can be associated with live streams. -
A DaiEncodingProfile has a variant type, such as
MEDIA,IFRAME, orSUBTITLES, representing the playlist type. -
The
containerTypefield, required forMEDIAandIFRAMEvariants, specifies the digital container type likeTS,FMP4, orHLS_AUDIO.
A DaiEncodingProfile contains data about a publisher's encoding profiles. Ad Manager Dynamic Ad Insertion (DAI) uses the profile information about the content to select an appropriate ad transcode to play for the particular video.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field |
|
|---|---|
|
The unique ID of the DaiEncodingProfile. This value is read-only and is assigned by Google. |
|
The name of the DaiEncodingProfile. This value is required to create an encoding profile and may be at most 64 characters. The name field can contain alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character. |
|
The status of this DaiEncodingProfile. DAI encoding profiles are created in the DaiEncodingProfileStatus.ACTIVE state. The status can only be modified through the DaiEncodingProfileService.performDaiEncodingProfileAction method. Only active profiles will be allowed to be associated with live streams. Enumerations
|
|
The variant playlist type that this DaiEncodingProfile represents. Enumerations
|
|
The digital container type of the underlying media. This is required for Enumerations
|
|
Information about the video media, if present. This field will only be set if the media
contains video, or is an |
|
Information about the audio media, if present. This field will only be set if the media
contains audio. Only |