The following method Task TrackEventGtag(string eventName, string eventValue, string eventCategory = null, string eventLabel = null); has a wrong signature according to the google docs. eventValue is an integer, and optional.
I would also suggest to omit the nullvalues in the JS
The following method
Task TrackEventGtag(string eventName, string eventValue, string eventCategory = null, string eventLabel = null);has a wrong signature according to the google docs. eventValue is an integer, and optional.I would also suggest to omit the nullvalues in the JS