Skip to content

Commit fdc5380

Browse files
committed
Update date
1 parent b466913 commit fdc5380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql/2025/ecommerce/top_ecommerce.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ JOIN (
115115
FROM
116116
`httparchive.crawl.pages`
117117
WHERE
118-
date = '2022-08-01'
118+
date = '2022-06-01'
119119
GROUP BY
120120
client
121121
)
122122
USING (client)
123123
WHERE
124124
cats = 'Ecommerce' AND
125-
date = '2022-08-01' AND
125+
date = '2022-06-01' AND
126126
technologies.technology NOT IN ('Cart Functionality', 'Google Analytics Enhanced eCommerce')
127127
GROUP BY
128128
client,

0 commit comments

Comments
 (0)