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

dynamic variables vs. SDK

  • February 23, 2024
  • 1 reply
  • 807 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
New Participant
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
New Participant
February 23, 2024

Yes, the WebSDK