FeedItem

A feed item.

Fields

resource_name

string

Immutable. The resource name of the feed item. Feed item resource names have the form:

customers/{customer_id}/feedItems/{feed_id}~{feed_item_id}

attribute_values[]

FeedItemAttributeValue

The feed item's attribute values.

geo_targeting_restriction

GeoTargetingRestriction

Geo targeting restriction specifies the type of location that can be used for targeting.

url_custom_parameters[]

CustomParameter

The list of mappings used to substitute custom parameter tags in a tracking_url_template, final_urls, or mobile_final_urls.

status

FeedItemStatus

Output only. Status of the feed item. This field is read-only.

policy_infos[]

FeedItemPlaceholderPolicyInfo

Output only. List of info about a feed item's validation and approval state for active feed mappings. There will be an entry in the list for each type of feed mapping associated with the feed, for example, a feed with a sitelink and a call feed mapping would cause every feed item associated with that feed to have an entry in this list for both sitelink and call. This field is read-only.

feed

string

Immutable. The feed to which this feed item belongs.

id

int64

Output only. The ID of this feed item.

start_date_time

string

Start time in which this feed item is effective and can begin serving. The time is in the customer's time zone. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"

end_date_time

string

End time in which this feed item is no longer effective and will stop serving. The time is in the customer's time zone. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"