mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
Remove unnecessary step
This commit is contained in:
parent
2289054f9e
commit
f022e2a894
@ -175,7 +175,7 @@ defmodule Plausible.Imported.GoogleAnalytics4 do
|
||||
import_id: import_id,
|
||||
date: get_date(row),
|
||||
source: row.dimensions |> Map.fetch!("sessionSource") |> parse_source(),
|
||||
channel: row.dimensions |> Map.fetch!("sessionDefaultChannelGroup") |> parse_source(),
|
||||
channel: row.dimensions |> Map.fetch!("sessionDefaultChannelGroup"),
|
||||
referrer: nil,
|
||||
# Only `source` exists in GA4 API
|
||||
utm_source: nil,
|
||||
|
Loading…
Reference in New Issue
Block a user