コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

s_code settings

Avatar

Level 1

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

1 受け入れられたソリューション

Avatar

正解者
Level 10

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 返信

Avatar

正解者
Level 10

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

Avatar

Level 5

Hi

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

 

Regards

Devinder

Avatar

Level 5

Hi

Please  verify the configured values of variable using packet sniffer.

 

Regards

Devinder