googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little mistake in the API Reference for custom metrics

JimmyGouraud opened this issue · comments

In the API Reference, section Custom Dimensions & Metrics (https://developers.google.com/analytics/devguides/collection/unity/v4/reference#customdimsmets), there is written:
// Custom Metric.
public T SetCustomMetric(int metricNumber, string value);
But it's wrong, the second parameter is a float.