AI-generated Key Takeaways
-
This page documents the
DaiEncodingProfileService
and related components within the Google Ad Manager API. -
DaiEncodingProfileService
enables management and interaction with encoding profiles for Dynamic Ad Insertion (DAI). -
The API utilizes a namespace of
https://www.google.com/apis/ads/publisher/v202411
for its operations. -
FieldPathElement
objects define segments within field paths, crucial for navigating data structures in Ad Manager. -
Key fields of
FieldPathElement
includefield
representing the field name andindex
specifying the position in list fields.
A segment of a field path. Each dot in a field path defines a new segment.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The name of a field in lower camelcase. (e.g. "biddingStrategy") |
|
For list fields, this is a 0-indexed position in the list. Null for non-list fields. |