Sign inGet started

bird whatsapp stats daily

Usage

Exemplo de código
bird whatsapp stats daily [flags]

Description

Outbound WhatsApp lifecycle counts, one row per calendar day of the window, gap-filled so a silent day is a zero row rather than a missing one. Every event a message produces counts against the day that message was accepted, so a row is a funnel over that day's sends and recent rows under-report while callbacks arrive. Each row carries its own latency percentiles, but delivery, failure and read rates are whole-window figures: read those from bird whatsapp stats summary. Accepts the same single-dimension restriction: template, category, phone_number or tag. Days are calendar days in timezone, or UTC when it is omitted. Max window 365 days; from and to default to the trailing 30 days.

Examples

Exemplo de código
bird whatsapp stats daily

Options

NameDescription
--categoryRestrict the statistics to a single template category. Mutually exclusive with the other dimension filters (template, phone_number, tag); only one may be set per request. Matches the category key on a row of the per-category breakdown. Known values: authentication, utility, marketing (others may exist).
--fromStart date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to 30 days before to when omitted.
--phone-numberRestrict the statistics to a single business sender phone number, in E.164 form. Mutually exclusive with the other dimension filters (template, category, tag); only one may be set per request. Matches the phone_number key on a row of the per-phone-number breakdown.
--response-schemaPrint the fields this command returns, then exit
--tagRestrict the statistics to a single tag. Use name to match any value of a tag, or name:value for a specific pair (for example campaign:spring_launch). Mutually exclusive with the other dimension filters (template, category, phone_number); only one may be set per request. A row of the per-tag breakdown carries the same pair in its single tag key.
--templateRestrict the statistics to a single template, by slug. Mutually exclusive with the other dimension filters (category, phone_number, tag); only one may be set per request. Matches the template key on a row of the per-template breakdown.
--timezoneIANA timezone identifier used to group statistics, for example Asia/Kathmandu. The default is UTC. Day and hour boundaries, including the default window when from and to are omitted, follow this timezone. When this parameter is set, pass from and to as calendar days or Z instants instead of timestamps with explicit UTC offsets.
--toEnd date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to today in that timezone when omitted.
NameDescription
bird whatsapp stats by-error-codeGet outbound WhatsApp statistics by error code
bird whatsapp stats by-phone-numberGet outbound WhatsApp statistics by phone number
bird whatsapp stats by-tagGet outbound WhatsApp statistics by tag
bird whatsapp stats by-templateGet outbound WhatsApp statistics by template
bird whatsapp stats by-template-categoryGet outbound WhatsApp statistics by template category
bird whatsapp stats hourlyGet hourly outbound WhatsApp statistics
bird whatsapp stats summaryGet aggregate outbound WhatsApp statistics