View Source Plausible (Plausible Analytics v0.0.1)
Summary
Functions
Create Plausible Event
Functions
Link to this function
create_event(endpoint \\ "https://plausible.io/api/event", finch_process, opts)
View SourceCreate Plausible Event
Currently only returns :ok
Examples
iex> create_event("https://plausible.io/api/event", MyApp.Finch, user_agent: user_agent, x_forward_for: x_forwarded_for, url: url, domain: domain)
:ok