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.WebPropertyUserLinks.List

Contents

Description

Lists webProperty-user links for a given web property.

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

Synopsis

REST Resource

type ManagementWebPropertyUserLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" 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.webpropertyUserLinks.list method which the ManagementWebPropertyUserLinksList request conforms to.

Creating a Request

managementWebPropertyUserLinksList Source #

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

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

data ManagementWebPropertyUserLinksList Source #

Lists webProperty-user links for a given web property.

See: managementWebPropertyUserLinksList smart constructor.

Request Lenses

mwpullWebPropertyId :: Lens' ManagementWebPropertyUserLinksList Text Source #

Web Property ID for the webProperty-user links to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.

mwpullAccountId :: Lens' ManagementWebPropertyUserLinksList Text Source #

Account ID which the given web property belongs to.

mwpullStartIndex :: Lens' ManagementWebPropertyUserLinksList (Maybe Int32) Source #

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

mwpullMaxResults :: Lens' ManagementWebPropertyUserLinksList (Maybe Int32) Source #

The maximum number of webProperty-user Links to include in this response.