Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

ACS - Include a Landing Page link in a Direct Mail delivery

Avatar

Level 2

Hi,

I need help to know how to generate a URL personalized to be included in an output file of a Direct Mail delivery, in ACS.

Recently, I have sent an Email delivery with a link to a Landing Page that preload the visitor data. It was easy, the email content editor let me include de Landing Page link in the email content and the following HTML code was include:

<a href="#" id="a152707340592475" data-nl-type="landingPage" target="_blank" data-nl-landingpage="LP_GDPR" data-nl-landingpagelabel="Nueva Poltica GDPR" data-nl-landingpagedynamicservice="false">

This HTML code was translated in something like that when ACS processed the email:

https://[URL]/lp/LP_GDPR?pkey=<%= escapeUrl(context.profile.PKey) %>

Now, I have to made a Direct Mail delivery and include the same Landing Page link in the output file. After that, the Direct Mail provider will transform the link in a QR code that will be printed on the letter. The problem is the Direct Mail content editor don't let me to include a Landing Page link, neither let me to export the PKey profile atribute.

Anybody know how can I include the personalized link in the Direct Mail delivery?

Otherwise, could it be possible to export the PKey profile atribute to a file? Then I could import it and include it in the Direct Mail delivery with a reconciliation activity.

Thank you in advance,

Andrs.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hello,

If you are using a workflow, I can advice you to use an Enrichment activity.

You add an additionnal data with an expression: [target/@PKey] with a label like PKey, and you add this custom column in you Direct Mail Export file with a concatenate text (your url) : "https://[URL]/lp/LP_GDPR?pkey=" + PKey

1503733_pastedImage_0.png

1503758_pastedImage_1.png

Is that answer to your need ?

Regards,

Alexandre

View solution in original post

5 Replies

Avatar

Correct answer by
Level 4

Hello,

If you are using a workflow, I can advice you to use an Enrichment activity.

You add an additionnal data with an expression: [target/@PKey] with a label like PKey, and you add this custom column in you Direct Mail Export file with a concatenate text (your url) : "https://[URL]/lp/LP_GDPR?pkey=" + PKey

1503733_pastedImage_0.png

1503758_pastedImage_1.png

Is that answer to your need ?

Regards,

Alexandre

Avatar

Level 2

Hello Alexandre,

I got the PKey field through an Enrichment type activity like you said but I still have two issues:

  • The PKey field obtained is not the same as the generated for the Landing Page link. I think the PKey of the link could it be encrypted. Is it possible? Then, do you know how to encrypt it with a function in the Enrichment activity?

          1503797_pastedImage_0.png

          1503809_pastedImage_4.png

  • Once the Enrichment activity is configured and linked to a Direct Mail delivery, I try to select the new additional data field (Profile_PKey) to add it to the outpuf file of the Delivery but it is not shown in the list of available fields under Additional Data group. Do you know if I'm doing something wrong? You can see the field in your workflow?

          1503810_pastedImage_18.png

Thank you for your help,

Andrés.

Avatar

Level 2

Hello again,

Finnally, I got it. Thank you for your advise arouillard44​.

Due to the additional data fields weren't shown when I tried to add it to the output file of the delivery, I had to do it in another way, using an auxiliar file, as you can see below:

1504343_pastedImage_0.png

Best regards,

Andrés.

Avatar

Level 4

Ok perfect ! You did that in two different times !

Thanks for gave us your solution !

Regards,

Avatar

Level 3

Hello all,

I stumbled upon this old thread and I need to do the exact operation, computing the link of a landing page with the profile parameter.

Is this solution still working? I do the exact same thing but can't seem to access my acquisition landing page.

Did you have to encrypt your Pkey?

On another note, the LP URL link will be way to long and complexe for a client to type in his browser, I'm looking for an automated way to shorten the URLS. Looks like using the new external API activity with bitly.com API can do the Job, but still testing this.

Maybe you did just that? In the affirmative, please advise.

Thank You.