Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
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.