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.Update

Contents

Description

Updates an existing webProperty-AdWords link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.update method which the ManagementWebPropertyAdWordsLinksUpdate request conforms to.

Creating a Request

data ManagementWebPropertyAdWordsLinksUpdate Source #

Updates an existing webProperty-AdWords link.

See: managementWebPropertyAdWordsLinksUpdate smart constructor.

Instances

Eq ManagementWebPropertyAdWordsLinksUpdate Source # 
Data ManagementWebPropertyAdWordsLinksUpdate Source # 

Methods

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

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

toConstr :: ManagementWebPropertyAdWordsLinksUpdate -> Constr #

dataTypeOf :: ManagementWebPropertyAdWordsLinksUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

mwpawluWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source #

Web property ID to retrieve the AdWords link for.

mwpawluAccountId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source #

ID of the account which the given web property belongs to.