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.CreativeFieldValues.List

Contents

Description

Retrieves a list of creative field values, possibly filtered.

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

Synopsis

REST Resource

type CreativeFieldValuesListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creativeFields" :> (Capture "creativeFieldId" (Textual Int64) :> ("creativeFieldValues" :> (QueryParam "searchString" Text :> (QueryParams "ids" (Textual Int64) :> (QueryParam "sortOrder" CreativeFieldValuesListSortOrder :> (QueryParam "pageToken" Text :> (QueryParam "sortField" CreativeFieldValuesListSortField :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` CreativeFieldValuesListResponse))))))))))))) Source

A resource alias for dfareporting.creativeFieldValues.list method which the CreativeFieldValuesList request conforms to.

Creating a Request

creativeFieldValuesList Source

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

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

Request Lenses

cfvlCreativeFieldId :: Lens' CreativeFieldValuesList Int64 Source

Creative field ID for this creative field value.

cfvlSearchString :: Lens' CreativeFieldValuesList (Maybe Text) Source

Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed.

cfvlIds :: Lens' CreativeFieldValuesList [Int64] Source

Select only creative field values with these IDs.

cfvlProFileId :: Lens' CreativeFieldValuesList Int64 Source

User profile ID associated with this request.

cfvlSortOrder :: Lens' CreativeFieldValuesList (Maybe CreativeFieldValuesListSortOrder) Source

Order of sorted results, default is ASCENDING.

cfvlPageToken :: Lens' CreativeFieldValuesList (Maybe Text) Source

Value of the nextPageToken from the previous result page.

cfvlMaxResults :: Lens' CreativeFieldValuesList (Maybe Int32) Source

Maximum number of results to return.