Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

API - Integration_Differents numbers

Avatar

Level 2

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

}

adobe.png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

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.