Answer the question
In order to leave comments, you need to log in
How to track multiple number click conversions (Google Adwords)?
Hello.
You need to understand the behavior of customers, namely how exactly they will call, that is, click on a phone number or on the "call" button.
How to make 2 conversion tracking codes from Google Adwords.
button
<a onclick="goog_report_conversion('tel:+38631402020')" href="tel:+38631402020"> CALL </a>
<a href="tel:+38631402020" class="taxi-phone"> +386 (0)31 40 20 20 </a>
/* <![CDATA[ */
goog_snippet_vars = function() {
var w = window;
w.google_conversion_id = 857959801;
w.google_conversion_label = "5x_LCPfEqm8Q-NqNmQN";
w.google_remarketing_only = false;
}
// DO NOT CHANGE THE CODE BELOW.
goog_report_conversion = function(url) {
goog_snippet_vars();
window.google_conversion_format = "3";
var opt = new Object();
opt.onload_callback = function() {
if (typeof(url) != 'undefined') {
window.location = url;
}
}
var conv_handler = window['google_trackConversion'];
if (typeof(conv_handler) == 'function') {
conv_handler(opt);
}
}
/* ]]> */
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question