mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Small bit of analytics
This commit is contained in:
parent
121cf90ba7
commit
ad796a47bd
5 changed files with 27 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue