fix comments
parent
3023890cba
commit
cca99b71b5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue