473,387 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Pushing Google Analytics Goals Manually for Specific Variation

Hi,

I have a question about Google Analytics Content Experiments.

My goal type is currently URL Destination. And we push conversions manually to Analytics after phone call matching, normally it takes one day.

We use this code for pushing conversions.

Expand|Select|Wrap|Line Numbers
  1.     var _gaq = _gaq || [];
  2.     _gaq.push(['_setAccount', 'XX-XXXXXXXX-X']);
  3.     _gaq.push(['_setAllowAnchor', true]); 
  4.     _gaq.push(['_trackPageview','/my/conv ']);
  5.  
What I want to know is how do I push a conversion manually for a specific variation.


Someone told me
In GA Content Experiments each variation has it's own url, so you'd simply use the fitting url as the second parameter to _trackPageview:

Expand|Select|Wrap|Line Numbers
  1. _gaq.push(['_trackPageview','/call/VARIATION']);

Can you tell me how do I bind conversion to a variation? I have created 4 Variations and 4 Goals, Now what?

Thanks in advance for help.
Jan 12 '13 #1
0 2265

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: David Chang | last post by:
Hi, does any one know how google analytics (urchin.js) works? I always thought javascript cannot talk to multiple servers due to security constraints. But google analytics seems to be able to...
0
by: Ansuiya | last post by:
hii Can any 1 tell me which is fast ? AWstat or google analytics.Google Analytics takes too much time for processing but i dnt know about AWstat.Help please.. Thanx
1
by: ThePhoenix | last post by:
Hello, I've found this forum while searching for help to track my E-Commerce information from a thank you page. I'm looking to add this piece of code on my page: <form style="display:none;"...
14
victorduwon
by: victorduwon | last post by:
Hi guys and gals, I am using javascript to autologin to my google analytics account via a hyperlink. This is what the text looks like this <?xml version="1.0" encoding="utf-8"?>...
6
by: Mufasa | last post by:
Is there an easy way to see what pages are accessed on a web site? I would assume I would have to go through the IIS logs. I can't do it through my app because there are 'rogue' pages out that that...
1
by: sunnyluthra1 | last post by:
Hi, I was creating an Application in MS Access for Geocoding a particular Address from Google to get the Lat & Long. I successfully able to did that. Here is the code:...
1
by: tatipellinaresh | last post by:
Hi, I want to use visitor tracking in my web application which is similar to Google Analytics. But in case of google we have to use their script file and they will store out site's data into their...
3
by: knkk | last post by:
I am trying to include this code in the footer.template files of all blog templates: <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :...
1
by: Joleen | last post by:
Are DHTML pages tracked via Google Analytics? http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.