Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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