type FieldPathElement (v202411)

  • This page provides a reference for the FieldPathElement object in the Google Ad Manager API.

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

  • It consists of two fields: field (the name of a field) and index (position in a list field, if applicable).

  • The field should be in lower camelcase, while index is a 0-based integer for list fields and null for non-list fields.

  • This element is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

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.