New features, fixes, and improvements.
COUNT_IF
, SUM_IF
, and AVG_IF
COUNT_IF
to calculate NPS:MAX(foo.bar)/60
now work correctly.timeZone
). For example, asking for TODAY
with granularity DAY
should always return a single granule; asking for THIS_WEEK
with granularity DAY
should always return seven granules. This is now fixed.processedRecords
property. It is the sum of the existing properties newRecords
, updatedRecords
, and failedRecords
. This is in support of the updating Data Pool functionality.metricName
in query input instead of the deprecated metricByName or metricById).refetchInterval
, which can be used to specify how frequently a component should re-fetch new data.bucket
to an invalid S3 bucket name will result in synchronous failure with a BAD_REQUEST
error message: “Invalid S3 bucket name; ensure you pass only the S3 bucket name and not its ARN or URL”.WEEK
granularity starting on a Sunday. The WEEK
granularity now starts on Monday, consistent with LAST_N_WEEKS
and the week-based relative time ranges.suggestedDataPoolColumnType
and supportedDataPoolColumnTypes
to the Column object in the GraphQL schema.null
for “no data”, rather than zero. This is the mathematically correct answer. This applies to counters, time series, leaderboards, reports, and dimension stats.