Audience for Social | Community
Skip to main content
August 28, 2020
Solved

Audience for Social

  • August 28, 2020
  • 2 replies
  • 1060 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaureshk_Kodag

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

2 replies

Gaureshk_Kodag
Adobe Employee
Adobe Employee
August 31, 2020

.

Gaureshk_Kodag
Adobe Employee
Gaureshk_KodagAdobe EmployeeAccepted solution
Adobe Employee
August 31, 2020

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