gogol-analytics-0.2.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.WebPropertyAdWordsLinks.Insert

Contents

Description

Creates a webProperty-AdWords link.

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

Synopsis

REST Resource

type ManagementWebPropertyAdWordsLinksInsertResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] EntityAdWordsLink :> Post '[JSON] EntityAdWordsLink))))))))) Source #

A resource alias for analytics.management.webPropertyAdWordsLinks.insert method which the ManagementWebPropertyAdWordsLinksInsert request conforms to.

Creating a Request

data ManagementWebPropertyAdWordsLinksInsert Source #

Creates a webProperty-AdWords link.

See: managementWebPropertyAdWordsLinksInsert smart constructor.

Instances

Eq ManagementWebPropertyAdWordsLinksInsert Source # 
Data ManagementWebPropertyAdWordsLinksInsert Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ManagementWebPropertyAdWordsLinksInsert -> c ManagementWebPropertyAdWordsLinksInsert #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ManagementWebPropertyAdWordsLinksInsert #

toConstr :: ManagementWebPropertyAdWordsLinksInsert -> Constr #

dataTypeOf :: ManagementWebPropertyAdWordsLinksInsert -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ManagementWebPropertyAdWordsLinksInsert) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ManagementWebPropertyAdWordsLinksInsert) #

gmapT :: (forall b. Data b => b -> b) -> ManagementWebPropertyAdWordsLinksInsert -> ManagementWebPropertyAdWordsLinksInsert #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ManagementWebPropertyAdWordsLinksInsert -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ManagementWebPropertyAdWordsLinksInsert -> r #

gmapQ :: (forall d. Data d => d -> u) -> ManagementWebPropertyAdWordsLinksInsert -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ManagementWebPropertyAdWordsLinksInsert -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ManagementWebPropertyAdWordsLinksInsert -> m ManagementWebPropertyAdWordsLinksInsert #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagementWebPropertyAdWordsLinksInsert -> m ManagementWebPropertyAdWordsLinksInsert #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ManagementWebPropertyAdWordsLinksInsert -> m ManagementWebPropertyAdWordsLinksInsert #

Show ManagementWebPropertyAdWordsLinksInsert Source # 
Generic ManagementWebPropertyAdWordsLinksInsert Source # 
GoogleRequest ManagementWebPropertyAdWordsLinksInsert Source # 
type Rep ManagementWebPropertyAdWordsLinksInsert Source # 
type Rep ManagementWebPropertyAdWordsLinksInsert = D1 (MetaData "ManagementWebPropertyAdWordsLinksInsert" "Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Insert" "gogol-analytics-0.2.0-3FrcqldgScuFeT7P3430HZ" False) (C1 (MetaCons "ManagementWebPropertyAdWordsLinksInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mwpawliWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mwpawliPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EntityAdWordsLink)) (S1 (MetaSel (Just Symbol "_mwpawliAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ManagementWebPropertyAdWordsLinksInsert Source # 
type Scopes ManagementWebPropertyAdWordsLinksInsert = (:) Symbol "https://www.googleapis.com/auth/analytics.edit" ([] Symbol)
type Rs ManagementWebPropertyAdWordsLinksInsert Source # 

Request Lenses

mwpawliAccountId :: Lens' ManagementWebPropertyAdWordsLinksInsert Text Source #

ID of the Google Analytics account to create the link for.