gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015 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.2" :> ("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:

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.