Skip to content

Commit

Permalink
csv importer: no pageviews
Browse files Browse the repository at this point in the history
Pageviews were incorrectly fetched from sessions table before, causing issues
  • Loading branch information
macobo committed Jun 27, 2024
1 parent 763d449 commit 5aafb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible/imported/csv_importer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ defmodule Plausible.Imported.CSVImporterTest do
case params_or_site do
%Plausible.Site{} = site ->
common_params.(site)
|> Map.put("metrics", "visitors,visits,pageviews,visit_duration,bounce_rate")
|> Map.put("metrics", "visitors,visits,visit_duration,bounce_rate")
|> Map.put("limit", 1000)
|> Map.put("property", by)

Expand Down

0 comments on commit 5aafb37

Please sign in to comment.