Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
In Adobe Experience Platform, Data Collection, we have several Rules that send Javascript code. we have a Rule. In that Rule, we have an Action, of type Custom Code. When we open that action and enter our custom code into the textarea, the Adobe Experience Platform system will attempt to validate th...
Hi, My data is: Email: abc@test.com, Firstname: abc, Lastname: xyzI want to change it to: Email: abc@test.com, Firstname: abc, Lastname: xyz, City:Pune, Address:Halli Steps i followed:1)Created a dataset.2) Disabled for profiling3) Enabled for profiling and upsert. When i want to create a new reco...
Installed gtag extension through the adobe launch. In gtag add 4 different account for different websites / domains.Lets say A, B, C and D websites and their account Id are GA123, GA234, GA456, and GA768.Now open website A scrolled page upto 90%, scroll event will trigger with GA123.For website A, r...
I am attempting to exclude profiles from re-entering an audience once they have already been in the audience. In other words, I want to stop any profiles that have been in a specific audience from entering that audience again. What is the best way to accomplish this? I have listed a couple of things...
Hello Community,I am facing challenges while attempting to integrate the Adobe Mobile SDK into a Swift project, which also contains some Objective-C libraries. Launch time performance is crucial for us, and therefore we are using use_modular_headers! instead of use_frameworks! in Cocoapods. This app...
Hi Team, I am seeing a new ECID every time I refresh with Web SDK. The way I have implemented is nothing different. I have an Web SDK extension and also ECID extension on the site domain. I tried to remove ECID extension, but that didn't help to resolve the issue? Seems like the issue is implementin...
Hello All,I'm having trouble building an audience in AEP. The profile is visible in the dashboard, but I can't able to create audience and its not showing any data . I modified the display name in the schema after profiling. Does anyone know if this is (modified the display name in the schema) an i...
In data prep do we have any function using which we can check only if input string follow any regex pattern then only it gets ingested to AEP else it should show null value.
In data prep do we have any function using which we can check length of input string.And if so which function also how can we ensure only if suppose length of that string is 5 for eg then only it gets ingested to AEP.