gogol-analytics-0.4.0: Google Analytics SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Management.ProFileUserLinks.List

Contents

Description

Lists profile-user links for a given view (profile).

See: Google Analytics API Reference for analytics.management.profileUserLinks.list.

Synopsis

REST Resource

type ManagementProFileUserLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityUserLinks)))))))))))) Source #

A resource alias for analytics.management.profileUserLinks.list method which the ManagementProFileUserLinksList request conforms to.

Creating a Request

managementProFileUserLinksList Source #

Creates a value of ManagementProFileUserLinksList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ManagementProFileUserLinksList Source #

Lists profile-user links for a given view (profile).

See: managementProFileUserLinksList smart constructor.

Request Lenses

mpfullWebPropertyId :: Lens' ManagementProFileUserLinksList Text Source #

Web Property ID which the given view (profile) belongs to. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.

mpfullProFileId :: Lens' ManagementProFileUserLinksList Text Source #

View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.

mpfullAccountId :: Lens' ManagementProFileUserLinksList Text Source #

Account ID which the given view (profile) belongs to.

mpfullStartIndex :: Lens' ManagementProFileUserLinksList (Maybe Int32) Source #

An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

mpfullMaxResults :: Lens' ManagementProFileUserLinksList (Maybe Int32) Source #

The maximum number of profile-user links to include in this response.