Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.campaignCreativeAssociations.list
.
Synopsis
- type CampaignCreativeAssociationsListResource = "dfareporting" :> ("v3.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))))))))))
- campaignCreativeAssociationsList :: Int64 -> Int64 -> CampaignCreativeAssociationsList
- data CampaignCreativeAssociationsList
- ccalCampaignId :: Lens' CampaignCreativeAssociationsList Int64
- ccalProFileId :: Lens' CampaignCreativeAssociationsList Int64
- ccalSortOrder :: Lens' CampaignCreativeAssociationsList CampaignCreativeAssociationsListSortOrder
- ccalPageToken :: Lens' CampaignCreativeAssociationsList (Maybe Text)
- ccalMaxResults :: Lens' CampaignCreativeAssociationsList Int32
REST Resource
type CampaignCreativeAssociationsListResource = "dfareporting" :> ("v3.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:
data CampaignCreativeAssociationsList Source #
Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.
See: campaignCreativeAssociationsList
smart constructor.
Instances
Request Lenses
ccalCampaignId :: Lens' CampaignCreativeAssociationsList Int64 Source #
Campaign ID in this association.
ccalProFileId :: Lens' CampaignCreativeAssociationsList Int64 Source #
User profile ID associated with this request.
ccalSortOrder :: Lens' CampaignCreativeAssociationsList CampaignCreativeAssociationsListSortOrder Source #
Order of sorted results.
ccalPageToken :: Lens' CampaignCreativeAssociationsList (Maybe Text) Source #
Value of the nextPageToken from the previous result page.
ccalMaxResults :: Lens' CampaignCreativeAssociationsList Int32 Source #
Maximum number of results to return.