CData Python Connector for Google Analytics

Build 23.0.8839

Profiles

Lists all Profiles to which the user has access.

Table Specific Information

Select

The Profiles table exposes all profiles that the user has access to. The AccountId and WebPropertyId fields are available for filtering in the WHERE clause with = operator. For example:

  SELECT * FROM Profiles WHERE AccountId = '123456'

Columns

Name Type Dimension DefaultMetric DefaultDimension Description
Id [KEY] String Profile Id.
Kind String The Resource type for Analytics profile.
SelfLink String Link for this profile.
AccountId String The Account Id to which this profile belongs.
WebPropertyId String The Web property Id of the form UA-XXXXX-YY to which this profile belongs.
InternalWebPropertyId String The Internal Id for the Web property to which this profile belongs.
Name String Name of this profile.
Currency String The currency type associated with this profile.
Timezone String The Time zone for which this profile has been configured.
WebsiteURL String Website URL for this profile.
DefaultPage String The Default page for this profile.
ExcludeQueryParameters String The query parameters that are excluded from this profile.
SiteSearchQueryParameters String The site search query parameters for this profile.
SiteSearchCategoryParameters String Site search category parameters for this profile.
Type String Profile type.
Permissions String All the permissions that the user has for this profile. These include any implied permissions.
Created Datetime The Time this profile was created.
Updated Datetime The Time this profile was last modified.
eCommerceTracking Boolean Indicates whether e-commerce tracking is enabled for this profile.
ParentLink String The Parent link for this profile. Points to the Web property to which this profile belongs.
ChildLink String The Child link for this profile. Points to the list of goals for this profile.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839