简体   繁体   English

GA-如何使用衡量协议(竞价)衡量来源,媒体和广告系列?

[英]GA - how to measure source, medium and campaign using measurement protocol (auctions)?

We have an online marketplace website with auctions. 我们有一个带有拍卖的在线市场网站。 We would like to measure won auctions in Google Analytics, but this is not a frontend event, but a backend event (a timer for auction end expires). 我们想在Google Analytics(分析)中衡量获胜的拍卖,但这不是一个前端事件,而是一个后端事件(拍卖结束的计时器到期)。 The user, who leads with the highest bid placed, wins the auction, once the timer runs out. 一旦计时器用完,以最高出价领先的用户将赢得拍卖。 The auction can last several days. 拍卖会持续几天。

We would like to know where the winners of the auctions came from to place their first bid. 我们想知道拍卖的获胜者来自哪里,他们第一次竞标。 So we are interested in source, medium and campaign. 因此,我们对来源,媒体和广告系列感兴趣。 Currently we store in our backend DB a clientId and if present in URL also source, medium and campaign (or gclid). 当前,我们在后端数据库中存储一个clientId,并且如果URL中存在,则还包括源,媒介和广告系列(或gclid)。 Later a backend job sends the data of finished auctions using measurement protocol to Google Analytics. 稍后,后端作业使用测量协议将完成的拍卖数据发送到Google Analytics(分析)。 But using this way we gather too few source, medium, campaign data in comparison to all clientIds for user bid events. 但是与用户出价事件的所有clientId相比,使用这种方法我们收集的源,中,营销活动数据太少。 User can come from search or ad to the website, click through the website and then place a bid and information about source, medium or campaign is lost. 用户可以从搜索或广告进入网站,单击网站,然后出价,有关来源,媒体或活动的信息就会丢失。

So my question is 所以我的问题是

how to gather more source, medium and campaign data at the time when a bid is placed? 出价时如何收集更多的来源,媒介和广告系列数据? Data will be send to GA using measurement protocol a few days later. 几天后,将使用测量协议将数据发送到GA。

I did some research: 我做了一些研究:

Should we use non-interaction hit ? 我们应该使用非互动匹配吗? I found the suggestion here . 我在这里找到了建议。 But it is only briefly explained. 但这只是简要解释。 Would the GA pair correctly automatically a frontend bid event with a few days later sent hit using MP? GA组合会在几天后使用MP发送匹配结果时正确地自动进行前端出价事件吗? We know clientId. 我们知道clientId。

Will it help us to define a new dimension for clientId that can be used to fetch source, medium and campaign data using report api v4 when a bid is placed using the steps described here ? 使用此处介绍的步骤进行出价时,是否可以帮助我们为clientId定义一个新维度,该维度可用于使用报告api v4获取源,媒介和广告系列数据?

But using this way we gather too few source, medium, campaign data in comparison to all clientIds for user bid events. 但是与用户出价事件的所有clientId相比,使用这种方法我们收集的源,中,营销活动数据太少。

The way you're doing it currently should work. 您目前的操作方式应该可以使用。 When you send a measurement protocol hit to Google Analytics from your server, assuming the following is true: 当您从服务器向Google Analytics(分析)发送衡量协议匹配时,假定满足以下条件:

  1. You include the user's client ID in the MP hit 您将用户的客户ID包含在MP匹配中
  2. You do not include any utm parameters in the MP hit 您在MP播放中包含任何utm参数

Google Analytics should automatically apply it's last non-direct click attribution logic and the "auction-win" event should be automatically attributed to the source/medium/campaign that the user used to arrive at your site in the first place. Google Analytics(分析)应自动应用其最后一次非直接点击归因逻辑,并且“竞标获胜”事件应自动归因于用户最初用于访问您网站的来源/媒介/广告系列。

If this is not happening, then my suspicion would be that the two conditions above are not being satisfied. 如果这没有发生,那么我会怀疑上述两个条件没有得到满足。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM