Google Ads
Atomicat includes a Google Ads optimizer that configures your pages to meet Google's ad policy requirements and ensures proper tracking for Google ad campaigns.
Enabling Google Ads Optimizationβ
-
Open the page in the Builder.
-
Click Page Settings (βοΈ) β Optimizer tab.
-
Enable Optimize this page for Google Ads.
-
Fill in the required fields in the SEO tab (if prompted):
- Page Title
- Author
- Meta Description
-
Click Save.
What the Google Ads Optimizer Doesβ
When enabled, Atomicat automatically:
| Action | Purpose |
|---|---|
| Removes Open Graph tags | Google Ads doesn't require OG tags and they can cause issues |
| Enforces search engine visibility | Google requires ad destination pages to be indexable |
| Sets proper meta tags | Ensures title, description, and author are present |
| Validates page structure | Confirms the page meets Google Ads policy requirements |
Requirementsβ
Before enabling Google Ads optimization, your page must have:
- β A Page Title (SEO tab)
- β An Author name (SEO tab)
- β A Meta Description (SEO tab)
- β Search engine visibility ON (page must NOT be hidden from search)
Cannot combine with Meta Ads
Meta Ads and Google Ads optimizations are mutually exclusive β they have conflicting requirements. Enable only one per page.
Adding Google Ads Conversion Trackingβ
For Google Ads conversion tracking (Google Tag), add it via the code slots:
- Page Settings β Codes tab.
- Paste your Google Ads conversion tag in Head (bottom).
- Paste the conversion event snippet in Body (top).
<!-- Example Google Ads conversion tracking (add to Head bottom) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-XXXXXXXXX');
</script>
Ad Destination URL Best Practicesβ
When using a page as a Google Ads destination:
- β Enable "This page is the destination URL for an active ad campaign" in the Optimizer tab
- β Ensure your page clearly relates to the ad copy
- β Page must load in under 3 seconds (check Page Speed tab)
- β Domain must match or relate to the display URL in the ad
- β Privacy Policy and Terms pages must be linked (configure in Features tab)
Troubleshootingβ
| Issue | Solution |
|---|---|
| Google disapproves the destination URL | Ensure page is indexed, has title/description, and loads fast |
| Conversion not tracking | Verify the tracking tag is in the correct code slot |
| Page hidden from search error | Disable "Hide page from search engines" in Features tab |