Angular 4 -Integrate Dynamic Tag Management | Community
Skip to main content
May 23, 2018

Angular 4 -Integrate Dynamic Tag Management

  • May 23, 2018
  • 2 replies
  • 3729 views

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();

}

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

2 replies

Rudi-Shumpert
Adobe Employee
Adobe Employee
May 25, 2018

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.html

jantzen_b
Adobe Employee
Adobe Employee
May 25, 2018

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.