2023-07-12 11:28:07 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2023-07-25 10:58:48 +03:00
< meta name = "generator" content = "ExDoc v0.30.3" >
2023-07-12 11:28:07 +03:00
< meta name = "project" content = "Plausible v0.0.1" >
< title > PlausibleWeb.SiteController — Plausible v0.0.1< / title >
2023-07-25 10:58:48 +03:00
< link rel = "stylesheet" href = "dist/html-elixir-P5GXSCHE.css" / >
2023-07-12 11:28:07 +03:00
< script src = "dist/handlebars.runtime-NWIB6V2M.js" > < / script >
2023-07-25 10:58:48 +03:00
< script src = "dist/handlebars.templates-NBND3S2D.js" > < / script >
2023-08-22 09:18:50 +03:00
< script src = "dist/sidebar_items-E650FAE9.js" > < / script >
2023-07-12 11:28:07 +03:00
< script src = "docs_config.js" > < / script >
2023-07-25 10:58:48 +03:00
< script async src = "dist/html-CGDDOCMI.js" > < / script >
2023-07-12 11:28:07 +03:00
< / head >
< body data-type = "modules" class = "page-module" >
< script >
try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) & &
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
< / script >
< div class = "main" >
< button class = "sidebar-button sidebar-toggle" aria-label = "toggle sidebar" >
< i class = "ri-menu-line ri-lg" title = "Collapse/expand sidebar" > < / i >
< / button >
< section class = "sidebar" >
< form class = "sidebar-search" action = "search.html" >
< button type = "submit" class = "search-button" aria-label = "Submit Search" >
< i class = "ri-search-2-line" aria-hidden = "true" title = "Submit search" > < / i >
< / button >
< button type = "button" tabindex = "-1" class = "search-close-button" aria-label = "Cancel Search" >
< i class = "ri-close-line ri-lg" aria-hidden = "true" title = "Cancel search" > < / i >
< / button >
< label class = "search-label" >
< p class = "sr-only" > Search< / p >
< input name = "q" type = "text" class = "search-input" placeholder = "Search..." aria-label = "Input your search terms" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" / >
< / label >
< / form >
< div class = "autocomplete" >
< div class = "autocomplete-results" >
< / div >
< / div >
< div class = "sidebar-header" >
< a href = "readme.html" >
< img src = "assets/logo.png" alt = "Plausible" class = "sidebar-projectImage" >
< / a >
< div class = "sidebar-projectDetails" >
< a href = "readme.html" class = "sidebar-projectName" translate = "no" >
Plausible
< / a >
< div class = "sidebar-projectVersion" translate = "no" >
v0.0.1
< / div >
< / div >
< ul class = "sidebar-listNav" >
< li > < a id = "extras-list-link" href = "#full-list" > Pages< / a > < / li >
< li > < a id = "modules-list-link" href = "#full-list" > Modules< / a > < / li >
< li > < a id = "tasks-list-link" href = "#full-list" > < span translate = "no" > Mix< / span > Tasks< / a > < / li >
< / ul >
< / div >
< div class = "gradient" > < / div >
< ul id = "full-list" > < / ul >
< / section >
< section class = "content" >
< output role = "status" id = "toast" > < / output >
< div class = "content-outer" >
< div id = "content" class = "content-inner" >
< h1 >
< button class = "icon-action display-settings" >
< i class = "ri-settings-3-line" > < / i >
< span class = "sr-only" > Settings< / span >
< / button >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L1" title = "View Source" class = "icon-action" rel = "help" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< span translate = "no" > PlausibleWeb.SiteController< / span >
< small class = "app-vsn" translate = "no" > (Plausible v0.0.1)< / small >
< / h1 >
< section id = "summary" class = "details-list" >
< h1 class = "section-heading" >
< a class = "hover-link" href = "#summary" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
2023-07-25 10:58:48 +03:00
Summary
2023-07-12 11:28:07 +03:00
< / a >
< / h1 >
< div class = "summary-functions summary" >
< h2 >
< a href = "#functions" > Functions< / a >
< / h2 >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#add_monthly_report_recipient/2" translate = "no" > add_monthly_report_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#add_snippet/2" translate = "no" > add_snippet(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#add_snippet_after_domain_change/2" translate = "no" > add_snippet_after_domain_change(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#add_spike_notification_recipient/2" translate = "no" > add_spike_notification_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#add_weekly_report_recipient/2" translate = "no" > add_weekly_report_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#change_domain/2" translate = "no" > change_domain(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#change_domain_submit/2" translate = "no" > change_domain_submit(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#create_goal/2" translate = "no" > create_goal(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#create_shared_link/2" translate = "no" > create_shared_link(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#create_site/2" translate = "no" > create_site(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#delete_custom_domain/2" translate = "no" > delete_custom_domain(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#delete_goal/2" translate = "no" > delete_goal(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#delete_google_auth/2" translate = "no" > delete_google_auth(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#delete_shared_link/2" translate = "no" > delete_shared_link(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#delete_site/2" translate = "no" > delete_site(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#disable_monthly_report/2" translate = "no" > disable_monthly_report(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#disable_spike_notification/2" translate = "no" > disable_spike_notification(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#disable_weekly_report/2" translate = "no" > disable_weekly_report(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#edit_shared_link/2" translate = "no" > edit_shared_link(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#enable_monthly_report/2" translate = "no" > enable_monthly_report(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#enable_spike_notification/2" translate = "no" > enable_spike_notification(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#enable_weekly_report/2" translate = "no" > enable_weekly_report(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#forget_imported/2" translate = "no" > forget_imported(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#import_from_google/2" translate = "no" > import_from_google(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#import_from_google_confirm/2" translate = "no" > import_from_google_confirm(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#import_from_google_user_metric_notice/2" translate = "no" > import_from_google_user_metric_notice(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#import_from_google_view_id/2" translate = "no" > import_from_google_view_id(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#import_from_google_view_id_form/2" translate = "no" > import_from_google_view_id_form(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#index/2" translate = "no" > index(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#make_private/2" translate = "no" > make_private(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#make_public/2" translate = "no" > make_public(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#new/2" translate = "no" > new(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#new_goal/2" translate = "no" > new_goal(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#new_shared_link/2" translate = "no" > new_shared_link(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#remove_monthly_report_recipient/2" translate = "no" > remove_monthly_report_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#remove_spike_notification_recipient/2" translate = "no" > remove_spike_notification_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#remove_weekly_report_recipient/2" translate = "no" > remove_weekly_report_recipient(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#reset_stats/2" translate = "no" > reset_stats(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings/2" translate = "no" > settings(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_custom_domain/2" translate = "no" > settings_custom_domain(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_danger_zone/2" translate = "no" > settings_danger_zone(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_email_reports/2" translate = "no" > settings_email_reports(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_funnels/2" translate = "no" > settings_funnels(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_general/2" translate = "no" > settings_general(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_goals/2" translate = "no" > settings_goals(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_people/2" translate = "no" > settings_people(conn, params)< / a >
< / div >
< / div >
2023-07-27 17:47:27 +03:00
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_props/2" translate = "no" > settings_props(conn, params)< / a >
< / div >
< / div >
2023-07-12 11:28:07 +03:00
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_search_console/2" translate = "no" > settings_search_console(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#settings_visibility/2" translate = "no" > settings_visibility(conn, params)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#update_feature_visibility/2" translate = "no" > update_feature_visibility(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#update_google_auth/2" translate = "no" > update_google_auth(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#update_settings/2" translate = "no" > update_settings(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#update_shared_link/2" translate = "no" > update_shared_link(conn, map)< / a >
< / div >
< / div >
< div class = "summary-row" >
< div class = "summary-signature" >
< a href = "#update_spike_notification/2" translate = "no" > update_spike_notification(conn, map)< / a >
< / div >
< / div >
< / div >
< / section >
< section id = "functions" class = "details-list" >
< h1 class = "section-heading" >
< a class = "hover-link" href = "#functions" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
Functions
2023-07-25 10:58:48 +03:00
< / a >
2023-07-12 11:28:07 +03:00
< / h1 >
< div class = "functions-list" >
< section class = "detail" id = "add_monthly_report_recipient/2" >
< div class = "detail-header" >
< a href = "#add_monthly_report_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > add_monthly_report_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L545" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "add_snippet/2" >
< div class = "detail-header" >
< a href = "#add_snippet/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > add_snippet(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L106" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "add_snippet_after_domain_change/2" >
< div class = "detail-header" >
< a href = "#add_snippet_after_domain_change/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > add_snippet_after_domain_change(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L979" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "add_spike_notification_recipient/2" >
< div class = "detail-header" >
< a href = "#add_spike_notification_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > add_spike_notification_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L617" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "add_weekly_report_recipient/2" >
< div class = "detail-header" >
< a href = "#add_weekly_report_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > add_weekly_report_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L491" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "change_domain/2" >
< div class = "detail-header" >
< a href = "#change_domain/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > change_domain(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L951" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "change_domain_submit/2" >
< div class = "detail-header" >
< a href = "#change_domain_submit/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > change_domain_submit(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L961" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "create_goal/2" >
< div class = "detail-header" >
< a href = "#create_goal/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > create_goal(conn, map)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L140" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "create_shared_link/2" >
< div class = "detail-header" >
< a href = "#create_shared_link/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > create_shared_link(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L657" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "create_site/2" >
< div class = "detail-header" >
< a href = "#create_site/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > create_site(conn, map)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L71" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "delete_custom_domain/2" >
< div class = "detail-header" >
< a href = "#delete_custom_domain/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > delete_custom_domain(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L730" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "delete_goal/2" >
< div class = "detail-header" >
< a href = "#delete_goal/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > delete_goal(conn, map)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L160" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "delete_google_auth/2" >
< div class = "detail-header" >
< a href = "#delete_google_auth/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > delete_google_auth(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L376" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "delete_shared_link/2" >
< div class = "detail-header" >
< a href = "#delete_shared_link/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > delete_shared_link(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L709" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "delete_site/2" >
< div class = "detail-header" >
< a href = "#delete_site/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > delete_site(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L433" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "disable_monthly_report/2" >
< div class = "detail-header" >
< a href = "#disable_monthly_report/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > disable_monthly_report(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L536" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "disable_spike_notification/2" >
< div class = "detail-header" >
< a href = "#disable_spike_notification/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > disable_spike_notification(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L596" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "disable_weekly_report/2" >
< div class = "detail-header" >
< a href = "#disable_weekly_report/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > disable_weekly_report(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L482" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "edit_shared_link/2" >
< div class = "detail-header" >
< a href = "#edit_shared_link/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > edit_shared_link(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L675" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "enable_monthly_report/2" >
< div class = "detail-header" >
< a href = "#enable_monthly_report/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > enable_monthly_report(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L518" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "enable_spike_notification/2" >
< div class = "detail-header" >
< a href = "#enable_spike_notification/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > enable_spike_notification(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L572" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "enable_weekly_report/2" >
< div class = "detail-header" >
< a href = "#enable_weekly_report/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > enable_weekly_report(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L465" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "forget_imported/2" >
< div class = "detail-header" >
< a href = "#forget_imported/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > forget_imported(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L922" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "import_from_google/2" >
< div class = "detail-header" >
< a href = "#import_from_google/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > import_from_google(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L888" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "import_from_google_confirm/2" >
< div class = "detail-header" >
< a href = "#import_from_google_confirm/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > import_from_google_confirm(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L860" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "import_from_google_user_metric_notice/2" >
< div class = "detail-header" >
< a href = "#import_from_google_user_metric_notice/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > import_from_google_user_metric_notice(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L751" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "import_from_google_view_id/2" >
< div class = "detail-header" >
< a href = "#import_from_google_view_id/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > import_from_google_view_id(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L809" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "import_from_google_view_id_form/2" >
< div class = "detail-header" >
< a href = "#import_from_google_view_id_form/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > import_from_google_view_id_form(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L771" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "index/2" >
< div class = "detail-header" >
< a href = "#index/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > index(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L11" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "make_private/2" >
< div class = "detail-header" >
< a href = "#make_private/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > make_private(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L454" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "make_public/2" >
< div class = "detail-header" >
< a href = "#make_public/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > make_public(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L443" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "new/2" >
< div class = "detail-header" >
< a href = "#new/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > new(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L52" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "new_goal/2" >
< div class = "detail-header" >
< a href = "#new_goal/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > new_goal(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L127" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "new_shared_link/2" >
< div class = "detail-header" >
< a href = "#new_shared_link/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > new_shared_link(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L644" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "remove_monthly_report_recipient/2" >
< div class = "detail-header" >
< a href = "#remove_monthly_report_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > remove_monthly_report_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L557" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "remove_spike_notification_recipient/2" >
< div class = "detail-header" >
< a href = "#remove_spike_notification_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > remove_spike_notification_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L629" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "remove_weekly_report_recipient/2" >
< div class = "detail-header" >
< a href = "#remove_weekly_report_recipient/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > remove_weekly_report_recipient(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L503" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "reset_stats/2" >
< div class = "detail-header" >
< a href = "#reset_stats/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > reset_stats(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L424" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings/2" >
< div class = "detail-header" >
< a href = "#settings/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings(conn, map)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L215" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_custom_domain/2" >
< div class = "detail-header" >
< a href = "#settings_custom_domain/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_custom_domain(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L341" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_danger_zone/2" >
< div class = "detail-header" >
< a href = "#settings_danger_zone/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_danger_zone(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L354" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_email_reports/2" >
< div class = "detail-header" >
< a href = "#settings_email_reports/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_email_reports(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L327" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_funnels/2" >
< div class = "detail-header" >
< a href = "#settings_funnels/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_funnels(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L280" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_general/2" >
< div class = "detail-header" >
< a href = "#settings_general/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_general(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L219" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_goals/2" >
< div class = "detail-header" >
< a href = "#settings_goals/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_goals(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L267" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_people/2" >
< div class = "detail-header" >
< a href = "#settings_people/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_people(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L241" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
2023-07-27 17:47:27 +03:00
< / section >
< / section >
< section class = "detail" id = "settings_props/2" >
< div class = "detail-header" >
< a href = "#settings_props/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_props(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L295" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
2023-07-12 11:28:07 +03:00
< / section >
< / section >
< section class = "detail" id = "settings_search_console/2" >
< div class = "detail-header" >
< a href = "#settings_search_console/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_search_console(conn, params)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L308" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "settings_visibility/2" >
< div class = "detail-header" >
< a href = "#settings_visibility/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > settings_visibility(conn, params)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L254" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "update_feature_visibility/2" >
< div class = "detail-header" >
< a href = "#update_feature_visibility/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > update_feature_visibility(conn, map)< / h1 >
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L179" class = "icon-action" rel = "help" title = "View Source" >
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "update_google_auth/2" >
< div class = "detail-header" >
< a href = "#update_google_auth/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > update_google_auth(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L365" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "update_settings/2" >
< div class = "detail-header" >
< a href = "#update_settings/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > update_settings(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L400" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "update_shared_link/2" >
< div class = "detail-header" >
< a href = "#update_shared_link/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > update_shared_link(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L689" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< section class = "detail" id = "update_spike_notification/2" >
< div class = "detail-header" >
< a href = "#update_spike_notification/2" class = "detail-link" title = "Link to this function" >
< i class = "ri-link-m" aria-hidden = "true" > < / i >
< span class = "sr-only" > Link to this function< / span >
< / a >
< h1 class = "signature" translate = "no" > update_spike_notification(conn, map)< / h1 >
2023-07-27 17:47:27 +03:00
< a href = "https://github.com/plausible/analytics/blob/main/lib/plausible_web/controllers/site_controller.ex#L605" class = "icon-action" rel = "help" title = "View Source" >
2023-07-12 11:28:07 +03:00
< i class = "ri-code-s-slash-line" aria-hidden = "true" > < / i >
< span class = "sr-only" > View Source< / span >
< / a >
< / div >
< section class = "docstring" >
< / section >
< / section >
< / div >
< / section >
< footer class = "footer" >
< p >
< span class = "line" >
< button class = "a-main footer-button display-quick-switch" title = "Search HexDocs packages" >
Search HexDocs
< / button >
< a href = "Plausible.epub" title = "ePub version" >
Download ePub version
< / a >
< / span >
< / p >
< p class = "built-using" >
Built using
2023-07-25 10:58:48 +03:00
< a href = "https://github.com/elixir-lang/ex_doc" title = "ExDoc" target = "_blank" rel = "help noopener" translate = "no" > ExDoc< / a > (v0.30.3) for the
2023-07-12 11:28:07 +03:00
< a href = "https://elixir-lang.org" title = "Elixir" target = "_blank" translate = "no" > Elixir programming language< / a >
< / p >
< / footer >
< / div >
< / div >
< / section >
< / div >
< script src = "https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js" > < / script >
< script > mermaid . initialize ( { startOnLoad : true } ) < / script >
< / body >
< / html >