Skip to main content

Common Issues Impacting Script Verification in the Dashboard

The built-in script verification tool serves primarily as a convenience to assist with the installation process. Importantly, the script will automatically verify itself the moment it transmits the first byte of data, making manual verification a helpful but not mandatory step.

When attempting to verify your script using the dashboard, you might encounter some hurdles that can prevent successful verification. Two of the most frequent issues are: Additional issues include duplicate scripts on the homepage, script placement inside iframes, and cookie consent problems.

Common verification issues can arise from various factors, including technical misconfigurations and platform-specific limitations. Understanding these issues is key to resolving them effectively.

Redirects

If your URL undergoes a redirect, it can remove the query string that's crucial for the verification process. This absence will lead to a verification failure. It's essential to ensure that the URL used for verification remains stable without any redirects that might strip away necessary parameters.

Domain Structure

The distinction between top-level domains and subdomains plays a significant role in script verification. For instance, if your script is intended for a top-level domain like rb2b.com, but you've installed it on a subdomain such as app.rb2b.com, the verification process might not succeed. This discrepancy occurs because the verification tool checks for the script on the top-level domain (rb2b.com) rather than the subdomain where it's actually installed. However, it's important to note that while this may affect verification, your script will still function correctly on the subdomain.

To address these challenges, it is essential to follow structured troubleshooting steps that target specific issues such as duplicate scripts, iframe placement, and cookie consent settings.

Solution: Manual Script Functionality Check

A quick way to tell whether your script is operational, simply check if user profiles are being collected. If you observe profiles being gathered, your script is functioning correctly and you're ready to proceed. Additionally, inspect your homepage’s source code for duplicate scripts, ensure the script is placed in the <head> tag, and verify that cookie consent settings are not blocking the script.

Did this answer your question?