Adobe Launch Migration Custom code | Community
Skip to main content
Luca_Lattarini
New Participant
July 22, 2020
Question

Adobe Launch Migration Custom code

  • July 22, 2020
  • 0 replies
  • 798 views

Hello everyone,

 

I am analyzing the migrated custom code from DTM to Launch. I would like to ask you information about these two codes

 

1)

 if (digitalData.hasOwnProperty("_dtm")) {
delete digitalData._dtm;
}

 

2)

digitalData._dtm.linkLabel = linkLabel;
digitalData._dtm.linkEvents = linkEvents;
digitalData._dtm.partner = {};

 

Basically this is custom code for Form Submission and my question are 1) shall i replace/eliminate point 1)? 2) Shall I change digitalData._dtm.....? 3) By using s.tl() for  Send Beacon, Link Type= Custom Link must be linked to digitalData._dtm.linkEvents or digitalData._dtm.linkLabel ?

Thanks

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