Expand my Community achievements bar.

Announcement: Calling all learners and mentors! Applications are now open for the Adobe Analytics 2024 Mentorship Program! Come learn from the best to prepare for an official certification in Adobe Analytics.
SOLVED

Disabling s_objectID onclick

Avatar

Level 1

Our website uses the same implementation of Adobe Analytics on multiple stacks. On the newest stack, every A HREF on the page is getting onclick="s_objectID=[targetURL]" added to the DOM. It creates problems with Angular 2/Universal.

What's the easiest way to disable this?

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hello,

   Looks like the code 

onclick="s_objectID=[targetURL]"

is being set by your application code. You might need your development team to alter anything around this.

This link https://marketing.adobe.com/resources/help/en_US/sc/implement/s_objectID.html may help you further.

Regards,
Saurabh Kumar.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

Hello,

   Looks like the code 

onclick="s_objectID=[targetURL]"

is being set by your application code. You might need your development team to alter anything around this.

This link https://marketing.adobe.com/resources/help/en_US/sc/implement/s_objectID.html may help you further.

Regards,
Saurabh Kumar.