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.AdvertiserGroups.Get

Contents

Description

Gets one advertiser group by ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserGroups.get.

Synopsis

REST Resource

type AdvertiserGroupsGetResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserGroups" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdvertiserGroup)))))) Source #

A resource alias for dfareporting.advertiserGroups.get method which the AdvertiserGroupsGet request conforms to.

Creating a Request

advertiserGroupsGet Source #

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

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

data AdvertiserGroupsGet Source #

Gets one advertiser group by ID.

See: advertiserGroupsGet smart constructor.

Instances

Eq AdvertiserGroupsGet Source # 
Data AdvertiserGroupsGet Source # 

Methods

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

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

toConstr :: AdvertiserGroupsGet -> Constr #

dataTypeOf :: AdvertiserGroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

agggProFileId :: Lens' AdvertiserGroupsGet Int64 Source #

User profile ID associated with this request.

agggId :: Lens' AdvertiserGroupsGet Int64 Source #

Advertiser group ID.