Thanks @davidcreason I am doing something wrong, because I do not see a Tealium event being triggered despite creating the Javascript Code Extension. When I click on the EditEnrollmentCode button, I should be to see the value of utag.link.event_label in my Chrome Developer Tools console, but I see "undefined". I am doing something fundamentally wrong here, I suppose. I have no Javascript code in my web components. The only thing I have done is embed the javascript from Code Center into my index.html. Then I define the Javascript Code Extension in the TealiumIQ console, as per your instructions. The pages are built with Angular 5. There is already a coding based approach done in the past, and the code still remains there, for other events. The code looks like this : this.tealium.link('Continue-ReviewApplication'); I am trying to not insert this type of code in evey place I need a Tealium event triggered. What am I doing wrong ? Thanks, Anand
... View more