EventAttribute
Advertiser defined events and their attributes. All the values in the nested fields are required.
Fields |
event
|
string
Required. Advertiser defined event to be used for remarketing. The accepted values are "Viewed", "Cart", "Purchased" and "Recommended".
|
event_date_time
|
string
Required. Timestamp at which the event happened. The format is YYYY-MM-DD HH:MM:SS[+/-HH:MM], where [+/-HH:MM] is an optional timezone offset from UTC. If the offset is absent, the API will use the account's timezone as default.
|
item_attribute[]
|
EventItemAttribute
Required. Item attributes of the event.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Advertiser-defined events for remarketing must include \"Viewed\", \"Cart\", \"Purchased\", or \"Recommended\" as the event type."],["Events require a timestamp in the format YYYY-MM-DD HH:MM:SS\\[+/-HH:MM\\], using the account's timezone if an offset isn't provided."],["Event details must include item attributes using the EventItemAttribute object, with all nested field values being required."]]],[]]