- Schema:
LISTING_ TELEMETRY_ DAILY view¶
The LISTING_TELEMETRY_DAILY view in the DATA_SHARING_USAGE schema displays daily telemetry data by data exchange and region. The view returns a row for each data exchange in your organization and each region where that data exchange is available.
Columns¶
| Column Name | Data Type | Description |
|---|---|---|
| EXCHANGE_NAME | VARCHAR | Name of the data exchange the listing belongs to, such as the Snowflake Marketplace. |
| EVENT_DATE | DATE | Date of the event. |
| SNOWFLAKE_REGION | VARCHAR | Snowflake Region where the event occurred. If |
| LISTING_NAME | VARCHAR | Identifier of the listing. |
| LISTING_DISPLAY_NAME | VARCHAR | Display name of the listing. |
| LISTING_GLOBAL_NAME | VARCHAR | Global name of the listing. Unique for each listing and is used to create the listing URL. |
| EVENT_TYPE | VARCHAR | Event that occurred for the listing. Use in combination with the ACTION column. This can be one of the following:
|
| ACTION | VARCHAR | Action that was taken for the event. This can be one of the following:
|
| EVENT_COUNT | INTEGER | The total number of times this event action occurred on the event date. |
| CONSUMER_ACCOUNTS_DAILY | INTEGER | The count of distinct accounts that performed the given event action above. |
| CONSUMER_ACCOUNTS_28D | INTEGER | The count of distinct consumer accounts that performed the given event action in the past 28 days. |
| REGION_GROUP | VARCHAR | Region group where the account of the consumer is located. If |
Usage notes¶
- Latency for the view may be up to 2 days.
- The data is retained for 365 days (1 year).
- The view contains data for all data products, whether your data product is a Snowflake Native App or a share.
Examples¶
To review the click-through rates for each listing, run the following:
To get a clearer sense of how many listing views are from immediate potential customers, you can use the REGION_GROUP field to split the total count of listing views per day by whether the view was performed by a user signed in to a Snowflake account or not: