Working with Adobe Analytics Data Feed on data platforms
I hope I can explain this issue clearly, so I can get some feedback if it is possible.
We are sending our Adobe Analytics data to a data platform. The important point here is that we have 3 servers/domains for every market that are tracked in the same Report Suite.
When I build a table in Workspace, and e.g. I check visits to country X on the 1st of August - I will see 150.000 visits. If I query the same data in the data platform (from Adobe Analytics feed), I will see 170.000 visits.
This is because Adobe knows that some visits are cross-platform, and counts them as 1 visit. However, using the data from the data feed, we just count unique values like this:
count(distinct POST_VISID_LOW||POST_VISID_HIGH||VISIT_NUM||VISIT_START_TIME_GMT) AS Count_VISIT_ID
and ofc there are cases where some visits are double-counted.
Is there a way to avoid this? Maybe add some other information to the concatenated VISIT_ID?
Thank you in advance,
Kate