How to remove click tracking in adobe analytics?

by rusty.rosenbaum , in category: SEO Tools , 6 months ago

How to remove click tracking in adobe analytics?

Facebook Twitter LinkedIn Telegram Whatsapp Pocket

1 answer

Member

by susan , 6 months ago

@rusty.rosenbaum 

To remove click tracking in Adobe Analytics, you will need to modify the tracking code on your website or app. Here are the steps to remove click tracking:

  1. Log in to your Adobe Analytics account and navigate to the Admin section.
  2. Under the Report Suites tab, select the report suite that you want to modify.
  3. Click on Edit Settings for the selected report suite.
  4. In the General section, scroll down to find the Tracking Code box.
  5. Locate the line of code that tracks click events. It may look something like this: s.trackClickMap() or s.tl(this,'o','Link Click').
  6. Comment out or remove this line of code. If you prefer to comment it out, add "//" at the beginning of the line. Example: //s.trackClickMap() or //s.tl(this, 'o', 'Link Click').
  7. Save the changes to the tracking code and implement it on your website or app.
  8. Test the site or app to ensure click tracking has been removed successfully.


Keep in mind that modifying the tracking code can have implications on the data you collect in Adobe Analytics. It is advisable to consult with your analytics team or experts before making any changes.