Resource: Property
A resource message representing a Google Analytics GA4 property.
JSON representation |
---|
{ "name": string, "propertyType": enum ( |
Fields | |
---|---|
name |
Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" |
propertyType |
Immutable. The property type for this Property resource. When creating a property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY" will be implied. |
createTime |
Output only. Time when the entity was originally created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time when entity payload fields were last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
parent |
Immutable. Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101" |
displayName |
Required. Human-readable display name for this property. The max allowed display name length is 100 UTF-16 code units. |
industryCategory |
Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK |
timeZone |
Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes. NOTE: Changing the time zone only affects data going forward, and is not applied retroactively. Format: https://www.iana.org/time-zones Example: "America/Los_Angeles" |
currencyCode |
The currency type used in reports involving monetary values. Format: https://en.wikipedia.org/wiki/ISO_4217 Examples: "USD", "EUR", "JPY" |
serviceLevel |
Output only. The Google Analytics service level that applies to this property. |
deleteTime |
Output only. If set, the time at which this property was trashed. If not set, then this property is not currently in the trash can. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
expireTime |
Output only. If set, the time at which this trashed property will be permanently deleted. If not set, then this property is not currently in the trash can and is not slated to be deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
account |
Immutable. The resource name of the parent account Format: accounts/{account_id} Example: "accounts/123" |
PropertyType
Types of Property resources.
Enums | |
---|---|
PROPERTY_TYPE_UNSPECIFIED |
Unknown or unspecified property type |
PROPERTY_TYPE_ORDINARY |
Ordinary GA4 property |
PROPERTY_TYPE_SUBPROPERTY |
GA4 subproperty |
PROPERTY_TYPE_ROLLUP |
GA4 rollup property |
IndustryCategory
The category selected for this property, used for industry benchmarking.
Enums | |
---|---|
INDUSTRY_CATEGORY_UNSPECIFIED |
Industry category unspecified |
AUTOMOTIVE |
Automotive |
BUSINESS_AND_INDUSTRIAL_MARKETS |
Business and industrial markets |
FINANCE |
Finance |
HEALTHCARE |
Healthcare |
TECHNOLOGY |
Technology |
TRAVEL |
Travel |
OTHER |
Other |
ARTS_AND_ENTERTAINMENT |
Arts and entertainment |
BEAUTY_AND_FITNESS |
Beauty and fitness |
BOOKS_AND_LITERATURE |
Books and literature |
FOOD_AND_DRINK |
Food and drink |
GAMES |
Games |
HOBBIES_AND_LEISURE |
Hobbies and leisure |
HOME_AND_GARDEN |
Home and garden |
INTERNET_AND_TELECOM |
Internet and telecom |
LAW_AND_GOVERNMENT |
Law and government |
NEWS |
News |
ONLINE_COMMUNITIES |
Online communities |
PEOPLE_AND_SOCIETY |
People and society |
PETS_AND_ANIMALS |
Pets and animals |
REAL_ESTATE |
Real estate |
REFERENCE |
Reference |
SCIENCE |
Science |
SPORTS |
Sports |
JOBS_AND_EDUCATION |
Jobs and education |
SHOPPING |
Shopping |
ServiceLevel
Various levels of service for Google Analytics.
Enums | |
---|---|
SERVICE_LEVEL_UNSPECIFIED |
Service level not specified or invalid. |
GOOGLE_ANALYTICS_STANDARD |
The standard version of Google Analytics. |
GOOGLE_ANALYTICS_360 |
The paid, premium version of Google Analytics. |
Methods |
|
---|---|
|
Acknowledges the terms of user data collection for the specified property. |
|
Creates an "GA4" property with the specified location and attributes. |
|
Creates a connected site tag for a Universal Analytics property. |
|
Create a roll-up property and all roll-up property source links. |
|
Marks target Property as soft-deleted (ie: "trashed") and returns it. |
|
Deletes a connected site tag for a Universal Analytics property. |
|
Fetches the opt out status for the automated GA4 setup process for a UA property. |
|
Given a specified UA property, looks up the GA4 property connected to it. |
|
Lookup for a single "GA4" Property. |
|
Lookup for a AttributionSettings singleton. |
|
Returns the singleton data retention settings for this property. |
|
Lookup for Google Signals settings for a property. |
|
Returns child Properties under the specified parent Account. |
|
Lists the connected site tags for a Universal Analytics property. |
|
Updates a property. |
|
Create a subproperty and a subproperty event filter that applies to the created subproperty. |
|
Returns a customized report of data access records. |
|
Sets the opt out status for the automated GA4 setup process for a UA property. |
|
Updates attribution settings on a property. |
|
Updates the singleton data retention settings for this property. |
|
Updates Google Signals settings for a property. |