Hello.
Here are 2 more or less relevant forum questions :
Question
and Question it relates to
Description
we are running the query to pick up conversations SYNCHRONOUSLY and ASYNCHRONOUSLY for comparison.
Please correct us if we're wrong,
- With sync we can call any data in the past (apart archive limitations) and get data same quality as if we have requested it for the same day we are extracting it.
- With Async data is more complete and with attributes (directly in a bulk) + some naming differences. Overall fuller data BUT available only 24 hours past the end of the day it requested for.
With this in mind we thought that querries that are OK sync should be OK async.
Apparently not.
- In general conversation Details query, if requested by interval and, for example "mediatype" as segment Filter and interval being 1 day -> Sync and Async(if possible) work. both give results. Job executes fine also
- if you add condition segmentEnd matches same day as the interval : Sync works with no problems and Async job FAILS.
Can you please comment on how it is possible ?
we ran other tests replacing segmentEnd with wrapup - exists : sync and async both OK
Segment End , that we need to make do async as well does not want to provide us as it says querry has some sort of cunfusion
Thanks in Advance
Roman