srinivaskiranp
7 years agoGuide
web tracking
how can we add or modify LITHIUM.CommunityJsonObject.WebTracking, means can i add new variables in LITHIUM.CommunityJsonObject.WebTracking.
LITHIUM.CommunityJsonObject.WebTracking="Value"
now if the value is a object like below then is the double quotes required.
example var obj = {key1: value1};
You can also pass the key-value pair like this
LITHIUM.CommunityJsonObject.WebTracking={key1: "value1"}