Posts tagged with html

Using a third party tool (Appointy.com) to manage appointment sign ups. Goal is to take this conversion data and use it for Google Ads and Google Analytics (GA4). Per Appointy support, the only way to track appointments is through Google Tag manager integration. They have provided us directions on how to connect Tag manager to appointy, but we cannot figure out how to connect the newly created Google Tag to Google Analytics or Google Ads.

The confusing part is the Appointy to Google Tag manager tag uses a custom HTML tag, so there is not an inherently straight forward way (at least to me) on the next steps to integrate the tag in tag manager over to Google Analytics or Google Ads.

Knowing I can't access any code from the third party tool appointy, how do I take this custom HTML tag below and integrate that into Google Ads and Google Analytics?

Here are the only directions I Received from appointy:

How to set up Redirection after booking. ​ The redirection is only possible through Google tag manager. ​ Below are the Steps.

Login to your Google tag manager account. Click on Tag and create New Tag. Choose Tag type as "CUSTOM HTML" Input the below code in CUSTOM HTML and click SAVE. ​

<script>setInterval(function(){ var string = window.location.href; var substring1 = "bookings/confirmation"; if (string.indexOf(substring1) !== -1) { setTimeout(function(){ window.location.assign("Destination URL"); }, 3000); } }, 3000);</script> 

​ After saving you need to setup the trigger. Click on Trigger -> Create new triggers -> Select "All element" -> Select "All Click" and SAVE.

If you go to my website https://iclintz.com/ and go to inspect and click on the mobile phone simulator and scroll down a little bit first, a google ad appears at the top, when you scroll back up to the very top, there is some padding that has been added and clicking on minimise on the google ad keeps the padding there. This issue is happening on all phones. I could not figure out why this is happening and there are no errors regarding this in the console log.

Screenshot here:

Any ideas for the cause of the issue or potential fixes? I've seen other sites that use google auto ads, but they do not suffer from the same problem.

I am getting unsupported language error from google AdSense while applying for the monetization program. My website lists images with unsupported language text on it. Does google check that level or how exactly does it check the website primary language? And also can I have some pages with supported language with link to unsupported language page?

I would like to make link that open the Google Ads website in a new tab.

The link doesn't work in Chrome through. There seems to be some kind of block stopping the new tab from opening even though I have been told by Google that such a link would not violate their terms in any way.

Could anyone assist me in how to get the link to work please

<a href="https://ads.google.com/home" target="_blank">Link to Google Ads</a>