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.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 # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

Data ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

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 # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

Generic ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

GoogleRequest ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

type Rep ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

type Rep ManagementWebPropertyAdWordsLinksUpdate = D1 (MetaData "ManagementWebPropertyAdWordsLinksUpdate" "Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementWebPropertyAdWordsLinksUpdate'" PrefixI True) ((S1 (MetaSel (Just "_mwpawluWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mwpawluPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EntityAdWordsLink)) :*: (S1 (MetaSel (Just "_mwpawluAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mwpawluWebPropertyAdWordsLinkId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

type Scopes ManagementWebPropertyAdWordsLinksUpdate = "https://www.googleapis.com/auth/analytics.edit" ': ([] :: [Symbol])
type Rs ManagementWebPropertyAdWordsLinksUpdate Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Update

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.