@SahuSa1 It usually means that AEP is not able to evaluate the consent condition. I recommend using the Policy Service API to manually evaluate which profiles match the condition.
@Michael_Soprano AEP does not enforce labels/tags automatically, labels are used in conjunction with data usage policies to restrict usage. You need to define a data usage policy in Data Governance like: Audiences tagged as C4 or C7 must not be activated to destinations labeled as 'Onsite Personaliz...
@Michael_Soprano In my understanding, If a field in your batch data doesn't meet the schema requirements (like wrong format, pattern, or data type), the entire batch will fail. (Note: It is true only if the issue is with required fields OR identity fields that will block the batch, partial ingestion...
@krishna_manoharare Seems Adobe Qualified - Adobe Experience Platform certification is no longer available.It was a combination of Exam "AD0-E600" & "AD7-E601". Ref Page: https://experienceleague.adobe.com/en/docs/certification/program/hidden/aep-e-foundations#_blank
As adobe now moved to new cer...
@gautham_madala The Web SDK automatically tracks clicks on <a> and <area> elements inside open Shadow DOMs. However, clicks inside closed Shadow DOMs are not tracked, as their internal structure is hidden from JavaScript code operating outside the component. You may want to implement custom solution...
@VivekVe1 In short yes, using the same launch property on the subdomain is first step. You will then need to ensure subdomain and domain using same visitor id (ECID) to identify users else your subdomain user visit will inflate visitor count and thus visits. @KumarRishii suggested few steps on usin...
@SantoshRa5 Short Answer - Yes, calculated fields are super handy but using calculated fields in your dataflow mappings mainly when you're working with large files, can impact ingestion performance depending on how complex the logic is. However, AEP is designed to handle such workloads.
A few bes...
@KevLa1 It is possible the rule did not have enough time to fire before the new page loads. Try checking the box within the rule identifier indicating ‘Delay link activation’. A delay keeps the activated link from loading until the rule has fired.
Note: This setting is only effective on actual link,...
@BrandonFa6 I see you are using OR condition, in that case, the Audience Evaluation on Audience B (in your example: Brandon Graeme Test Audience #4.4 TWC25E_250601 NEW SEEDS) will only return its count as Audience A (EMID NEW All Seed Profiles) has not yet been evaluated.
In other words, OR conditi...
@Michael_Soprano Yes, you can definitely connect external tools to Adobe’s Observability API. Can use tools like Datadog, Azure Monitor, Workbook, logic app Splunk, Grafana etc. by pulling metrics via scheduled jobs, serverless functions.