Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.json « lang « CustomVariables « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 432fc2127235c32801fd82c2063c033513e7394d (plain)
1
2
3
4
5
6
7
8
9
10
{
    "CustomVariables": {
        "ColumnCustomVariableName": "カスタム変数名",
        "ColumnCustomVariableValue": "カスタム変数値",
        "CustomVariables": "カスタム変数",
        "PluginDescription": "カスタム変数は名前と値のペアです。Javascript APIのsetVisitCustomVariables() ファンクションを使ってビジットに設定できます。Piwikはそれらの名前と値に対し、どれだけのビジット、ページ数、コンバージョンがあったかをリポートします。",
        "ScopePage": "スコープはページ",
        "ScopeVisit": "スコープはビジット"
    }
}