Skip to content

Add in more tracking for various Helpshift Interactions #3470

@sendhil

Description

@sendhil

@oguzkocer pointed out that Helpshift added a few more methods to their delegate that will allow us to track a few more things. Let's add in the following to our tracking:

static NSString *HSUserAcceptedTheSolution = @"User accepted the solution";
static NSString *HSUserRejectedTheSolution = @"User rejected the solution";
static NSString *HSUserSentScreenShot = @"User sent a screenshot";
static NSString *HSUserReviewedTheApp = @"User reviewed the app";

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions