Expand my Community achievements bar.

SOLVED

How to ingest data into edge network via WebSDk

Avatar

Level 1

Hi I currently doing a POC and have implemented adobe websdk javascript library and the configure tag. 

 

How do i see basic website events in AEP Data collection datastream 

 

Kind Regards

Daven

1 Accepted Solution

Avatar

Correct answer by
Level 1

Thank you it was due to a error in the schema setup . Once that was corrected and using the devtools in the console i managed to see the pay packet and data 

View solution in original post

2 Replies

Avatar

Level 2

 

Make sure the Adobe Web SDK is correctly added to your website.

  •  Confirm that the SDK is set up with the correct Data Stream ID.
  •  Look at the console in your browser's developer tools for any errors or issues.

Do some actions on your website to see if they trigger events.

  •  Click buttons, navigate around, or perform other activities on your site.
  • Open the Network tab in your browser’s developer tools to see if data is being sent to Adobe.

Log into Adobe Experience Platform to check if your data is showing up.

 

Use Adobe’s Experience Platform Debugger tool to check if your setup is working.

  • Get the Adobe Experience Platform Debugger extension for Chrome or Firefox.
  •  Open the Debugger tool to see if data is being sent to Adobe.

In Adobe Experience Platform, check that your events are appearing correctly.

  •  Look in the Reports or Analysis Workspace section.
  • Make sure the events you want (like page views and clicks) are showing up.

Avatar

Correct answer by
Level 1

Thank you it was due to a error in the schema setup . Once that was corrected and using the devtools in the console i managed to see the pay packet and data