表示事件地理位置来源的界面。
签名:
export interface GeoInfo
属性
属性 | 类型 | 说明 |
---|---|---|
城市 | 字符串 | 地理位置城市。示例:“圣保罗”。 |
continent | 字符串 | 大洲。示例:“南美”。 |
country [国家/地区] | 字符串 | 地理位置所属的国家/地区。示例:“巴西”。 |
区域 | 字符串 | 地理区域。示例:“圣保罗州”。 |
analytics.GeoInfo.city
地理位置所在的城市。
例如:“圣保罗”。
签名:
city?: string;
analytics.GeoInfo.region
地理大洲。
例如:“南美”。
签名:
continent?: string;
analytics.GeoInfo.country
地理位置所在的国家/地区。
例如:“巴西”。
签名:
country?: string;
analytics.GeoInfo.region
地理区域。
示例:“圣保罗州”。
签名:
region?: string;