Solved
Pulling data from a user's Marketo cookie
Is it possible for me to pull the user's email address (as it stands in the DB) from the Marketo cookie on their system?
I would like to write some code that basically says:
IF (an email address is found in the Marketo cookie) {
echo $email;
}
else {
echo "not found";
}
I would like to write some code that basically says:
IF (an email address is found in the Marketo cookie) {
echo $email;
}
else {
echo "not found";
}