Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

How to capture events from digitalData object in adobe launch?

Avatar

Level 1

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"

      }

    }

  }

]

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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