简体   繁体   English

Google转化跟踪Pentaho

[英]Google Conversion tracking Pentaho

I am into a different situation here, I have been working with google analytic in pentaho, to fetch aggregate values on the dashboard, but now the situation is different, company want to see if an order was converted, what were the keywords that the customer had used to come to our site to make that order/transaction conversion, is it possible to track this condition? 我在这里遇到了另外一种情况,我一直在与pentaho的google analytic合作,在仪表板上获取汇总值,但是现在情况有所不同,公司希望查看订单是否已转换,客户使用了哪些关键字?曾经来过我们的网站进行订单/交易转换,是否可以跟踪这种情况?

I had seen the orders/transaction id in the google analytic view though. 我在Google分析视图中看到了订单/交易ID And conversions in the analytic dashboard shows how many were converted, not individually. 分析仪表板中的转换显示转换了多少,而不是单独转换。

Can someone guide me to the right path? 有人可以引导我走正确的道路吗?

I have played with google analytic tool and found out the keywords can be found by selecting: 我玩过Google分析工具,发现可以通过选择以下关键字来找到关键字:

Conversions > Ecommerce > Sales Performance > NEW SEGMENT[ paid traffic ] > APPLY From Secondary Dimension > Advertising > Matched Search Query 转化>电子商务>销售业绩>新的细分市场[有偿流量]>从次级维度应用>广告> 匹配的搜索查询

Matched Search Query ( Gives exact search phrase used by customer ) 匹配的搜索查询 (给出客户使用的确切搜索词组)

Keyword ( Keywords group that it matched under a campaign ) 关键字 (在广告系列下匹配的关键字组)

Many options are available, you can test yourself. 有许多选项可用,您可以进行自我测试。 :) :)

But real thing was how to fetch this report using the metrics and dimensions via the API calls . 但是真正的事情是如何通过API调用使用指标维度获取此报告

I used query explorer, tried different combinations at: 我使用查询浏览器,尝试过以下不同的组合:

https://ga-dev-tools.appspot.com/query-explorer/ https://ga-dev-tools.appspot.com/query-explorer/

So in my case i needed transaction id and keywords ,the combinations should be : 因此,就我而言,我需要交易ID关键字 ,组合应为:

Metrics: 指标:

  1. ga:transactions (Transactions) ga:transactions(交易)

Dimensions: 尺寸图

  1. ga:transactionId ga:transactionId
  2. ga:keyword ga:关键字
  3. ga:adGroup ga:adGroup
  4. ga:adMatchType ga:adMatchType
  5. ga:adMatchedQuery ga:adMatchedQuery
  6. ga:adDestinationUrl ga:adDestinationUrl
  7. ga:sourceMedium ga:sourceMedium

There can be many other options to select from the Metrics and Dimensions, correct combination selection is something to figure out, i used help from: https://developers.google.com/analytics/devguides/reporting/core/dimsmets#mode=web&cats=ecommerce 可以从“度量标准和维度”中选择许多其他选项,要找出正确的组合选择,我使用了以下方面的帮助: https : //developers.google.com/analytics/devguides/reporting/core/dimsmets#mode= web&cats =电子商务

Hope this helps, if someone wants to share more knowledge, please do :) 希望这会有所帮助,如果有人想分享更多的知识,请:)

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

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