type FieldPathElement (v202411)

  • This page documents the FieldPathElement object within Google Ad Manager's API.

  • FieldPathElement represents a segment of a field path, with each dot denoting a new segment.

  • It has two properties: field (the field name in lower camelcase) and index (position in a list field, or null if not a list).

  • Developers use FieldPathElement when interacting with the Ad Manager API to specify specific fields within objects.

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.