Hi @JettyRo
There potentially may be a delay between the ingestion and when the counts would match up. In the UI, you are checking in the monitoring section, correct? Also, about how long has it been since the data was ingested?
Hello @mohit_khare
Yes, the segment definition API does pull if there are dependencies. This is the path: https://platform.adobe.io/data/core/ups/segment/definitions/:SEGMENT_IDPlease see the screenshot
Hi @Harveer_SinghGi1
I can confirm the update is done 1x per day. As for the timing, that I am not sure and my best guess would be that it could be different across organizations. Would most likely be best to reach out to your Adobe Support rep for that info.
Sorry @Pradeep-Jaiswal I’m not very familiar with this then I’m afraid. I do see here that the refresh token will not always be provided.
Once you have fetched the access tokens for a user you may also be provided a refresh token in the response. A refresh token is only presented when the offline_...
Hi @Pradeep-Jaiswal
That is the same POST call I would make to retrieve a new token. Do you have your post script set as this below?
var data = JSON.parse(responseBody);
if (data.access_token) {
pm.environment.set("ACCESS_TOKEN", data.access_token);
} else {
console.log("Unable to acquire...
Hello @Pradeep-Jaiswal
Access to that API has restrictions. Please reference this doc for information on how to access.
https://experienceleague.adobe.com/en/docs/experience-platform/profile/computed-attributes/api