gogol-analytics-0.3.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.Delete

Contents

Description

Deletes a web property-AdWords link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.delete method which the ManagementWebPropertyAdWordsLinksDelete request conforms to.

Creating a Request

data ManagementWebPropertyAdWordsLinksDelete Source #

Deletes a web property-AdWords link.

See: managementWebPropertyAdWordsLinksDelete smart constructor.

Instances

Eq ManagementWebPropertyAdWordsLinksDelete Source # 
Data ManagementWebPropertyAdWordsLinksDelete Source # 

Methods

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

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

toConstr :: ManagementWebPropertyAdWordsLinksDelete -> Constr #

dataTypeOf :: ManagementWebPropertyAdWordsLinksDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertyAdWordsLinksDelete Source # 
Generic ManagementWebPropertyAdWordsLinksDelete Source # 
GoogleRequest ManagementWebPropertyAdWordsLinksDelete Source # 
type Rep ManagementWebPropertyAdWordsLinksDelete Source # 
type Rep ManagementWebPropertyAdWordsLinksDelete = D1 (MetaData "ManagementWebPropertyAdWordsLinksDelete" "Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Delete" "gogol-analytics-0.3.0-HIek6YEHwnSLCn7HDgQZyX" False) (C1 (MetaCons "ManagementWebPropertyAdWordsLinksDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mwpawldWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mwpawldAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mwpawldWebPropertyAdWordsLinkId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ManagementWebPropertyAdWordsLinksDelete Source # 
type Scopes ManagementWebPropertyAdWordsLinksDelete = (:) Symbol "https://www.googleapis.com/auth/analytics.edit" ([] Symbol)
type Rs ManagementWebPropertyAdWordsLinksDelete Source # 

Request Lenses

mwpawldWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source #

Web property ID to delete the AdWords link for.

mwpawldAccountId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source #

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