您如何在 Google 的测量协议事务命中中指定来源?
How do you specify source in Google's measurement protocol transaction hits?
我已经能够通过 Hit Builder 毫无问题地将交易点击发送到 Google Analytics,只是为了测试 Hit Paylods。 Link 这里:Google's Hit Builder
交易显示在 GA 中,它们的来源似乎默认为 "Direct"。
我想要的是在发送交易命中之前自己指定来源。就像我想指定电子邮件而不是 Direct,或者指定(其他)类别中的网站之一。我该怎么做?
通过 cs (campaign source) parameter. You may need to set other traffic sources parameters 获得工作属性(您至少应设置 "source" 和 "medium")。
我已经能够通过 Hit Builder 毫无问题地将交易点击发送到 Google Analytics,只是为了测试 Hit Paylods。 Link 这里:Google's Hit Builder 交易显示在 GA 中,它们的来源似乎默认为 "Direct"。
我想要的是在发送交易命中之前自己指定来源。就像我想指定电子邮件而不是 Direct,或者指定(其他)类别中的网站之一。我该怎么做?
通过 cs (campaign source) parameter. You may need to set other traffic sources parameters 获得工作属性(您至少应设置 "source" 和 "medium")。