I would like to refer to your document about using Google Call Conversions with Unbounce. Your docs seem out of sync with the code they refer to a bit. I linked to the document below.
I am specifically trying to use Google Call Conversions with BUTTONs.
The code example has the following:
// Add the button ID’s to this array that you want tracked
// For example: :’#lp-pom-button-12’, ‘#lp-pom-button-20’]
var callButtons = B];
but the document says this:
Find “callButtons” at the top of the script you just added and replace ‘#lp-pom-button-12’ with the ID of the button you want to integrate with the call forwarding feature.
I interpreted that as follows, changing the code to this for my two call buttons… so my code is as follows (referring to my buttons IDs)
var callButtons = p’#lp-pom-button-12’,’#lp-pom-button-99’];
…but it does not work - the buttons are not clickable for calling, let alone trackable as conversions.
Please help! Are you out there @Stefano? Did you solve this @Kitx 🙂
here’s the link to the doc:
https://documentation.unbounce.com/hc/en-us/articles/203509834-Using-Google-s-Website-Call-Conversion-Feature.