View Source Plausible.Imported.GoogleAnalytics4 (Plausible v0.0.1)
Import implementation for Google Analytics 4.
Summary
Functions
Imports stats from a Google Analytics 4 property to a Plausible site.
Functions
Imports stats from a Google Analytics 4 property to a Plausible site.
This function fetches Google Analytics 4 reports which are then passed in batches
to Clickhouse by the Plausible.Imported.Buffer
process.
@spec new_import(Plausible.Site.t(), Plausible.Auth.User.t(), Keyword.t()) :: {:ok, Oban.Job.t()} | {:error, Ecto.Changeset.t() | :import_in_progress | any()}