AdobeDocs / analytics.en

Collaborative technical documentation for Adobe Analytics
https://docs.adobe.com/content/help/en/analytics/analyze/home.html
MIT License
18 stars 107 forks source link

TRUE is not a JS primitive type #256

Closed loldenburg closed 1 year ago

loldenburg commented 1 year ago

Issue in ./help/implement/vars/config-vars/collecthighentropyuseragenthints.md

In the docs, it says to set the variable to TRUE. But that is not a JS primitive type. So is it supposed to be "TRUE" or true ? Maybe Adobe can make this explicit to avoid developers having to trial-and-error. s.collectHighEntropyUserAgentHints = TRUE

It would also help a lot if the expected changes to the HTTP requests to AA are documented here (which parameters will there be in addition?)

gigazelle commented 1 year ago

Thanks Lukas, I've addressed these points.

loldenburg commented 1 year ago

Thanks @gigazelle, are the parameters sent in order to be used by Adobe's processing engine in some form or is there maybe even a way to surface the values to the interface (e.g. via Context Data)?