API - Integration_Differents numbers | Community
Skip to main content
Level 2
May 10, 2018
Solved

API - Integration_Differents numbers

  • May 10, 2018
  • 4 replies
  • 3816 views

Hello everyone, everything good?

I made a request and I had a question regarding the values that the request brought.

Comparing the values of adobe analytics with the data from the json file has a small difference.

Can anyone explain why it has this difference? Is the query wrong?

Look in the picture we have in Busca Orgânica 1,272,828 and in the json we have 1,272,869

Query

{

"reportDescription":{

"reportSuiteID":"it-itau",

"dateFrom":"2018-01-01",

"dateTo":"{date.today}",

"dateGranularity":"month",

"segment_id":"s5660_5aeb308e5622eb590e6b9190",

"metrics":[

{"id":"visits"}

],

"elements": [

{"id":"lasttouchchannel"}

],

"sortBy":"visits"

},

"validate":true

}

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 Gigazelle

Your difference is the date range in combination with the segment. If a visit spans midnight, then matches your segment on Feb 1, it will be included in your API call but not your workspace project.

This is such a negligible difference though, so it is not anything to worry about.

4 replies

Level 2
May 10, 2018

BobLevine​ Can you help me?

BobLevine
Level 6
May 10, 2018

No

Level 2
May 10, 2018

Ok, thanks.

Gigazelle
Adobe Employee
GigazelleAdobe EmployeeAccepted solution
Adobe Employee
May 22, 2018

Your difference is the date range in combination with the segment. If a visit spans midnight, then matches your segment on Feb 1, it will be included in your API call but not your workspace project.

This is such a negligible difference though, so it is not anything to worry about.