View Source Plausible.Google.UA.HTTP (Plausible v0.0.1)

HTTP client implementation for Universal Analytics API.

Summary

Functions

Link to this function

get_analytics_end_date(access_token, view_id)

View Source
Link to this function

get_analytics_start_date(access_token, view_id)

View Source
Link to this function

get_report(report_request)

View Source
@spec get_report(Plausible.Google.UA.ReportRequest.t()) ::
  {:ok, {[map()], String.t() | nil}} | {:error, any()}
Link to this function

list_views_for_user(access_token)

View Source