fix comments
This commit is contained in:
@@ -479,7 +479,7 @@ export function getPageviewStats(
|
|||||||
const { pageviewQuery, sessionQuery, joinSession } = parseFilters('pageview', filters, params);
|
const { pageviewQuery, sessionQuery, joinSession } = parseFilters('pageview', filters, params);
|
||||||
|
|
||||||
return rawQuery(
|
return rawQuery(
|
||||||
`--getPageviewStats
|
`
|
||||||
select
|
select
|
||||||
${getDateStringQuery('g.t', unit)} as t,
|
${getDateStringQuery('g.t', unit)} as t,
|
||||||
g.y as y
|
g.y as y
|
||||||
@@ -575,7 +575,6 @@ export function getEventMetrics(
|
|||||||
|
|
||||||
return rawQuery(
|
return rawQuery(
|
||||||
`
|
`
|
||||||
--getEventMetrics
|
|
||||||
select
|
select
|
||||||
event_value x,
|
event_value x,
|
||||||
${getDateStringQuery(getDateQuery('created_at', unit, timezone), unit)} t,
|
${getDateStringQuery(getDateQuery('created_at', unit, timezone), unit)} t,
|
||||||
|
|||||||
Reference in New Issue
Block a user