View Source Plausible.Imported.UniversalAnalytics (Plausible v0.0.1)

Import implementation for Universal Analytics.

NOTE: As importing from UA is no longer supported, this module is only used to support rendering existing imports.

Summary

Functions

Link to this function

new_import(site, user, opts)

View Source
@spec new_import(Plausible.Site.t(), Plausible.Auth.User.t(), Keyword.t()) ::
  {:ok, Oban.Job.t()}
  | {:error, Ecto.Changeset.t() | :import_in_progress | any()}