PropertiesKeyEvents
Returns a list of Key Events in the specified parent property.
Select
本製品 は Google Analytics API を使用して、以下のカラムと演算子で構築された WHERE 句条件を処理します:
- Parent は次の演算子をサポートします:=
- Name は次の演算子をサポートします:=
SELECT * FROM PropertiesKeyEvents where parent = 'properties/309787233'
SELECT * FROM PropertiesKeyEvents where name = 'properties/309787233/keyEvents/7710067029'
その他のフィルタはクライアントサイドで 本製品 内部で処理されます。
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Name [KEY] | String | Resource name of this key event. Format: properties/{property}/keyEvents/{keyEvent}. | |||
| Parent | String | Name of the Key Events's logical parent. | |||
| PropertyId | Integer | Property ID value to be used when querying this table. | |||
| EventName | String | The event name for this key event. Examples: 'click', 'purchase' | |||
| CreateTime | Datetime | Time when this key event was created in the property. | |||
| Deletable | Boolean | Whether this event can be deleted. | |||
| Custom | Boolean | Whether this key event refers to a custom event. | |||
| CountingMethod | String | The method by which Key Events will be counted across multiple events within a session. | |||
| DefaultValue | String | Defines a default value/currency for a key event. |