dynamic variables vs. SDK | Community
Skip to main content
RobertBlakeley
Community Advisor
Community Advisor
February 23, 2024
Question

dynamic variables vs. SDK

  • February 23, 2024
  • 1 reply
  • 822 views

I currently set page name into an evar with a dynamic variable. D=pageName. Using a dynamic variable allows me to capture up to 240 characters in the page name evar, as opposed to 100 characters if I simply copied the page name into the evar.

The SDK apparently does not support dynamic variables. How would I accomplish the same outcome with the SDK?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

leocwlau
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 23, 2024

Hi @robertblakeley, suppose you are talking about WebSDK, where you can use the Datastreams to map any incoming XDM attribute to multiple destinations.

RobertBlakeley
Community Advisor
Community Advisor
February 23, 2024

Yes, the WebSDK