gogol-doubleclick-search-0.4.0: Google DoubleClick Search 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.DoubleClickSearch.Conversion.Get

Contents

Description

Retrieves a list of conversions from a DoubleClick Search engine account.

See: DoubleClick Search API Reference for doubleclicksearch.conversion.get.

Synopsis

REST Resource

type ConversionGetResource = "doubleclicksearch" :> ("v2" :> ("agency" :> (Capture "agencyId" (Textual Int64) :> ("advertiser" :> (Capture "advertiserId" (Textual Int64) :> ("engine" :> (Capture "engineAccountId" (Textual Int64) :> ("conversion" :> (QueryParam "endDate" (Textual Int32) :> (QueryParam "rowCount" (Textual Int32) :> (QueryParam "startDate" (Textual Int32) :> (QueryParam "startRow" (Textual Word32) :> (QueryParam "adGroupId" (Textual Int64) :> (QueryParam "campaignId" (Textual Int64) :> (QueryParam "criterionId" (Textual Int64) :> (QueryParam "adId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] ConversionList))))))))))))))))) Source #

A resource alias for doubleclicksearch.conversion.get method which the ConversionGet request conforms to.

Creating a Request

data ConversionGet Source #

Retrieves a list of conversions from a DoubleClick Search engine account.

See: conversionGet smart constructor.

Instances
Eq ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Data ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Methods

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

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

toConstr :: ConversionGet -> Constr #

dataTypeOf :: ConversionGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Generic ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Associated Types

type Rep ConversionGet :: Type -> Type #

GoogleRequest ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Associated Types

type Rs ConversionGet :: Type #

type Scopes ConversionGet :: [Symbol] #

type Rep ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

type Scopes ConversionGet Source # 
Instance details

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

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

Defined in Network.Google.Resource.DoubleClickSearch.Conversion.Get

Request Lenses

cgAdGroupId :: Lens' ConversionGet (Maybe Int64) Source #

Numeric ID of the ad group.

cgEngineAccountId :: Lens' ConversionGet Int64 Source #

Numeric ID of the engine account.

cgAgencyId :: Lens' ConversionGet Int64 Source #

Numeric ID of the agency.

cgAdvertiserId :: Lens' ConversionGet Int64 Source #

Numeric ID of the advertiser.

cgEndDate :: Lens' ConversionGet Int32 Source #

Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

cgCampaignId :: Lens' ConversionGet (Maybe Int64) Source #

Numeric ID of the campaign.

cgCriterionId :: Lens' ConversionGet (Maybe Int64) Source #

Numeric ID of the criterion.

cgStartDate :: Lens' ConversionGet Int32 Source #

First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

cgStartRow :: Lens' ConversionGet Word32 Source #

The 0-based starting index for retrieving conversions results.

cgAdId :: Lens' ConversionGet (Maybe Int64) Source #

Numeric ID of the ad.

cgRowCount :: Lens' ConversionGet Int32 Source #

The number of conversions to return per call.