Expand my Community achievements bar.

Join us for our second AMA on experimentation and personalization strategies with Target, occurring on June 3rd!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Employee Advisor

.

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