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

HTTP client implementation for Google Analytics 4 API.

Summary

Functions

Link to this function

get_analytics_end_date(access_token, property)

View Source
Link to this function

get_analytics_start_date(access_token, property)

View Source
Link to this function

get_property(access_token, property)

View Source
Link to this function

get_report(report_request)

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

list_accounts_for_user(access_token)

View Source