sasori Posted May 20, 2015 Share Posted May 20, 2015 Hi, the scenario was like this, I was looking at an item in e.g groupon website. then I opened a new tab on my browser and logged-in to my facebook account, then I saw the particular item that I viewed from groupon is now being suggested/advertised on the facebook newsfeed, any ideas how this thing works?, I'm sure there's a technical explanation how it works, I just don't have any idea how it works... because I'm thinking of implementing that same feature in the web app that I am working on right now using PHP. so that if anyone viewed an item from my app, they'll see it too on their facebook newsfeeds useful replies are much appreciated. thanks in advance. Link to comment https://forums.phpfreaks.com/topic/296423-advertising-flow-how-does-it-work/ Share on other sites More sharing options...
CroNiX Posted May 20, 2015 Share Posted May 20, 2015 The website most likely is using some sort of facebook plugin, like to show likes and stuff. That code is spying on the users who are logged into facebook and who are also on your site, gathering information on everything they view or do on your site (at least pages that use their plugin). The same with google analytics...they track users viewing habits which is how they target "relevant" ads to each user. Same thing happens if you search in google and then go to a site that displays google adwords. You'll see ads on that site that is something you've searched for elsewhere. That's one reason why I always physically log out of facebook before going to a different site...then they can't track me. They can only track if you're logged into facebook and don't log out. Link to comment https://forums.phpfreaks.com/topic/296423-advertising-flow-how-does-it-work/#findComment-1512315 Share on other sites More sharing options...
NetGuru87 Posted May 23, 2015 Share Posted May 23, 2015 I think its called Facebook product ads: https://www.facebook.com/business/a/online-sales/dynamic-product-ads Works just like Google Rmarketing ads: https://support.google.com/adwords/answer/2453998?hl=en Hope the links can help you figure out the mechanichs of it all Link to comment https://forums.phpfreaks.com/topic/296423-advertising-flow-how-does-it-work/#findComment-1512497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.