How are you tracking Unbounce Call Conversions in GA?
We have been able to capture the Form submission conversions, but Call conversions aren’t captured.
I have included the AdWords script (modified for GA) for Call tracking into the Header of our landing page, and have also included the Unbounce call tracking script.
I think the problem lies in where to put the “onclick attribute to the phone number” - i.e.
<button onclick="return gtag_report_conversion('tel:800-123-4567')">Call now!</button>
How have you managed to achieve this?
Thanks in advance!