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

davidk46719882
davidk46719882
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
8

Likes Received

Likes Received
7

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidk46719882
Customize the badges you want to showcase on your profile
Re: Append a crypted string to ALL CLICKED URL in NmsTracking_ClickFormula - Adobe Campaign Standard 20-04-2018
your variable &email=<%= cryptUrlAES() %> should be after <%= escapeUrl("$(urlId)") %>try this<% if( typeof strPurlTrackingServer!="undefined" && strPurlTrackingServer.toString() ) { %><%= strPurlTrackingServer %><% } else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>/r/?id=<%=type.substr(0, 1) + (message.id<0 ? (message.id+4294967296) : message.id).toString(16).toLowerCase()%>,<%@ value object="delivery" xpath="@idTracking" %>,<%= escapeUrl("$(urlId)") %>&email=<%= cryptUrlAES() %><%...

Views

2.4K

Likes

0

Replies

0
Re: Auto Email send Upon Form submission - Adobe Campaign 19-04-2018
Hi Moseen,In ACC, you can do it by using the logic of the default register recipients web App.Basically to send an email you have to use a script like this// Send confirmationnms.delivery.QueueNotification("confirmation", )But be aware that you may have a limitation based on the volume and the number of the engine call defined in your license.ThanksDavid

Views

1.5K

Likes

0

Replies

0
Re: [ACS] Question about tracking - Adobe Campaign Standard 19-04-2018
Hi Alexandre,I think the reason is that campaign consider this as text and not url as it's dynamic text.We have this issue in ACC when using personalization blocks or dynamic url, you need to add http(s)://<%= myvariable %> to track dynamic url.But I don't know how to do this in ACS yetThanksDavid

Views

1.3K

Likes

0

Replies

0
Re: An error occurs when importing data(.txt file). Is there a way to reflect? - Adobe Campaign 19-01-2018
You need to define a reconciliation key between your file and destination schema. see an example below

Views

2.8K

Likes

0

Replies

4
Re: Hide the schema from users - Adobe Campaign Standard 15-09-2017
Hi,You can hide data schema folder to some operators but if they have the workflows named right, they can access schema. So an advance user can find a way to access the schema. It's recommended to use sysfilter functionalities to restricted access to schema.Protecting schemas Thanks

Views

907

Likes

0

Replies

0
Re: Users with Approver rights can Start/Stop workflow from WEB version of Adobe Campaign - Adobe Campaign Standard 15-09-2017
Hi Vasu,Your approver has the workflow named right. This allows user to execute workflows. Maybe in your windows version he did not have access on the folder.Thanks.David

Views

714

Likes

0

Replies

0
Re: Sorting Seed Lists - Adobe Campaign Standard 05-09-2017
Hi,You need to create an extension of nms:core of your navigation tree and add a code like this

Views

822

Likes

0

Replies

0
Re: Unsubscribes in reports? - Adobe Campaign Standard 27-07-2017
Hi Rob,It will work only for the future unsubscribes. But you can change the URL type to "Opt-out" in the old deliveries then recompute delivery and tracking indicators to retrieve the old unsubscribes. Please do it on a dev/test environment first.ThanksDavid

Views

1.1K

Like

1

Replies

0
Re: Adding unsubscribes stats on reporting - Adobe Campaign Standard 25-07-2017
Hi Carlota,You need to declare your URL as Opt-out in your tracking & images settings. Then It will allow you to use indicators/@optout from deliveries table in your report. (see the example below)Thanks.

Views

767

Like

1

Replies

0
Re: Unsubscribes in reports? - Adobe Campaign Standard 25-07-2017
Hi Rob,As you are not using OOTB unsubscription link, you need to declare the link you are using as opt-outThat will allow you to query url type equal to opt-out. you can also use indicators/@optout from deliveries table in your report.ThanksDavid

Views

1.1K

Like

1

Replies

0
Likes from