Expand my Community achievements bar.

Adobe Experience Platform Web SDK Redirect with Identity should not open the page directly in the current window

Avatar

3/15/23

Issue: The Adobe Experience Platform Web SDK extension with the Redirect with Identity Action Type changes the original behavior of the link click. For example, if your link was supposed to open in a new tab, the current Adobe code will open the destination link directly in the current window, which impact the user experience, not great at all!

adobe.png

Solution: Adobe should offer to their clients the choice of how the Adobe Experience Platform Web SDK extension with the Redirect with Identity Action Type should behave. Such as Google Tag Manager where we have several options:

  1. AutoLink Domains: Once all domains are defined by default GTM will append a query string to the destination URL (instead of opening the link directly in the current window)
  2. Use Hash as Delimiter (optional): If we want to track the google id as an hash tag ‘#’ instead of query string.
  3. Decorate Forms (optional): If we have a form which migrates the user to other sites, on submitting. This field should be set to TRUE.

 

gtm.png