-
Marfin_AgenziaDomanda del 19 giugno 2024 alle ore 06:47
Buongiorno vorrei capire come intallare il TAG di google ADS sulla pagina del mio modulo jotform.
https://form.jotform.com/Marfin_Agenzia/preventivo-rc-auto
-
Chris_L Jotform SupportRisposta del 19 giugno 2024 alle ore 07:05
Hi Marfin_Agenzia,
Thanks for reaching out to Jotform Support. Our Italian Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Italian, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, are you trying to track your form submissions? If so, you can add the Google Analytics widget to your form to track form submissions in Google Analytics and then import them to Google Ads. This widget allows you to add your Google Analytics tracking ID to your form and send custom events to Google Analytics.
If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?
-
Marfin_AgenziaRisposta del 19 giugno 2024 alle ore 12:03
these are the rules of google ads:_
To start collecting data with the Google tag:
Open a Google product you use and access the Google tag screen. Come and find the medal ID in:
Google Ads
Google statistics
Google Floodlights
Copy the Google Tag ID.
Paste your Google Tag ID into the code example below. Insert the Google tag snippet immediately after the opening HTML <head> tag on each page you want to measure.
<!-- Google Tags (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=TAG_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new date());
gtag('config', 'TAG_ID');
</script>
Check the operation of the tag
-
Ryan Enterprise SupportRisposta del 19 giugno 2024 alle ore 12:23
Hi Marfin_Agenzia,
Thanks for getting back to us. Based on the rules of Google Ads, this can be achieved if you get the Full Source Code of your form and insert the codes that they have provided. To get the Full Source Code of your form, please check out the steps and screenshots below:
1. In Form Builder, in the orange navigation bar at the top of the page, click on Publish.
2. Click on Embed in the menu on the left side of the page.
3. Select the Source Code embed code.
4. Click on the Copy Code button and paste it on your website.
Please note that the Full Source Code file needs to be hosted on your Web Server.You can also check out the related guides below:
- How to Track Online Form Submissions Using Google Analytics
- Jotform Conversion Tracking for GA4, Google Ads
Reach out again if you have any other questions.