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.Placements.Generatetags

Contents

Description

Generates tags for a placement.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.placements.generatetags.

Synopsis

REST Resource

type PlacementsGeneratetagsResource = "dfareporting" :> ("v3.3" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("placements" :> ("generatetags" :> (QueryParams "tagFormats" PlacementsGeneratetagsTagFormats :> (QueryParam "campaignId" (Textual Int64) :> (QueryParams "placementIds" (Textual Int64) :> (QueryParam "alt" AltJSON :> Post '[JSON] PlacementsGenerateTagsResponse))))))))) Source #

A resource alias for dfareporting.placements.generatetags method which the PlacementsGeneratetags request conforms to.

Creating a Request

placementsGeneratetags Source #

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

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

data PlacementsGeneratetags Source #

Generates tags for a placement.

See: placementsGeneratetags smart constructor.

Instances
Eq PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

Data PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

Methods

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

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

toConstr :: PlacementsGeneratetags -> Constr #

dataTypeOf :: PlacementsGeneratetags -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

Generic PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

Associated Types

type Rep PlacementsGeneratetags :: Type -> Type #

GoogleRequest PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

type Rep PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

type Rep PlacementsGeneratetags = D1 (MetaData "PlacementsGeneratetags" "Network.Google.Resource.DFAReporting.Placements.Generatetags" "gogol-dfareporting-0.5.0-H2nEimqYPoYBpPsdI4WnkF" False) (C1 (MetaCons "PlacementsGeneratetags'" PrefixI True) ((S1 (MetaSel (Just "_pgsTagFormats") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlacementsGeneratetagsTagFormats])) :*: S1 (MetaSel (Just "_pgsCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_pgsProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_pgsPlacementIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])))))
type Scopes PlacementsGeneratetags Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

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

Defined in Network.Google.Resource.DFAReporting.Placements.Generatetags

Request Lenses

pgsTagFormats :: Lens' PlacementsGeneratetags [PlacementsGeneratetagsTagFormats] Source #

Tag formats to generate for these placements. Note: PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.

pgsCampaignId :: Lens' PlacementsGeneratetags (Maybe Int64) Source #

Generate placements belonging to this campaign. This is a required field.

pgsProFileId :: Lens' PlacementsGeneratetags Int64 Source #

User profile ID associated with this request.

pgsPlacementIds :: Lens' PlacementsGeneratetags [Int64] Source #

Generate tags for these placements.