Hi Team,I have setup an AWS S3 destination and have created a dataflow to activate one segment through the S3 destination. Now the dataflow has been enabled for data export. After finishing the whole process of enabling the dataflow, I realized that, while setting up the dataflow, I had selected som...
Hi Maggod, Do you know how to destroy the ECID upon logout? Any help/hint will be really helpful. I tried to delete the cookies using client-side javascript, but that didn't work. Thanks in advance.
Hi Gokula,Thank you very much for your response. I may be wrong, but what I understand is, whether ECID is primary or not, ultimately same ECID will be attached with the multiple profiles and then it will go through the merge policy for sure. And looks like it is a known problem and being highlighte...
Hi Team, I have an e-commerce Web Application with AEP SDK built in it. The scenario is - User A and User B both are using same desktop (so ECID is same) to browse my Web App and using their own email-id to do browsing and purchase. Though the email-ids are different, and ECID is same for them, the ...
I am able to solve this by doing the following:Converted the single static page into a static Web Application and deployed the application in JBoss EAP application server.I am sure if I had used Tomcat, then as well it would have worked.
Hi @keshav-vadrevu You are correct, while copying the data in the post, I missed to put the data in those to columns. The mapping is exactly same as except for the below 3 fields. I have mapped:addr_line_one to homeAddress.street1city to homeAddress.citycountry_code to homeAddress.countryCodestate t...
Hi Team, I am new to the AEP Web SDK and trying to explore the capabilities of the Web SDK just by creating a static web page in my local desktop. What I had done so far is:Created a XDM (ExperienecEvent) in AEPCreated a dataset for the XDM I had defined in AEPCreated a DataStream in Adobe LaunchEna...
Hi Keshav, At first, thank you very much for responding. I have a simple CSV file having 1 record in it.The data I am using is a mock data. See below: id,first_name,last_name,email,birthDate,gender,addr_line_one,city,state,country,country_code,mobileCRM001,Steve,Miller,steve.miller@aol.com,1986-05-1...
Hi Experts,I need one help in loading the CSV file through "Map CSV to XDM Schema" workflow. I have defined an XDM Schema which is extending "XDM Individual Profile". My file contains basic customer information (first_name, last_name, email_id, birth_date, address information). I want to convert the...