You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 7 Next »
The method allows getting information for all active NPS categories.
personaclick("nps", "categories", success, error);
The name of the NPS category.
personaclick("nps", "categories", function(categories) { // NPS widget rendering }, function(error) { // when something went wrong });
The method allows getting information for all active NPS channels.
personaclick("nps", "channels", success, error);
The name of the NPS channel.
personaclick("nps", "channels", function(channels) { // using available NPS channels }, function(error) { // when something went wrong });
The method allows saving the results of the NPS survey.
personaclick("nps", "review", success, error);
personaclick("nps", "review", function() { // when the survey is successfully saved }, function(error) { // when something went wrong });