gogol-dfareporting-0.1.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.CampaignCreativeAssociations.List

Contents

Description

Retrieves the list of creative IDs associated with the specified campaign.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.campaignCreativeAssociations.list.

Synopsis

REST Resource

type CampaignCreativeAssociationsListResource = "dfareporting" :> ("v2.5" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("campaigns" :> (Capture "campaignId" (Textual Int64) :> ("campaignCreativeAssociations" :> (QueryParam "sortOrder" CampaignCreativeAssociationsListSortOrder :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] CampaignCreativeAssociationsListResponse)))))))))) Source #

A resource alias for dfareporting.campaignCreativeAssociations.list method which the CampaignCreativeAssociationsList request conforms to.

Creating a Request

campaignCreativeAssociationsList Source #

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

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

data CampaignCreativeAssociationsList Source #

Retrieves the list of creative IDs associated with the specified campaign.

See: campaignCreativeAssociationsList smart constructor.

Instances

Eq CampaignCreativeAssociationsList Source # 
Data CampaignCreativeAssociationsList Source # 

Methods

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

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

toConstr :: CampaignCreativeAssociationsList -> Constr #

dataTypeOf :: CampaignCreativeAssociationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CampaignCreativeAssociationsList Source # 
Generic CampaignCreativeAssociationsList Source # 
GoogleRequest CampaignCreativeAssociationsList Source # 
type Rep CampaignCreativeAssociationsList Source # 
type Rep CampaignCreativeAssociationsList = D1 (MetaData "CampaignCreativeAssociationsList" "Network.Google.Resource.DFAReporting.CampaignCreativeAssociations.List" "gogol-dfareporting-0.1.0-KEBAT3IXpFyJcea2FOz34a" False) (C1 (MetaCons "CampaignCreativeAssociationsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ccalCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_ccalProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_ccalSortOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CampaignCreativeAssociationsListSortOrder))) ((:*:) (S1 (MetaSel (Just Symbol "_ccalPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ccalMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))
type Scopes CampaignCreativeAssociationsList Source # 
type Scopes CampaignCreativeAssociationsList = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs CampaignCreativeAssociationsList Source # 

Request Lenses

ccalProFileId :: Lens' CampaignCreativeAssociationsList Int64 Source #

User profile ID associated with this request.

ccalPageToken :: Lens' CampaignCreativeAssociationsList (Maybe Text) Source #

Value of the nextPageToken from the previous result page.

ccalMaxResults :: Lens' CampaignCreativeAssociationsList (Maybe Int32) Source #

Maximum number of results to return.