Chatbot report integration with Adobe analytics | Community
Skip to main content
May 18, 2022
Solved

Chatbot report integration with Adobe analytics

  • May 18, 2022
  • 1 reply
  • 941 views

Hello Folks,

 

We are using chatbox on our website. Now we are tracking data using Power platform(PVA). Now We can get all data with Adobe analytics and display it together. Can you help me in this scenario? 

 

Thank you

Best answer by aa_from_savoy

Hi @chirag2323 , I see two possible approches:

  • import the data in Adobe Analytics using Data Sources
  • implement some JS code in the website to track directly from the frontend into Adobe Analytics.

Bear in mind that, in the first case, you can't stitch the Analytics and the PVA data. Let me explain better. Imagine that you have a metric in PVA called "Chatbot open"; with data sources you can compare for example how many visitors you have in analytics and how many time the chat was opened, but you CAN'T create a segment with all the people that, for example, have seen page X and opened a chat. Why? Because the 2 platforms use different way to identify the visitor.

1 reply

aa_from_savoyAdobe EmployeeAccepted solution
Adobe Employee
May 20, 2022

Hi @chirag2323 , I see two possible approches:

  • import the data in Adobe Analytics using Data Sources
  • implement some JS code in the website to track directly from the frontend into Adobe Analytics.

Bear in mind that, in the first case, you can't stitch the Analytics and the PVA data. Let me explain better. Imagine that you have a metric in PVA called "Chatbot open"; with data sources you can compare for example how many visitors you have in analytics and how many time the chat was opened, but you CAN'T create a segment with all the people that, for example, have seen page X and opened a chat. Why? Because the 2 platforms use different way to identify the visitor.