Can't we use _satellite.setVar with this approach? | Community
Skip to main content
Level 3
November 9, 2016
Solved

Can't we use _satellite.setVar with this approach?

  • November 9, 2016
  • 1 reply
  • 2175 views

Hi,

I tried using _satellite.setVar("xxxxx.userid", value-here) using period(dot) in the data element name but it didnt work(ie: not able to send the value to an eVar/prop/read the value in the console)  so i tried to avoid using dot in the data element name and used hyphen(-) instead of dot(.) like this _satellite.setVar("xxxxx-userid", value-here") and it works fine.

Anyone faced this issue earlier? not sure, if this is an issue with Adobe DTM?

Thanks

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

Hi,

We have seen issues in the past when periods were used in various areas of DTM. We definitely recommend staying away from as many special characters as possible in your naming conventions. If you need to use them, underscores and hyphens are typically fine. I typically just use upper and lowercase letters to name data elements (IE: UserID, PageName, PurchaseAmount).

 

Happy Tagging,

Jantzen

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
November 9, 2016

Hi,

We have seen issues in the past when periods were used in various areas of DTM. We definitely recommend staying away from as many special characters as possible in your naming conventions. If you need to use them, underscores and hyphens are typically fine. I typically just use upper and lowercase letters to name data elements (IE: UserID, PageName, PurchaseAmount).

 

Happy Tagging,

Jantzen