As more advertisers are trying to use AdWords to drive calls to their website, it is necessary to have some way to measure how many calls are coming from the AdWords ads. This can be done through AdWords Call Tracking. These are small snippets of code that will measure a call as a conversion and record it as such in the AdWords account.
Once these conversions are set up and start accruing recorded calls, you will also be able to use the Call Details Report within the Dimensions Tab of AdWords interface. These include details about the call including:
- Start Time
- End Time
- Call Duration (in seconds)
- Area being called from
- Status of Call (Received or Missed)
There are three types of calls that can be measured:
Google Forwarding Calls – a user will land on the website from AdWords and see a different number from other users (however it will have the same local area code and be charged the same to the caller). This number will be a Google Forwarding Number. When this number is called, it will still go through to the main business number, but will be able to be measured by Google.
Mobile Click to Call- a user will be on the website on a Mobile device and will be able to click on the number in order to directly phone the website number. This allows all of those clicks to be measured along with the details of the call that follows.
Call from Ads– a user can click directly on the extension in an ad, from a mobile device, in order to call the website’s phone number.
I will go through the details that are required in order to set up these conversions, below. Bear in mind that these codes are unique to your AdWords account, so you will need to find the specific code within the Conversion section of the AdWords interface. This can be done when setting up the conversion code, just below the conversion set up form.
Google Forwarding Call Tracking
Google Forwarding Call tracking would mean that visitors coming from AdWords would see a different phone number on your website to other visitors. When that number is called it will be tracked and counted as a conversion.
onload="_googWcmGet('footer', '(028) 9012 3456')"
where the footer is the CSS class name of the <div> containing the phone number, followed by the actual phone number.
so that it looks like this:
<body onload="_googWcmGet'(028) 9012 3456')">
More details on the process of setting this up can be found here https://support.google.com/ adwords/answer/6095883?hl=en- GB&authuser=0#add_tag.
<a onclick="goog_report_conversion('tel:(028) 9012 3456')" href="#" > TEL: (028) 9012 3456 </a>
</body>
If you have any questions about Call tracking or what else can be tracked as conversions, please do not hesitate to contact us at 02890683790 or at this email, ash@searchscientist.co.uk.
No comments yet.