We would like to use the Attribute fb_ref - the ref parameter in a like button (in order to track referral clicks and conversions).
Do you have a tutorial or example of how this works on our pages?
Tracking like button referrals from Facebook using the 'fb_ref' parameter in our code
2.2k Views Asked by Damien Duprat At
1
There are 1 best solutions below
Related Questions in ATTRIBUTES
- PyQgis: Attribute field does not get added
- Getting data attributes from HTML input element with a datalist
- Blender to Unity Vertex Color (Alpha) Data Doesn't Work
- Do I need two attribute classes
- Add custom attributes on terms.ftl page for Keycloak
- How to disable HTML attributes with js?
- How can I use has_shortcode() including the attribute value?
- Regex to Find and Remove HTML ID Attribute That Starts With or Contains Specific Word
- how to get html attribute using flask?
- When is it safe to use [[no_unique_address]] in C++?
- DXL : Comparing attributes of objects across modules
- How to change connected class objects
- Usage of __attribute__((aligned(4), packed)) with structures in C
- Ambiguous error message in Firefox about partitioned attribute in cookie
- Woocommerce product option - Wordpress Post titles as a dropdown menu
Related Questions in FACEBOOK-LIKE
- How is facebook setting its cross-domain datr cookie from an iframe?
- Facebook JS SDK - The loading of “https://www.facebook.com/plugins/like/connect” in a frame is denied by “X-Frame-Options“ directive set to “deny“
- Facebook Like Button (Social Plugins) No Longer Work?
- Website Facebook Like button disappears after clicking
- Facebook like button not functioning
- How to find facebook post id
- Facebook Page Like and Show Page
- Facebook like button doesn't work with Facebook page
- Error: Problems validating fields in app.json (SDK 48)
- Facebook like button not showing with Edge and with any IE version
- How to remove facebook like button social text?
- integrity-error django :violates not-null constraint
- Facebook debugger not working with Angular NG SERVE in DEV environment
- "Sender action failed" When reacting to facebook message
- Like button with counter on wordpress post
Related Questions in FACEBOOK-SOCIAL-PLUGINS
- Instagram Login Issue in Flutter: Working on iOS but Error in Android
- How to post local images to Facebook via JavaScript SDK (v19.0)?
- How to post local images to Facebook via JavaScript SDK without URL?
- How to check if a user has registered an account on the website using social login information
- Facebook Page Plugin, adapt_container_width does ABSOLUTELY nothing
- Install Mageplaza Social Login module though composer.json file
- Facebook Comments Plugin not visible on local server
- Facebook crawler/scrape specific port
- Show a skeleton placeholder until Facebook Comments component loads completely in React (Next.js)
- Why Social Sharing plugin sends Image but not text on facebook in Ionic 5
- how can i share to facebook with real image post?
- Facebook share button issue: "Attachment not found: The attachment could not be found."
- in aspx page social sharing by using addthis where it is not sharing image, title, desciption data so i had added meta tag not working
- How can use social share button for NEXTJS?
- Flutter IOS Duplicate plugin key: SocialSharePlugin
Related Questions in REFERRALS
- Trouble displaying referral link in Laravel customer dashboard
- Referral Link / Code Sharing in Flutter App
- How to implement a referral system in Flutter
- Shopify Setup for General/Member/Referral Pricing Tier & Referral Link
- How to process secondary sourse links via django views?
- Is there a way to make a link look like a referral from any of the social media platform though the link is clicked directly?
- Cannot get referrer properties using react-native-install-referrer
- how to check the app is open used referral code and how to get the referral data in react native
- referral system analyses with pandas
- How to create deep link commands for telegram bot?
- Expression-bodied members doesn't create new instances?
- Telegram - how to create bot which create referral link to channel for every one user?
- How to keep referral information until user signup
- how to change/rewite Laravel php Referral link keep asking for login before registration
- How to Fix - Illuminate\Database\Eloquent\Collection {#440 ▼ #items: [] }
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When you use the
refparameter on a like button, clicks back to your website which were generated by that Like button, contain two extra parameters in the referrer:fb_ref, containing the same value you gave toref, andfb_sourcewhich shows where on Facebook the story was clicked.This is explained here in the documentation for the like button: https://developers.facebook.com/docs/reference/plugins/like/ - search for 'ref'