Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ASNeelima
ASNeelima
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ASNeelima
Customize the badges you want to showcase on your profile
Re: Load And Update - Adobe Campaign Standard 03-06-2022
Hi @ASNeelima, Reconciliation based on email will help to identify the record from source (file) and destination which is profile resource. From your screenshot for example, if i have profile with email as abc@yyy.com but don't have any first name, last name. When i load the file with row that contains same email, first name, and last name, It will update the profile with first and last name since profile with abc@yyy.com is already found in profile resource.Hope this helps.Take a look at this d...

Views

78

Like

1

Replies

0
Re: reconcile vs enrichment? - Adobe Campaign Standard 25-05-2022
Hi @ASNeelima, Reconciliation primarily used to link unidentified data to existing resources which are available in ACS. For example, if i get product purchased id for each profile then i will be able to link that with product table. Once link is created when you create email all the product data (product name, product url, product description etc.) will be available to personalize. However enrichment activity allows to enrich with additional data that you get from previous activities. And allow...

Views

85

Like

1

Replies

0
Re: Query - Adobe Campaign Standard 24-05-2022
Hi @ASNeelima Resource is the entity where the selection criteria will apply. In SQL mode, this corresponds to the entity set in the FROM clauseTargeting is the entity that will be returned, in SAL mode, this corresponds to the entity in the SELECT clause.By default Targeting is the Resource entity, however if you have 0-1 or 1-1 relationship on the Resource entity, you can decide to return the entity from the relation.For instance, if you query Delivery Logs and want to return profile, the Reso...

Views

84

Likes

2

Replies

0
Re: De duplication - Adobe Campaign Standard 23-05-2022
Hi @ASNeelima, If you keep value 2 on deduplication and let's say for example you're using identification based on email then it will output maximum of two records if it finds same email address two or three etc. more times in ACS. If it finds only one email address then it will output that as well. Another example, i have cart browsing activity which stores multiple entries on email address + product id in ACS. If i want to pass only recent two products browsed then i can use deduplication acti...

Views

87

Likes

2

Replies

0
Re: Exclusion - Adobe Campaign Standard 20-05-2022
HI @ASNeelima Intersection and Exclusion activities are opposite in their results. Using sample from aboveRecipient A and Recipient B are the queries returning the same set of records. Using ExclusionResult = 0Complement = 1Using InteresectionResult = 1Complement = 0Hope this helps,ThanksDenis

Views

222

Like

1

Replies

0
Likes given to