@@ -228,7 +228,7 @@ def count(self, event_collection, timeframe=None, timezone=None, interval=None,
228228 :param filters: array of dict, contains the filters you'd like to apply to the data
229229 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
230230 :param group_by: string or array of strings, the name(s) of the properties you would
231- like to group you results by. example: "customer.id" or ["browser","operating_system"]
231+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
232232 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
233233 willing to trade for increased query performance, in seconds
234234
@@ -254,7 +254,7 @@ def sum(self, event_collection, target_property, timeframe=None, timezone=None,
254254 :param filters: array of dict, contains the filters you'd like to apply to the data
255255 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
256256 :param group_by: string or array of strings, the name(s) of the properties you would
257- like to group you results by. example: "customer.id" or ["browser","operating_system"]
257+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
258258 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
259259 willing to trade for increased query performance, in seconds
260260
@@ -281,7 +281,7 @@ def minimum(self, event_collection, target_property, timeframe=None, timezone=No
281281 :param filters: array of dict, contains the filters you'd like to apply to the data
282282 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
283283 :param group_by: string or array of strings, the name(s) of the properties you would
284- like to group you results by. example: "customer.id" or ["browser","operating_system"]
284+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
285285 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
286286 willing to trade for increased query performance, in seconds
287287
@@ -308,7 +308,7 @@ def maximum(self, event_collection, target_property, timeframe=None, timezone=No
308308 :param filters: array of dict, contains the filters you'd like to apply to the data
309309 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
310310 :param group_by: string or array of strings, the name(s) of the properties you would
311- like to group you results by. example: "customer.id" or ["browser","operating_system"]
311+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
312312 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
313313 willing to trade for increased query performance, in seconds
314314
@@ -335,7 +335,7 @@ def average(self, event_collection, target_property, timeframe=None, timezone=No
335335 :param filters: array of dict, contains the filters you'd like to apply to the data
336336 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
337337 :param group_by: string or array of strings, the name(s) of the properties you would
338- like to group you results by. example: "customer.id" or ["browser","operating_system"]
338+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
339339 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
340340 willing to trade for increased query performance, in seconds
341341
@@ -362,7 +362,7 @@ def median(self, event_collection, target_property, timeframe=None, timezone=Non
362362 :param filters: array of dict, contains the filters you'd like to apply to the data
363363 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
364364 :param group_by: string or array of strings, the name(s) of the properties you would
365- like to group you results by. example: "customer.id" or ["browser","operating_system"]
365+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
366366 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
367367 willing to trade for increased query performance, in seconds
368368
@@ -391,7 +391,7 @@ def percentile(self, event_collection, target_property, percentile, timeframe=No
391391 :param filters: array of dict, contains the filters you'd like to apply to the data
392392 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
393393 :param group_by: string or array of strings, the name(s) of the properties you would
394- like to group you results by. example: "customer.id" or ["browser","operating_system"]
394+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
395395 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
396396 willing to trade for increased query performance, in seconds
397397
@@ -426,7 +426,7 @@ def count_unique(self, event_collection, target_property, timeframe=None, timezo
426426 :param filters: array of dict, contains the filters you'd like to apply to the data
427427 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
428428 :param group_by: string or array of strings, the name(s) of the properties you would
429- like to group you results by. example: "customer.id" or ["browser","operating_system"]
429+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
430430 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
431431 willing to trade for increased query performance, in seconds
432432
@@ -453,7 +453,7 @@ def select_unique(self, event_collection, target_property, timeframe=None, timez
453453 :param filters: array of dict, contains the filters you'd like to apply to the data
454454 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
455455 :param group_by: string or array of strings, the name(s) of the properties you would
456- like to group you results by. example: "customer.id" or ["browser","operating_system"]
456+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
457457 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
458458 willing to trade for increased query performance, in seconds
459459
@@ -531,7 +531,7 @@ def multi_analysis(self, event_collection, analyses, timeframe=None, interval=No
531531 :param filters: array of dict, contains the filters you'd like to apply to the data
532532 example: [{"property_name":"device", "operator":"eq", "property_value":"iPhone"}]
533533 :param group_by: string or array of strings, the name(s) of the properties you would
534- like to group you results by. example: "customer.id" or ["browser","operating_system"]
534+ like to group your results by. example: "customer.id" or ["browser","operating_system"]
535535 :param max_age: an integer, greater than 30 seconds, the maximum 'staleness' you're
536536 willing to trade for increased query performance, in seconds
537537
0 commit comments