gogol-dfareporting-0.3.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.LandingPages.Get

Contents

Description

Gets one campaign landing page by ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.landingPages.get.

Synopsis

REST Resource

type LandingPagesGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("campaigns" :> (Capture "campaignId" (Textual Int64) :> ("landingPages" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] LandingPage)))))))) #

A resource alias for dfareporting.landingPages.get method which the LandingPagesGet request conforms to.

Creating a Request

landingPagesGet #

Creates a value of LandingPagesGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data LandingPagesGet #

Gets one campaign landing page by ID.

See: landingPagesGet smart constructor.

Instances

Eq LandingPagesGet # 
Data LandingPagesGet # 

Methods

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

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

toConstr :: LandingPagesGet -> Constr #

dataTypeOf :: LandingPagesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LandingPagesGet # 
Generic LandingPagesGet # 
GoogleRequest LandingPagesGet # 
type Rep LandingPagesGet # 
type Rep LandingPagesGet = D1 (MetaData "LandingPagesGet" "Network.Google.Resource.DFAReporting.LandingPages.Get" "gogol-dfareporting-0.3.0-4Vz9myrj4dyHC7jfOIh39Z" False) (C1 (MetaCons "LandingPagesGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lpgCampaignId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_lpgProFileId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_lpgId") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int64))))))
type Scopes LandingPagesGet # 
type Scopes LandingPagesGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs LandingPagesGet # 

Request Lenses

lpgCampaignId :: Lens' LandingPagesGet Int64 #

Landing page campaign ID.

lpgProFileId :: Lens' LandingPagesGet Int64 #

User profile ID associated with this request.

lpgId :: Lens' LandingPagesGet Int64 #

Landing page ID.