Hello, after integrating AEM with Analytics I can't see the data in Analysis Workspace.
What I'm sending to Analytics is the pageName. I can see that in debugger the pathname is shown in the pageName variable, also, when I use /ss in the console network I can see the pageName value as well.
But when I check the Report Suite that I'm using for Stage there is nothing there. Any help is appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
I opened a ticket and this configuration solved the problem:
Now data is showing in the Report Suite:
Views
Replies
Total Likes
Verify that you are using the correct report suite in your Analytics extension.
Double-check that the report suite ID used in your /b/ss network request matches the ID of the report suite that you're using in your Analytics reports.
Views
Replies
Total Likes
Yeah, I'm using the right Report Suite. The tag that is in the page matches the Staging Report Suite.
Data Collection:
AEM:
Analysis Workspace:
Views
Replies
Total Likes
No no, you're still referring to your Launch / Tags setup. I'm referring to your Analytics setup.
In your last screenshot, I see that you're running a report from the "Koerber (Stage)" report suite, indicated by the dropdown at top-right of your screenshot. That is the report suite that you need to use in your Analytics extension inside Launch / Tags.
So first question: have you added the Analytics extension to your Launch / Tags property? And if so, have you set it with the appropriate report suites, in particular using your "Koerber (Stage)" report suite with the Analytics staging environment?
Reference: https://experienceleague.adobe.com/docs/analytics/implementation/launch/overview.html?lang=en
Views
Replies
Total Likes
Yes. In the first picture from my reply I'm showing the Report Suites used in the Analytics extension. The Report Suite ID for "Koerber (Stage)" is koerber-stage.
Views
Replies
Total Likes
Oh, sorry, I missed that first screenshot.
Hmm... it's strange that your report suite ID is "koerber-stage". With my clients, the first few letters of the report suite ID is usually the abbreviation / acronym of the organisation name.
In the Analytics extension's report suite settings, you can click the dropdown to select a report suite ID. Did you use that method to choose your report suite? Or did you type "koerber-stage" manually?
Views
Replies
Total Likes
No problem.
I used the dropdown to select each report suite. The Report Suite ID that appears in debugger is this one:
Also, I forgot to mention that this is a SPA implementation using React.
Views
Replies
Total Likes
It shouldn't matter that your website is developed in React.
Please check 2 other things:
Views
Replies
Total Likes
No error appears in my console. In console network I can see the request with a 200 status.
Views
Replies
Total Likes
Hmm... this is weird. So the data is being sent to AA, yet AA is not reporting on that collected data.
Do you use Processing Rules in your report suite? If so, could there be any rules that are accidentally overwriting your collected data?
If you have enabled bot blocking in your report suite, try disabling that too and see if that helps.
You mentioned that this is happening with your Staging report suite. But you also collect data in your Development report suite too, based on your earlier screenshot. Do you see data in that Development report suite?
Views
Replies
Total Likes
I opened a ticket and this configuration solved the problem:
Now data is showing in the Report Suite:
Views
Replies
Total Likes
Aha! Thanks for sharing. I don't normally deal with that report suite setting, so I didn't think about that.
Views
Replies
Total Likes