English 中文(简体)
Google Adwords和GA Google Google 词组和GA 的追踪关键词,并储存和储存
原标题:Track Keywords from Google Adwords and GA and store them

我在谷歌上做了一个广告宣传

用户在关键字中输入关键字, 并通过他们看到的几个广告来到我的登陆页。 现在, 我的登陆页有大约两页。 其中一个信息将用户在 ad 点击后直接带到着陆页上, 第二个是注册表 。 现在我想捕捉他输入的关键字, 然后以这种形式出现, 以便让我们知道用户是如何对我们的广告作出反应的, 以及他们输入了什么来接近我们 。

复杂的部分是我们如何使用 GA - API 来追踪。 因为用户会登陆 / page 并可能最终从 / page 1 上注册, 所以我们需要从他的 url 中存储这些 kewyords (通过 URL 中的 值轨代码 ), 然后在 cookie 中存储, 这样当他稍后来到 / page 1 并签署相同的关键词时, 就可以通过并存储在后盾中?

这样做是可能的,有些人可以对此有所帮助—— 从哪里寻找如何做到这一点。

谢谢 谢谢

问题回答

我用AdWords在广告的 URL 上附加一个代码 :

www.example.com/?code=some-unique-id

在着陆页上,我检查查询字符串参数,如果发现它存放在饼干里。

任何后续页面都可以访问 cookie, 并从原着陆页面获取代码 。

这只是特设小组一级,但它是一个开始。





相关问题
How to divide a search query into sub queries?

I am just wondering if there is an algorithm that can divide a user input query for a search engine into a set of sub queries. for example if the entered query is "plcae to stay and eat" the sub ...

Is there a lighter version of Google Analytics for Flash

40k of compiled code seems like a lot to me to be making some straightforward flash-javascript calls and makes GA unsuitable for banner ad work as well. Does anyone know if there is a lite version ...

PHP GET question - calling from a POST call

I have a quick question i hope you guys can answer, i ve got a search system that uses POST to do searches, now i want to track queries using Google Analytics but it requires using GET url parameters ...

Google Analytics to track FireFox extension use

I m developing a Firefox extension and would like to track its use with google analytics, but I can t get it working. I ve tried manually calling a function from ga.js, but that didn t work for some ...

Google Analytics _trackEvent troubles

I m having some noob troubles with Google Analytics and _trackEvent. Using it seems straight forward in the documentation, but I can t get this simple example to work. The call to _trackEvent fails ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

热门标签