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

Contents

Description

Adds a new user to the given web property.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webpropertyUserLinks.insert method which the ManagementWebPropertyUserLinksInsert request conforms to.

Creating a Request

managementWebPropertyUserLinksInsert Source

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

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

Request Lenses

mwpuliWebPropertyId :: Lens' ManagementWebPropertyUserLinksInsert Text Source

Web Property ID to create the user link for.

mwpuliAccountId :: Lens' ManagementWebPropertyUserLinksInsert Text Source

Account ID to create the user link for.