AI-generated Key Takeaways
-
Custom fields are user-defined fields that can be added to entities like line items, orders, creatives, and proposals to store additional information.
-
They have properties like name, description, data type (string, number, toggle, drop-down), and visibility (API only, read-only, full).
-
Custom fields are identified by a unique ID assigned by Google and can be activated or deactivated using the
isActive
property. -
They can be associated with various entities using the
entityType
property and their values are stored separately inCustomFieldValue
objects. -
The
CustomFieldService
allows for creating, updating, and managing custom fields in Google Ad Manager.
An additional, user-created field on an entity.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
Unique ID of the |
|
Name of the |
|
A description of the custom field. This value is optional. The maximum length is 511 characters |
|
Specifies whether or not the custom fields is active. This attribute is read-only. |
|
The type of entity that this custom field is associated with. This attribute is read-only if there exists a CustomFieldValue for this field. Enumerations
|
|
The type of data this custom field contains. This attribute is read-only if there exists a CustomFieldValue for this field. Enumerations
|
|
How visible/accessible this field is in the UI. Enumerations
|