Hi SiteCatalyst experts
I would appreciate if anyone can give me the contextData variable syntax for javascript and non-javascript implementations. I'm aware of the below syntax but not sure if it's for javascript or non-javascript implementation syntax?
s.contextData['Download Name']="download name";
Regards
Sid
Solved! Go to Solution.
Views
Replies
Total Likes
Here are a few that I am aware of:
iOS 4.x SDK:
https://marketing.adobe.com/resources/help/en_US/mobile/ios/states.html (see Sending Additional Data section)
Android 4.x SDK:
https://marketing.adobe.com/resources/help/en_US/mobile/android/states.html (see Sending Additional Data section)
Windows Phone 8 AppMeasurement 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/wp8/index.html#Context_Data
Windows RT AppMeasurement 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/winrt/context_data.html
Mac OSX AppMeausrment 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/osx/#Context_Data
Views
Replies
Total Likes
That syntax is for the JavaScript and Flash/Flex/AIR implementations.
http://microsite.omniture.com/t2/help/en_US/sc/implement/context_data_variables.html
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/flash/oms_sc_appmeasure_flash.pdf
Views
Replies
Total Likes
Hi Josh,
Many thanks for sharing the links but I can only see the syntax similar to the one below, which looks like for javascript implementation:
s.contextData['myco.rsid'] = 'value'
Can't find any syntax for non-javascript implementations I'm afraid.
Regards,
Sid
Views
Replies
Total Likes
Hello Sid,
Adobe Analytics has coding examples for many different technologies, and indeed, is capable of receiving data from virtually anything that is capable of making a request to their server. So, perhaps you can be more specific than "non-javascript"?
Here is a listing of what they offer:
http://microsite.omniture.com/t2/help/en_US/reference/developer.html
Views
Replies
Total Likes
Here are a few that I am aware of:
iOS 4.x SDK:
https://marketing.adobe.com/resources/help/en_US/mobile/ios/states.html (see Sending Additional Data section)
Android 4.x SDK:
https://marketing.adobe.com/resources/help/en_US/mobile/android/states.html (see Sending Additional Data section)
Windows Phone 8 AppMeasurement 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/wp8/index.html#Context_Data
Windows RT AppMeasurement 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/winrt/context_data.html
Mac OSX AppMeausrment 3.x SDK:
http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/osx/#Context_Data
Views
Replies
Total Likes
Many thanks for your contributions
Views
Replies
Total Likes