Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
Aptify appreciates Customer feedback as this would help us to improve our application!!

With Aptify 6.2 3 release, Wootric pop-up would display on a regular time period when an Administrator logs into Aptify Web. This would help us to retrieve feedback regularly to collect Net Promoter Scores(NPS).

Customizations in Aptify for Wootric

  1. By default, Wootric will load under the dashboard page(index.html) as shown in the below image.
    It will load under the code where the user logs in.
    Image RemovedImage Added

    Info

    As shown in the image, Wootric survey loads only for the User which has an Administrator Client License, and it can be modified as per requirement Under index.html <!-- Pull the Wootric Snippet --> <script type="text/javascript" src="https://cdn.wootric.com/wootric-sdk.js"></script> <script src="script/Aptify/3rdparty/Aptify.Wootric.js" type="text/javascript"></script>


  2. To customize this, go to Index.html

    Info

    You can find the index.html file under Aptify folder where you installed Aptify Web.

    For Example: "..inetpub\wwwroot\Aptify"


  3. Go to Smart Client > Users Administration > Select your user.
  4. Open Index.html

    Info
    titleFind the below piece of code

    //wootric
    // This loads the Wootric survey
    if (Aptify.framework.utility.cache.userPersonData) {
    if (Aptify.framework.utility.cache.userPersonData.length > 0) {
    if (Aptify.framework.utility.cache.userInfo[0].clientAccessLicense == Aptify.framework.configuration.clientAccessLicense.administrator) {
    window.wootricSettings.email = Aptify.framework.utility.cache.userPersonData[0].email;
    window.wootric('run');
    }
    }
    }


  5. Edit the value in index.html
    According to your user's client license, you can modify the value.

    Example:
    If you want a survey to load for a user which has a "Developer" client license, then select that in smart client and use that value in code as shown below:
    "if (Aptify.framework.utility.cache.userInfo[0].clientAccessLicense == Aptify.framework.configuration.clientAccessLicense.Developer)"

    Image RemovedImage Added

  6. Click Save.
    Now Wootric will load based on the above settings.

Customizations in Wootric

Wootric is an experience management software that helps to make the customer experience an advantage for its users. It is a tool that helps online businesses by giving them an actionable solution for customer experience management.

Using Wootric, we can view the responses given by customers on NPS Measurement survey, on a single dashboard.

Image RemovedImage Added

Click on the Users Tab, and you can see the below dashboard:
Image RemovedImage Added

Select any user and you can see the responses and other details posted by the user.
Image RemovedImage Added

We can also customize the survey question, open-ended questions, and thank you messages on this tool. To do this, follow the below steps:

  1. Login to Wootric.
  2. Click Settings (gear icon) on the top right.
  3. Click Customize Survey in the left panel.
  4. Hover the mouse on (...) and click the Edit Survey.
    Image RemovedImage Added
  5. Edit the Product/Company Name as per the requirement.
    Image RemovedImage Added
  6. Click Save and Next.
  7. Enter details for the Open-ended follow-up question.
    You can select the same for all respondents or Unique by score. By selecting Unique by score, you can customize the Question and Text Box Prompt for each type of respondent: detractors (0-6), passives (7-8), promoters (9-10).
    Image RemovedImage Added
  8. Select Save and Next.
  9. If required, customize the Thank you message. This can be unique for each type of respondent or the same for all.
    Image RemovedImage Added
  10. Click Complete.