Small bit of analytics

This commit is contained in:
Jamie.Rees 2016-12-08 14:22:28 +00:00
commit ad796a47bd
5 changed files with 27 additions and 11 deletions

View file

@ -51,7 +51,7 @@ namespace PlexRequests.Helpers.Analytics
/// <param name="clientId">The client identifier.</param>
/// <param name="value">The value.</param>
/// <returns></returns>
Task TrackEventAsync(Category category, Action action, string label, string username, string clientId, int? value = null);
void TrackEventAsync(Category category, Action action, string label, string username, string clientId, int? value = null);
/// <summary>
/// Tracks the page view.