Store Internal Link Click on main domain level in WebSDK | Community
Skip to main content
Level 2
March 5, 2026
New

Store Internal Link Click on main domain level in WebSDK

  • March 5, 2026
  • 1 reply
  • 12 views

Add the ability to store Internal Link Click information on main domain level.
AppMeasurement Activity map uses a cookie(s_sq) set on main domain level to store information about the click from previous page, page name, link, region. The corresponding feature with WebSDK, Internal Link Click, only offers to set this information in either local storage or session storage, both stores data on subdomain level. Result is that Internal Link Click tracking doesn't work across subdomains. If your site holds e.g. www.website.com and secure.website.com Internal Link Click tracking won't work across.
Would be ideal to be able to use a cookie for Internal Link Click tracking with WebSDK too. Sending Internal Link Clicks immeadiately and not use a grouping would duplicate the server calls and not an option.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 5, 2026

I suspect the shift to using SessionStorage was in response to the “anti-cookie crowd”….I agree, cookies would support flows between subdomains, but then for companies that shift between fully different domains (domainA.com > domainB.com) that information is still lost…

 

However, I am all for improved tracking, so I am upvoting.

kaush1889
Level 2
March 5, 2026

Agree. The suggested solution from my side will be to provide a choice for developers to shift to cookie approach keeping default to session storage.

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 5, 2026

Right, not a blanket change, but one that allows the developers to chose from options to support their needs.