Google核心报告API中的交易指标不匹配

时间:2015-11-04 09:46:50

标签: java google-api google-analytics-api

我正在使用核心报告API-3.0来获取Google Analytics数据。指标ga:交易与Google Developers中的Query explorer工具不匹配。我使用以下指标和维度

    analytics.data().ga().get("ga:" + profileId, // Table Id. ga: + profile id.
            "2015-10-26", // Start date.
            "2015-11-01", // End date.
            "ga:sessions, ga:users, ga:transactionRevenue,ga:transactions") // Metrics.
            .setDimensions("ga:country")
            .setSort("-ga:users")
            .execute();

我的个人资料目前仅限网络。我不知道为什么所有这些指标与原始数据都有些不同。谢谢提前

0 个答案:

没有答案