This would be a good idea!
I often use a tracking number that forwards to the clients number to track the calls. However that costs extra £££
Ola Paula,
Not sure I got your question right but I think you might be able to mimic what has been done there in Unbounce.
After inspecting the page this what I got but, I must warn you that javascript is not my strength.
To do:
Add the following script on your page in Unbounce:
With the title: trackerTelefone
$('.trackerTelefone').live('click', function(){
$(this).hide();
$('#divtel2').show();
window.google_conversion_id = ########;
window.google_conversion_language = "##";
window.google_conversion_format = "#";
window.google_conversion_color = "#########";
window.google_conversion_label = "########";
window.google_remarketing_only = ####;
document.write = function(node){
$("body").append(node);
}
$.getScript("http://www.googleadservices.com/pagead/conversion.js").done(function() {});
});
Make sure to change the google details to your AdWords account:
You can see what would be your google conversion details by going to your AdWords account > Tools > Conversions > Click on the conversion you wish to track > Check the box that says Tag for Lead and replace the following values for:
window.google_conversion_id
window.google_conversion_language
window.google_conversion_format
window.google_conversion_color
window.google_conversion_label
window.google_remarketing_only
Go onto the page you wish to change and add the following HTML code to your page where you wish the phone number to appear:
Ligue agora: (51) 3595. 7900 ver nmero
Make sure to change the wording , appearance and contact details to what you want
You can find an example of this here: http://forms.impactteachers.com/trackerphone/
Let me know if you prefer the instructions in Portuguese 😉
I didn’t test if it correctly tracks the conversion so you might need to test that on your end.
Hope this helps,
Simao Pedro
Ps. From a conversion point of view this might not be bulletproof since it will track the click on the link not the call, some people might click to show the number but they won’t call.