Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom metrics reports display values aggregated using 'aggregation type'. For example, values 1.0, 2.0, and 3.0 sent during one the same minute with average ('avg') aggregation type will be represented by a single point on a graph, with value 2.0 for that minute.

Filter1 and filter2 values can be used to organize complex metrics.  For example, one can use them to track the number of registered users count by gender and account type. In registered users example data points can be specified as: 

...

In reports, the selected values in one filter are combined with an 'OR', while selected values in different values are 'ANDed'. For example, to display the number of female users, in filter1 the value 'female' should be selected, to display female paid users in filter1 should be selected 'female' and in filter2 value 'paid' should be selected.

We recomend to use 'parameter.name=value' format to define filter values.

...