PropertiesGoogleAdsLinks
Lists all GoogleAdsLinks on a property to which the user has access.
Table Specific Information
Select
Lists all GoogleAdsLinks on a property to which the user has access.
The provider will use the GoogleAnalytics4 API to process WHERE clause conditions built with the
Parent column with the = operator.
Queries are processed server-side, and a value for the attribute Parent is required to query this
table. The following is an example query:
SELECT * FROM PropertiesGoogleAdsLinks WHERE Parent = 'properties/54516992'The rest of the filter is executed client-side within the provider.
Columns
| Name | Type | ReadOnly | Description |
| CanManageClients | Boolean | True | Whether the link if for a Google Ads manager account. |
| AdsPersonalizationEnabled | Boolean | True | Whether to enable personalized advertising. |
| CreateTime | Datetime | True | Time the link was created. |
| CustomerId | String | True | Google Ads customer ID. |
| EmailAddress | String | True | Email address of the user that created the link. |
| Name | String | True | GoogleAdsLinks name. |
| Parent | String | True | Name of the GoogleAdsLink's logical parent. |
| UpdateTime | Datetime | True | Time the link was last modified. |
| PropertyId | Integer | True | Property ID value to be used when querying this table. |