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.

Angular 4 -Integrate Dynamic Tag Management

Avatar

Level 1

Hi,

    How to integrate DTM in Angular 4 project?

I would like to pass page names like below to my adobe report suite

function record(pageName){

  var s = s_gi(suiteId);   //Give repost suite id (Eg: Read it from properties file)

  s.pageName = pageName;

  s.prop1 = "store somevalue"

  s.t();

}

2 Replies

Avatar

Moderator

Have you seen the reference implementation guides?  There is one for angular.

Adobe Launch Reference Implementation Guides:  https://helpx.adobe.com/experience-manager/kt/integration/using/launch-reference-architecture-guides...

Avatar

Employee

The title of your question indicates you are deploying DTM but the question is posted in the the Launch community. If you are working on a new deployment, I'd strongly recommend looking into Launch. DTM is considered a legacy product at this point with no new features being added. Launch is Adobe's new tag management solution and we're recommending all customers start using Launch.

As Rudi pointed out, Launch has some great reference implementation guides created that should help you with deployment.