Google Ads - Page view call need to add "href" or need to push new url in Page Url
Hello,
1. When user click on Login button,
2. it will open new tab (login page).
On first step, Google Ads page view call will be triggered, in this call i want add href url (step 2) or need to update the defalut page Url.
How can we do this?
Google ads code :-
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-xxxxxxx">
</script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('config', 'AW-xxxxxxx'); </script>
login button HTML code:-
<a class="btn btn--online-banking theme-one--color-01" data-cmp-event="{"componentName":"","componentID":"/content/plus/jcr:content/navigation/onlinebankingbutton","componentType":"Online banking Button","componentArea":"navigation","elementName":null,"actionLabel":"Login","actionType":"buttonClick"}" href="https://mmmm.come/hhh" target="_blank" title="Login Banking">
<span class="btn-value" data-caption-mobile="Login" data-caption="Login"></span>
</a>