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

Land Page AES Key

Avatar

Level 6

How do I generate an AES Key for a Landing Page? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Do you mean the p1 parameter which is part of e.g. links to unsubscription page in the E-Mail?

Unfortunately those you can't generate outside of ACS as it's using a system encryption key which is not available for other use.

If you want to be able to preload data on a landing page using a custom call, you could:

  • Enable "Authorize visitor identification via URL parameters" option of the landing page
  • Then you can choose a field you want to match
  • If it shall be encrypted, you could add a custom field where you store an encrypted string calculated with a custom encryption key

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Do you mean the p1 parameter which is part of e.g. links to unsubscription page in the E-Mail?

Unfortunately those you can't generate outside of ACS as it's using a system encryption key which is not available for other use.

If you want to be able to preload data on a landing page using a custom call, you could:

  • Enable "Authorize visitor identification via URL parameters" option of the landing page
  • Then you can choose a field you want to match
  • If it shall be encrypted, you could add a custom field where you store an encrypted string calculated with a custom encryption key
Regarding your bullet point about encryption - how do you do this? How do you generate a key that you can input there? Is this the only field you need to fill or do you need to add anything in the landing page code or Profiles Resource? Thanks