Hello everyone,
I am looking for the easiest way for creating audience in Adobe Target (but not only, I just want to use it in AT) based on the Age of the visitor. Do you have any ideas how to do it?
Solved! Go to Solution.
Hi @hstk1,
There are multiple ways this could be done. The "easiest" probably depends somewhat on your implementation and use case. Here's a way I might consider doing it.
function targetPageParams() { return "profile.age=40" }
If you don't have the visitor's age available on the page before the request to Target, you might try one of the offline methods to get information into Target for a profile/visitor. A couple options are Profile Update API or customer attributes. Those options may rely on the syncing of your customer ID for that visitor with Target's ID for that visitor. These options in my option are not as easy, but can be a preferred option depending on your needs.
Hi @hstk1,
There are multiple ways this could be done. The "easiest" probably depends somewhat on your implementation and use case. Here's a way I might consider doing it.
function targetPageParams() { return "profile.age=40" }
If you don't have the visitor's age available on the page before the request to Target, you might try one of the offline methods to get information into Target for a profile/visitor. A couple options are Profile Update API or customer attributes. Those options may rely on the syncing of your customer ID for that visitor with Target's ID for that visitor. These options in my option are not as easy, but can be a preferred option depending on your needs.
Views
Like
Replies
Views
Likes
Replies