Expand my Community achievements bar.

Audience Updates via I/O API Not Visible in Target

Avatar

Level 1

I have just been experimenting with an automation workflow which will allow me to updated an audience via the Adobe I/O API (https://mc.adobe.io/{{tenant}}/target/audiences). But I am getting inconsistencies between what I get from the API and what I see inside Target – I have not even begun to dissect what  audience gets delivered to the page... You can see here when I begin that I am accessing a specific ID and this reflects what I can see in the UI of Target

1802798_pastedImage_1.png

1802799_pastedImage_2.png

I then use my scripts to send an update to modify the audience as below. You can see the response from the PUT reflects the changes I have made. And I would expect that the Audience that I just updated should now be reflected in the Target UI, but as you can see, it isn't.

1802800_pastedImage_3.png

1802801_pastedImage_4.png

Now if I use the GET audience method again, I can  clearly see that the audience is up to date. Notice the modified data... it is identical to my original PUT

1802802_pastedImage_5.png

If I go back and save the audience again it will revert to the original and that is where the problem is. I do not want to be in a situation where the Audience being viewed from within the UI is different from what will be called from the edge server I am connected to (if that is even what is happening).

Am I just expecting too much for this data to keep in sync or am I seeing and issue which needs to be addressed through support ticket.

Any one experienced this?

Help would be greatly appreciated!

Is this even the right forum

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 4

Hi Chris,

Target UI polls for any external updates to audiences every 10mins. The import job also triggers if audiences UI page is opened but import might still not be finished and you may see stale results for a while. You may want to wait about 10-15 minutes after you update the audience via the API before you see the change reflected in the UI.

Avatar

Level 1
I have the some issue, i have waited more then 24h but no changes was reflected in the UI

Avatar

Level 1

Thanks for the reply, I have been out of office for a while but currently I still see the old detail in 'endsWith'. This does not seem to be a polling/caching issue. I also tried to use a private browsing session which just gave me the same result.