WebProperties
Lists Web Properties to which the user has access.
Table Specific Information
Select
The Web Properties table exposes all web properties that the user has access to. The AccountId
field is available for filtering in the WHERE clause with = operator. For example:
SELECT * FROM WebProperties WHERE AccountId='123456'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
Web property Id. |
| Kind | String | True |
Resource type for Analytics web property. |
| SelfLink | String | True |
Link for this web property. |
| AccountId | String | True |
Account Id to which this web property belongs. |
| InternalWebPropertyId | String | True |
Internal Id for the web property. |
| DefaultProfileId | String | True |
Default view (profile) Id. |
| IndustryVertical | String | True | |
| Level | String | True |
Level for this web property. |
| Name | String | True |
Name of this web property. |
| ProfileCount | Integer | True |
View (Profile) count for this web property. |
| WebsiteURL | String | True |
Website URL for this web property. |
| Permissions | String | True |
All the permissions that the user has for this web property. These include any implied permissions. |
| Created | Datetime | True |
Time this web property was created. |
| Updated | Datetime | True |
Time this web property was last modified. |
| ParentLink | String | True |
Parent link for this profile. Points to the Account to which this profile belongs. |
| ChildLink | String | True |
Child link for this web property. Points to the list of views (profiles) for this web property. |