There's another need that we are seeing is to push data from AJO to AEP as events. The best way to deal with this will be to manage via Events API in an unauthenticated way. Utilizing the same analytics schema will be a challenge and not all events are analytics data. I love the way the data stream ...
@AnandKC, can you please highlight which activity is not getting captured on the debugger?
To set up props & evars - I recommend you look at the Adobe Launch implementation guide - https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/evar.html?lang=en
@yuhuisg
Setting to Strict will block cookie sharing.Setting to LAX will be a good option If setting to None, ensure that the cookie is set to secure
Here are some references:
https://experienceleague.adobe.com/docs/id-service/using/intro/cookies.html?lang=en#section-15f69c0bac394b4b9966a23fbc586...
Hi @gigi_jin, using batch id, get the list of file ids
https://developer.adobe.com/experience-platform-apis/references/data-access/#tag/Data-Access/operation/listDatasetFiles
And then using file id retrieve the csv file - https://developer.adobe.com/experience-platform-apis/references/data-access...
Hi @udvbia,
You can retrieve the list of batches based on dataset id, timestamp, etc. Please check the catalog service - https://developer.adobe.com/experience-platform-apis/references/catalog/#tag/Batches/operation/listBatches
Hope this helps!
Thanks,
Chetanya
@SundarSritharan what is the goal that you are trying to achieve? Also, what's the reason for not using export segment job?
Did you look at this - https://experienceleague.adobe.com/docs/experience-platform/segmentation/tutorials/evaluate-a-segment.html#export?
@digitalNick for #1, are you setting Person ID as "Identity Map"? If not, then you should set that and see if you still see missing records.
Also, when the emailId is received for some requests - make sure the email is set as part of the identity map.