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: In Adobe Hosted SFTP server, can we have multiple SSH Key and Folder restriction based on users - Adobe Campaign 18-11-2019
Hello,You can have multiple business users and corresponding keys for each of them but we can not restrict the access on folders. All the users will have same access on all the folders. Thanks!

Views

2.5K

Likes

2

Replies

0
Re: referencing javascript library in personalized block issue with delivery template - Adobe Campaign 18-11-2019
Hi,It is not working when complete domain is upulled from personalization block. I used this as personalization block (TEST)-<% loadLibrary("wp:base64.js"); var _email= recipient.email; var _id = recipient.id; var url = "id=" + _id + "&email=" + _email;%><%=escapeUrl(Base64.encode(url))%>And used this in email ink-It worked. Also you have params attribute as a part of url and adding id and email as parameters which would make something like this- https://preferencestest.test.com/Preferences/OptD...

Views

8.8K

Like

1

Replies

0
Re: Campaign with Target Issue | Default Image displayed - Adobe Campaign Standard 18-11-2019
Nazir,Should probably check the name of the parameter in campaign vs that in the target. If they match with case sensitivity, also check if the data being filtered in target is case sesnsitive or not. I would recommend validating below details-- Target location- Parameter name matchinng on campaign and target- Data filtering on target(validate the data in campaign with the filtering, specifically case sensitivity).If everything seems ok, then I would suggest to create a campaign suppirt ticket. ...

Views

2.5K

Likes

2

Replies

0
Re: Filter test profiles from delivery reports? - Adobe Campaign Standard 18-11-2019
Hello,I don't think you will see test profile in the same delivery unless you check this box(Trap) in test profile config-Once you have this included along with main target, it is expected to see in the delivery reports. If you would like to filter that down, you can use by "recipient domain" (should use search box, wont see it in UI by default).Should see the report as below-Thanks!

Views

2.5K

Like

1

Replies

0
Re: Message Center on Adobe Standard - Adobe Campaign Standard 15-11-2019
Hi,In the query activity, select the resource as actual rt event for which you want to exract data for. Do not select the 'rtevent' as resource.Select the one you created in Adobe campaign> marketing plans> transactional messages> Event configuration. Once you select that, you can use any filter like email is not empty and got to additional data tab and add elememts Delivery logs and Tracking logs. You can add them as collection or aggregates as neded.Thanks!

Views

3.0K

Likes

3

Replies

0
Re: referencing javascript library in personalized block issue with delivery template - Adobe Campaign 14-11-2019
Have you enabled it or disabled? Try disabling it and see. Then we can identify if that is an issue with tracking or without. The error is saying that it is failed to replace tracked urls. If this is not working even after disabling the tracking , probably raise a support ticket and we can guide you there.Thanks!

Views

27.2K

Likes

0

Replies

3
Re: 1:M link in ACS FK (relationship) - Adobe Campaign Standard 14-11-2019
Hi Chan,I created tables test and test2, joining with test(fkey is a foreign key) referencing test2(cid).When pulling test2 data with collection of test data, I am not able to add the element from test table in additional data section and seeing this error-But I am able to pull test data as main resource-But when adding the additional data(test2 - cid), it will not show null records as they are not referencing any records from Test2 table, as fkey is null.Thanks!

Views

15.5K

Likes

2

Replies

2
Re: Delivery logs outside of the recipient table - Adobe Campaign 13-11-2019
Sggesting this, not sure if this works in your case-We should not join the fork back to exclusion when running for the very first time or use js code to ignore when running for the first time. Thanks!

Views

2.5K

Like

1

Replies

0
Re: referencing javascript library in personalized block issue with delivery template - Adobe Campaign 13-11-2019
Hi,Try this in personalization block-<% loadLibrary("wp:base64.js"); var _email= recipient.email; var _id = recipient.id;%>Preferences/OptDown?params=<%=escapeUrl(Base64.encode(url))%>Content as-" name="HTML_preference_link" _label="HTML_preference_link" _type="optout" target="_blank" style="-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #C41230;text-decoration: none;font-weight: normal;"> Unsubscribe

Views

27.2K

Like

1

Replies

6
Re: External API Activity - Adobe Campaign Standard 12-11-2019
Hello,This is one of the advanced capabilities of campaign standard, here is the documentation that explains how to use it - External API if any one would like to review. Thanks!

Views

10.0K

Like

1

Replies

0