gogol-dfareporting-0.5.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.CreativeGroups.Insert

Contents

Description

Inserts a new creative group.

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

Synopsis

REST Resource

type CreativeGroupsInsertResource = "dfareporting" :> ("v3.3" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creativeGroups" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CreativeGroup :> Post '[JSON] CreativeGroup)))))) Source #

A resource alias for dfareporting.creativeGroups.insert method which the CreativeGroupsInsert request conforms to.

Creating a Request

creativeGroupsInsert Source #

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

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

data CreativeGroupsInsert Source #

Inserts a new creative group.

See: creativeGroupsInsert smart constructor.

Instances
Eq CreativeGroupsInsert Source # 
Instance details

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

Data CreativeGroupsInsert Source # 
Instance details

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

Methods

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

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

toConstr :: CreativeGroupsInsert -> Constr #

dataTypeOf :: CreativeGroupsInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeGroupsInsert Source # 
Instance details

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

Generic CreativeGroupsInsert Source # 
Instance details

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

Associated Types

type Rep CreativeGroupsInsert :: Type -> Type #

GoogleRequest CreativeGroupsInsert Source # 
Instance details

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

Associated Types

type Rs CreativeGroupsInsert :: Type #

type Scopes CreativeGroupsInsert :: [Symbol] #

type Rep CreativeGroupsInsert Source # 
Instance details

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

type Rep CreativeGroupsInsert = D1 (MetaData "CreativeGroupsInsert" "Network.Google.Resource.DFAReporting.CreativeGroups.Insert" "gogol-dfareporting-0.5.0-H2nEimqYPoYBpPsdI4WnkF" False) (C1 (MetaCons "CreativeGroupsInsert'" PrefixI True) (S1 (MetaSel (Just "_cgiProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_cgiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CreativeGroup)))
type Scopes CreativeGroupsInsert Source # 
Instance details

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

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

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

Request Lenses

cgiProFileId :: Lens' CreativeGroupsInsert Int64 Source #

User profile ID associated with this request.