contextData variable syntax for javascript and non-javascript implementations | Community
Skip to main content
New Participant
October 16, 2015
Solved

contextData variable syntax for javascript and non-javascript implementations

  • October 16, 2015
  • 5 replies
  • 3508 views

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

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 bbythewa

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

5 replies

New Participant
October 16, 2015
New Participant
October 16, 2015

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

New Participant
October 16, 2015

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

bbythewaAccepted solution
Employee
October 16, 2015
New Participant
October 16, 2015

Many thanks for your contributions