Hi, I need to attach thefollowing google callback to a button. i added it as advanced>event
onclick="return gtag_report_conversion(‘http://www.xxx.com/images/files/web.pdf')"but when i view the page source it looks like this:
<button onclick="return gtag_report_conversion(‘http="//www.xx.com/images/files/web.pdf')"" data-events="[]" class="ui button blue uk-button uk-button-large fluid" type="submit" name="Submit" id="send" value="" >any ideas about why its doing this? google is coming up empty on it even though it does correctly redirect to the pdf for the user...