• Hi,

    Thank you so much for your WP plugin for FullStory.
    I was wondering if it’s possible to make an addition to it for users identification?
    FullStory allows connecting user data with their service as per this article:https://help.fullstory.com/hc/en-us/articles/360020828113

    They mention that this script has to be added to the site:
    // This is an example script – don’t forget to change it!
    FS.identify(‘<THE_ID_THAT_YOU_USE_IN_YOUR_APP_FOR_THIS_USER>’, {
      displayName: ‘<DISPLAY_NAME_HERE>’,
      email: ‘<EMAIL_HERE>’,
      // TODO: Add your own custom user variables here, details at
      // https://help.fullstory.com/hc/en-us/articles/360020623294
      reviewsWritten_int: 14
    });

    Would be great to have a little button that would generate this snippet based on the standard WP logged-in user management and insert it into the relevant pages…

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Please add User Identification’ is closed to new replies.