How to capture events from digitalData object in adobe launch? | Community
Skip to main content
sathyav59756997
August 22, 2019
Solved

How to capture events from digitalData object in adobe launch?

  • August 22, 2019
  • 1 reply
  • 2568 views

Hi Team,

I am new and a very beginner to adobe launch and i am confused in implementing event analytics in adobe launch. I have digitalData object with events like shown below.. How i need to capture all these events and push to adobe launch? Kindly share me the documentation reference URL to implement from scratch. That should be very helpful.

digitalData.event =

[

  {

    "eventInfo": {

      "eventName": "From Component",

      "eventAction": "Content Click",

      "eventLabel": "label name",

      "type": "click",

      "timestamp": 1566513244361

    },

    "attributes": {

      "target": {

        "class": "link",

        "text": "submit",

        "action": "click"

      }

    }

  },

{

    "eventInfo": {

      "eventName": "From Component2",

      "eventAction": "Content Click",

      "eventLabel": "new label name",

      "type": "click",

      "timestamp": 1566513244361

    },

    "attributes": {

      "target": {

        "class": "link",

        "text": "lorem",

        "action": "click"

      }

    }

  }

]

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

Consider using the Data Layer Manager extension for the event based data layer.

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
August 23, 2019

Consider using the Data Layer Manager extension for the event based data layer.