PROD Report suite data missing | Community
Skip to main content
New Participant
June 17, 2022
Solved

PROD Report suite data missing

  • June 17, 2022
  • 3 replies
  • 4110 views

Hi Team , 

 

We have a Issue,  Adobe production Report suite not collecting the date after succssful live . Where as same data collected in dev environment . We investigated everything looks fine like timesstamp , Currency code configured etc . But no idea how to debug further . Have raised support ticket got a suggestion as below ,

 

It looks like you're trying to use a non-existent 1st party cookie.
I got this by going to the page, opening the developer tools for the browser, and going to the console tab, and you see an error with the certificate.
Check to see which cookie you're using and that's likely the issue.

 

But we are not using any cookies as per the implementation .

 

any suggestion would be appreciated

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_

1. Check which adobe launch library is loaded in production. If you dev report suite is getting the data then either you did not configure correct report suite in adobe analytics extension or wrong environment is loaded in production for adobe launch. I believe if you type _satellite.environment you should see which environment is being loaded. Also check _satellite.property to make sure correct property is loaded. Finally check _satellite.buildInfo to check when the library was last build, should give you an indication is it is same timestamp as in adobe launch. All of the commands should be done in your browser developer console.

 

2. In the browser developer tools go to network tab and filter by b/ss. This should show you all adobe analytics requests. Notice that in the path of the adobe analytics server call you should see which report suite was used. The request should be successful

 

3. If request is being sent with correct report suite, I would advise you to extract raw data using data feed and look for exclude_hit column for your hits and see if it is being excluded for some reasons.

 

4. Are you trying to use a CNAME for your tracking server ? CNAME will require you to upload certificates on Adobe side and your side for it to work. If CNAME is not configured use the third party one: https://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/trackingserver.html?lang=en 

 

If you cannot find the root cause of issue, please provide URL of your site and we can have a look for you.

3 replies

Alexis_Cazes_
Alexis_Cazes_Accepted solution
New Participant
June 21, 2022

1. Check which adobe launch library is loaded in production. If you dev report suite is getting the data then either you did not configure correct report suite in adobe analytics extension or wrong environment is loaded in production for adobe launch. I believe if you type _satellite.environment you should see which environment is being loaded. Also check _satellite.property to make sure correct property is loaded. Finally check _satellite.buildInfo to check when the library was last build, should give you an indication is it is same timestamp as in adobe launch. All of the commands should be done in your browser developer console.

 

2. In the browser developer tools go to network tab and filter by b/ss. This should show you all adobe analytics requests. Notice that in the path of the adobe analytics server call you should see which report suite was used. The request should be successful

 

3. If request is being sent with correct report suite, I would advise you to extract raw data using data feed and look for exclude_hit column for your hits and see if it is being excluded for some reasons.

 

4. Are you trying to use a CNAME for your tracking server ? CNAME will require you to upload certificates on Adobe side and your side for it to work. If CNAME is not configured use the third party one: https://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/trackingserver.html?lang=en 

 

If you cannot find the root cause of issue, please provide URL of your site and we can have a look for you.

New Participant
June 21, 2022

@alexis_cazes_  @yuhuisg  Thanks for the Brif explanation it's Really Helpful .

 

I have verified all the scenario and somehow data is getting PROD report Suite. But it doesn't look like any of the evars/props are populated in Workspace , the out of the box data is coming in .

 

Note : We dont have any access related issue. Have all required Permission.

 

 

Pablo_Childe
New Participant
June 21, 2022

This leads me to believe that those props and evars may not have been defined or on in prod.

 

Can you check in Admin section report suites, are the props and evars defined? and enabled as on?

yuhuisg
New Participant
June 18, 2022

Are you saying that in your live website, the tracking data is going to your dev report suite instead of your prod report suite?

New Participant
June 18, 2022

@yuhuisg  No Dev environment taraking looks good Dev Report suite . But PROD data collection having issue .

yuhuisg
New Participant
June 19, 2022

Can you share your website URL?

Pablo_Childe
New Participant
June 17, 2022

Check #1 did you use correct header footer code for DEV vs PROD.

 

DO you happen to use this in your code base?

var s_account ='YOURDOMAIN'

This could make your data be directed to wrong RSID.

 

 

The network debugger is typically the way to go though there see what is being sent in beacon output.

New Participant
June 17, 2022

@pablo_childe  header and footer scirpt has been placed correctly . No issue found with the script 

Pablo_Childe
New Participant
June 17, 2022

ok this may sound totally counter intuitive. Can you code in launch to main Adobe extension script, make an edit, save then undo edit and save then republish.

 

Sometimes it can be a weird thing like this to refresh a pushing cache error.