type FieldPathElement (v202411)

  • 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 include field representing the field name and index 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

field

xsd:string

The name of a field in lower camelcase. (e.g. "biddingStrategy")

index

xsd:int

For list fields, this is a 0-indexed position in the list. Null for non-list fields.