Location
Represents the location of a tracking event or contact.
type Location {
countryCode: String
postalCode: String
name: String
}
Fields
Location.countryCode
● String
scalar
The country code for the location.
Location.postalCode
● String
scalar
The postal code for the location.
Location.name
● String
scalar
The name of the location.
Member Of
ContactInfo
object ● TrackEvent
object