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

ParthaSarathy
ParthaSarathy
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
54

Posts

Posts
77

Discussions

Discussions
1

Questions

Questions
74

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by ParthaSarathy
Customize the badges you want to showcase on your profile
Re: What is the difference between userEnum and dbEnum - Adobe Campaign 04-03-2021
Hi @Subhasisdey ,This document will help you to understand the difference between both Enums and how to configure it. https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/schema-reference/schema-structure.html?lang=en#enumerations Regards,ParthaSarathy

Views

356

Like

1

Replies

0
Re: How to restrict targeted audience in email deliveries... - Adobe Campaign Standard 01-03-2021
Hi @sachinc92185943 ,We have different types of typology rules such as Filtering, Fatigue and Control rulesIn Control rules we can able to check for delivery size, like, 'To deliver target count' is less than 50k or not, and you can make warning or Error alert if the record is greater than 50K.So if incoming target is 60K, this rule will give you warning or Error Alert (as per configuration), But it won't be limiting the count to 50k and send delivery to 50K alone. To Achieve this, As mentioned ...

Views

385

Like

1

Replies

1
Re: Segmentation Activity Issue | Limitation Feature | - Adobe Campaign Standard 01-03-2021
Hi @acs-ratul ,I hope this issue is happening because of using start activity before segmentation activity.Replace the Start activity with fork or Union or AND activity as per your requirement.

Views

401

Likes

0

Replies

1
Re: Compute Delivery Code from TargetData - Adobe Campaign 01-03-2021
Hi @kimh76108924 ,You can compute delivery code and label by navigating to delivery property > Analysis (tab) > check the checkboxes Regards,ParthaSarathy S

Views

510

Like

1

Replies

0
Re: keep the results of interim population between two ex... - Adobe Campaign 01-03-2021
Hi @Ken_Qrious ,Yes you can achieve this by creating a workflow.Schedule to run the Workflow weekly once. In Query, Target all the workflows for the initial run and later you can have condition like created date on or after DaysAgo(7) OR last modified on or after DaysAgo(7). Lets say the internal name of the Query is 'allWorkflowQuery' In JavaScript Code,var query = xtk.queryDef.create( );var record = query.ExecuteQuery();for each (var variable in record) {var primaryKey = variable.@id;var kee...

Views

682

Likes

2

Replies

3
Re: Workflow to import data from a csv file not working r... - Adobe Campaign Standard 26-02-2021
Hi @AndreeaCostea , yes. If the CustomerID has values like abc123, abc124 etc, then its data type will be string. So in your load file activity make sure that your value is mentioned as string. And Regarding the IDs in the transition between reconciliation and segmentation for the 2 records, the crmID will have the values as you have in the csv file and CRM ID of profiles (profile) will be having the value as 0 for those 2 records which are not existing in database

Views

543

Likes

0

Replies

0
Re: Is it possible to include a "seed" mention in delivery - Adobe Campaign 26-02-2021
Hi @AM18 ,As @Manoj_Kumar_ mentioned, if else statement will help you to achieve your requirement. To get [SEED] only for seed addresses you can follow this trick. When creating a Seed address, select any of the column which you are not going to use in email personalisation. For Example, if you are not going to use @middleName in your email personalisation, then when creating Seed Address, in middle name give some random text like 'ThisIsSeedAddress123456' and save the seed. Now in Subject line,...

Views

341

Likes

0

Replies

0
Re: Workflow to import data from a csv file not working r... - Adobe Campaign Standard 25-02-2021
Hi @AndreeaCostea ,Yes your edited configuration in Segment 2 is correct. You need to get the 2 records in segment 2 transition. If not, follow the below troubleshooting steps.check your test data manually. Is everything matching your segment-2 criteria or not.If it is correct, please check your Load file and Reconciliation configuration as per document - Click here for documentation And you can also check 'Crmid of profile (profile)' in transition arrow between reconciliation activity and segme...

Views

570

Likes

0

Replies

0
Re: Workflow to import data from a csv file not working r... - Adobe Campaign Standard 24-02-2021
Hi @AndreeaCostea ,yes, Criteria specified in Segment 2 is incorrect.Basically the records coming in Segment 2 are those who are not in the database right. But in your filtering condition you are checking again with profiles database. Criteria you used is checking profile resource again: But You need to filter by using the column in file.Like, Regards,ParthaSarathy

Views

609

Likes

2

Replies

4
Re: More tutorials on Campaign Classic - Adobe Campaign Standard 08-02-2021
Hi @SørenKring ,You can find all the training videos in correct order in following linkhttps://solutionpartners.adobe.com/home/hp.htmlNavigate to Learn > Training & Resource > Campaign > Campaign Classic/Standard > Business Practitioner/Developer > Phase 1: Traininghttps://solutionpartners.adobe.com/training/learner_journey/campaign_classic_learner_journey.htmlRegards,ParthaSarathy S.

Views

752

Like

1

Replies

0