s_code settings | Community
Skip to main content
October 16, 2015
Solved

s_code settings

  • October 16, 2015
  • 3 replies
  • 1149 views

Hi,

I'm restricted to using the legacy s_code Javascript library. I've generated the code inside the Omniture web interface (Admin/Code Manager), so:

- s_account got set to that certain suite

- s.visitorNamespace and s.trackingServer got set as well

I'm getting 200 HTTP response codes when I post data to the server, but still not seeing any data coming through in Omniture (I've been sending a bunch of times, over the past few days).

Is there any other configuration that I need to set in my code? I'm a bit confused, as 200 responses should mean all is fine. Any help greatly appreciated.

Thanks,

Alex

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 Alexis_Cazes_

Hi Alex,

 

1.Make sure the right report suite is listed in the image request : The format of image request should be http://trackingserver/b/ss/report suite Id/.....

2.Check if the parameter ts= is present in image request, if it is the image request is timestamped. Call clientcare and check if you report suite is set to receive timestamped image request. You can either send timestamped or not timestamped and the report suite needs to be configured accordingly.

3.Make sure that there is no ip exclusion for your ip

4.Make sure you are not sending only context data as processing rules are required

5.Make sure bot rules do not filter out your data.

Best regards.

 

Alexis Cazes

3 replies

Alexis_Cazes_
Alexis_Cazes_Accepted solution
October 16, 2015

Hi Alex,

 

1.Make sure the right report suite is listed in the image request : The format of image request should be http://trackingserver/b/ss/report suite Id/.....

2.Check if the parameter ts= is present in image request, if it is the image request is timestamped. Call clientcare and check if you report suite is set to receive timestamped image request. You can either send timestamped or not timestamped and the report suite needs to be configured accordingly.

3.Make sure that there is no ip exclusion for your ip

4.Make sure you are not sending only context data as processing rules are required

5.Make sure bot rules do not filter out your data.

Best regards.

 

Alexis Cazes

devinderbanga
October 16, 2015

Hi

Please verify the configured variable in the debugger starting from the set "report suite ID" , etc.

 

Regards

Devinder

devinderbanga
October 16, 2015

Hi

Please  verify the configured values of variable using packet sniffer.

 

Regards

Devinder