AccountContactButtonType
It returns the number of taps on the DIRECTION, CALLs and EMAILs button during the selected time period. For this view, the Metric Type is total_value and Breakdown(dimension) is contact_button_type. Requires the instagram_basic and instagram_manage_insights scopes.
Select
The driver will use the Instagram APIs to process filters that refer to a date range or InstagramBusinessAccountId and will process other filters client-side within itself.
- Metric supports the '=' operator.
The default query returns results for the 'profile_links_taps' metric.
SELECT * FROM AccountContactButtonType SELECT * FROM AccountContactButtonType WHERE FromDateTime='2023-07-02T00:00:00Z' AND ToDateTime='2023-07-24T00:00:00Z'
Columns
| Name | Type | Description |
| InstagramBusinessAccountId | String | The unique identifier for the Instagram business account Id. |
| Metric | String | Metric Type. Default value is profile_links_taps.
The allowed values are profile_links_taps. |
| DIRECTION | Int | Number of taps on Direction button. |
| CALL | Int | Number of taps on Calls button. |
| Int | Number of taps on Emails button. | |
| BOOKNOW | Int | Number of taps on Book Now button. |
| TEXT | Int | Number of taps on Text button. |
| INSTANTEXPERIENCE | Int | Number of taps on Instant Experience components. |
| UNDEFINED | Int | Number of taps on undefined components. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| FromDateTime | Datetime | The earliest time for insight data to have been collected. |
| ToDateTime | Datetime | The latest time for insight data to have been collected. |