Title: Conversion Tracking
Last modified: August 27, 2022

---

# Conversion Tracking

 *  Resolved [georgcantor](https://wordpress.org/support/users/georgcantor/)
 * (@georgcantor)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-tracking-20/)
 * I searched this forum and didn’t find an answer to my question so I’m opening
   this thread.
 * Is there an option to track a user registering/logging-in with a special redirect
   page? I cannot have a special redirect page for each of these circumstances because
   I need the user to stay on the page he logged-in from. Is there something to 
   add to GTM to track the event of registration/logging-in? Or a JS snippet?
 * I also need to track this for facebook pixel and not just google.
 * Thanks in advance!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Laszlo](https://wordpress.org/support/users/laszloszalvak/)
 * (@laszloszalvak)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-tracking-20/#post-15958289)
 * Hi [@georgcantor](https://wordpress.org/support/users/georgcantor/)
 * Nextend Social Login is only a social login plugin, we don’t have analytics /
   tracking functionality. If you want to implement that, then you need to do some
   custom coding, that we can not provide support for, I am sorry.
 * Both the Google Tag Manager and Facebook Pixel have functions that you can trigger
   events with. In their official documentations you can find more information about
   these functions:
    - [https://developers.google.com/tag-platform/devguides/events](https://developers.google.com/tag-platform/devguides/events)
    - [https://developers.facebook.com/docs/meta-pixel/implementation/conversion-tracking#standard-events](https://developers.facebook.com/docs/meta-pixel/implementation/conversion-tracking#standard-events)
 * So basically you should run those functions on a certain event.
    E.g. you could
   add those functions to the buttons with an on click event listener, however that
   way you won’t be able to tell if it is a login or registration specific action,
   as you won’t know that until the user has already authenticated.
 * So if you want to track the registration and login ( with social login ) separately,
   then you need to either:
    - redirect the users to a dedicated page where you trigger those codes ( with
      the Fixed redirect URL – for Login / for Registration features you can redirect
      the users to another page when they login/register with socia login. You can
      find these settings on our General tab: [https://nextendweb.com/nextend-social-login-docs/global-settings/](https://nextendweb.com/nextend-social-login-docs/global-settings/))
    - or you should add some extra GET parameters to the redirect URL, and when 
      those GET parameters are present, you could run the event tracking codes. 
      With our {{provider-id}}_register_redirect_url and {{provider-id}}_login_redirect_url
      filters, you can override the URL where Nextend Social Login redirects the
      users after a succesfuly registration/login. So via these filters you could
      add extra GET parameters to the URL. In our developer documentation you can
      learn more about these filters: [https://nextendweb.com/nextend-social-login-docs/backend-developer/#content-flow](https://nextendweb.com/nextend-social-login-docs/backend-developer/#content-flow)
      
      also you can find an basic example for the usage of these filters [https://nextendweb.com/nextend-social-login-docs/backend-developer/#exclude-from-fixed-redirect-url](https://nextendweb.com/nextend-social-login-docs/backend-developer/#exclude-from-fixed-redirect-url)
 * Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)

The topic ‘Conversion Tracking’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Laszlo](https://wordpress.org/support/users/laszloszalvak/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/conversion-tracking-20/#post-15958289)
 * Status: resolved