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.
-
Each DaiEncodingProfile has a unique read-only ID assigned by Google and a required name up to 64 characters with specific character restrictions.
-
A DaiEncodingProfile can be in
ACTIVE
orARCHIVED
status, with only active profiles eligible for streaming and modifiable via a specific service method. -
DaiEncodingProfiles represent different variant playlist types including
MEDIA
,IFRAME
, andSUBTITLES
. -
The
containerType
field, required forMEDIA
andIFRAME
variant types, specifies the digital container type of the media, such asTS
,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/v202411
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 |