gogol-dfareporting-0.2.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.List

Contents

Description

Retrieves the list of landing pages for the specified campaign.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.landingPages.list method which the LandingPagesList request conforms to.

Creating a Request

landingPagesList Source #

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

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

data LandingPagesList Source #

Retrieves the list of landing pages for the specified campaign.

See: landingPagesList smart constructor.

Instances

Eq LandingPagesList Source # 
Data LandingPagesList Source # 

Methods

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

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

toConstr :: LandingPagesList -> Constr #

dataTypeOf :: LandingPagesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LandingPagesList Source # 
Generic LandingPagesList Source # 
GoogleRequest LandingPagesList Source # 
type Rep LandingPagesList Source # 
type Rep LandingPagesList = D1 (MetaData "LandingPagesList" "Network.Google.Resource.DFAReporting.LandingPages.List" "gogol-dfareporting-0.2.0-3vkytqIdbR4DxGH3Av8E8" False) (C1 (MetaCons "LandingPagesList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lplCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_lplProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes LandingPagesList Source # 
type Scopes LandingPagesList = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs LandingPagesList Source # 

Request Lenses

lplCampaignId :: Lens' LandingPagesList Int64 Source #

Landing page campaign ID.

lplProFileId :: Lens' LandingPagesList Int64 Source #

User profile ID associated with this request.