Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

keen/keen-tracking-adwords-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

importKeenTrackingfrom'keen-tracking';constclient=newKeenTracking({projectId:'YOUR_PROJECT_ID',writeKey:'YOUR_WRITE_KEY'});client.extendEvents(()=>{return{page:{title:document.title,url:document.location.href},keen:{addons:[{name:'keen:url_parser',input:{url:'page.url'},output:'page.info'}]}}});client.recordEvent('pageviews',{// you can put any additional data here});

Adwords URL Query String

In your Adwords Campaign, edit your Ad'sFinal URL:

  • add any parameter that will help you identify the source of the traffic later on. For example: "?ad_id=123"

Stream

Your events should contain page.info.query_stringwith values from the URL of the landing page (Final URL)

alt text

Explorer

Run a query to see how many visitors came from the Ad

  • Analysis type: count
  • Event Collection: pageviews
  • Add filter: page.info.query_string.ad_id = 123

alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp