AI-generated Key Takeaways
-
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) andindex
(position in a list field, if applicable). -
The
field
should be in lower camelcase, whileindex
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 |
|
---|---|
|
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. |