Skip to main content

๐ŸŸข Debug an Incorrectly Installed Pixel

Fix visibility, domain, or script issues on customer websites

Updated this week

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

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

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

  1. Run a diagnostic scan in the customer dashboard. This checks for presence, visibility, and script consistency.

  2. Open the website in Incognito mode.

  3. Use Developer Tools (right-click > Inspect > Elements).

  4. Search for the Pixel UUID (use CMD+F or CTRL+F). This helps locate the script block or embedded tag.

  5. Confirm presence of both scripts:

    • One in Base64 (core logic)

    • One visible pixel with inline params

  6. Inspect attributes in the script tag:

    • id="sa-dynamic-optimization"

    • data uuid, src

    • Presence of flags like no-wp-rocket, nitro-exclude

  7. Verify correct src path in the script tag.

    • Especially for white-label clients, make sure the URL matches the assigned subdomain.

  8. Compare all data with what appears in the dashboard.

Look for discrepancies in attributes, structure, or values.

โš ๏ธ 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
โ€‹


โ€‹

Did this answer your question?