Represents a feed item's value for a particular feed attribute. A feed item's value is composed of a collection of these attribute values.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Field |
|
---|---|
|
Feed attribute id |
|
Integer value. Should be set if feedAttributeId refers to a feed attribute of type INT64. Leave empty to clear an existing INT64 attribute value. |
|
Double value. Should be set if feedAttributeId refers to a feed attribute of type FLOAT. Leave empty to clear an existing FLOAT attribute value. |
|
Boolean value. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN. Leave empty to clear an existing BOOLEAN attribute value. |
|
String value. Should be set if feedAttributeId refers to a feed attribute of type STRING, URL, or DATE_TIME. The format of DATE_TIME is 'YYYYMMDD hhmmss' (e.g., 20130101 163031 to represent Jan 1, 2013 4:30:31pm). All date times are interpreted in the account's time zone. A time zone id may be appended to the date time, but it must match the account's time zone. For example '20130101 163031 America/Los_Angeles' may be specified in the above example as long as the account's time zone is America/Los_Angeles. Leave empty to clear an existing STRING, URL, or DATE_TIME attribute value. |
|
List of integer values. Should be set if feedAttributeId refers to a feed attribute of type INT64_LIST. Leave empty to clear an existing INT64_LIST attribute value. |
|
List of double values. Should be set if feedAttributeId refers to a feed attribute of type FLOAT_LIST. Leave empty to clear an existing FLOAT_LIST attribute value. |
|
List of boolean values. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN_LIST. Leave empty to clear an existing BOOLEAN_LIST attribute value. |
|
List of string values. Should be set if feedAttributeId refers to a feed attribute of type STRING_LIST, URL_LIST, or DATE_TIME_LIST. All strings in this list must be of the same type and format. For example, if the type is DATE_TIME_LIST, all strings in the list must be DATE_TIME formatted strings. See stringValue for specific formatting requirements. |
|
MoneyWithCurrency value. Should be set if feedAttributeId refers to a feed attribute of type PRICE. Leave empty to clear an existing PRICE attribute value. |