• Resolved ivanson7

    (@ivanson7)


    Hi, it is posible add a code in button? i need add the conversion tag for google add

    example

    
    <script>
    	jQuery('[href="https://api.whatsapp.com/send?phone=xxxxxxxxxx"]').click(function(){
    	//event here
    	gtag_report_conversion();
    	});
    	</script>
    
    • This topic was modified 3 years, 6 months ago by Yui. Reason: please use CODE button for code formatting
Viewing 1 replies (of 1 total)
  • Plugin Author bhvreddy

    (@bhvreddy)

    Hi,

    For all the styles there is class name: ht-ctc-chat ( or for most of the elements have class name ctc-analytics.

    please try to select element like this

    jQuery('.ctc-analytics')

    Hava a nice day,
    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘google adds tag in botton’ is closed to new replies.