Show / Hide Table of Contents

Class EventLocation

The location where the event occurred.

Inheritance
object
EventLocation
Implements
IMessage<EventLocation>
IEquatable<EventLocation>
IDeepCloneable<EventLocation>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class EventLocation : IMessage<EventLocation>, IEquatable<EventLocation>, IDeepCloneable<EventLocation>, IBufferMessage, IMessage

Constructors

EventLocation()

Declaration
public EventLocation()

EventLocation(EventLocation)

Declaration
public EventLocation(EventLocation other)
Parameters
Type Name Description
EventLocation other

Properties

City

Optional. The name of the city where the event occurred.

Declaration
public string City { get; set; }
Property Value
Type Description
string

ContinentCode

Optional. The continent code in UN M49 format where the event occurred.

Declaration
public string ContinentCode { get; set; }
Property Value
Type Description
string

RegionCode

Optional. The 2-letter CLDR region code of the user's address.

Declaration
public string RegionCode { get; set; }
Property Value
Type Description
string

StoreId

Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.

Declaration
public string StoreId { get; set; }
Property Value
Type Description
string

SubcontinentCode

Optional. The subcontinent code in UN M49 format where the event occurred.

Declaration
public string SubcontinentCode { get; set; }
Property Value
Type Description
string

SubdivisionCode

Optional. The ISO 3166-2 subdivision code where the event occurred.

Declaration
public string SubdivisionCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX