LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zapier-analytics

View and configure Zapier CLI analytics collection

TLDR

Show current analytics status
$ zapier analytics
copy
Enable full analytics collection
$ zapier analytics -m enabled
copy
Set anonymous analytics mode
$ zapier analytics -m anonymous
copy
Disable analytics collection
$ zapier analytics -m disabled
copy

SYNOPSIS

zapier analytics [-m mode]

DESCRIPTION

zapier analytics shows the status of analytics collection for the Zapier CLI and allows changing what data is collected. By default, analytics are enabled and include information about the integration, CLI commands, operating system, and Zapier user ID.In anonymous mode, OS type and user ID are omitted but command information is still sent. Analytics can also be disabled entirely by running zapier analytics -m disabled or by setting the DISABLEZAPIERANALYTICS environment variable to 1.To see exactly what is being collected at runtime, prefix any command with DEBUG=zapier:analytics.

PARAMETERS

-m, --mode MODE

Set analytics collection mode: enabled (default, sends command info, OS type, and user ID), anonymous (sends command info only), or disabled (no data collected).

SEE ALSO

Copied to clipboard
Kai