- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @renatoz28 - 4-8 hrs delay to reflect the analytics segment data available in Experience Cloud(ie: Adobe Target).
I would suggest you to create profile script to achieve the same. sample code below.
var freq = user.get("Impression") || 0;
freq+=1;
if (freq < 100)
{
return freq;
}