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: Insert a Video as part of ACS Promotional Email conte... - Adobe Campaign Standard 09-07-2021
Hi @SeetharamVemuri ,As per ACS Product description document, we can see that recommended maximum size of an Email is 60KB. Not sure, we can send more than 60kb size, but if the size of email is more than that or huge, then it may impact Email Deliverability. Suggestion is, you can add a hyper link to watch the video or you can use an image (video screenshot) and provide URL to it, so that if a recipient click the image it will be redirected to your video.Regards,ParthaSarathy S

Views

377

Likes

2

Replies

1
Re: Creating a Audience who have clicked on specific link... - Adobe Campaign Standard 01-07-2021
Hi @Sengsiong ,Yes it is possible.In Query, Select the delivery which you want to target by selecting 'Received' or 'clicked'.Then under Delivery > drag and drop 'tracking log' > now it will be like 'tracking log exist ', now drag URL under tracking log.Select 'Source' under URL fields, as belowClick confirm.Now you will filter out whoever clicked on google.com in that particular DeliveryRegards,ParthaSarathy S

Views

397

Likes

2

Replies

7
Re: Retrieve workflow - Adobe Campaign 24-06-2021
Hi @Newcomer-2111 ,I am not sure about retrieving the deleted workflow. But deleting the workflow wont impact already created deliveries. Because those deliveries would have created under some delivery folder (as you would have configured in delivery property).Regards,ParthaSarathy S

Views

513

Likes

0

Replies

0
Re: Interim results - Adobe Campaign Standard 18-06-2021
Hi @mmbb110 ,There will be a field called 'keepResult' in workflow resource. You can find using this field.if keepresult is 'yes', those workflows have the keep interim results enabled. Regards,ParthaSarathy S

Views

453

Like

1

Replies

2
Re: in whicch cases we use continuous delivery and in wic... - Adobe Campaign 18-06-2021
Hi @Shruti1 ,If you use continuous delivery and start the workflow, Single delivery will be created and it will add Delivery logs and Tracking logs on to that same delivery each time that the activity executes. So if your workflows run several times a day (for example, for every 15 minutes), best is to use a continuous delivery.If you use a recurring delivery, each time the delivery activity executes, a new delivery will be created for each execution. For example, if your workflow runs once a da...

Views

502

Likes

4

Replies

0
Re: enumeration type = system - Adobe Campaign 20-05-2021
Hi @Darren_Bowers , Thanks for your response.But what makes the difference between type=closed and type=system? because in type=closed also enumerations are fixed and can't be changed directly in the form field that reference them right!

Views

410

Likes

0

Replies

0
enumeration type = system - Adobe Campaign 20-05-2021
Hello Everyone,Just curious to know what is the purpose of enumeration type = System, and in which scenario we will be using this type as system.Thanks!ParthaSarathy

Views

434

Likes

0

Replies

4
Re: keep the results of interim population between two ex... - Adobe Campaign 09-03-2021
@Ken_Qrious, no need to re-Run the workflow again.In Workflow property > Execution (Tab) you can see History in days. If it is 7, those temporary data will get released automatically.

Views

631

Like

1

Replies

0
Re: Tracking link In Delivery | id query parameter combin... - Adobe Campaign 05-03-2021
Hi @Praveen_p1 ,From your URL, http:///r/?id=h63686c2,10fa4be2,dc5d5ed63686c2 > message ID / broadLog ID (hexadecimal)10fa4be2 > NmsDelivery ID (hexadecimal)dc5d5ed > NmsTrackingUrl ID (hexadecimal)Regards,ParthaSarathy S

Views

362

Like

1

Replies

0
Re: Updating the gender column via Job - Adobe Campaign 04-03-2021
Hi @BelCDS ,data type of @gender is "byte" (Integer 8 Bit) in Recipient schema.Value of male is 1 and female is 2. (Value of None specified/unknown is 0)In you are updating the gender using JOB import, then in your file change the gender format as 1 for male and 2 for female.Select data type as integer (8 bit) for gender by clicking 'click here to change the file format' and follow the rest import JOB procedure. Gender field will get updated now. Alternative way:You can use a workflow to upload ...

Views

361

Like

1

Replies

1