analytics.GeoInfo interface

イベントの発生した地域を表すインターフェース。

署名:

export interface GeoInfo 

プロパティ

プロパティ 説明
city 文字列 都市。例: 「サンパウロ」。
continent 文字列 地理的な大陸。例: 「南アメリカ」。
country 文字列 国。例: 「ブラジル」。
region 文字列 地域。例: 「サンパウロ州」。

analytics.GeoInfo.city / 地域

地理的な都市。

例: 「サンパウロ」。

署名:

city?: string;

analytics.GeoInfo.conc

地理的大陸。

例: 「南アメリカ」。

署名:

continent?: string;

analytics.GeoInfo.country

地理的な国。

例: 「ブラジル」。

署名:

country?: string;

analytics.GeoInfo.region

地域。

例: 「サンパウロ州」。

署名:

region?: string;