gogol-analytics-0.0.1: Google Analytics SDK.

Copyright(c) 2015 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.Insert

Contents

Description

Adds a new user to the given view (profile).

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

Synopsis

REST Resource

type ManagementProFileUserLinksInsertResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` EntityUserLink :> Post `[JSON]` EntityUserLink))))))))))) Source

A resource alias for analytics.management.profileUserLinks.insert method which the ManagementProFileUserLinksInsert request conforms to.

Creating a Request

Request Lenses

mpfuliWebPropertyId :: Lens' ManagementProFileUserLinksInsert Text Source

Web Property ID to create the user link for.

mpfuliProFileId :: Lens' ManagementProFileUserLinksInsert Text Source

View (Profile) ID to create the user link for.

mpfuliAccountId :: Lens' ManagementProFileUserLinksInsert Text Source

Account ID to create the user link for.