Skip to main content

profiles

Overview

Nameprofiles
TypeResource
Idgoogleanalytics.analytics.profiles

Fields

NameDatatypeDescription
idstringView (Profile) ID.
namestringName of this view (profile).
internalWebPropertyIdstringInternal ID for the web property to which this view (profile) belongs.
currencystringThe currency type associated with this view (profile), defaults to USD. The supported values are:
USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
createdstringTime this view (profile) was created.
starredbooleanIndicates whether this view (profile) is starred or not.
webPropertyIdstringWeb property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
selfLinkstringLink for this view (profile).
defaultPagestringDefault page for this view (profile).
botFilteringEnabledbooleanIndicates whether bot filtering is enabled for this view (profile).
siteSearchCategoryParametersstringSite search category parameters for this view (profile).
timezonestringTime zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
updatedstringTime this view (profile) was last modified.
enhancedECommerceTrackingbooleanIndicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled.
childLinkobjectChild link for this view (profile). Points to the list of goals for this view (profile).
stripSiteSearchCategoryParametersbooleanWhether or not Analytics will strip search category parameters from the URLs in your reports.
websiteUrlstringWebsite URL for this view (profile).
accountIdstringAccount ID to which this view (profile) belongs.
typestringView (Profile) type. Supported types: WEB or APP.
excludeQueryParametersstringThe query parameters that are excluded from this view (profile).
permissionsobjectPermissions the user has for this view (profile).
eCommerceTrackingbooleanIndicates whether ecommerce tracking is enabled for this view (profile).
parentLinkobjectParent link for this view (profile). Points to the web property to which this view (profile) belongs.
stripSiteSearchQueryParametersbooleanWhether or not Analytics will strip search query parameters from the URLs in your reports.
siteSearchQueryParametersstringThe site search query parameters for this view (profile).
kindstringResource type for Analytics view (profile).

Methods

NameAccessible byRequired ParamsDescription
management_profiles_getSELECTaccountId, profileId, webPropertyIdGets a view (profile) to which the user has access.
management_profiles_listSELECTaccountId, webPropertyIdLists views (profiles) to which the user has access.
management_profiles_deleteDELETEaccountId, profileId, webPropertyIdDeletes a view (profile).
management_profiles_insertEXECaccountId, webPropertyIdCreate a new view (profile).
management_profiles_patchEXECaccountId, profileId, webPropertyIdUpdates an existing view (profile). This method supports patch semantics.
management_profiles_updateEXECaccountId, profileId, webPropertyIdUpdates an existing view (profile).