Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Audience for Social

Avatar

Level 1

What is the best rule to build the audience to Target Social media users

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @pradeepp2347675 

I guess every user landing from social media has some query parameters appended in URL.

 

If you use that query parameters to identify from which social media user landed on your website you can easily create audience based on that.

If someone is landing from fb it may contain utm_source=facebook you can cut out utm source value from url and store it in cookie until session expires and show experience to user depending on cookie value..(for ex. Facebook, Twitter, instagram etc.) This can be achieved using launch or maybe profile script

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @pradeepp2347675 

I guess every user landing from social media has some query parameters appended in URL.

 

If you use that query parameters to identify from which social media user landed on your website you can easily create audience based on that.

If someone is landing from fb it may contain utm_source=facebook you can cut out utm source value from url and store it in cookie until session expires and show experience to user depending on cookie value..(for ex. Facebook, Twitter, instagram etc.) This can be achieved using launch or maybe profile script