View Source GoogleApi.Analytics.V3.Model.Profile (google_api_analytics v0.15.0)
JSON template for an Analytics view (profile).
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID to which this view (profile) belongs. -
botFilteringEnabled
(type:boolean()
, default:nil
) - Indicates whether bot filtering is enabled for this view (profile). -
childLink
(type:GoogleApi.Analytics.V3.Model.ProfileChildLink.t
, default:nil
) - Child link for this view (profile). Points to the list of goals for this view (profile). -
created
(type:DateTime.t
, default:nil
) - Time this view (profile) was created. -
currency
(type:String.t
, default:nil
) - The 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 -
defaultPage
(type:String.t
, default:nil
) - Default page for this view (profile). -
eCommerceTracking
(type:boolean()
, default:nil
) - Indicates whether ecommerce tracking is enabled for this view (profile). -
enhancedECommerceTracking
(type:boolean()
, default:nil
) - Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. -
excludeQueryParameters
(type:String.t
, default:nil
) - The query parameters that are excluded from this view (profile). -
id
(type:String.t
, default:nil
) - View (Profile) ID. -
internalWebPropertyId
(type:String.t
, default:nil
) - Internal ID for the web property to which this view (profile) belongs. -
kind
(type:String.t
, default:analytics#profile
) - Resource type for Analytics view (profile). -
name
(type:String.t
, default:nil
) - Name of this view (profile). -
parentLink
(type:GoogleApi.Analytics.V3.Model.ProfileParentLink.t
, default:nil
) - Parent link for this view (profile). Points to the web property to which this view (profile) belongs. -
permissions
(type:GoogleApi.Analytics.V3.Model.ProfilePermissions.t
, default:nil
) - Permissions the user has for this view (profile). -
selfLink
(type:String.t
, default:nil
) - Link for this view (profile). -
siteSearchCategoryParameters
(type:String.t
, default:nil
) - Site search category parameters for this view (profile). -
siteSearchQueryParameters
(type:String.t
, default:nil
) - The site search query parameters for this view (profile). -
starred
(type:boolean()
, default:nil
) - Indicates whether this view (profile) is starred or not. -
stripSiteSearchCategoryParameters
(type:boolean()
, default:nil
) - Whether or not Analytics will strip search category parameters from the URLs in your reports. -
stripSiteSearchQueryParameters
(type:boolean()
, default:nil
) - Whether or not Analytics will strip search query parameters from the URLs in your reports. -
timezone
(type:String.t
, default:nil
) - Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database. -
type
(type:String.t
, default:nil
) - View (Profile) type. Supported types: WEB or APP. -
updated
(type:DateTime.t
, default:nil
) - Time this view (profile) was last modified. -
webPropertyId
(type:String.t
, default:nil
) - Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs. -
websiteUrl
(type:String.t
, default:nil
) - Website URL for this view (profile).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.Profile{ accountId: String.t() | nil, botFilteringEnabled: boolean() | nil, childLink: GoogleApi.Analytics.V3.Model.ProfileChildLink.t() | nil, created: DateTime.t() | nil, currency: String.t() | nil, defaultPage: String.t() | nil, eCommerceTracking: boolean() | nil, enhancedECommerceTracking: boolean() | nil, excludeQueryParameters: String.t() | nil, id: String.t() | nil, internalWebPropertyId: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, parentLink: GoogleApi.Analytics.V3.Model.ProfileParentLink.t() | nil, permissions: GoogleApi.Analytics.V3.Model.ProfilePermissions.t() | nil, selfLink: String.t() | nil, siteSearchCategoryParameters: String.t() | nil, siteSearchQueryParameters: String.t() | nil, starred: boolean() | nil, stripSiteSearchCategoryParameters: boolean() | nil, stripSiteSearchQueryParameters: boolean() | nil, timezone: String.t() | nil, type: String.t() | nil, updated: DateTime.t() | nil, webPropertyId: String.t() | nil, websiteUrl: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.