In this guide, youβll learn how to manually inspect and validate the Search Atlas pixel installation, and troubleshoot common issues reported in diagnostics.
π 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 is displayed on 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
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
β
β