In this guide, youโll learn how to manually inspect and validate the Search Atlas pixel installation, and troubleshoot common issues reported in diagnostics.
๐ What to do
๐ What to do
Use your browser's Developer Tools to locate and validate the presence and configuration of the pixel on the customerโs website.
โ
๐ Why it matters
๐ Why it matters
An incorrectly installed pixel can block pageviews, conversions, or dynamic optimization features. Validating the install ensures reliable performance and accurate reporting.
๐ ๏ธ How to do it
๐ ๏ธ How to do it
Run a diagnostic scan in the customer dashboard. This checks for presence, visibility, and script consistency.
Open the website in Incognito mode.
Use Developer Tools (right-click > Inspect > Elements).
Search for the Pixel UUID (use CMD+F or CTRL+F). This helps locate the script block or embedded tag.
Confirm presence of both scripts:
One in Base64 (core logic)
One visible pixel with inline params
Inspect attributes in the script tag:
id="sa-dynamic-optimization"
data uuid, src
Presence of flags like no-wp-rocket, nitro-exclude
Verify correct src path in the script tag.
Especially for white-label clients, make sure the URL matches the assigned subdomain.
Compare all data with what appears in the dashboard.
Look for discrepancies in attributes, structure, or values.
โ ๏ธ Common mistakes to avoid
โ ๏ธ Common mistakes to avoid
โ Searching in the wrong part of the DOM (pixel may appear in <body>)
โ Overlooking missing attributes
โ Ignoring domain mismatches for white-label accounts
โ Assuming diagnostic scans validate firing (they donโt)
๐ก Pro Tip
๐ก Pro Tip
For sites using Nitro, WP Rocket, or caching plugins, double-check for suppression attributes like no-wp-rocket
. These prevent script delays or removals.
โ Once done
The pixel should be traceable, structurally accurate, and the diagnostic alert should clear. Tracking and optimization should resume normally.
๐ Useful Official Resources
โ
โ