# Analytics | Developer Documentation

<div id="bkmrk-analyticsupdated%3A-fe">## Analytics

<div><span>Updated: Feb 12, 2026</span></div><div><div>Starting December 1, 2025, the maximum lookback window for messaging, conversation, and pricing analytics is changing from 10 years to 1 year. The lookback window for template and template group analytics will be unaffected and will continue to be 90 days.</div></div><div>This document describes how to get messaging, conversation, template, and group analytics, such as the number of messages sent from a business phone number, the number of conversations and their costs for a WhatsApp Business Account (WABA), or the number of times a given template has been read.</div><div>Only metrics for business phone numbers and templates associated with your WABA at the time of the request will be included in responses.</div><div id="bkmrk-get-data"><div id="bkmrk-get-data-1"><div>### Get data

</div></div></div><div id="bkmrk-request-parameters"><div id="bkmrk-request-parameters-1"><div>#### Request parameters

</div></div></div><div><table><thead><tr><th><span>Placeholder </span></th><th><span>Description </span></th><th><span>Example Value </span></th></tr></thead><tbody><tr><td><div><div>`<FIELD>`</div></div></td><td><div><div>**Required.**</div><div>Metric. Value can be one of:</div><span>[`analytics`](#bkmrk-messaging-analytics-1)</span><span>[`conversation_analytics`](#bkmrk-conversation-analyti-1)</span><span>[`pricing_analytics`](#bkmrk-pricing-analytics-1)</span><span>[`template_analytics`](#bkmrk-template-analytics-1)</span><span>[`template_group_analytics`](#bkmrk-template-group-analy-1)</span><span>[`call_analytics`](#bkmrk-call-analytics-1)</span><span>[`group_analytics`](#bkmrk-group-analytics-1)</span></div></td><td><div><div>`analytics`</div></div></td></tr><tr><td><div><div>`<FILTERS>`</div></div></td><td><div><div>**Required.**</div><div>Metric filtering parameter. Append additional filtering parameters using dots.</div><div>For possible values, see:</div><span>[Messaging analytics parameters](#bkmrk-messaging-analytics--1)</span><span>[Conversation analytics parameters](#bkmrk-conversation-analyti-4)</span><span>[Template analytics parameters](#bkmrk-template-analytics-p-1)</span><span>[Template group analytics parameters](#bkmrk-template-group-analy-4)</span><span>[Call analytics parameters](#bkmrk-call-analytics-param-1)</span><span>[Group analytics parameters](#bkmrk-group-analytics-para-1)</span></div></td><td><div><div>`.start(1543543200).end(1544148000).granularity(DAY)`</div></div></td></tr></tbody></table>

</div><div id="bkmrk-pricing-analytics"><div id="bkmrk-pricing-analytics-1"><div>### Pricing analytics

</div></div></div><div>The `pricing_analytics` field allows you to get pricing breakdowns for any messages delivered within a specified date range.</div><div id="bkmrk-request-syntax-3"><div id="bkmrk-request-syntax-4"><div>#### Request syntax

</div></div></div><div><div>```
GET /<WHATSAPP_BUSINESS_ACCOUNT_ID>
  ?fields=pricing_analytics
  .start(<START>)
  .end(<END>)
  .granularity(<GRANULARITY>)
  .phone_numbers(<PHONE_NUMBERS>)
  .country_codes(<COUNTRY_CODES>)
  .metric_types(<METRIC_TYPES>)
  .pricing_types(<PRICING_TYPES>)
  .pricing_categories(<PRICING_CATEGORIES>)
  .dimensions(<DIMENSIONS>)
```

</div></div><div id="bkmrk-pricing-analytics-pa"><div id="bkmrk-pricing-analytics-pa-1"><div>#### Pricing analytics parameters

</div></div></div><div><table><thead><tr><th><span>Filter </span></th><th><span>Description </span></th><th><span>Example Value </span></th></tr></thead><tbody><tr><td><div><div>`<COUNTRY_CODES>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>The countries for which you would like to retrieve analytics. Provide an array with 2 letter country codes for the countries you would like to include. If not provided, analytics will be returned for all countries you have communicated with.</div></div></td><td><div><div>```
[
US,
BR
]
```

</div></div></td></tr><tr><td><div><div>`<DIMENSIONS>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>List of breakdowns you would like to apply to your metrics. If you send an empty list, we return results without any breakdowns.</div><div>Values can be:</div><span>`COUNTRY`</span><span>`PHONE`</span><span>`PRICING_CATEGORY`</span><span>`PRICING_TYPE`</span><span>`TIER`</span></div></td><td><div><div>```
[
PRICING_CATEGORY,
PRICING_TYPE,
COUNTRY
]
```

</div></div></td></tr><tr><td><div><div>`<END>`</div><div>*UNIX timestamp*</div></div></td><td><div><div>**Required.**</div><div>UNIX timestamp indicating the end date for the date range you are retrieving analytics for.</div></div></td><td><div><div>`1728581152`</div></div></td></tr><tr><td><div><div>`<GRANULARITY>`</div><div>*String*</div></div></td><td><div><div>**Required.**</div><div>The granularity at which you would like to retrieve the analytics. Value can be one of:</div><span>`DAILY`</span><span>`HALF_HOUR`</span><span>`MONTHLY`</span></div></td><td><div><div>`DAILY`</div></div></td></tr><tr><td><div><div>`<METRIC_TYPES>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>Array of metrics you would like to receive. If you send an empty array, we return results for all metric types.</div><div>Values can be:</div><span>`COST`: Approximate charges for messages delivered in that time range, in your WABA's currency.</span><span>`VOLUME`: Includes the number of messages delivered for that time range.</span><div>**Note that `COST` will not be returned for WABAs that share a Solution Partner's credit line. If your WABA shares a Solution Partner's credit line, reach out to your Solution Partner to understand your charges.**</div></div></td><td><div><div>`[COST, VOLUME]`</div></div></td></tr><tr><td><div><div>`<PHONE_NUMBERS>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>An array of phone numbers for which you would like to retrieve analytics. If not provided, data for all business phone numbers associated with your WABA are included.</div></div></td><td><div><div>```
[
15550783881,
15550783882,
15550783883
]
```

</div></div></td></tr><tr><td><div><div>`<PRICING_CATEGORIES>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>Array of pricing categories. If you send an empty array, we return results for all pricing categories.</div><div>Values can be:</div><span>`AUTHENTICATION`: Messages charged the authentication rate.</span><span>`AUTHENTICATION_INTERNATIONAL`: Messages charged the authentication-international rate.</span><span>`MARKETING`: Messages charged the marketing rate.</span><span>`SERVICE`: Messages that were not charged. Includes all non-template messages and utility messages sent inside of a customer service window.</span><span>`UTILITY`: Messages charged the utility rate.</span><span>`REFERRAL_CONVERSION`: Messages that have been received through a [free entry point](/books/meta-whatsapp/page/pricing-on-the-whatsapp-business-platform-developer-documentation)</span></div></td><td><div><div>```
[
AUTHENTICATION,
MARKETING,
UTILITY
]
```

</div></div></td></tr><tr><td><div><div>`<PRICING_TYPES>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>Array of pricing types. If you send an empty array, we return results for all pricing types.</div><div>Values can be:</div><span>`FREE_CUSTOMER_SERVICE`: Free messages. These are non-template messages and utility messages sent within customer service windows.</span><span>`FREE_ENTRY_POINT`: All messages sent within free entry point customer service windows.</span><span>`REGULAR`: Billable messages. Includes all authentication and marketing template messages, and any utility template messages sent outside of a customer service window. Excludes all messages sent within free entry point customer service windows.</span></div></td><td><div><div>```
[
REGULAR,
FREE_CUSTOMER_SERVICE
]
```

</div></div></td></tr><tr><td><div><div>`<START>`</div><div>*UNIX timestamp*</div></div></td><td><div><div>**Required.**</div><div>UNIX timestamp indicating the start date for the date range you are retrieving analytics for.</div></div></td><td><div><div>`1726014453`</div></div></td></tr><tr><td><div><div>`<WABA_ID>`</div><div>*String*</div></div></td><td><div><div>**Required.**</div><div>WhatsApp Business Account ID.</div></div></td><td><div><div>`102290129340398`</div></div></td></tr></tbody></table>

</div><div id="bkmrk-volume-tier-informat"><div id="bkmrk-volume-tier-informat-1"><div>#### Volume tier information

</div></div></div><div>Include the `TIER`, `PRICING_CATEGORY`, and `COUNTRY` parameters in the `dimensions` array to get volume tier information. Data points representing messages affected by volume tier pricing will have a `tier` property in the response.</div><div id="bkmrk-example-response-syn"><div id="bkmrk-example-response-syn-1"><div>##### Example response syntax with tier information

</div></div></div><div>The `tier` property value represents a concatenation of the lower and upper bounds for the tier specific to the market-category pair (`country` and `pricing_category`) that that data point represents.</div><span>`<LOWER>` - An integer representing the lower bound of the tier (inclusive).</span><span>`<UPPER>` - An integer representing the upper bound of the tier (inclusive), or the string `MAX`.</span><div>**Notes**</div><span>To determine your current volume tier, read the `tier`, `country`, and `pricing_category` values. The `tier` value's `<UPPER>` integer (the integer after the colon) tells you your current tier for the `country` and `pricing_category` (for example, (India and utility, respectively).</span><span>To determine how many messages you need to send to reach the next tier for a given `country` and `pricing_category`, subtract the `volume` integer from the tier value's `<UPPER>` integer.</span><span>Volume tiers will only be available for utility and authentication template messages. For marketing template messages (where volume tiers will not apply), tier will be set to `0:MAX`.</span><span>The `tier` property will be omitted for data points that represent free messages, since free messages don't contribute to tiering counts.</span><span>Volume tiers will be determined solely by Meta. All insights data is approximate due to small variations in data processing. Undue reliance should not be placed on insights data.</span><div id="bkmrk-template-analytics"><div id="bkmrk-template-analytics-1"><div>### Template analytics

</div></div></div><div>Template analytics describe the number of times a template has been sent, delivered, and read, and the number of times [URL buttons](/books/meta-whatsapp/page/template-components-developer-documentation) or [Quick Reply buttons](/books/meta-whatsapp/page/template-components-developer-documentation) in the template have been clicked. Additionally, onboarded [MM API for WhatsApp](/books/meta-whatsapp/page/marketing-messages-api-for-whatsapp-developer-documentation) businesses can track offsite conversion metrics.</div><div>Data is returned with a daily granularity in the default timezone of UTC and WABA's timezone, with a lookback window of up to 90 days. To show data in the WABA's configured timezone, pass in the use_waba_timezone param with a value of true.</div><div>Display data in the WABA's configured timezone by passing in the `use_waba_timezone` param with a value of `true`.</div><div id="bkmrk-limitations"><div id="bkmrk-limitations-1"><div>#### Limitations

</div></div></div><span>Button click analytics are only available for templates categorized as `MARKETING` or `UTILITY`.</span><span>WABAs owned by or shared with Meta Business Accounts in the European Union, United Kingdom, or Japan, or that have a business phone number with a country calling code from any of those countries or regions, are not supported.</span><span>Offsite conversion metrics are available exclusively for businesses onboarded to MM API for WhatsApp.</span><span>Read and click event data for WhatsApp template messages is only available for up to 7 days from the date the message is sent. After this 7-day window, the corresponding read/click counts reset to zero and no further updates are recorded for those messages.</span><div id="bkmrk-confirming-template-"><div id="bkmrk-confirming-template--1"><div>#### Confirming template analytics

</div></div></div><div>You must confirm template analytics on your WhatsApp Business Account before you can get template analytics. You can confirm template analytics using the WhatsApp Manager or the API.</div><div><div>By confirming access via the API, you direct Meta to add insights to your WhatsApp Business Account. These insights include link tracking to report website clicks. You can turn off link tracking on each message template. You also direct Meta to collect and anonymize data from your chats with customers. Meta will anonymize this data to improve services it provides you and other businesses.</div></div><div>To confirm via API, send the following request:</div><div>Once confirmed, we will begin capturing template analytics for the WhatsApp Business Account. Once confirmed, template analytics cannot be disabled.</div><div>Upon success, the API will respond with your WhatsApp Business Account ID. For example:</div><div id="bkmrk-template-analytics-p"><div id="bkmrk-template-analytics-p-1"><div>#### Template analytics parameters

</div></div></div><div><table><thead><tr><th><span>Name </span></th><th><span>Description </span></th><th><span>Example Value </span></th></tr></thead><tbody><tr><td><div><div>`start`</div><div>*UNIX Timestamp or date string*</div></div></td><td><div><div>**Required.**</div><div>The start time for the date range you are retrieving analytics for. Can be represented as either a unix timestamp integer or a date string in the format YYYY-MM-DD. As template analytics are being provided with a daily granularity in the UTC timezone, a start unix timestamp that does not correspond to 0:00 UTC will be adjusted back to the current day's 00:00 UTC.</div><div>If `use_waba_timezone` param has a value of true, this value must be a date string in the format YYYY-MM-DD.</div></div></td><td><div><div>`1543536000`</div></div></td></tr><tr><td><div><div>`end`</div><div>*UNIX Timestamp or date string*</div></div></td><td><div><div>**Required.**</div><div>The end time for the date range you are retrieving analytics for. Can be represented as either a unix timestamp integer or a date string in the format YYYY-MM-DD. As template analytics are being provided with a daily granularity in the UTC timezone, an end unix timestamp that does not correspond to 0:00 UTC will be adjusted back to the current day's 00:00 UTC.</div><div>If `use_waba_timezone` param has a value of true, this value must be a date string in the format YYYY-MM-DD.</div></div></td><td><div><div>`1543708800`</div></div></td></tr><tr><td><div><div>`granularity`</div><div>*Enum*</div></div></td><td><div><div>**Required.**</div><div>The granularity at which you would like to retrieve the analytics. Value must be `DAILY`.</div></div></td><td><div><div>`DAILY`</div></div></td></tr><tr><td><div><div>`template_ids`</div><div>*Array of IDs*</div></div></td><td><div><div>**Required.**</div><div>An array of template IDs for which you would like to retrieve analytics for.</div><div>Maximum 10.</div></div></td><td><div><div>`[1924084211297547,954638012257287,969725530748535]`</div></div></td></tr><tr><td><div><div>`metric_types`</div><div>*Array of enums*</div></div></td><td><div><div>**Optional.**</div><div>The types of metrics which you want to retrieve. If omitted or an empty array, analytics for all metric types will be returned.</div><div>Possible values:</div><span>`COST`</span><span>`CLICKED`</span><span>`DELIVERED`</span><span>`READ`</span><span>`SENT`</span><span>`APP_ACTIVATIONS (MM API for WhatsApp only)`</span><span>`APP_ADD_TO_CART (MM API for WhatsApp only)`</span><span>`APP_CHECKOUTS_INITIATED (MM API for WhatsApp only)`</span><span>`APP_PURCHASES (MM API for WhatsApp only)`</span><span>`APP_PURCHASES_CONVERSION_VALUE (MM API for WhatsApp only)`</span><span>`WEBSITE_ADD_TO_CART (MM API for WhatsApp only)`</span><span>`WEBSITE_CHECKOUTS_INITIATED (MM API for WhatsApp only)`</span><span>`WEBSITE_PURCHASES (MM API for WhatsApp only)`</span><span>`WEBSITE_PURCHASES_CONVERSION_VALUE (MM API for WhatsApp only)`</span><div>You can [learn more about cost and click metrics here.](#bkmrk-template-analytics-c-1).</div><div>**Note that `COST` will not be returned for WABAs that share a Solution Partner's credit line. If your WABA shares a Solution Partner's credit line, reach out to your Solution Partner to understand your charges.**</div></div></td><td><div><div>`[SENT,DELIVERED,READ]`</div></div></td></tr><tr><td><div><div>`product_type`</div><div>*Enum*</div></div></td><td><div><div>**Optional.**</div><div>The product type of the metrics you want to retrieve. If omitted, only analytics for Cloud API will be returned.</div><div>Possible values:</div><span>`CLOUD_API`: Use this product type to filter for template metrics sent via Cloud API</span><span>`MARKETING_MESSAGES_API_FOR_WHATSAPP`: Use this product type to filter for template metrics sent via Marketing Messages API for WhatsApp</span></div></td><td><div><div>`MARKETING_MESSAGES_API_FOR_WHATSAPP`</div></div></td></tr><tr><td><div><div>`<USE_WABA_TIMEZONE>`</div><div>*Boolean*</div></div></td><td><div><div>**Optional.**</div><div>Whether to show metrics in the WABA's configured timezone. If false or omitted, metrics will be shown in UTC.</div><div>If true, params start and end must be in the format YYYY-MM-DD.</div></div></td><td><div><div>`true`</div></div></td></tr></tbody></table>

</div><div id="bkmrk-template-analytics-c"><div id="bkmrk-template-analytics-c-1"><div>#### Template analytics cost and click metrics

</div></div></div><div>**Cost metrics** are returned as an array of cost objects, each with a type and value. Types can be:</div><span>`amount_spent` - Total amount spent on conversations opened within the `start` and `end` timeframe as a result of sending the template. See [Opening Conversations](/books/meta-whatsapp/page/pricing-on-the-whatsapp-business-platform-developer-documentation).</span><span>`cost_per_delivered` - The `amount_spent` value divided by the number of times the template was delivered within the `start` and `end` timeframe.</span><span>`cost_per_url_button_click` - The `amount_spent` value divided by the number of times the template's URL button was clicked, within the `start` and `end` timeframe. Quick reply button clicks are not included. Object omitted if the template does not have a URL button.</span><div>**Click metrics** are returned as an array of JSON objects each with a type and value. Clicks are only returned for URL buttons and quick-reply buttons in templates categorized as `MARKETING` or `UTILITY`.</div><div>Types can be:</div><span>`url_button` - The total number of clicks on the url button.</span><span>`unique_url_button` - Unique clicks track the number of distinct WhatsApp accounts that have clicked on a button. This metric helps you understand how many individual users are engaging with your CTAs, while eliminating duplicate clicks from the same recipient and providing an accurate measurement of engagement.</span><div id="bkmrk-disabling-button-cli"><div id="bkmrk-disabling-button-cli-1"><div>#### Disabling button click analytics

</div></div></div><div>You can disable button click tracking on an individual template by setting its `cta_url_link_tracking_opted_out` field to `true`. Once disabled, the API will no longer return the clicked property in template analytics or display button engagement/clicks in the WhatsApp Manager when viewing the template's insights.</div><div id="bkmrk-request-parameters-3"><div id="bkmrk-request-parameters-4"><div>##### Request parameters

</div></div></div><div><table><thead><tr><th><span>Placeholder </span></th><th><span>Description </span></th><th><span>Example Value </span></th></tr></thead><tbody><tr><td><div><div>`<WHATSAPP_TEMPLATE_ID>`</div><div>*Template ID*</div></div></td><td><div><div>**Required.**</div><div>Template ID.</div></div></td><td><div><div>`245435364965041`</div></div></td></tr><tr><td><div><div>`<OPT_OUT>`</div><div>*Boolean*</div></div></td><td><div><div>**Required.**</div><div>Indicates if template button click tracking is disabled. Set to `true` to disable button click tracking on the template, or `false` to enable.</div><div>This value is set to `false` upon template creation.</div></div></td><td><div><div>`true`</div></div></td></tr><tr><td><div><div>`<TEMPLATE_CATEGORY>`</div><div>*String*</div></div></td><td><div><div>**Required.**</div><div>Template's current category.</div><div>If you set the template category to a value other than its current category, the template status will be set to `PENDING` and the template must undergo template review to be approved.</div></div></td><td><div><div>`marketing`</div></div></td></tr></tbody></table>

</div><div id="bkmrk-template-group-analy"><div id="bkmrk-template-group-analy-1"><div>### Template group analytics

</div></div></div><div>The `template_group_analytics` field allows you to get the number of times templates within a [template group](/books/meta-whatsapp/page/template-groups-developer-documentation) have been sent, delivered, and read, and the number of times their [URL buttons](/books/meta-whatsapp/page/template-components-developer-documentation) or [Quick Reply buttons](/books/meta-whatsapp/page/template-components-developer-documentation) have been clicked.</div><div>Data is returned with a daily granularity in the default timezone of UTC and WABA's timezone, with a lookback window of up to 90 days. To show data in the WABA's configured timezone, pass in the use_waba_timezone param with a value of true.</div><div id="bkmrk-limitations-3"><div id="bkmrk-limitations-4"><div>#### Limitations

</div></div></div><div>Button click analytics are only available for templates categorized as `marketing` or `utility`. WABAs owned by or shared with Meta Business Accounts in the European Union, United Kingdom, or Japan, or that have a business phone number with a country calling code from any of those countries or regions, are not supported.</div><div id="bkmrk-enabling-template-an"><div id="bkmrk-enabling-template-an-1"><div>#### Enabling template analytics

</div></div></div><div>You must enable template analytics on your WhatsApp Business Account before you can get template group analytics. You can confirm template analytics enablement using the WhatsApp Manager or the API.</div><div><div>By confirming access via the API, you direct Meta to add insights to your WhatsApp Business Account. These insights include link tracking to report website clicks. You can turn off link tracking on each message template. You also direct Meta to collect and anonymize data from your chats with customers. Meta will anonymize this data to improve services it provides you and other businesses.</div></div><div>To confirm enablement via API, send the following request:</div><div>Upon success, the API will respond with your WhatsApp Business Account ID and we will begin capturing template group analytics for the WhatsApp Business Account.</div><div>Once enabled, template analytics cannot be disabled.</div><div id="bkmrk-template-group-analy-3"><div id="bkmrk-template-group-analy-4"><div>#### Template group analytics parameters

</div></div></div><div><table><thead><tr><th><span>Placeholder </span></th><th><span>Description </span></th><th><span>Example value </span></th></tr></thead><tbody><tr><td><div><div>`<WABA_ID>`*String*</div></div></td><td><div><div>**Required.**</div><div>WhatsApp Business Account ID.</div></div></td><td><div><div>`102290129340398`</div></div></td></tr><tr><td><div><div>`<START_TIME>`</div><div>*UNIX Timestamp or date string*</div></div></td><td><div><div>**Required.**</div><div>The start time for the date range you are retrieving analytics for. Can be represented as either a unix timestamp integer or a date string in the format YYYY-MM-DD.</div><div>As template group analytics are being provided with a daily granularity in the UTC timezone, a start unix timestamp that does not correspond to 0:00 UTC will be adjusted back to the current day's 00:00 UTC.</div><div>If `use_waba_timezone` param has a value of true, this value must be a date string in the format YYYY-MM-DD.</div></div></td><td><div><div>`1738465116`</div></div></td></tr><tr><td><div><div>`<END_TIME>`</div><div>*UNIX Timestamp or date string*</div></div></td><td><div><div>**Required.**</div><div>The end time for the date range you are retrieving analytics for. Can be represented as either a unix timestamp integer or a date string in the format YYYY-MM-DD.</div><div>As template group analytics are being provided with a daily granularity in the UTC timezone, an end unix timestamp that does not correspond to 0:00 UTC will be adjusted back to the current day's 00:00 UTC.</div><div>If `use_waba_timezone param` has a value of true, this value must be a date string in the format YYYY-MM-DD.</div></div></td><td><div><div>`1739559516`</div></div></td></tr><tr><td><div><div>`<METRIC_TYPES>`</div><div>*Array of strings*</div></div></td><td><div><div>**Optional.**</div><div>Array of metrics you would like to receive. If you send an empty array, the API returns results for all metric types.</div><div>Values can be:</div><span>`cost`</span><span>`clicked`</span><span>`delivered`</span><span>`read`</span><span>`sent`</span><div>Note that `COST` is not accessible to business customers who are billed through a Solution Partner.</div><div>See [Cost and click metrics](#bkmrk-template-group-cost--1) to learn more about cost and click metrics.</div></div></td><td><div><div>```
[
  sent,
  delivered,
  read
]

```

</div></div></td></tr><tr><td><div><div>`<TEMPLATE_GROUP_IDS>`</div></div></td><td><div><div>**Required.**</div><div>An array of template group IDs for which you wish to get template group metrics.</div><div>Maximum 10 IDs.</div></div></td><td><div><div>`102290129340398`</div></div></td></tr><tr><td><div><div>`<USE_WABA_TIMEZONE`&gt;`</div><div>*Boolean*</div></div></td><td><div><div>**Optional.**</div><div>Whether to show metrics in the WABA's configured timezone. If false or omitted, metrics will be shown in UTC.</div><div>If true, params start and end must be in the format YYYY-MM-DD.</div></div></td><td><div><div>`true`</div></div></td></tr></tbody></table>

</div><div id="bkmrk-template-group-cost-"><div id="bkmrk-template-group-cost--1"><div>#### Template group cost and click metrics

</div></div></div><div>**Cost metrics** are returned as an array of cost objects, each with a type and value. Types can be:</div><span>`amount_spent` - Total amount spent on conversations opened within the `start` and `end` timeframe as a result of sending the template. See [Opening Conversations](/books/meta-whatsapp/page/pricing-on-the-whatsapp-business-platform-developer-documentation).</span><span>`cost_per_delivered` - The `amount_spent` value divided by the number of times the template was delivered within the `start` and `end` timeframe.</span><span>`cost_per_url_button_click` - The `amount_spent` value divided by the number of times the template's URL button was clicked, within the `start` and `end` timeframe. Quick reply button clicks are not included. Object omitted if the template does not have a URL button.</span><div>**Click metrics** are returned as an array of JSON objects each with a type and value. Clicks are only returned for URL buttons and quick-reply buttons in templates categorized as `marketing` or `utility`.</div><div>Types can be:</div><span>`url_button` - The total number of clicks on the url button.</span><span>`unique_url_button` - Unique clicks track the number of distinct WhatsApp accounts that have clicked on a button. This metric helps you understand how many individual users are engaging with your CTAs, while eliminating duplicate clicks from the same recipient and providing an accurate measurement of engagement.</span></div>