gogol-dfareporting-0.3.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.CreativeFieldValues.List

Contents

Description

Retrieves a list of creative field values, possibly filtered. This method supports paging.

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

Synopsis

REST Resource

type CreativeFieldValuesListResource = "dfareporting" :> ("v2.7" :> ("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:

data CreativeFieldValuesList Source #

Retrieves a list of creative field values, possibly filtered. This method supports paging.

See: creativeFieldValuesList smart constructor.

Instances

Eq CreativeFieldValuesList Source # 
Data CreativeFieldValuesList Source # 

Methods

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

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

toConstr :: CreativeFieldValuesList -> Constr #

dataTypeOf :: CreativeFieldValuesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeFieldValuesList Source # 
Generic CreativeFieldValuesList Source # 
GoogleRequest CreativeFieldValuesList Source # 
type Rep CreativeFieldValuesList Source # 
type Scopes CreativeFieldValuesList Source # 
type Scopes CreativeFieldValuesList = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs CreativeFieldValuesList Source # 

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.