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

Contents

Description

Returns a web property-AdWords link to which the user has access.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.get method which the ManagementWebPropertyAdWordsLinksGet request conforms to.

Creating a Request

data ManagementWebPropertyAdWordsLinksGet Source #

Returns a web property-AdWords link to which the user has access.

See: managementWebPropertyAdWordsLinksGet smart constructor.

Instances
Eq ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

Data ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

Methods

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

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

toConstr :: ManagementWebPropertyAdWordsLinksGet -> Constr #

dataTypeOf :: ManagementWebPropertyAdWordsLinksGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

Generic ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

GoogleRequest ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

type Rep ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

type Rep ManagementWebPropertyAdWordsLinksGet = D1 (MetaData "ManagementWebPropertyAdWordsLinksGet" "Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Get" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementWebPropertyAdWordsLinksGet'" PrefixI True) (S1 (MetaSel (Just "_mwpawlgWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mwpawlgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mwpawlgWebPropertyAdWordsLinkId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ManagementWebPropertyAdWordsLinksGet Source # 
Instance details

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

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

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

Request Lenses

mwpawlgWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksGet Text Source #

Web property ID to retrieve the AdWords link for.

mwpawlgAccountId :: Lens' ManagementWebPropertyAdWordsLinksGet Text Source #

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