gogol-adexchange-buyer-0.5.0: Google Ad Exchange Buyer 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.AdExchangeBuyer.PerformanceReport.List

Contents

Description

Retrieves the authenticated user's list of performance metrics.

See: Ad Exchange Buyer API Reference for adexchangebuyer.performanceReport.list.

Synopsis

REST Resource

type PerformanceReportListResource = "adexchangebuyer" :> ("v1.4" :> ("performancereport" :> (QueryParam "accountId" (Textual Int64) :> (QueryParam "endDateTime" Text :> (QueryParam "startDateTime" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] PerformanceReportList)))))))) Source #

A resource alias for adexchangebuyer.performanceReport.list method which the PerformanceReportList' request conforms to.

Creating a Request

performanceReportList' Source #

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

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

data PerformanceReportList' Source #

Retrieves the authenticated user's list of performance metrics.

See: performanceReportList' smart constructor.

Instances
Eq PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

Data PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

Methods

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

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

toConstr :: PerformanceReportList' -> Constr #

dataTypeOf :: PerformanceReportList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

Generic PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

Associated Types

type Rep PerformanceReportList' :: Type -> Type #

GoogleRequest PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

type Rep PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

type Rep PerformanceReportList' = D1 (MetaData "PerformanceReportList'" "Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List" "gogol-adexchange-buyer-0.5.0-ImZ0AntSIyHBacHUHx7gm4" False) (C1 (MetaCons "PerformanceReportList''" PrefixI True) ((S1 (MetaSel (Just "_prlAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_prlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_prlEndDateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_prlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_prlStartDateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes PerformanceReportList' Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

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

Defined in Network.Google.Resource.AdExchangeBuyer.PerformanceReport.List

Request Lenses

prlAccountId :: Lens' PerformanceReportList' Int64 Source #

The account id to get the reports.

prlPageToken :: Lens' PerformanceReportList' (Maybe Text) Source #

A continuation token, used to page through performance reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional.

prlEndDateTime :: Lens' PerformanceReportList' Text Source #

The end time of the report in ISO 8601 timestamp format using UTC.

prlMaxResults :: Lens' PerformanceReportList' (Maybe Word32) Source #

Maximum number of entries returned on one result page. If not set, the default is 100. Optional.

prlStartDateTime :: Lens' PerformanceReportList' Text Source #

The start time of the report in ISO 8601 timestamp format using UTC.