Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee
5 Antworten

Avatar

Level 9

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

Korrekte Antwort von
Employee

Avatar

Level 3

Many thanks for your contributions