Class GoogleAdsSearchads360V23CommonEventAttribute
Advertiser defined events and their attributes. All the values in the nested fields are required.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonEventAttribute : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventDateTime
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.
Declaration
[JsonProperty("eventDateTime")]
public virtual string EventDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Event__
Required. Advertiser defined event to be used for remarketing. The accepted values are "Viewed", "Cart", "Purchased" and "Recommended".
Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ItemAttribute
Required. Item attributes of the event.
Declaration
[JsonProperty("itemAttribute")]
public virtual IList<GoogleAdsSearchads360V23CommonEventItemAttribute> ItemAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonEventItemAttribute> |