Land Page AES Key | Community
Skip to main content
New Participant
May 22, 2019
Solved

Land Page AES Key

  • May 22, 2019
  • 1 reply
  • 4468 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

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

1 reply

bisswangAccepted solution
Employee
June 20, 2019

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
alienorg5278761
New Participant
April 9, 2020
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