type FieldPathElement (v202411)

  • The document lists various services available in the Ad Manager API version v202411, such as AdRuleService, AdjustmentService, and CompanyService.

  • It also provides links to the documentation for each service's FieldPathElement.

  • The document defines FieldPathElement as a segment of a field path, used for specifying fields within the API.

  • The FieldPathElement contains two fields: field which is the name of the field as a string, and index which is an integer representing the position for 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.