Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

contextData variable syntax for javascript and non-javascript implementations

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Employee
5 Replies

Avatar

Level 3

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

Avatar

Level 9

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

Avatar

Correct answer by
Employee

Avatar

Level 3

Many thanks for your contributions