Code Injection Settings
Inject custom code (Google Ads, Analytics, etc.) into your website's HTML
Head Section Code
Code will be injected before the closing </head> tag. Typically used for Google Ads, Analytics, and meta tags.
HTML/JavaScript Code
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17908254386"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17908254386'); </script>
Body Section Code
Code will be injected before the closing </body> tag. Typically used for tracking pixels and conversion tags.
HTML/JavaScript Code
<script>console.log("✅ Body code injection working!");</script>
Reset
Save Settings