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

prasannakumarmarru
prasannakumarmarru
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
17

Likes Received

Likes Received
51

Posts

Posts
60

Discussions

Discussions
14

Questions

Questions
46

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by prasannakumarmarru
Customize the badges you want to showcase on your profile
Re: XTK-170036 Unable to parse expression '@contentEditin... - Adobe Campaign 12-10-2020
Hi Sheetal,This is a field from nm:delivery table- If application is not able to parse it, I think it is either referenced wrong in delivery input form or nms:delivery schema is changed and this field does not exist any longer.I think it must have referenced as wrong in input form, there are many references to this field in that form. It has to be referenced as [/delivery/@contentEditingMode] in all the places.

Views

2.0K

Like

1

Replies

0
Re: Error when prechecking checkbox - Adobe Campaign 03-10-2020
Hib @bryceh57660644 I think Script is running even before the html element is rendered into document. You can try moving the script to different places than where you have it now?

Views

596

Likes

0

Replies

0
Re: A/B test - Final send broadlog fields not populated - Adobe Campaign 30-09-2020
@pfrew If you have extended your broadlog, you may have used different target mapping(and different storage for broadlog and tracking logs), but the code you used will only use out of the box target mapping, and OOTB recipient broadlog. Hence it was not able to add the data to OOTB broadlog which does not have those fields. You may have to update targetmapping for this winner delivery using jscode. Something like-delivery.mapping_id=primary key of target mapping you have used for first two deliv...

Views

949

Like

1

Replies

3
Re: Recipient Versus Distinct Clicks - Adobe Campaign 30-09-2020
@lcharlwood Distinct clicks on Campaign is based on source ids, not on recipients.Lets say if you have two links in your delivery, and clicked on both of them, you will see two distinct clicks.You can see the formula provided in doc Indicator Calculation if you are looking at @personclick(Distinct clicks on the population reached), the formula is Countdistinct(Iif([url/@type]=1, @source-id, 0))Source id is unique to each link, hence if you click on two different links in same email , your distin...

Views

1.1K

Likes

2

Replies

0
Re: Deleting old log files across multiple servers - Adob... - Adobe Campaign 29-09-2020
Hi Ken,In order to do any operation on a host, you need to run the workflow on that particular host. And you need to have wfserver running on that particular host, If you are having wfserver running on an instance, you can specify affinity to select host on which you want to run the workflow. Which means you may have to create four different workflows with four different affinities(each one from a server) and run. Use the below doc for more info- https://docs.adobe.com/content/help/en/campaign-c...

Views

583

Likes

0

Replies

1
Re: Unable to Login to Adobe Client Console - Adobe Campaign 28-04-2020
not sure Anushka, its unusual.

Views

5.5K

Likes

0

Replies

0
Re: Any super users or experts available - Adobe Campaign Standard 27-04-2020
WKF-560029 The document types of inbound events ('' and 'head:profile') are incompatible (step 'Update data 2') - Here the inbound dimension and the dimension selected in properties(profile) are not matching. I think it is better to check with Adobe campaign support to review the configurations. Without seeing how the workflow was setup, it is not so easy to provide what could have caused this. Support team would help you fix this easily.Thanks!

Views

7.0K

Likes

0

Replies

0
Re: DELIVERY_CONTACT_DATE and EVENT_DATE in Delivery Log - Adobe Campaign Standard 18-04-2020
Hi, Contact date is when a delivery is started to send out or scheduled to send out. Event date is when a partucular message has been sent out. Log date is when a user clicks or open that email. Log date should be greater than equal to event date, event date should be greater than or equal to contact date. if you are seeing logdate before event date, thats little weird. Check if that is a recurrding delivery, or if the message is failed(sometimes the email will be delivered to recipient but it a...

Views

3.4K

Likes

4

Replies

0
Re: Find number of days between system date and Offer date - Adobe Campaign 18-04-2020
Hi,You should use GetDate() function  instead of getcurrentdate()Thanks!

Views

2.8K

Likes

0

Replies

0
Re: Can i have mutliple Reply-to address for same delivery? - Adobe Campaign 18-04-2020
Hi,You may have multiple reply to addresses, you need to add Reply-To: header in SMTP section of your delivery to add more reply to addresses.I don't think that will impact IP reputation but I recommend you to contact Adobe Campaign support and verify with Deliverability team. -Prasanna.

Views

2.6K

Likes

0

Replies

0