Reputation: 7102
I know I have done this before. Just cannot remember how. For those that are familiar with Google AdWords ability to push a phone number for conversion tracking to your website, it employs the following function:
_googWcmGet
The support documentation tells the user to wait an hour and then search for their ad to test it. But, there is an easier way.
There is some URL parameter that you can append to the query string to fool the script into thinking it came from AdWords. Anyone know what that is? Forgot it.
Upvotes: 1
Views: 1100
Reputation: 1590
It took me a while to find the answer that I knew existed. It is due to a comment made by dorian
helpful debugging mode which you can activate by appending
#google-wcc-debug
to the URL of the page where you have activated call tracking
and can be found on stackoverflow in answer to this question
So specifically for example http://www.example.com/#google-wcc-debug
Then you should see a little pop up window in the bottom left of the browser. Hint: Press the 'force' button to see the telephone numbers on your page change.
Upvotes: 7