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

Contents

Description

Updates an existing campaign landing page.

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

Synopsis

REST Resource

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

A resource alias for dfareporting.landingPages.update method which the LandingPagesUpdate request conforms to.

Creating a Request

landingPagesUpdate Source #

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

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

data LandingPagesUpdate Source #

Updates an existing campaign landing page.

See: landingPagesUpdate smart constructor.

Instances

Eq LandingPagesUpdate Source # 
Data LandingPagesUpdate Source # 

Methods

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

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

toConstr :: LandingPagesUpdate -> Constr #

dataTypeOf :: LandingPagesUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LandingPagesUpdate Source # 
Generic LandingPagesUpdate Source # 
GoogleRequest LandingPagesUpdate Source # 
type Rep LandingPagesUpdate Source # 
type Rep LandingPagesUpdate = D1 (MetaData "LandingPagesUpdate" "Network.Google.Resource.DFAReporting.LandingPages.Update" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "LandingPagesUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lpuCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_lpuProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_lpuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LandingPage)))))
type Scopes LandingPagesUpdate Source # 
type Scopes LandingPagesUpdate = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs LandingPagesUpdate Source # 

Request Lenses

lpuCampaignId :: Lens' LandingPagesUpdate Int64 Source #

Landing page campaign ID.

lpuProFileId :: Lens' LandingPagesUpdate Int64 Source #

User profile ID associated with this request.

lpuPayload :: Lens' LandingPagesUpdate LandingPage Source #

Multipart request metadata.