Consolidate multiple queries into a single query (for example, multiple queries filtering on a single property may be combined into a single segmentation query).
How to do that ? i have to query the same metric but in different Events, can u give me and example ?
it might be helpful to mention which endpoint you're trying to use exactly... if you're using the export endpoint, for example, you can pass the names of the events you want to look at as an array
oh, that's a fairly new endpoint, I haven't used it yet! looks like it only works for one event, so you'd have to run the query once per event and then aggregate the results on your end
it's worth trying to define a custom event that includes all events you're interested in and then querying for that... not sure if this endpoint supports custom events or not, but if it does, that will be easier