PropertiesGoogleAdsLinks
Lists all GoogleAdsLinks on a property to which the user has access.
ビュー固有の情報
Select
ユーザーがアクセスできるプロパティのすべての GoogleAdsLinks を一覧表示します。
プロバイダーは GoogleAnalytics4 API を使用して、Parent カラムと = 演算子で構築された WHERE 句条件を処理します。
クエリはサーバーサイドで処理され、このビューをクエリするには Parent 属性の値が必要です。クエリの例は以下のとおりです。
SELECT * FROM PropertiesGoogleAdsLinks WHERE Parent = 'properties/54516992'
その他のフィルタはクライアントサイドでプロバイダー内部で処理されます。
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| CanManageClients | Boolean | Whether the link if for a Google Ads manager account. | |||
| AdsPersonalizationEnabled | Boolean | Whether to enable personalized advertising. | |||
| CreateTime | Datetime | Time the link was created. | |||
| CustomerId | String | Google Ads customer ID. | |||
| EmailAddress | String | Email address of the user that created the link. | |||
| Name | String | GoogleAdsLinks name. | |||
| Parent | String | Name of the GoogleAdsLink's logical parent. | |||
| UpdateTime | Datetime | Time the link was last modified. | |||
| PropertyId | Integer | Property ID value to be used when querying this table. |