I note that if I create a CloudPage with any of the User Authentication AMPscript functions:
- AuthenticatedEmployeeID()
- AuthenticatedEmployeeNotificationAddress()
- AuthenticatedEmployeeUserName()
- AuthenticatedEnterpriseID()
- AuthenticatedMemberID()
- AuthenticatedMemberName()
...then when I publish the page, it just shows the user who created the landing page. For example, if I use:
%%=v(AuthenticatedEmployeeUserName())=%%
Then the page displays my SFMC user name. It doesn't matter which computer I view the page on (and whether the user has logged into Marketing Cloud), it will always display my name (as I originally created the page).
This begs the question; what's the purpose of these AMPscript functions? Are they simply not working in CloudPages or did they used to work at some point in time? (perhaps with the legacy landing pages?)
If anyone can share some insight that would be great.