Is there any way to log the referrer Id for a Facebook page like action.
Use Case: I have a site with FB like plugin integrated in few modules, which are referencing to a FB page. I want to log a particular Id (specific to particular module) when user Likes the page, so that I can analyze later which module generated how many likes.
I can find 'ref' option in FB API: https://developers.facebook.com/docs/plugins/like-button#faqref
But not sure whether it will fit in my scenarios and how.