Profile class
JSON template for an Analytics view (profile).
Constructors
- Profile()
- Profile.fromJson(Map _json)
Properties
- accountId ↔ String
-
Account ID to which this view (profile) belongs.
read / write
- botFilteringEnabled ↔ bool
-
Indicates whether bot filtering is enabled for this view (profile).
read / write
- childLink ↔ ProfileChildLink
-
Child link for this view (profile). Points to the list of goals for this
view (profile).
read / write
- created ↔ DateTime
-
Time this view (profile) was created.
read / write
- currency ↔ String
-
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
read / write
- defaultPage ↔ String
-
Default page for this view (profile).
read / write
- eCommerceTracking ↔ bool
-
Indicates whether ecommerce tracking is enabled for this view (profile).
read / write
- enhancedECommerceTracking ↔ bool
-
Indicates whether enhanced ecommerce tracking is enabled for this view
(profile). This property can only be enabled if ecommerce tracking is
enabled.
read / write
- excludeQueryParameters ↔ String
-
The query parameters that are excluded from this view (profile).
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
View (Profile) ID.
read / write
- internalWebPropertyId ↔ String
-
Internal ID for the web property to which this view (profile) belongs.
read / write
- kind ↔ String
-
Resource type for Analytics view (profile).
read / write
- name ↔ String
-
Name of this view (profile).
read / write
- parentLink ↔ ProfileParentLink
-
Parent link for this view (profile). Points to the web property to which
this view (profile) belongs.
read / write
- permissions ↔ ProfilePermissions
-
Permissions the user has for this view (profile).
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Link for this view (profile).
read / write
- siteSearchCategoryParameters ↔ String
-
Site search category parameters for this view (profile).
read / write
- siteSearchQueryParameters ↔ String
-
The site search query parameters for this view (profile).
read / write
- starred ↔ bool
-
Indicates whether this view (profile) is starred or not.
read / write
- stripSiteSearchCategoryParameters ↔ bool
-
Whether or not Analytics will strip search category parameters from the
URLs in your reports.
read / write
- stripSiteSearchQueryParameters ↔ bool
-
Whether or not Analytics will strip search query parameters from the URLs
in your reports.
read / write
- timezone ↔ String
-
Time zone for which this view (profile) has been configured. Time zones
are identified by strings from the TZ database.
read / write
- type ↔ String
-
View (Profile) type. Supported types: WEB or APP.
read / write
- updated ↔ DateTime
-
Time this view (profile) was last modified.
read / write
- webPropertyId ↔ String
-
Web property ID of the form UA-XXXXX-YY to which this view (profile)
belongs.
read / write
- websiteUrl ↔ String
-
Website URL for this view (profile).
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited