To check technical indicators while the dashboard updates, follow these steps:
Check the Network tab in the browser to ensure the page sends tracking signals:
track/ includes the following values:204xhrstudio-analytics.jsCheck the drupal-settings-json script tag on the page to indicate that data will reach the dashboard:
Locate the drupal-settings-json script tag.
<script type="application/json" data-drupal-selector="drupal-settings-json">
{
"path": { … },
"pluralDelimiter": "\u0003",
"suppressDeprecationErrors": true,
"dataLayer": { … }
},
"mytheme": {
"script_path": "\/themes\/custom\/mytheme\/build\/scripts\/"
},
"searchstax": {
…
"analyticsUrl": "https:\/\/analytics-region.searchstax.com",
"analyticsKey": "[SEARCHSTAX_ANALYTICS_KEY]",
…
},
"user": { … }
}
</script>analyticsUrl and analyticsKey match the values in SearchStax.If this content did not answer your questions, try searching or contacting our support team for further assistance.
After the initial connection is established, analytics typically populate 24 hours after users perform searches.
To check technical indicators while the dashboard updates, follow these steps:
Check the Network tab in the browser to ensure the page sends tracking signals:
track/ includes the following values:204xhrstudio-analytics.jsCheck the drupal-settings-json script tag on the page to indicate that data will reach the dashboard:
Locate the drupal-settings-json script tag.
<script type="application/json" data-drupal-selector="drupal-settings-json">
{
"path": { … },
"pluralDelimiter": "\u0003",
"suppressDeprecationErrors": true,
"dataLayer": { … }
},
"mytheme": {
"script_path": "\/themes\/custom\/mytheme\/build\/scripts\/"
},
"searchstax": {
…
"analyticsUrl": "https:\/\/analytics-region.searchstax.com",
"analyticsKey": "[SEARCHSTAX_ANALYTICS_KEY]",
…
},
"user": { … }
}
</script>analyticsUrl and analyticsKey match the values in SearchStax.If this content did not answer your questions, try searching or contacting our support team for further assistance.