gogol-dfareporting-0.4.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.CreativeGroups.List

Contents

Description

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

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

Synopsis

REST Resource

type CreativeGroupsListResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("creativeGroups" :> (QueryParam "searchString" Text :> (QueryParams "ids" (Textual Int64) :> (QueryParam "sortOrder" CreativeGroupsListSortOrder :> (QueryParam "groupNumber" (Textual Int32) :> (QueryParam "pageToken" Text :> (QueryParam "sortField" CreativeGroupsListSortField :> (QueryParams "advertiserIds" (Textual Int64) :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] CreativeGroupsListResponse))))))))))))) Source #

A resource alias for dfareporting.creativeGroups.list method which the CreativeGroupsList request conforms to.

Creating a Request

creativeGroupsList Source #

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

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

data CreativeGroupsList Source #

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

See: creativeGroupsList smart constructor.

Instances
Eq CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Data CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Methods

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

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

toConstr :: CreativeGroupsList -> Constr #

dataTypeOf :: CreativeGroupsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Generic CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Associated Types

type Rep CreativeGroupsList :: Type -> Type #

GoogleRequest CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Associated Types

type Rs CreativeGroupsList :: Type #

type Scopes CreativeGroupsList :: [Symbol] #

type Rep CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

type Scopes CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

type Scopes CreativeGroupsList = "https://www.googleapis.com/auth/dfatrafficking" ': ([] :: [Symbol])
type Rs CreativeGroupsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.CreativeGroups.List

Request Lenses

cglSearchString :: Lens' CreativeGroupsList (Maybe Text) Source #

Allows searching for creative groups by name or ID. Wildcards (*) are allowed. For example, "creativegroup*2015" will return creative groups with names like "creativegroup June 2015", "creativegroup April 2015", or simply "creativegroup 2015". Most of the searches also add wild-cards implicitly at the start and the end of the search string. For example, a search string of "creativegroup" will match creative groups with the name "my creativegroup", "creativegroup 2015", or simply "creativegroup".

cglIds :: Lens' CreativeGroupsList [Int64] Source #

Select only creative groups with these IDs.

cglProFileId :: Lens' CreativeGroupsList Int64 Source #

User profile ID associated with this request.

cglGroupNumber :: Lens' CreativeGroupsList (Maybe Int32) Source #

Select only creative groups that belong to this subgroup.

cglPageToken :: Lens' CreativeGroupsList (Maybe Text) Source #

Value of the nextPageToken from the previous result page.

cglAdvertiserIds :: Lens' CreativeGroupsList [Int64] Source #

Select only creative groups that belong to these advertisers.

cglMaxResults :: Lens' CreativeGroupsList Int32 Source #

Maximum number of results to return.