Segments
Marketo の組織のセグメントをクエリします。
Table Specific Information
Select
Note: All filterable columns must be specified using the '=' operator.
Retrieves a list segments for the given segmentation id.
SELECT * FROM Segments WHERE SegmentationId = 1012
Columns
| Name | Type | Filterable | Description |
| Id | Integer | アセットのId。 | |
| Name | String | アセット名。 | |
| CreatedAt | Datetime | アセットの作成日時。 | |
| Description | String | アセットの説明。 | |
| SegmentationId | Integer | True | セグメンテーションのId。 |
| Status | String | True | ドラフトまたは承認されたバージョンのステータスフィルタ。
使用できる値は次のとおりです。approved, draft |
| UpdatedAt | Datetime | アセットが更新された最新日時。 | |
| Url | String | Marketo UI 内のアセットのURL。 |