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

Manoj_Kumar_
Manoj_Kumar_
Online

Badges

Badges
31

Accepted Solutions

Accepted Solutions
168

Likes Received

Likes Received
265

Posts

Posts
493

Discussions

Discussions
30

Questions

Questions
463

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by Manoj_Kumar_
Customize the badges you want to showcase on your profile
Re: Referencing a local variable in a workflow in a script - Adobe Campaign 24-08-2022
Hello @ryancang You can define a variable by vars.VARIABLE_NAME command and then use it anywhere in your WF.

Views

12

Like

1

Replies

1
Re: I am unable to see Save button in Email deliveries, if my display setting is more than 100% - Adobe Campaign 10-08-2022
Hello @Lakshhya Not really, You will have to reduce the system scaling in the display properties.

Views

31

Likes

0

Replies

0
Re: AEP Mentorship Program | Shine out in the communities! - Adobe Experience Platform 08-08-2022
@NimashaJain Please sign me up as an aspirant.

Views

213

Like

1

Replies

1
Re: Failed Email Delivery - Adobe Campaign 04-08-2022
Hello @vivektripathi Click on the Home tab and then you will see new navigation. The MTA status will be available on the Monitoring page.

Views

71

Likes

0

Replies

1
Re: Hosting adobe campaign classic database on Amazon Redshift Directly - Adobe Campaign 02-08-2022
Hello @PoonamBhardwaj During the installation when it asks for the credentials of the database. Enter the redshift credentials and the remaining process is the same.

Views

81

Likes

0

Replies

1
Re: Adobe Web SDK - Data Collection - To Profile Schema using Launch - Adobe Experience Platform Data Collection 02-08-2022
Hello @satyanarayanam1 You can directly push data into the Profile data set via the Datastreams in the launch. In the Datastream option, you can add AEP as a service and select the default datasets for events and profile data. The documentation link is here: Datastreams Overview | Adobe Experience Platform

Views

47

Likes

0

Replies

0
Re: I am unable to see Save button in Email deliveries, if my display setting is more than 100% - Adobe Campaign 27-07-2022
Hello @Lakshhya You will have to keep the system scaling at 100 or below if you are using the laptop. This is not an Adobe Campaign issue. Anything above 100 in system scaling will zoom in on the window and that is why everything cuts off.

Views

82

Likes

2

Replies

2
Re: Distinguish between the apple machine opens and user opens for open tracking - Adobe Campaign 26-07-2022
Hello @PoonamBhardwaj Sendgrid is able to do it because they are tracking on which IP the email was opened. If the email was opened on a proxy then the ISP of the IP will be Apple and this is marked as Open by Apple Machine else it will be considered a real user. But this information is not available in AC.

Views

66

Likes

2

Replies

1
Re: Reconciliation vs Enrichment activity in ACC - Adobe Campaign 26-07-2022
Hello @Manpreet25 I believe you are referring to ACS. Youn can find the answers on these links: Reconciliation | Adobe Campaign Solved: Enrichment Activity vs. Reconciliation Activity in... - Adobe Experience League Community - 357613

Views

63

Likes

0

Replies

0
Re: Update Delivery template Properties - Adobe Campaign 26-07-2022
Hello @parmeshwarr3905 You will have to write a javascript code to pull the deliveries and then update the ids. First get the primary keys of your routing, web analytics account, and execution folder and use this script to modify your details and use case. var q = xtk.queryDef.create( ); var deliveries = q.ExecuteQuery(); for each(var d in deliveries){ var delivery=nms.delivery.load(d.@id); delivery.deliveryProvider-id=123; // Routing primary key delivery.typology-id=123; // Typolofy primar...

Views

122

Like

1

Replies

3