gogol-dfareporting-0.4.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.AdvertiserLandingPages.Insert

Contents

Description

Inserts a new landing page.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserLandingPages.insert.

Synopsis

REST Resource

type AdvertiserLandingPagesInsertResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Post '[JSON] LandingPage)))))) Source #

A resource alias for dfareporting.advertiserLandingPages.insert method which the AdvertiserLandingPagesInsert request conforms to.

Creating a Request

advertiserLandingPagesInsert Source #

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

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

data AdvertiserLandingPagesInsert Source #

Inserts a new landing page.

See: advertiserLandingPagesInsert smart constructor.

Instances
Eq AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

Data AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

Methods

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

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

toConstr :: AdvertiserLandingPagesInsert -> Constr #

dataTypeOf :: AdvertiserLandingPagesInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

Generic AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

Associated Types

type Rep AdvertiserLandingPagesInsert :: Type -> Type #

GoogleRequest AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

type Rep AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

type Rep AdvertiserLandingPagesInsert = D1 (MetaData "AdvertiserLandingPagesInsert" "Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "AdvertiserLandingPagesInsert'" PrefixI True) (S1 (MetaSel (Just "_alpiProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_alpiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LandingPage)))
type Scopes AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

type Scopes AdvertiserLandingPagesInsert = "https://www.googleapis.com/auth/dfatrafficking" ': ([] :: [Symbol])
type Rs AdvertiserLandingPagesInsert Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.AdvertiserLandingPages.Insert

Request Lenses

alpiProFileId :: Lens' AdvertiserLandingPagesInsert Int64 Source #

User profile ID associated with this request.