So I have set my report suite in the extension configuration
as:%rsid%And then my data element is:Javascript variable name:
window.aaData.rsidAnd in the bottom of my page's html:var aaData = {
"rsid": "suite1,suite2"}Now when I go to the page I get:[Adobe
Analytics] Creating AppMeasurement tracker with these report suites:
""It appears that it initializes appmeasurement before my data layer has
loaded.Any ideas on how I could make it wait, or recheck the data layer?