Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonEventAttribute

Advertiser defined events and their attributes. All the values in the nested fields are required.

Inheritance
object
GoogleAdsSearchads360V23CommonEventAttribute
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX