Hello,I 'm sending the adobe page name , one on page load and another on a success api call, in the same page.But in the adobe tracking tool i only see a single page name under Report Suite(s) column, [xyz-TAG-1].but under the network section i see 2 columns where i see the 2nd TAG in Page Name cou...
When I configure a new source connection (blob) from Adobe experience platform, I would like to implement a connection string from Azure Key Vault instead of using a hardcoded connection string.Currently, our existing Adobe system is using a hardcoded connection string. Does adobe support this featu...
Hi Adobe Community, I need to bring in a new table in AEP that doesn't contain any of our primary identifiers (table A). So, the plan is to bring it in as a lookup table. However, the only field that I can link this new lookup table to in my system is a field that is already in a lookup table (tab...
I have a scenario to overwrite existing AEP RTCDP profile attribute with a null using upsert data ingestion Example:profile- FN: test, LN: test 2, City: NY replace City with nullexpected profile- FN- test, LN: test2 I tried with data prep mapping iif((upper(FN)).equalsIgnoreCase("TEST"), nullify, Ci...
Hi guys, another simple question: how can I define an audience that shall work as Edge audience and evaluate to true if two Web SDK page views happened within the same session? Somehow my attempts in the UI alsways end up in Batch-only.
Hi guys, I am finally diving a little deeper into writing PQL audiences and have a beginner question. Let's say I want to create an audience that includes anyone who has seen at least one web page view. { "name": "People with page views", "profileInstanceId": "ups", "description": "People who ...
HI All,Here are few open questions that I need answers from. I have check the adobe documentation for these but not able to get a solid answer.Below answers are based on research but need confirmation or corrections for it.1. Delete a dataflow run for a dataflow?Ans - Only dataflow deletion availabl...
Hi all,When exporting datasets from AEP, we have the ability to create dynamic folders using macros. Is there a similar functionality available for creating dynamic folders when exporting audiences to cloud storage destinations? We'd like to organize our audience exports more granularly.Use case-Usi...
Hi,Why does it take almost 30 minutes for the AEP Data Lake to update datasets? I need to monitor bounce events, but the data isn't available in real time.Also, could you clarify why in Adobe Campaign Standard those values are available in real time, while in AEP they are delayed? Thanks!
I created a batch audience and would like to evaluate the condition to see how many profiles qualify, mainly to verify that the condition I added is correct. I used the 'Code View' option to review the PQL details. Below is the PQL for my batch audience (select _Subscriptions1 from consents.marketin...