gogol-doubleclick-search-0.1.1: 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.Patch

Contents

Description

Updates a batch of conversions in DoubleClick Search. This method supports patch semantics.

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

Synopsis

REST Resource

type ConversionPatchResource = "doubleclicksearch" :> ("v2" :> ("conversion" :> (QueryParam "advertiserId" (Textual Int64) :> (QueryParam "agencyId" (Textual Int64) :> (QueryParam "endDate" (Textual Int32) :> (QueryParam "engineAccountId" (Textual Int64) :> (QueryParam "rowCount" (Textual Int32) :> (QueryParam "startDate" (Textual Int32) :> (QueryParam "startRow" (Textual Word32) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ConversionList :> Patch '[JSON] ConversionList))))))))))) Source #

A resource alias for doubleclicksearch.conversion.patch method which the ConversionPatch request conforms to.

Creating a Request

data ConversionPatch Source #

Updates a batch of conversions in DoubleClick Search. This method supports patch semantics.

See: conversionPatch smart constructor.

Instances

Eq ConversionPatch Source # 
Data ConversionPatch Source # 

Methods

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

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

toConstr :: ConversionPatch -> Constr #

dataTypeOf :: ConversionPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

cpEngineAccountId :: Lens' ConversionPatch Int64 Source #

Numeric ID of the engine account.

cpAgencyId :: Lens' ConversionPatch Int64 Source #

Numeric ID of the agency.

cpAdvertiserId :: Lens' ConversionPatch Int64 Source #

Numeric ID of the advertiser.

cpEndDate :: Lens' ConversionPatch Int32 Source #

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

cpPayload :: Lens' ConversionPatch ConversionList Source #

Multipart request metadata.

cpStartDate :: Lens' ConversionPatch Int32 Source #

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

cpStartRow :: Lens' ConversionPatch Word32 Source #

The 0-based starting index for retrieving conversions results.

cpRowCount :: Lens' ConversionPatch Int32 Source #

The number of conversions to return per call.