gogol-adexchange-buyer-0.4.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.AdExchangeBuyer.Types

Contents

Description

 
Synopsis

Service Configuration

adExchangeBuyerService :: ServiceConfig Source #

Default request referring to version 'v1.4' of the Ad Exchange Buyer API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

adExchangeBuyerScope :: Proxy '["https://www.googleapis.com/auth/adexchange.buyer"] Source #

Manage your Ad Exchange buyer account configuration

MarketplaceNote

data MarketplaceNote Source #

A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.

See: marketplaceNote smart constructor.

Instances
Eq MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: MarketplaceNote -> Constr #

dataTypeOf :: MarketplaceNote -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep MarketplaceNote :: Type -> Type #

ToJSON MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceNote Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceNote = D1 (MetaData "MarketplaceNote" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "MarketplaceNote'" PrefixI True) (((S1 (MetaSel (Just "_mnNote") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mnKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_mnTimestampMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_mnProposalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_mnDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mnProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_mnNoteId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mnCreatorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

marketplaceNote :: MarketplaceNote Source #

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

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

mnNote :: Lens' MarketplaceNote (Maybe Text) Source #

The actual note to attach. (readonly, except on create)

mnKind :: Lens' MarketplaceNote Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceNote".

mnTimestampMs :: Lens' MarketplaceNote (Maybe Int64) Source #

The timestamp (ms since epoch) that this note was created. (readonly)

mnProposalId :: Lens' MarketplaceNote (Maybe Text) Source #

The proposalId that a note is attached to. (readonly)

mnDealId :: Lens' MarketplaceNote (Maybe Text) Source #

Notes can optionally be associated with a deal. (readonly, except on create)

mnProposalRevisionNumber :: Lens' MarketplaceNote (Maybe Int64) Source #

If the note is associated with a proposal revision number, then store that here. (readonly, except on create)

mnNoteId :: Lens' MarketplaceNote (Maybe Text) Source #

The unique id for the note. (readonly)

mnCreatorRole :: Lens' MarketplaceNote (Maybe Text) Source #

The role of the person (buyer/seller) creating the note. (readonly)

CreativeNATiveAd

data CreativeNATiveAd Source #

If nativeAd is set, HTMLSnippet, videoVastXML, and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)

See: creativeNATiveAd smart constructor.

Instances
Eq CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeNATiveAd -> Constr #

dataTypeOf :: CreativeNATiveAd -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeNATiveAd :: Type -> Type #

ToJSON CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAd Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAd = D1 (MetaData "CreativeNATiveAd" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeNATiveAd'" PrefixI True) (((S1 (MetaSel (Just "_cnataImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdImage)) :*: (S1 (MetaSel (Just "_cnataAppIcon") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdAppIcon)) :*: S1 (MetaSel (Just "_cnataClickTrackingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cnataClickLinkURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cnataHeadline") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataImpressionTrackingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 (MetaSel (Just "_cnataCallToAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cnataStore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataVideoURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cnataPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataAdvertiser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cnataStarRating") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_cnataLogo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdLogo)))))))

cnataAppIcon :: Lens' CreativeNATiveAd (Maybe CreativeNATiveAdAppIcon) Source #

The app icon, for app download ads.

cnataClickTrackingURL :: Lens' CreativeNATiveAd (Maybe Text) Source #

The URL to use for click tracking.

cnataClickLinkURL :: Lens' CreativeNATiveAd (Maybe Text) Source #

The URL that the browser/SDK will load when the user clicks the ad.

cnataBody :: Lens' CreativeNATiveAd (Maybe Text) Source #

A long description of the ad.

cnataHeadline :: Lens' CreativeNATiveAd (Maybe Text) Source #

A short title for the ad.

cnataImpressionTrackingURL :: Lens' CreativeNATiveAd [Text] Source #

The URLs are called when the impression is rendered.

cnataCallToAction :: Lens' CreativeNATiveAd (Maybe Text) Source #

A label for the button that the user is supposed to click.

cnataStore :: Lens' CreativeNATiveAd (Maybe Text) Source #

The URL to the app store to purchase/download the promoted app.

cnataVideoURL :: Lens' CreativeNATiveAd (Maybe Text) Source #

The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url.

cnataPrice :: Lens' CreativeNATiveAd (Maybe Text) Source #

The price of the promoted app including the currency info.

cnataStarRating :: Lens' CreativeNATiveAd (Maybe Double) Source #

The app rating in the app store. Must be in the range [0-5].

:: Lens' CreativeNATiveAd (Maybe CreativeNATiveAdLogo) Source #

A smaller image, for the advertiser logo.

EditAllOrderDealsResponse

data EditAllOrderDealsResponse Source #

Instances
Eq EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: EditAllOrderDealsResponse -> Constr #

dataTypeOf :: EditAllOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep EditAllOrderDealsResponse :: Type -> Type #

ToJSON EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep EditAllOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep EditAllOrderDealsResponse = D1 (MetaData "EditAllOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "EditAllOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just "_eaodrDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal])) :*: S1 (MetaSel (Just "_eaodrOrderRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

editAllOrderDealsResponse :: EditAllOrderDealsResponse Source #

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

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

eaodrDeals :: Lens' EditAllOrderDealsResponse [MarketplaceDeal] Source #

List of all deals in the proposal after edit.

eaodrOrderRevisionNumber :: Lens' EditAllOrderDealsResponse (Maybe Int64) Source #

The latest revision number after the update has been applied.

TargetingValueDemogGenderCriteria

data TargetingValueDemogGenderCriteria Source #

Instances
Eq TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValueDemogGenderCriteria -> Constr #

dataTypeOf :: TargetingValueDemogGenderCriteria -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValueDemogGenderCriteria :: Type -> Type #

ToJSON TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDemogGenderCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDemogGenderCriteria = D1 (MetaData "TargetingValueDemogGenderCriteria" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "TargetingValueDemogGenderCriteria'" PrefixI True) (S1 (MetaSel (Just "_tvdgcDemogGenderCriteriaIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))

targetingValueDemogGenderCriteria :: TargetingValueDemogGenderCriteria Source #

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

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

CreativesList

data CreativesList Source #

The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.

See: creativesList smart constructor.

Instances
Eq CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativesList -> Constr #

dataTypeOf :: CreativesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativesList :: Type -> Type #

ToJSON CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativesList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativesList = D1 (MetaData "CreativesList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativesList'" PrefixI True) (S1 (MetaSel (Just "_clNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_clKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_clItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Creative])))))

creativesList :: CreativesList Source #

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

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

clNextPageToken :: Lens' CreativesList (Maybe Text) Source #

Continuation token used to page through creatives. To retrieve the next page of results, set the next request's "pageToken" value to this.

clItems :: Lens' CreativesList [Creative] Source #

A list of creatives.

CreativeDealIdsDealStatusesItem

data CreativeDealIdsDealStatusesItem Source #

Instances
Eq CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeDealIdsDealStatusesItem -> Constr #

dataTypeOf :: CreativeDealIdsDealStatusesItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeDealIdsDealStatusesItem :: Type -> Type #

ToJSON CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeDealIdsDealStatusesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeDealIdsDealStatusesItem = D1 (MetaData "CreativeDealIdsDealStatusesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeDealIdsDealStatusesItem'" PrefixI True) (S1 (MetaSel (Just "_cdidsiArcStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cdidsiWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cdidsiDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

creativeDealIdsDealStatusesItem :: CreativeDealIdsDealStatusesItem Source #

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

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

CreativeServingRestrictionsItemContextsItem

data CreativeServingRestrictionsItemContextsItem Source #

Instances
Eq CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeServingRestrictionsItemContextsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItemContextsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItemContextsItem = D1 (MetaData "CreativeServingRestrictionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeServingRestrictionsItemContextsItem'" PrefixI True) ((S1 (MetaSel (Just "_csriciPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_csriciContextType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_csriciAuctionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_csriciGeoCriteriaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32])))))

creativeServingRestrictionsItemContextsItem :: CreativeServingRestrictionsItemContextsItem Source #

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

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

csriciPlatform :: Lens' CreativeServingRestrictionsItemContextsItem [Text] Source #

Only set when contextType=PLATFORM. Represents the platforms this restriction applies to.

csriciContextType :: Lens' CreativeServingRestrictionsItemContextsItem (Maybe Text) Source #

The type of context (e.g., location, platform, auction type, SSL-ness).

csriciAuctionType :: Lens' CreativeServingRestrictionsItemContextsItem [Text] Source #

Only set when contextType=AUCTION_TYPE. Represents the auction types this restriction applies to.

csriciGeoCriteriaId :: Lens' CreativeServingRestrictionsItemContextsItem [Int32] Source #

Only set when contextType=LOCATION. Represents the geo criterias this restriction applies to. Impressions are considered to match a context if either the user location or publisher location matches a given geoCriteriaId.

CreateOrdersResponse

data CreateOrdersResponse Source #

Instances
Eq CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreateOrdersResponse -> Constr #

dataTypeOf :: CreateOrdersResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreateOrdersResponse :: Type -> Type #

ToJSON CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreateOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreateOrdersResponse = D1 (MetaData "CreateOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "CreateOrdersResponse'" PrefixI True) (S1 (MetaSel (Just "_corProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

createOrdersResponse :: CreateOrdersResponse Source #

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

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

corProposals :: Lens' CreateOrdersResponse [Proposal] Source #

The list of proposals successfully created.

AccountBidderLocationItem

data AccountBidderLocationItem Source #

Instances
Eq AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: AccountBidderLocationItem -> Constr #

dataTypeOf :: AccountBidderLocationItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AccountBidderLocationItem :: Type -> Type #

ToJSON AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AccountBidderLocationItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AccountBidderLocationItem = D1 (MetaData "AccountBidderLocationItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AccountBidderLocationItem'" PrefixI True) ((S1 (MetaSel (Just "_abliURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_abliMaximumQps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_abliRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_abliBidProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

accountBidderLocationItem :: AccountBidderLocationItem Source #

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

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

abliURL :: Lens' AccountBidderLocationItem (Maybe Text) Source #

The URL to which the Ad Exchange will send bid requests.

abliMaximumQps :: Lens' AccountBidderLocationItem (Maybe Int32) Source #

The maximum queries per second the Ad Exchange will send.

abliRegion :: Lens' AccountBidderLocationItem (Maybe Text) Source #

The geographical region the Ad Exchange should send requests from. Only used by some quota systems, but always setting the value is recommended. Allowed values: - ASIA - EUROPE - US_EAST - US_WEST

abliBidProtocol :: Lens' AccountBidderLocationItem (Maybe Text) Source #

The protocol that the bidder endpoint is using. OpenRTB protocols with prefix PROTOCOL_OPENRTB_PROTOBUF use proto buffer, otherwise use JSON. Allowed values: - PROTOCOL_ADX - PROTOCOL_OPENRTB_2_2 - PROTOCOL_OPENRTB_2_3 - PROTOCOL_OPENRTB_2_4 - PROTOCOL_OPENRTB_2_5 - PROTOCOL_OPENRTB_PROTOBUF_2_3 - PROTOCOL_OPENRTB_PROTOBUF_2_4 - PROTOCOL_OPENRTB_PROTOBUF_2_5

PrivateData

data PrivateData Source #

Instances
Eq PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PrivateData -> Constr #

dataTypeOf :: PrivateData -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PrivateData :: Type -> Type #

ToJSON PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PrivateData Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PrivateData = D1 (MetaData "PrivateData" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PrivateData'" PrefixI True) (S1 (MetaSel (Just "_pdReferencePayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bytes)) :*: S1 (MetaSel (Just "_pdReferenceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

privateData :: PrivateData Source #

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

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

Budget

data Budget Source #

The configuration data for Ad Exchange RTB - Budget API.

See: budget smart constructor.

Instances
Eq Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Budget -> Budget -> Bool #

(/=) :: Budget -> Budget -> Bool #

Data Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Budget -> Constr #

dataTypeOf :: Budget -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Budget :: Type -> Type #

Methods

from :: Budget -> Rep Budget x #

to :: Rep Budget x -> Budget #

ToJSON Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Budget Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Budget = D1 (MetaData "Budget" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Budget'" PrefixI True) ((S1 (MetaSel (Just "_bCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_bKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bBudgetAmount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: (S1 (MetaSel (Just "_bAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_bId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

budget :: Budget Source #

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

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

bCurrencyCode :: Lens' Budget (Maybe Text) Source #

The currency code for the buyer. This cannot be altered here.

bKind :: Lens' Budget Text Source #

The kind of the resource, i.e. "adexchangebuyer#budget".

bBudgetAmount :: Lens' Budget (Maybe Int64) Source #

The daily budget amount in unit amount of the account currency to apply for the billingId provided. This is required for update requests.

bAccountId :: Lens' Budget (Maybe Int64) Source #

The id of the account. This is required for get and update requests.

bId :: Lens' Budget (Maybe Text) Source #

The unique id that describes this item.

bBillingId :: Lens' Budget (Maybe Int64) Source #

The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.

AddOrderNotesRequest

data AddOrderNotesRequest Source #

Instances
Eq AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: AddOrderNotesRequest -> Constr #

dataTypeOf :: AddOrderNotesRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AddOrderNotesRequest :: Type -> Type #

ToJSON AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderNotesRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderNotesRequest = D1 (MetaData "AddOrderNotesRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "AddOrderNotesRequest'" PrefixI True) (S1 (MetaSel (Just "_aonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesRequest :: AddOrderNotesRequest Source #

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

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

DeliveryControlFrequencyCap

data DeliveryControlFrequencyCap Source #

Instances
Eq DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DeliveryControlFrequencyCap -> Constr #

dataTypeOf :: DeliveryControlFrequencyCap -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DeliveryControlFrequencyCap :: Type -> Type #

ToJSON DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeliveryControlFrequencyCap Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeliveryControlFrequencyCap = D1 (MetaData "DeliveryControlFrequencyCap" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DeliveryControlFrequencyCap'" PrefixI True) (S1 (MetaSel (Just "_dcfcMaxImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_dcfcNumTimeUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_dcfcTimeUnitType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

deliveryControlFrequencyCap :: DeliveryControlFrequencyCap Source #

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

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

MarketplaceDealParty

data MarketplaceDealParty Source #

Instances
Eq MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: MarketplaceDealParty -> Constr #

dataTypeOf :: MarketplaceDealParty -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep MarketplaceDealParty :: Type -> Type #

ToJSON MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceDealParty Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceDealParty = D1 (MetaData "MarketplaceDealParty" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "MarketplaceDealParty'" PrefixI True) (S1 (MetaSel (Just "_mdpSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller)) :*: S1 (MetaSel (Just "_mdpBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer))))

marketplaceDealParty :: MarketplaceDealParty Source #

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

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

mdpSeller :: Lens' MarketplaceDealParty (Maybe Seller) Source #

The buyer/seller associated with the deal. One of buyer/seller is specified for a deal party.

mdpBuyer :: Lens' MarketplaceDealParty (Maybe Buyer) Source #

The buyer/seller associated with the deal. One of buyer/seller is specified for a deal-party.

GetOrderNotesResponse

data GetOrderNotesResponse Source #

Instances
Eq GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: GetOrderNotesResponse -> Constr #

dataTypeOf :: GetOrderNotesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep GetOrderNotesResponse :: Type -> Type #

ToJSON GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrderNotesResponse = D1 (MetaData "GetOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "GetOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just "_gonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

getOrderNotesResponse :: GetOrderNotesResponse Source #

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

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

gonrNotes :: Lens' GetOrderNotesResponse [MarketplaceNote] Source #

The list of matching notes. The notes for a proposal are ordered from oldest to newest. If the notes span multiple proposals, they will be grouped by proposal, with the notes for the most recently modified proposal appearing first.

GetOrdersResponse

data GetOrdersResponse Source #

Instances
Eq GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: GetOrdersResponse -> Constr #

dataTypeOf :: GetOrdersResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep GetOrdersResponse :: Type -> Type #

ToJSON GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrdersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrdersResponse = D1 (MetaData "GetOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "GetOrdersResponse'" PrefixI True) (S1 (MetaSel (Just "_gorProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

getOrdersResponse :: GetOrdersResponse Source #

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

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

gorProposals :: Lens' GetOrdersResponse [Proposal] Source #

The list of matching proposals.

CreativeServingRestrictionsItemDisApprovalReasonsItem

data CreativeServingRestrictionsItemDisApprovalReasonsItem Source #

Instances
Eq CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeServingRestrictionsItemDisApprovalReasonsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItemDisApprovalReasonsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem = D1 (MetaData "CreativeServingRestrictionsItemDisApprovalReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeServingRestrictionsItemDisApprovalReasonsItem'" PrefixI True) (S1 (MetaSel (Just "_csridariReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_csridariDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

creativeServingRestrictionsItemDisApprovalReasonsItem :: CreativeServingRestrictionsItemDisApprovalReasonsItem Source #

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

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

csridariDetails :: Lens' CreativeServingRestrictionsItemDisApprovalReasonsItem [Text] Source #

Additional details about the reason for disapproval.

AccountsList

data AccountsList Source #

An account feed lists Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single buyer account.

See: accountsList smart constructor.

Instances
Eq AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: AccountsList -> Constr #

dataTypeOf :: AccountsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AccountsList :: Type -> Type #

ToJSON AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AccountsList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AccountsList = D1 (MetaData "AccountsList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AccountsList'" PrefixI True) (S1 (MetaSel (Just "_alKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_alItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Account]))))

accountsList :: AccountsList Source #

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

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

alItems :: Lens' AccountsList [Account] Source #

A list of accounts.

Dimension

data Dimension Source #

This message carries publisher provided breakdown. E.g. {dimension_type: 'COUNTRY', [{dimension_value: {id: 1, name: 'US'}}, {dimension_value: {id: 2, name: 'UK'}}]}

See: dimension smart constructor.

Instances
Eq Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Dimension -> Constr #

dataTypeOf :: Dimension -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Dimension :: Type -> Type #

ToJSON Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Dimension Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Dimension = D1 (MetaData "Dimension" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Dimension'" PrefixI True) (S1 (MetaSel (Just "_dDimensionValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DimensionDimensionValue])) :*: S1 (MetaSel (Just "_dDimensionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dimension :: Dimension Source #

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

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

CreateOrdersRequest

data CreateOrdersRequest Source #

Instances
Eq CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreateOrdersRequest -> Constr #

dataTypeOf :: CreateOrdersRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreateOrdersRequest :: Type -> Type #

ToJSON CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreateOrdersRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreateOrdersRequest = D1 (MetaData "CreateOrdersRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreateOrdersRequest'" PrefixI True) (S1 (MetaSel (Just "_cProposals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Proposal])) :*: S1 (MetaSel (Just "_cWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

createOrdersRequest :: CreateOrdersRequest Source #

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

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

cProposals :: Lens' CreateOrdersRequest [Proposal] Source #

The list of proposals to create.

cWebPropertyCode :: Lens' CreateOrdersRequest (Maybe Text) Source #

Web property id of the seller creating these orders

CreativeCorrectionsItem

data CreativeCorrectionsItem Source #

Instances
Eq CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeCorrectionsItem -> Constr #

dataTypeOf :: CreativeCorrectionsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeCorrectionsItem :: Type -> Type #

ToJSON CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeCorrectionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeCorrectionsItem = D1 (MetaData "CreativeCorrectionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeCorrectionsItem'" PrefixI True) (S1 (MetaSel (Just "_cciContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeCorrectionsItemContextsItem])) :*: (S1 (MetaSel (Just "_cciReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cciDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

creativeCorrectionsItem :: CreativeCorrectionsItem Source #

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

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

cciContexts :: Lens' CreativeCorrectionsItem [CreativeCorrectionsItemContextsItem] Source #

All known serving contexts containing serving status information.

cciReason :: Lens' CreativeCorrectionsItem (Maybe Text) Source #

The type of correction that was applied to the creative.

cciDetails :: Lens' CreativeCorrectionsItem [Text] Source #

Additional details about the correction.

DealTermsRubiconNonGuaranteedTerms

data DealTermsRubiconNonGuaranteedTerms Source #

Instances
Eq DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DealTermsRubiconNonGuaranteedTerms -> Constr #

dataTypeOf :: DealTermsRubiconNonGuaranteedTerms -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealTermsRubiconNonGuaranteedTerms :: Type -> Type #

ToJSON DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsRubiconNonGuaranteedTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsRubiconNonGuaranteedTerms = D1 (MetaData "DealTermsRubiconNonGuaranteedTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealTermsRubiconNonGuaranteedTerms'" PrefixI True) (S1 (MetaSel (Just "_dtrngtPriorityPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price)) :*: S1 (MetaSel (Just "_dtrngtStandardPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price))))

dealTermsRubiconNonGuaranteedTerms :: DealTermsRubiconNonGuaranteedTerms Source #

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

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

dtrngtPriorityPrice :: Lens' DealTermsRubiconNonGuaranteedTerms (Maybe Price) Source #

Optional price for Rubicon priority access in the auction.

dtrngtStandardPrice :: Lens' DealTermsRubiconNonGuaranteedTerms (Maybe Price) Source #

Optional price for Rubicon standard access in the auction.

DealServingMetadata

data DealServingMetadata Source #

Instances
Eq DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DealServingMetadata -> Constr #

dataTypeOf :: DealServingMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealServingMetadata :: Type -> Type #

ToJSON DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealServingMetadata Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealServingMetadata = D1 (MetaData "DealServingMetadata" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealServingMetadata'" PrefixI True) (S1 (MetaSel (Just "_dsmDealPauseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealServingMetadataDealPauseStatus)) :*: S1 (MetaSel (Just "_dsmAlcoholAdsAllowed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

dealServingMetadata :: DealServingMetadata Source #

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

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

dsmDealPauseStatus :: Lens' DealServingMetadata (Maybe DealServingMetadataDealPauseStatus) Source #

Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)

dsmAlcoholAdsAllowed :: Lens' DealServingMetadata (Maybe Bool) Source #

True if alcohol ads are allowed for this deal (read-only). This field is only populated when querying for finalized orders using the method GetFinalizedOrderDeals

AddOrderDealsResponse

data AddOrderDealsResponse Source #

Instances
Eq AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: AddOrderDealsResponse -> Constr #

dataTypeOf :: AddOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AddOrderDealsResponse :: Type -> Type #

ToJSON AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderDealsResponse = D1 (MetaData "AddOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AddOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just "_aodrDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal])) :*: S1 (MetaSel (Just "_aodrProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

addOrderDealsResponse :: AddOrderDealsResponse Source #

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

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

aodrDeals :: Lens' AddOrderDealsResponse [MarketplaceDeal] Source #

List of deals added (in the same proposal as passed in the request)

aodrProposalRevisionNumber :: Lens' AddOrderDealsResponse (Maybe Int64) Source #

The updated revision number for the proposal.

DeliveryControl

data DeliveryControl Source #

Instances
Eq DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DeliveryControl -> Constr #

dataTypeOf :: DeliveryControl -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DeliveryControl :: Type -> Type #

ToJSON DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeliveryControl Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeliveryControl = D1 (MetaData "DeliveryControl" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DeliveryControl'" PrefixI True) (S1 (MetaSel (Just "_dcCreativeBlockingLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcFrequencyCaps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DeliveryControlFrequencyCap])) :*: S1 (MetaSel (Just "_dcDeliveryRateType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

deliveryControl :: DeliveryControl Source #

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

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

PricePerBuyer

data PricePerBuyer Source #

Used to specify pricing rules for buyers. Each PricePerBuyer in a product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer we look for the most specific matching rule - we first look for a rule matching the buyer and otherwise look for a matching rule where no buyer is set.

See: pricePerBuyer smart constructor.

Instances
Eq PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PricePerBuyer -> Constr #

dataTypeOf :: PricePerBuyer -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PricePerBuyer :: Type -> Type #

ToJSON PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PricePerBuyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PricePerBuyer = D1 (MetaData "PricePerBuyer" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PricePerBuyer'" PrefixI True) ((S1 (MetaSel (Just "_ppbBilledBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)) :*: S1 (MetaSel (Just "_ppbPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price))) :*: (S1 (MetaSel (Just "_ppbAuctionTier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppbBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)))))

pricePerBuyer :: PricePerBuyer Source #

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

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

ppbBilledBuyer :: Lens' PricePerBuyer (Maybe Buyer) Source #

Reference to the buyer that will get billed.

ppbPrice :: Lens' PricePerBuyer (Maybe Price) Source #

The specified price

ppbAuctionTier :: Lens' PricePerBuyer (Maybe Text) Source #

Optional access type for this buyer.

ppbBuyer :: Lens' PricePerBuyer (Maybe Buyer) Source #

The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).

Creative

data Creative Source #

A creative and its classification data.

See: creative smart constructor.

Instances
Eq Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Creative -> Constr #

dataTypeOf :: Creative -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Creative :: Type -> Type #

Methods

from :: Creative -> Rep Creative x #

to :: Rep Creative x -> Creative #

ToJSON Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Creative Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Creative = D1 (MetaData "Creative" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Creative'" PrefixI True) ((((S1 (MetaSel (Just "_cAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32])) :*: (S1 (MetaSel (Just "_cNATiveAd") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAd)) :*: S1 (MetaSel (Just "_cHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) :*: ((S1 (MetaSel (Just "_cBuyerCreativeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cAdvertiserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cAdChoicesDestinationURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cAgencyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) :*: (((S1 (MetaSel (Just "_cCorrections") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeCorrectionsItem])) :*: S1 (MetaSel (Just "_cProductCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32]))) :*: (S1 (MetaSel (Just "_cVideoVastXML") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: ((S1 (MetaSel (Just "_cHTMLSnippet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cAdvertiserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))) :*: (S1 (MetaSel (Just "_cRestrictedCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32])) :*: S1 (MetaSel (Just "_cDealsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_cWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_cClickThroughURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cLanguages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 (MetaSel (Just "_cVendorType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32])) :*: S1 (MetaSel (Just "_cAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_cImpressionTrackingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cFilteringReasons") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeFilteringReasons))))) :*: (((S1 (MetaSel (Just "_cVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cSensitiveCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32]))) :*: (S1 (MetaSel (Just "_cVideoURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cAPIUploadTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))) :*: ((S1 (MetaSel (Just "_cServingRestrictions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeServingRestrictionsItem])) :*: S1 (MetaSel (Just "_cDetectedDomains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_cOpenAuctionStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cCreativeStatusIdentityType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

cAttribute :: Lens' Creative [Int32] Source #

List of buyer selectable attributes for the ads that may be shown from this snippet. Each attribute is represented by an integer as defined in buyer-declarable-creative-attributes.txt.

cNATiveAd :: Lens' Creative (Maybe CreativeNATiveAd) Source #

If nativeAd is set, HTMLSnippet, videoVastXML, and the videoURL outside of nativeAd should not be set. (The videoURL inside nativeAd can be set.)

cBuyerCreativeId :: Lens' Creative (Maybe Text) Source #

A buyer-specific id identifying the creative in this ad.

cAdvertiserName :: Lens' Creative (Maybe Text) Source #

The name of the company being advertised in the creative. The value provided must exist in the advertisers.txt file.

cAdChoicesDestinationURL :: Lens' Creative (Maybe Text) Source #

The link to the Ad Preferences page. This is only supported for native ads.

cAgencyId :: Lens' Creative (Maybe Int64) Source #

The agency id for this creative.

cCorrections :: Lens' Creative [CreativeCorrectionsItem] Source #

Shows any corrections that were applied to this creative. Read-only. This field should not be set in requests.

cProductCategories :: Lens' Creative [Int32] Source #

Detected product categories, if any. Each category is represented by an integer as defined in ad-product-categories.txt. Read-only. This field should not be set in requests.

cVideoVastXML :: Lens' Creative (Maybe Text) Source #

The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard. If set, HTMLSnippet, videoURL, and nativeAd and should not be set.

cKind :: Lens' Creative Text Source #

Resource type.

cHTMLSnippet :: Lens' Creative (Maybe Text) Source #

The HTML snippet that displays the ad when inserted in the web page. If set, videoURL, videoVastXML, and nativeAd should not be set.

cAdvertiserId :: Lens' Creative [Int64] Source #

Detected advertiser id, if any. Read-only. This field should not be set in requests.

cRestrictedCategories :: Lens' Creative [Int32] Source #

All restricted categories for the ads that may be shown from this snippet. Each category is represented by an integer as defined in the ad-restricted-categories.txt.

cDealsStatus :: Lens' Creative (Maybe Text) Source #

Top-level deals status. Read-only. This field should not be set in requests. If disapproved, an entry for auctionType=DIRECT_DEALS (or ALL) in servingRestrictions will also exist. Note that this may be nuanced with other contextual restrictions, in which case it may be preferable to read from servingRestrictions directly.

cClickThroughURL :: Lens' Creative [Text] Source #

The set of destination urls for the snippet.

cLanguages :: Lens' Creative [Text] Source #

Detected languages for this creative. Read-only. This field should not be set in requests.

cVendorType :: Lens' Creative [Int32] Source #

List of vendor types for the ads that may be shown from this snippet. Each vendor type is represented by an integer as defined in vendors.txt.

cImpressionTrackingURL :: Lens' Creative [Text] Source #

The set of urls to be called to record an impression.

cFilteringReasons :: Lens' Creative (Maybe CreativeFilteringReasons) Source #

The filtering reasons for the creative. Read-only. This field should not be set in requests.

cVersion :: Lens' Creative (Maybe Int32) Source #

The version for this creative. Read-only. This field should not be set in requests.

cSensitiveCategories :: Lens' Creative [Int32] Source #

Detected sensitive categories, if any. Each category is represented by an integer as defined in ad-sensitive-categories.txt. Read-only. This field should not be set in requests.

cVideoURL :: Lens' Creative (Maybe Text) Source #

The URL to fetch a video ad. If set, HTMLSnippet, videoVastXML, and nativeAd should not be set. Note, this is different from resource.native_ad.video_url above.

cAPIUploadTimestamp :: Lens' Creative (Maybe UTCTime) Source #

The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).

cServingRestrictions :: Lens' Creative [CreativeServingRestrictionsItem] Source #

The granular status of this ad in specific contexts. A context here relates to where something ultimately serves (for example, a physical location, a platform, an HTTPS vs HTTP request, or the type of auction). Read-only. This field should not be set in requests. See the examples in the Creatives guide for more details.

cDetectedDomains :: Lens' Creative [Text] Source #

Detected domains for this creative. Read-only. This field should not be set in requests.

cOpenAuctionStatus :: Lens' Creative (Maybe Text) Source #

Top-level open auction status. Read-only. This field should not be set in requests. If disapproved, an entry for auctionType=OPEN_AUCTION (or ALL) in servingRestrictions will also exist. Note that this may be nuanced with other contextual restrictions, in which case it may be preferable to read from ServingRestrictions directly.

cCreativeStatusIdentityType :: Lens' Creative (Maybe Text) Source #

Creative status identity type that the creative item applies to. Ad Exchange real-time bidding is migrating to the sizeless creative verification. Originally, Ad Exchange assigned creative verification status to a unique combination of a buyer creative ID and creative dimensions. Post-migration, a single verification status will be assigned at the buyer creative ID level. This field allows to distinguish whether a given creative status applies to a unique combination of a buyer creative ID and creative dimensions, or to a buyer creative ID as a whole.

TargetingValueDayPartTargetingDayPart

data TargetingValueDayPartTargetingDayPart Source #

Instances
Eq TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValueDayPartTargetingDayPart -> Constr #

dataTypeOf :: TargetingValueDayPartTargetingDayPart -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDayPartTargetingDayPart Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDayPartTargetingDayPart = D1 (MetaData "TargetingValueDayPartTargetingDayPart" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "TargetingValueDayPartTargetingDayPart'" PrefixI True) ((S1 (MetaSel (Just "_tvdptdpEndHour") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_tvdptdpStartHour") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_tvdptdpStartMinute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_tvdptdpDayOfWeek") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tvdptdpEndMinute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

targetingValueDayPartTargetingDayPart :: TargetingValueDayPartTargetingDayPart Source #

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

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

DimensionDimensionValue

data DimensionDimensionValue Source #

Value of the dimension.

See: dimensionDimensionValue smart constructor.

Instances
Eq DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DimensionDimensionValue -> Constr #

dataTypeOf :: DimensionDimensionValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DimensionDimensionValue :: Type -> Type #

ToJSON DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DimensionDimensionValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DimensionDimensionValue = D1 (MetaData "DimensionDimensionValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DimensionDimensionValue'" PrefixI True) (S1 (MetaSel (Just "_ddvName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ddvId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_ddvPercentage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

dimensionDimensionValue :: DimensionDimensionValue Source #

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

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

ddvName :: Lens' DimensionDimensionValue (Maybe Text) Source #

Name of the dimension mainly for debugging purposes, except for the case of CREATIVE_SIZE. For CREATIVE_SIZE, strings are used instead of ids.

ddvPercentage :: Lens' DimensionDimensionValue (Maybe Int32) Source #

Percent of total impressions for a dimension type. e.g. {dimension_type: 'GENDER', [{dimension_value: {id: 1, name: 'MALE', percentage: 60}}]} Gender MALE is 60% of all impressions which have gender.

PretargetingConfigList

data PretargetingConfigList Source #

Instances
Eq PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PretargetingConfigList -> Constr #

dataTypeOf :: PretargetingConfigList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PretargetingConfigList :: Type -> Type #

ToJSON PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigList = D1 (MetaData "PretargetingConfigList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfigList'" PrefixI True) (S1 (MetaSel (Just "_pclKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pclItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfig]))))

pretargetingConfigList :: PretargetingConfigList Source #

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

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

pclItems :: Lens' PretargetingConfigList [PretargetingConfig] Source #

A list of pretargeting configs

TargetingValueDemogAgeCriteria

data TargetingValueDemogAgeCriteria Source #

Instances
Eq TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValueDemogAgeCriteria -> Constr #

dataTypeOf :: TargetingValueDemogAgeCriteria -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValueDemogAgeCriteria :: Type -> Type #

ToJSON TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDemogAgeCriteria Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDemogAgeCriteria = D1 (MetaData "TargetingValueDemogAgeCriteria" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "TargetingValueDemogAgeCriteria'" PrefixI True) (S1 (MetaSel (Just "_tvdacDemogAgeCriteriaIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Text]))))

targetingValueDemogAgeCriteria :: TargetingValueDemogAgeCriteria Source #

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

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

DealTermsNonGuaranteedFixedPriceTerms

data DealTermsNonGuaranteedFixedPriceTerms Source #

Instances
Eq DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DealTermsNonGuaranteedFixedPriceTerms -> Constr #

dataTypeOf :: DealTermsNonGuaranteedFixedPriceTerms -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsNonGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsNonGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsNonGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "DealTermsNonGuaranteedFixedPriceTerms'" PrefixI True) (S1 (MetaSel (Just "_dtngfptFixedPrices") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PricePerBuyer]))))

dealTermsNonGuaranteedFixedPriceTerms :: DealTermsNonGuaranteedFixedPriceTerms Source #

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

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

PerformanceReport

data PerformanceReport Source #

The configuration data for an Ad Exchange performance report list.

See: performanceReport smart constructor.

Instances
Eq PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PerformanceReport -> Constr #

dataTypeOf :: PerformanceReport -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PerformanceReport :: Type -> Type #

ToJSON PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PerformanceReport Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PerformanceReport = D1 (MetaData "PerformanceReport" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PerformanceReport'" PrefixI True) ((((S1 (MetaSel (Just "_prFilteredBidRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_prKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_prLatency95thPercentile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_prCookieMatcherStatusRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue])) :*: S1 (MetaSel (Just "_prHostedMatchStatusRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue]))))) :*: ((S1 (MetaSel (Just "_prUnsuccessfulRequestRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_prBidRequestRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_prQuotaThrottledLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) :*: (S1 (MetaSel (Just "_prQuotaConfiguredLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_prSuccessfulRequestRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_prLatency85thPercentile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))) :*: (((S1 (MetaSel (Just "_prCalloutStatusRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue])) :*: S1 (MetaSel (Just "_prLatency50thPercentile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) :*: (S1 (MetaSel (Just "_prBidRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_prCreativeStatusRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue])) :*: S1 (MetaSel (Just "_prNoQuotaInRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))) :*: ((S1 (MetaSel (Just "_prRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_prInventoryMatchRate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_prPixelMatchResponses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) :*: (S1 (MetaSel (Just "_prTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_prPixelMatchRequests") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_prOutOfQuota") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))))))

prFilteredBidRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of bid responses that were filtered due to a policy violation or other errors.

prLatency95thPercentile :: Lens' PerformanceReport (Maybe Double) Source #

The 95th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

prCookieMatcherStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Average QPS for cookie matcher operations.

prHostedMatchStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Average QPS for hosted match operations.

prUnsuccessfulRequestRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of bid responses that were unsuccessful due to timeouts, incorrect formatting, etc.

prBidRequestRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of bid requests sent to your bidder.

prQuotaThrottledLimit :: Lens' PerformanceReport (Maybe Double) Source #

The throttled quota limits for this account.

prQuotaConfiguredLimit :: Lens' PerformanceReport (Maybe Double) Source #

The configured quota limits for this account.

prSuccessfulRequestRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of properly formed bid responses received by our servers within the deadline.

prLatency85thPercentile :: Lens' PerformanceReport (Maybe Double) Source #

The 85th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

prCalloutStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Rate of various prefiltering statuses per match. Please refer to the callout-status-codes.txt file for different statuses.

prLatency50thPercentile :: Lens' PerformanceReport (Maybe Double) Source #

The 50th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

prBidRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of bid responses with an ad.

prCreativeStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Rate of ads with a given status. Please refer to the creative-status-codes.txt file for different statuses.

prNoQuotaInRegion :: Lens' PerformanceReport (Maybe Double) Source #

Rate of various quota account statuses per quota check.

prRegion :: Lens' PerformanceReport (Maybe Text) Source #

The trading location of this data.

prInventoryMatchRate :: Lens' PerformanceReport (Maybe Double) Source #

The number of potential queries based on your pretargeting settings.

prPixelMatchResponses :: Lens' PerformanceReport (Maybe Double) Source #

Average QPS for pixel match responses from clients.

prTimestamp :: Lens' PerformanceReport (Maybe Int64) Source #

The unix timestamp of the starting time of this performance data.

prPixelMatchRequests :: Lens' PerformanceReport (Maybe Double) Source #

Average QPS for pixel match requests from clients.

prOutOfQuota :: Lens' PerformanceReport (Maybe Double) Source #

Rate of various quota account statuses per quota check.

PretargetingConfigExcludedPlacementsItem

data PretargetingConfigExcludedPlacementsItem Source #

Instances
Eq PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PretargetingConfigExcludedPlacementsItem -> Constr #

dataTypeOf :: PretargetingConfigExcludedPlacementsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigExcludedPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigExcludedPlacementsItem = D1 (MetaData "PretargetingConfigExcludedPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfigExcludedPlacementsItem'" PrefixI True) (S1 (MetaSel (Just "_pcepiToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pcepiType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

pretargetingConfigExcludedPlacementsItem :: PretargetingConfigExcludedPlacementsItem Source #

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

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

pcepiToken :: Lens' PretargetingConfigExcludedPlacementsItem (Maybe Text) Source #

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.

Seller

data Seller Source #

Instances
Eq Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Seller -> Seller -> Bool #

(/=) :: Seller -> Seller -> Bool #

Data Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Seller -> Constr #

dataTypeOf :: Seller -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Seller :: Type -> Type #

Methods

from :: Seller -> Rep Seller x #

to :: Rep Seller x -> Seller #

ToJSON Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Seller Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Seller = D1 (MetaData "Seller" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Seller'" PrefixI True) (S1 (MetaSel (Just "_sAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sSubAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

seller :: Seller Source #

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

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

sAccountId :: Lens' Seller (Maybe Text) Source #

The unique id for the seller. The seller fills in this field. The seller account id is then available to buyer in the product.

sSubAccountId :: Lens' Seller (Maybe Text) Source #

Optional sub-account id for the seller.

Account

data Account Source #

Configuration data for an Ad Exchange buyer account.

See: account smart constructor.

Instances
Eq Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Data Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Account -> Constr #

dataTypeOf :: Account -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

ToJSON Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Account Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Account = D1 (MetaData "Account" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Account'" PrefixI True) (((S1 (MetaSel (Just "_aApplyPretargetingToNonGuaranteedDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_aMaximumTotalQps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_aKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aCookieMatchingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aMaximumActiveCreatives") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_aCookieMatchingNid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aNumberActiveCreatives") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_aId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_aBidderLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AccountBidderLocationItem])))))))

account :: Account Source #

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

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

aApplyPretargetingToNonGuaranteedDeals :: Lens' Account (Maybe Bool) Source #

When this is false, bid requests that include a deal ID for a private auction or preferred deal are always sent to your bidder. When true, all active pretargeting configs will be applied to private auctions and preferred deals. Programmatic Guaranteed deals (when enabled) are always sent to your bidder.

aMaximumTotalQps :: Lens' Account (Maybe Int32) Source #

The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.

aKind :: Lens' Account Text Source #

Resource type.

aCookieMatchingURL :: Lens' Account (Maybe Text) Source #

The base URL used in cookie match requests.

aMaximumActiveCreatives :: Lens' Account (Maybe Int32) Source #

The maximum number of active creatives that an account can have, where a creative is active if it was inserted or bid with in the last 30 days. Please contact your technical account manager if you need to change this.

aCookieMatchingNid :: Lens' Account (Maybe Text) Source #

The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.

aNumberActiveCreatives :: Lens' Account (Maybe Int32) Source #

The number of creatives that this account inserted or bid with in the last 30 days.

aId :: Lens' Account (Maybe Int32) Source #

Account id.

aBidderLocation :: Lens' Account [AccountBidderLocationItem] Source #

Your bidder locations that have distinct URLs.

DeleteOrderDealsRequest

data DeleteOrderDealsRequest Source #

Instances
Eq DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DeleteOrderDealsRequest -> Constr #

dataTypeOf :: DeleteOrderDealsRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DeleteOrderDealsRequest :: Type -> Type #

ToJSON DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeleteOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeleteOrderDealsRequest = D1 (MetaData "DeleteOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DeleteOrderDealsRequest'" PrefixI True) (S1 (MetaSel (Just "_dodrUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dodrDealIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_dodrProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

deleteOrderDealsRequest :: DeleteOrderDealsRequest Source #

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

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

dodrUpdateAction :: Lens' DeleteOrderDealsRequest (Maybe Text) Source #

Indicates an optional action to take on the proposal

dodrDealIds :: Lens' DeleteOrderDealsRequest [Text] Source #

List of deals to delete for a given proposal

dodrProposalRevisionNumber :: Lens' DeleteOrderDealsRequest (Maybe Int64) Source #

The last known proposal revision number.

CreativesListOpenAuctionStatusFilter

data CreativesListOpenAuctionStatusFilter Source #

When specified, only creatives having the given open auction status are returned.

Constructors

Approved

approved Creatives which have been approved for serving on the open auction.

ConditionallyApproved

conditionally_approved Creatives which have been conditionally approved for serving on the open auction.

DisApproved

disapproved Creatives which have been disapproved for serving on the open auction.

NotChecked

not_checked Creatives whose open auction status is not yet checked.

Instances
Enum CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Eq CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Data CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Methods

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

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

toConstr :: CreativesListOpenAuctionStatusFilter -> Constr #

dataTypeOf :: CreativesListOpenAuctionStatusFilter -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Read CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Show CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Generic CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Hashable CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToJSON CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromJSON CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromHttpApiData CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToHttpApiData CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep CreativesListOpenAuctionStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep CreativesListOpenAuctionStatusFilter = D1 (MetaData "CreativesListOpenAuctionStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) ((C1 (MetaCons "Approved" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ConditionallyApproved" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DisApproved" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NotChecked" PrefixI False) (U1 :: Type -> Type)))

ContactInformation

data ContactInformation Source #

Instances
Eq ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: ContactInformation -> Constr #

dataTypeOf :: ContactInformation -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep ContactInformation :: Type -> Type #

ToJSON ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep ContactInformation Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep ContactInformation = D1 (MetaData "ContactInformation" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "ContactInformation'" PrefixI True) (S1 (MetaSel (Just "_ciEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ciName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

contactInformation :: ContactInformation Source #

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

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

ciEmail :: Lens' ContactInformation (Maybe Text) Source #

Email address of the contact.

ciName :: Lens' ContactInformation (Maybe Text) Source #

The name of the contact.

CreativeNATiveAdLogo

data Source #

A smaller image, for the advertiser logo.

See: creativeNATiveAdLogo smart constructor.

:: CreativeNATiveAdLogo Source #

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

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

GetOrderDealsResponse

data GetOrderDealsResponse Source #

Instances
Eq GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: GetOrderDealsResponse -> Constr #

dataTypeOf :: GetOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep GetOrderDealsResponse :: Type -> Type #

ToJSON GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOrderDealsResponse = D1 (MetaData "GetOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "GetOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just "_godrDeals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceDeal]))))

getOrderDealsResponse :: GetOrderDealsResponse Source #

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

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

godrDeals :: Lens' GetOrderDealsResponse [MarketplaceDeal] Source #

List of deals for the proposal

PerformanceReportList

data PerformanceReportList Source #

The configuration data for an Ad Exchange performance report list.

See: performanceReportList smart constructor.

Instances
Eq PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

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.AdExchangeBuyer.Types.Product

Generic PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PerformanceReportList :: Type -> Type #

ToJSON PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PerformanceReportList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PerformanceReportList = D1 (MetaData "PerformanceReportList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PerformanceReportList'" PrefixI True) (S1 (MetaSel (Just "_prlKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_prlPerformanceReport") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PerformanceReport]))))

performanceReportList :: 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:

prlPerformanceReport :: Lens' PerformanceReportList [PerformanceReport] Source #

A list of performance reports relevant for the account.

PretargetingConfig

data PretargetingConfig Source #

Instances
Eq PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PretargetingConfig -> Constr #

dataTypeOf :: PretargetingConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PretargetingConfig :: Type -> Type #

ToJSON PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfig Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfig = D1 (MetaData "PretargetingConfig" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfig'" PrefixI True) ((((S1 (MetaSel (Just "_pcPlatforms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_pcMobileCarriers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: S1 (MetaSel (Just "_pcVendorTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])))) :*: (S1 (MetaSel (Just "_pcExcludedGeoCriteriaIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: (S1 (MetaSel (Just "_pcSupportedCreativeAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: S1 (MetaSel (Just "_pcUserLists") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))))) :*: ((S1 (MetaSel (Just "_pcKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pcExcludedPlacements") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfigExcludedPlacementsItem])) :*: S1 (MetaSel (Just "_pcUserIdentifierDataRequired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 (MetaSel (Just "_pcMinimumViewabilityDecile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pcMobileDevices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))) :*: (S1 (MetaSel (Just "_pcLanguages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_pcVerticals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])))))) :*: (((S1 (MetaSel (Just "_pcVideoPlayerSizes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfigVideoPlayerSizesItem])) :*: (S1 (MetaSel (Just "_pcConfigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_pcPlacements") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfigPlacementsItem])))) :*: (S1 (MetaSel (Just "_pcExcludedUserLists") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: (S1 (MetaSel (Just "_pcConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pcGeoCriteriaIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))))) :*: ((S1 (MetaSel (Just "_pcDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfigDimensionsItem])) :*: (S1 (MetaSel (Just "_pcExcludedVerticals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: S1 (MetaSel (Just "_pcCreativeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 (MetaSel (Just "_pcIsActive") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_pcExcludedContentLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))) :*: (S1 (MetaSel (Just "_pcBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_pcMobileOperatingSystemVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64]))))))))

pcPlatforms :: Lens' PretargetingConfig [Text] Source #

Requests matching any of these platforms will match. Possible values are PRETARGETING_PLATFORM_MOBILE, PRETARGETING_PLATFORM_DESKTOP, and PRETARGETING_PLATFORM_TABLET.

pcMobileCarriers :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these mobile carrier ids will match. Values are from mobile-carriers.csv in the downloadable files section.

pcVendorTypes :: Lens' PretargetingConfig [Int64] Source #

Requests that allow any of these vendor ids will match. Values are from vendors.txt in the downloadable files section.

pcExcludedGeoCriteriaIds :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these geo criteria ids will not match.

pcSupportedCreativeAttributes :: Lens' PretargetingConfig [Int64] Source #

Creative attributes should be declared here if all creatives corresponding to this pretargeting configuration have that creative attribute. Values are from pretargetable-creative-attributes.txt in the downloadable files section.

pcUserLists :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these user list ids will match.

pcKind :: Lens' PretargetingConfig Text Source #

The kind of the resource, i.e. "adexchangebuyer#pretargetingConfig".

pcExcludedPlacements :: Lens' PretargetingConfig [PretargetingConfigExcludedPlacementsItem] Source #

Requests containing any of these placements will not match.

pcUserIdentifierDataRequired :: Lens' PretargetingConfig [Text] Source #

Requests containing the specified type of user data will match. Possible values are HOSTED_MATCH_DATA, which means the request is cookie-targetable and has a match in the buyer's hosted match table, and COOKIE_OR_IDFA, which means the request has either a targetable cookie or an iOS IDFA.

pcMinimumViewabilityDecile :: Lens' PretargetingConfig (Maybe Int32) Source #

Requests where the predicted viewability is below the specified decile will not match. E.g. if the buyer sets this value to 5, requests from slots where the predicted viewability is below 50% will not match. If the predicted viewability is unknown this field will be ignored.

pcMobileDevices :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these mobile device ids will match. Values are from mobile-devices.csv in the downloadable files section.

pcLanguages :: Lens' PretargetingConfig [Text] Source #

Request containing any of these language codes will match.

pcVerticals :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these vertical ids will match.

pcVideoPlayerSizes :: Lens' PretargetingConfig [PretargetingConfigVideoPlayerSizesItem] Source #

Video requests satisfying any of these player size constraints will match.

pcConfigId :: Lens' PretargetingConfig (Maybe Int64) Source #

The config id; generated automatically. Leave this field blank for insert requests.

pcPlacements :: Lens' PretargetingConfig [PretargetingConfigPlacementsItem] Source #

Requests containing any of these placements will match.

pcExcludedUserLists :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these users list ids will not match.

pcConfigName :: Lens' PretargetingConfig (Maybe Text) Source #

The name of the config. Must be unique. Required for all requests.

pcGeoCriteriaIds :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these geo criteria ids will match.

pcDimensions :: Lens' PretargetingConfig [PretargetingConfigDimensionsItem] Source #

Requests which allow one of these (width, height) pairs will match. All pairs must be supported ad dimensions.

pcExcludedVerticals :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these vertical ids will not match. Values are from the publisher-verticals.txt file in the downloadable files section.

pcCreativeType :: Lens' PretargetingConfig [Text] Source #

List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.

pcIsActive :: Lens' PretargetingConfig (Maybe Bool) Source #

Whether this config is active. Required for all requests.

pcExcludedContentLabels :: Lens' PretargetingConfig [Int64] Source #

Requests with any of these content labels will not match. Values are from content-labels.txt in the downloadable files section.

pcBillingId :: Lens' PretargetingConfig (Maybe Int64) Source #

The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.

pcMobileOperatingSystemVersions :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these mobile operating system version ids will match. Values are from mobile-os.csv in the downloadable files section.

CreativeFilteringReasons

data CreativeFilteringReasons Source #

The filtering reasons for the creative. Read-only. This field should not be set in requests.

See: creativeFilteringReasons smart constructor.

Instances
Eq CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeFilteringReasons -> Constr #

dataTypeOf :: CreativeFilteringReasons -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeFilteringReasons :: Type -> Type #

ToJSON CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeFilteringReasons Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeFilteringReasons = D1 (MetaData "CreativeFilteringReasons" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeFilteringReasons'" PrefixI True) (S1 (MetaSel (Just "_cfrReasons") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeFilteringReasonsReasonsItem])) :*: S1 (MetaSel (Just "_cfrDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

creativeFilteringReasons :: CreativeFilteringReasons Source #

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

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

cfrDate :: Lens' CreativeFilteringReasons (Maybe Text) Source #

The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.

TargetingValueCreativeSize

data TargetingValueCreativeSize Source #

Next Id: 7

See: targetingValueCreativeSize smart constructor.

Instances
Eq TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValueCreativeSize -> Constr #

dataTypeOf :: TargetingValueCreativeSize -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValueCreativeSize :: Type -> Type #

ToJSON TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueCreativeSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueCreativeSize = D1 (MetaData "TargetingValueCreativeSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "TargetingValueCreativeSize'" PrefixI True) ((S1 (MetaSel (Just "_tvcsSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueSize)) :*: (S1 (MetaSel (Just "_tvcsCompanionSizes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValueSize])) :*: S1 (MetaSel (Just "_tvcsSkippableAdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_tvcsCreativeSizeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tvcsAllowedFormats") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_tvcsNATiveTemplate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

targetingValueCreativeSize :: TargetingValueCreativeSize Source #

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

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

tvcsSize :: Lens' TargetingValueCreativeSize (Maybe TargetingValueSize) Source #

For regular or video creative size type, specifies the size of the creative.

tvcsCompanionSizes :: Lens' TargetingValueCreativeSize [TargetingValueSize] Source #

For video size type, the list of companion sizes.

tvcsSkippableAdType :: Lens' TargetingValueCreativeSize (Maybe Text) Source #

The skippable ad type for video size.

tvcsAllowedFormats :: Lens' TargetingValueCreativeSize [Text] Source #

The formats allowed by the publisher.

tvcsNATiveTemplate :: Lens' TargetingValueCreativeSize (Maybe Text) Source #

The native template for native ad.

DealTermsGuaranteedFixedPriceTermsBillingInfo

data DealTermsGuaranteedFixedPriceTermsBillingInfo Source #

Instances
Eq DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: DealTermsGuaranteedFixedPriceTermsBillingInfo -> Constr #

dataTypeOf :: DealTermsGuaranteedFixedPriceTermsBillingInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo = D1 (MetaData "DealTermsGuaranteedFixedPriceTermsBillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealTermsGuaranteedFixedPriceTermsBillingInfo'" PrefixI True) ((S1 (MetaSel (Just "_dtgfptbiCurrencyConversionTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_dtgfptbiDfpLineItemId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_dtgfptbiPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price)) :*: S1 (MetaSel (Just "_dtgfptbiOriginalContractedQuantity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

dtgfptbiCurrencyConversionTimeMs :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) Source #

The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into buyer's currency without discrepancy.

dtgfptbiDfpLineItemId :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) Source #

The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.

dtgfptbiPrice :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Price) Source #

The original reservation price for the deal, if the currency code is different from the one used in negotiation.

dtgfptbiOriginalContractedQuantity :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) Source #

The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.

GetPublisherProFilesByAccountIdResponse

data GetPublisherProFilesByAccountIdResponse Source #

Instances
Eq GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: GetPublisherProFilesByAccountIdResponse -> Constr #

dataTypeOf :: GetPublisherProFilesByAccountIdResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetPublisherProFilesByAccountIdResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetPublisherProFilesByAccountIdResponse = D1 (MetaData "GetPublisherProFilesByAccountIdResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "GetPublisherProFilesByAccountIdResponse'" PrefixI True) (S1 (MetaSel (Just "_gppfbairProFiles") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PublisherProFileAPIProto]))))

getPublisherProFilesByAccountIdResponse :: GetPublisherProFilesByAccountIdResponse Source #

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

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

Proposal

data Proposal Source #

Represents a proposal in the marketplace. A proposal is the unit of negotiation between a seller and a buyer and contains deals which are served. Each field in a proposal can have one of the following setting: (readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.

See: proposal smart constructor.

Instances
Eq Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Proposal -> Constr #

dataTypeOf :: Proposal -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Proposal :: Type -> Type #

Methods

from :: Proposal -> Rep Proposal x #

to :: Rep Proposal x -> Proposal #

ToJSON Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Proposal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Proposal = D1 (MetaData "Proposal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Proposal'" PrefixI True) ((((S1 (MetaSel (Just "_pBuyerPrivateData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PrivateData)) :*: S1 (MetaSel (Just "_pIsSetupComplete") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_pInventorySource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pBuyerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation])) :*: S1 (MetaSel (Just "_pKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) :*: ((S1 (MetaSel (Just "_pOriginatorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pDBmAdvertiserIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_pRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: (S1 (MetaSel (Just "_pBilledBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)) :*: (S1 (MetaSel (Just "_pPrivateAuctionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pIsRenegotiating") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 (MetaSel (Just "_pHasSellerSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_pSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller)) :*: S1 (MetaSel (Just "_pProposalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pSellerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation])) :*: S1 (MetaSel (Just "_pLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceLabel]))))) :*: ((S1 (MetaSel (Just "_pRevisionTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_pProposalState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pLastUpdaterOrCommentorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pNegotiationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pHasBuyerSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_pBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer))))))))

pBuyerPrivateData :: Lens' Proposal (Maybe PrivateData) Source #

Private data for buyer. (hidden from seller).

pIsSetupComplete :: Lens' Proposal (Maybe Bool) Source #

True, if the buyside inventory setup is complete for this proposal. (readonly, except via OrderSetupCompleted action) Deprecated in favor of deal level setup complete flag.

pInventorySource :: Lens' Proposal (Maybe Text) Source #

What exchange will provide this inventory (readonly, except on create).

pBuyerContacts :: Lens' Proposal [ContactInformation] Source #

Optional contact information of the buyer. (seller-readonly)

pKind :: Lens' Proposal Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#proposal".

pOriginatorRole :: Lens' Proposal (Maybe Text) Source #

Indicates whether the buyer/seller created the proposal.(readonly)

pDBmAdvertiserIds :: Lens' Proposal [Text] Source #

IDs of DBM advertisers permission to this proposal.

pRevisionNumber :: Lens' Proposal (Maybe Int64) Source #

The revision number for the proposal (readonly).

pBilledBuyer :: Lens' Proposal (Maybe Buyer) Source #

Reference to the buyer that will get billed for this proposal. (readonly)

pPrivateAuctionId :: Lens' Proposal (Maybe Text) Source #

Optional private auction id if this proposal is a private auction proposal.

pIsRenegotiating :: Lens' Proposal (Maybe Bool) Source #

True if the proposal is being renegotiated (readonly).

pHasSellerSignedOff :: Lens' Proposal (Maybe Bool) Source #

When an proposal is in an accepted state, indicates whether the buyer has signed off Once both sides have signed off on a deal, the proposal can be finalized by the seller. (buyer-readonly)

pSeller :: Lens' Proposal (Maybe Seller) Source #

Reference to the seller on the proposal. (readonly, except on create)

pProposalId :: Lens' Proposal (Maybe Text) Source #

The unique id of the proposal. (readonly).

pName :: Lens' Proposal (Maybe Text) Source #

The name for the proposal (updatable)

pSellerContacts :: Lens' Proposal [ContactInformation] Source #

Optional contact information of the seller (buyer-readonly).

pLabels :: Lens' Proposal [MarketplaceLabel] Source #

List of labels associated with the proposal. (readonly)

pRevisionTimeMs :: Lens' Proposal (Maybe Int64) Source #

The time (ms since epoch) when the proposal was last revised (readonly).

pProposalState :: Lens' Proposal (Maybe Text) Source #

The current state of the proposal. (readonly)

pLastUpdaterOrCommentorRole :: Lens' Proposal (Maybe Text) Source #

The role of the last user that either updated the proposal or left a comment. (readonly)

pNegotiationId :: Lens' Proposal (Maybe Text) Source #

Optional negotiation id if this proposal is a preferred deal proposal.

pHasBuyerSignedOff :: Lens' Proposal (Maybe Bool) Source #

When an proposal is in an accepted state, indicates whether the buyer has signed off. Once both sides have signed off on a deal, the proposal can be finalized by the seller. (seller-readonly)

pBuyer :: Lens' Proposal (Maybe Buyer) Source #

Reference to the buyer on the proposal. (readonly, except on create)

BillingInfoList

data BillingInfoList Source #

A billing info feed lists Billing Info the Ad Exchange buyer account has access to. Each entry in the feed corresponds to a single billing info.

See: billingInfoList smart constructor.

Instances
Eq BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: BillingInfoList -> Constr #

dataTypeOf :: BillingInfoList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep BillingInfoList :: Type -> Type #

ToJSON BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep BillingInfoList Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep BillingInfoList = D1 (MetaData "BillingInfoList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "BillingInfoList'" PrefixI True) (S1 (MetaSel (Just "_bilKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bilItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BillingInfo]))))

billingInfoList :: BillingInfoList Source #

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

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

bilItems :: Lens' BillingInfoList [BillingInfo] Source #

A list of billing info relevant for your account.

AddOrderNotesResponse

data AddOrderNotesResponse Source #

Instances
Eq AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: AddOrderNotesResponse -> Constr #

dataTypeOf :: AddOrderNotesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AddOrderNotesResponse :: Type -> Type #

ToJSON AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderNotesResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderNotesResponse = D1 (MetaData "AddOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "AddOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just "_aNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesResponse :: AddOrderNotesResponse Source #

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

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

TargetingValueSize

data TargetingValueSize Source #

Instances
Eq TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValueSize -> Constr #

dataTypeOf :: TargetingValueSize -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValueSize :: Type -> Type #

ToJSON TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueSize Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueSize = D1 (MetaData "TargetingValueSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "TargetingValueSize'" PrefixI True) (S1 (MetaSel (Just "_tvsHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_tvsWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))

targetingValueSize :: TargetingValueSize Source #

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

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

tvsHeight :: Lens' TargetingValueSize (Maybe Int32) Source #

The height of the creative.

tvsWidth :: Lens' TargetingValueSize (Maybe Int32) Source #

The width of the creative.

UpdatePrivateAuctionProposalRequest

data UpdatePrivateAuctionProposalRequest Source #

Instances
Eq UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: UpdatePrivateAuctionProposalRequest -> Constr #

dataTypeOf :: UpdatePrivateAuctionProposalRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep UpdatePrivateAuctionProposalRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep UpdatePrivateAuctionProposalRequest = D1 (MetaData "UpdatePrivateAuctionProposalRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "UpdatePrivateAuctionProposalRequest'" PrefixI True) ((S1 (MetaSel (Just "_upaprExternalDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_upaprUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_upaprNote") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MarketplaceNote)) :*: S1 (MetaSel (Just "_upaprProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

updatePrivateAuctionProposalRequest :: UpdatePrivateAuctionProposalRequest Source #

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

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

upaprExternalDealId :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Text) Source #

The externalDealId of the deal to be updated.

upaprUpdateAction :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Text) Source #

The proposed action on the private auction proposal.

upaprProposalRevisionNumber :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Int64) Source #

The current revision number of the proposal to be updated.

PretargetingConfigDimensionsItem

data PretargetingConfigDimensionsItem Source #

Instances
Eq PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PretargetingConfigDimensionsItem -> Constr #

dataTypeOf :: PretargetingConfigDimensionsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PretargetingConfigDimensionsItem :: Type -> Type #

ToJSON PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigDimensionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigDimensionsItem = D1 (MetaData "PretargetingConfigDimensionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfigDimensionsItem'" PrefixI True) (S1 (MetaSel (Just "_pcdiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_pcdiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

pretargetingConfigDimensionsItem :: PretargetingConfigDimensionsItem Source #

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

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

CreativeCorrectionsItemContextsItem

data CreativeCorrectionsItemContextsItem Source #

Instances
Eq CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeCorrectionsItemContextsItem -> Constr #

dataTypeOf :: CreativeCorrectionsItemContextsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeCorrectionsItemContextsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeCorrectionsItemContextsItem = D1 (MetaData "CreativeCorrectionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeCorrectionsItemContextsItem'" PrefixI True) ((S1 (MetaSel (Just "_cciciPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cciciContextType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cciciAuctionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cciciGeoCriteriaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32])))))

creativeCorrectionsItemContextsItem :: CreativeCorrectionsItemContextsItem Source #

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

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

cciciPlatform :: Lens' CreativeCorrectionsItemContextsItem [Text] Source #

Only set when contextType=PLATFORM. Represents the platforms this correction applies to.

cciciContextType :: Lens' CreativeCorrectionsItemContextsItem (Maybe Text) Source #

The type of context (e.g., location, platform, auction type, SSL-ness).

cciciAuctionType :: Lens' CreativeCorrectionsItemContextsItem [Text] Source #

Only set when contextType=AUCTION_TYPE. Represents the auction types this correction applies to.

cciciGeoCriteriaId :: Lens' CreativeCorrectionsItemContextsItem [Int32] Source #

Only set when contextType=LOCATION. Represents the geo criterias this correction applies to.

PublisherProvidedForecast

data PublisherProvidedForecast Source #

This message carries publisher provided forecasting information.

See: publisherProvidedForecast smart constructor.

Instances
Eq PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PublisherProvidedForecast -> Constr #

dataTypeOf :: PublisherProvidedForecast -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PublisherProvidedForecast :: Type -> Type #

ToJSON PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PublisherProvidedForecast Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PublisherProvidedForecast = D1 (MetaData "PublisherProvidedForecast" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PublisherProvidedForecast'" PrefixI True) (S1 (MetaSel (Just "_ppfWeeklyImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_ppfWeeklyUniques") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_ppfDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Dimension])))))

publisherProvidedForecast :: PublisherProvidedForecast Source #

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

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

ppfWeeklyImpressions :: Lens' PublisherProvidedForecast (Maybe Int64) Source #

Publisher provided weekly impressions.

ppfWeeklyUniques :: Lens' PublisherProvidedForecast (Maybe Int64) Source #

Publisher provided weekly uniques.

ppfDimensions :: Lens' PublisherProvidedForecast [Dimension] Source #

Publisher provided dimensions. E.g. geo, sizes etc...

TargetingValue

data TargetingValue Source #

Instances
Eq TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: TargetingValue -> Constr #

dataTypeOf :: TargetingValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValue :: Type -> Type #

ToJSON TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValue Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValue = D1 (MetaData "TargetingValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "TargetingValue'" PrefixI True) ((S1 (MetaSel (Just "_tvDemogAgeCriteriaValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueDemogAgeCriteria)) :*: (S1 (MetaSel (Just "_tvCreativeSizeValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueCreativeSize)) :*: S1 (MetaSel (Just "_tvStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_tvLongValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_tvDayPartTargetingValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueDayPartTargeting)) :*: S1 (MetaSel (Just "_tvDemogGenderCriteriaValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueDemogGenderCriteria))))))

targetingValue :: TargetingValue Source #

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

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

tvCreativeSizeValue :: Lens' TargetingValue (Maybe TargetingValueCreativeSize) Source #

The creative size value to exclude/include.

tvStringValue :: Lens' TargetingValue (Maybe Text) Source #

The string value to exclude/include.

tvLongValue :: Lens' TargetingValue (Maybe Int64) Source #

The long value to exclude/include.

tvDayPartTargetingValue :: Lens' TargetingValue (Maybe TargetingValueDayPartTargeting) Source #

The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.

CreativeNATiveAdAppIcon

data CreativeNATiveAdAppIcon Source #

The app icon, for app download ads.

See: creativeNATiveAdAppIcon smart constructor.

Instances
Eq CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: CreativeNATiveAdAppIcon -> Constr #

dataTypeOf :: CreativeNATiveAdAppIcon -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeNATiveAdAppIcon :: Type -> Type #

ToJSON CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAdAppIcon Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAdAppIcon = D1 (MetaData "CreativeNATiveAdAppIcon" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeNATiveAdAppIcon'" PrefixI True) (S1 (MetaSel (Just "_cnataaiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_cnataaiURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataaiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

creativeNATiveAdAppIcon :: CreativeNATiveAdAppIcon Source #

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

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

Price

data Price Source #

Instances
Eq Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Price -> Price -> Bool #

(/=) :: Price -> Price -> Bool #

Data Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: Price -> Constr #

dataTypeOf :: Price -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

showsPrec :: Int -> Price -> ShowS #

show :: Price -> String #

showList :: [Price] -> ShowS #

Generic Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Price :: Type -> Type #

Methods

from :: Price -> Rep Price x #

to :: Rep Price x -> Price #

ToJSON Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Price Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Price = D1 (MetaData "Price" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Price'" PrefixI True) ((S1 (MetaSel (Just "_pCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pAmountMicros") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) :*: (S1 (MetaSel (Just "_pPricingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pExpectedCpmMicros") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

price :: Price Source #

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

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

pCurrencyCode :: Lens' Price (Maybe Text) Source #

The currency code for the price.

pAmountMicros :: Lens' Price (Maybe Double) Source #

The price value in micros.

pPricingType :: Lens' Price (Maybe Text) Source #

The pricing type for the deal/product.

pExpectedCpmMicros :: Lens' Price (Maybe Double) Source #

In case of CPD deals, the expected CPM in micros.

PretargetingConfigVideoPlayerSizesItem

data PretargetingConfigVideoPlayerSizesItem Source #

Instances
Eq PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: PretargetingConfigVideoPlayerSizesItem -> Constr #

dataTypeOf :: PretargetingConfigVideoPlayerSizesItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigVideoPlayerSizesItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigVideoPlayerSizesItem = D1 (MetaData "PretargetingConfigVideoPlayerSizesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfigVideoPlayerSizesItem'" PrefixI True) (S1 (MetaSel (Just "_pcvpsiMinWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_pcvpsiAspectRatio") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pcvpsiMinHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

pretargetingConfigVideoPlayerSizesItem :: PretargetingConfigVideoPlayerSizesItem Source #

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

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

pcvpsiMinWidth :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Int64) Source #

The minimum player width in pixels. Leave this field blank to match any player width.

pcvpsiAspectRatio :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Text) Source #

The type of aspect ratio. Leave this field blank to match all aspect ratios.

pcvpsiMinHeight :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Int64) Source #

The minimum player height in pixels. Leave this field blank to match any player height.

EditAllOrderDealsRequest

data EditAllOrderDealsRequest Source #

Instances
Eq EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

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

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

toConstr :: EditAllOrderDealsRequest -> Constr #

dataTypeOf :: EditAllOrderDealsRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep EditAllOrderDealsRequest :: Type -> Type #

ToJSON EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep EditAllOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep EditAllOrderDealsRequest = D1 (MetaData "EditAllOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "EditAllOrderDealsRequest'" PrefixI True) ((S1 (MetaSel (Just "_eUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_eDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal]))) :*: (S1 (MetaSel (Just "_eProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_eProposal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Proposal)))))

editAllOrderDealsRequest :: EditAllOrderDealsRequest Source #

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

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

eUpdateAction :: Lens' EditAllOrderDealsRequest (Maybe Text) Source #

Indicates an optional action to take on the proposal

eDeals :: Lens' EditAllOrderDealsRequest [MarketplaceDeal] Source #

List of deals to edit. Service may perform 3 different operations based on comparison of deals in this list vs deals already persisted in database: 1. Add new deal to proposal If a deal in this list does not exist in the proposal, the service will create a new deal and add it to the proposal. Validation will follow AddOrderDealsRequest. 2. Update existing deal in the proposal If a deal in this list already exist in the proposal, the service will update that existing deal to this new deal in the request. Validation will follow UpdateOrderDealsRequest. 3. Delete deals from the proposal (just need the id) If a existing deal in the proposal is not present in this list, the service will delete that deal from the proposal. Validation will follow DeleteOrderDealsRequest.

eProposalRevisionNumber :: Lens' EditAllOrderDealsRequest (Maybe Int64) Source #

The last known revision number for the proposal.

eProposal :: Lens' EditAllOrderDealsRequest (Maybe Proposal) Source #

If specified, also updates the proposal in the batch transaction. This is useful when the proposal and the deals need to be updated in one transaction.

BillingInfo

data BillingInfo Source #

The configuration data for an Ad Exchange billing info.

See: billingInfo smart constructor.

Instances
Eq BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BillingInfo -> c BillingInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BillingInfo #

toConstr :: BillingInfo -> Constr #

dataTypeOf :: BillingInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BillingInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BillingInfo) #

gmapT :: (forall b. Data b => b -> b) -> BillingInfo -> BillingInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> BillingInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BillingInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

Show BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep BillingInfo :: Type -> Type #

ToJSON BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep BillingInfo Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep BillingInfo = D1 (MetaData "BillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "BillingInfo'" PrefixI True) ((S1 (MetaSel (Just "_biKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_biAccountName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_biAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_biBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

billingInfo :: BillingInfo Source #

Creates a value of BillingInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

biKind :: Lens' BillingInfo Text Source #

Resource type.

biBillingId :: Lens' BillingInfo [Text] Source #

A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account.

TargetingValueDayPartTargeting

data TargetingValueDayPartTargeting Source #

Instances
Eq TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TargetingValueDayPartTargeting -> c TargetingValueDayPartTargeting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TargetingValueDayPartTargeting #

toConstr :: TargetingValueDayPartTargeting -> Constr #

dataTypeOf :: TargetingValueDayPartTargeting -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TargetingValueDayPartTargeting) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TargetingValueDayPartTargeting) #

gmapT :: (forall b. Data b => b -> b) -> TargetingValueDayPartTargeting -> TargetingValueDayPartTargeting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueDayPartTargeting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueDayPartTargeting -> r #

gmapQ :: (forall d. Data d => d -> u) -> TargetingValueDayPartTargeting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TargetingValueDayPartTargeting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

Show TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep TargetingValueDayPartTargeting :: Type -> Type #

ToJSON TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDayPartTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep TargetingValueDayPartTargeting = D1 (MetaData "TargetingValueDayPartTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "TargetingValueDayPartTargeting'" PrefixI True) (S1 (MetaSel (Just "_tvdptTimeZoneType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tvdptDayParts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValueDayPartTargetingDayPart]))))

targetingValueDayPartTargeting :: TargetingValueDayPartTargeting Source #

Creates a value of TargetingValueDayPartTargeting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SharedTargeting

data SharedTargeting Source #

Instances
Eq SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SharedTargeting -> c SharedTargeting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SharedTargeting #

toConstr :: SharedTargeting -> Constr #

dataTypeOf :: SharedTargeting -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SharedTargeting) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SharedTargeting) #

gmapT :: (forall b. Data b => b -> b) -> SharedTargeting -> SharedTargeting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SharedTargeting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SharedTargeting -> r #

gmapQ :: (forall d. Data d => d -> u) -> SharedTargeting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SharedTargeting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

Show SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep SharedTargeting :: Type -> Type #

ToJSON SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep SharedTargeting Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep SharedTargeting = D1 (MetaData "SharedTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "SharedTargeting'" PrefixI True) (S1 (MetaSel (Just "_stKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_stExclusions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValue])) :*: S1 (MetaSel (Just "_stInclusions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValue])))))

sharedTargeting :: SharedTargeting Source #

Creates a value of SharedTargeting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

stKey :: Lens' SharedTargeting (Maybe Text) Source #

The key representing the shared targeting criterion.

stExclusions :: Lens' SharedTargeting [TargetingValue] Source #

The list of values to exclude from targeting. Each value is AND'd together.

stInclusions :: Lens' SharedTargeting [TargetingValue] Source #

The list of value to include as part of the targeting. Each value is OR'd together.

CreativeNATiveAdImage

data CreativeNATiveAdImage Source #

A large image.

See: creativeNATiveAdImage smart constructor.

Instances
Eq CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeNATiveAdImage -> c CreativeNATiveAdImage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeNATiveAdImage #

toConstr :: CreativeNATiveAdImage -> Constr #

dataTypeOf :: CreativeNATiveAdImage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreativeNATiveAdImage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeNATiveAdImage) #

gmapT :: (forall b. Data b => b -> b) -> CreativeNATiveAdImage -> CreativeNATiveAdImage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdImage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdImage -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeNATiveAdImage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeNATiveAdImage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

Show CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeNATiveAdImage :: Type -> Type #

ToJSON CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAdImage Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeNATiveAdImage = D1 (MetaData "CreativeNATiveAdImage" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeNATiveAdImage'" PrefixI True) (S1 (MetaSel (Just "_cnataiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_cnataiURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cnataiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

creativeNATiveAdImage :: CreativeNATiveAdImage Source #

Creates a value of CreativeNATiveAdImage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Product

data Product Source #

A product is segment of inventory that a seller wishes to sell. It is associated with certain terms and targeting information which helps buyer know more about the inventory. Each field in a product can have one of the following setting: (readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.

See: product smart constructor.

Instances
Eq Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Product -> Product -> Bool #

(/=) :: Product -> Product -> Bool #

Data Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Product -> c Product #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Product #

toConstr :: Product -> Constr #

dataTypeOf :: Product -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Product) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Product) #

gmapT :: (forall b. Data b => b -> b) -> Product -> Product #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Product -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Product -> r #

gmapQ :: (forall d. Data d => d -> u) -> Product -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Product -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Product -> m Product #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Product -> m Product #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Product -> m Product #

Show Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Product :: Type -> Type #

Methods

from :: Product -> Rep Product x #

to :: Rep Product x -> Product #

ToJSON Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Product Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Product = D1 (MetaData "Product" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "Product'" PrefixI True) ((((S1 (MetaSel (Just "_proState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_proInventorySource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_proWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_proCreationTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_proTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTerms)) :*: S1 (MetaSel (Just "_proLastUpdateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) :*: ((S1 (MetaSel (Just "_proKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_proRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_proBilledBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)))) :*: ((S1 (MetaSel (Just "_proPrivateAuctionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_proDeliveryControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryControl))) :*: (S1 (MetaSel (Just "_proHasCreatorSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_proFlightStartTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))) :*: (((S1 (MetaSel (Just "_proSharedTargetings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SharedTargeting])) :*: (S1 (MetaSel (Just "_proSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller)) :*: S1 (MetaSel (Just "_proSyndicationProduct") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_proFlightEndTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_proName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_proCreatorContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation])) :*: S1 (MetaSel (Just "_proMarketplacePublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_proPublisherProvidedForecast") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PublisherProvidedForecast)) :*: (S1 (MetaSel (Just "_proLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceLabel])) :*: S1 (MetaSel (Just "_proCreatorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_proPublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_proLegacyOfferId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_proProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_proBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer))))))))

proState :: Lens' Product (Maybe Text) Source #

The state of the product. (buyer-readonly)

proInventorySource :: Lens' Product (Maybe Text) Source #

What exchange will provide this inventory (readonly, except on create).

proWebPropertyCode :: Lens' Product (Maybe Text) Source #

The web property code for the seller. This field is meant to be copied over as is when creating deals.

proCreationTimeMs :: Lens' Product (Maybe Int64) Source #

Creation time in ms. since epoch (readonly)

proTerms :: Lens' Product (Maybe DealTerms) Source #

The negotiable terms of the deal (buyer-readonly)

proLastUpdateTimeMs :: Lens' Product (Maybe Int64) Source #

Time of last update in ms. since epoch (readonly)

proKind :: Lens' Product Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#product".

proRevisionNumber :: Lens' Product (Maybe Int64) Source #

The revision number of the product. (readonly)

proBilledBuyer :: Lens' Product (Maybe Buyer) Source #

The billed buyer corresponding to the buyer that created the offer. (readonly, except on create)

proPrivateAuctionId :: Lens' Product (Maybe Text) Source #

Optional private auction id if this offer is a private auction offer.

proDeliveryControl :: Lens' Product (Maybe DeliveryControl) Source #

The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.

proHasCreatorSignedOff :: Lens' Product (Maybe Bool) Source #

If the creator has already signed off on the product, then the buyer can finalize the deal by accepting the product as is. When copying to a proposal, if any of the terms are changed, then auto_finalize is automatically set to false.

proFlightStartTimeMs :: Lens' Product (Maybe Int64) Source #

Inventory availability dates. (times are in ms since epoch) The granularity is generally in the order of seconds. (buyer-readonly)

proSharedTargetings :: Lens' Product [SharedTargeting] Source #

Targeting that is shared between the buyer and the seller. Each targeting criteria has a specified key and for each key there is a list of inclusion value or exclusion values. (buyer-readonly)

proSeller :: Lens' Product (Maybe Seller) Source #

Information about the seller that created this product (readonly, except on create)

proSyndicationProduct :: Lens' Product (Maybe Text) Source #

The syndication product associated with the deal. (readonly, except on create)

proFlightEndTimeMs :: Lens' Product (Maybe Int64) Source #

The proposed end time for the deal (ms since epoch) (buyer-readonly)

proName :: Lens' Product (Maybe Text) Source #

The name for this product as set by the seller. (buyer-readonly)

proCreatorContacts :: Lens' Product [ContactInformation] Source #

Optional contact information for the creator of this product. (buyer-readonly)

proMarketplacePublisherProFileId :: Lens' Product (Maybe Text) Source #

Marketplace publisher profile Id. This Id differs from the regular publisher_profile_id in that 1. This is a new id, the old Id will be deprecated in 2017. 2. This id uniquely identifies a publisher profile by itself.

proPublisherProvidedForecast :: Lens' Product (Maybe PublisherProvidedForecast) Source #

Publisher self-provided forecast information.

proLabels :: Lens' Product [MarketplaceLabel] Source #

Optional List of labels for the product (optional, buyer-readonly).

proCreatorRole :: Lens' Product (Maybe Text) Source #

The role that created the offer. Set to BUYER for buyer initiated offers.

proPublisherProFileId :: Lens' Product (Maybe Text) Source #

Id of the publisher profile for a given seller. A (seller.account_id, publisher_profile_id) pair uniquely identifies a publisher profile. Buyers can call the PublisherProfiles::List endpoint to get a list of publisher profiles for a given seller.

proLegacyOfferId :: Lens' Product (Maybe Text) Source #

Optional legacy offer id if this offer is a preferred deal offer.

proProductId :: Lens' Product (Maybe Text) Source #

The unique id for the product (readonly)

proBuyer :: Lens' Product (Maybe Buyer) Source #

The buyer that created the offer if this is a buyer initiated offer (readonly, except on create)

CreativeServingRestrictionsItem

data CreativeServingRestrictionsItem Source #

Instances
Eq CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeServingRestrictionsItem -> c CreativeServingRestrictionsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeServingRestrictionsItem #

toConstr :: CreativeServingRestrictionsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreativeServingRestrictionsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeServingRestrictionsItem) #

gmapT :: (forall b. Data b => b -> b) -> CreativeServingRestrictionsItem -> CreativeServingRestrictionsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeServingRestrictionsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeServingRestrictionsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeServingRestrictionsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeServingRestrictionsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

Show CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeServingRestrictionsItem :: Type -> Type #

ToJSON CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeServingRestrictionsItem = D1 (MetaData "CreativeServingRestrictionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeServingRestrictionsItem'" PrefixI True) (S1 (MetaSel (Just "_csriContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeServingRestrictionsItemContextsItem])) :*: (S1 (MetaSel (Just "_csriReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_csriDisApprovalReasons") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeServingRestrictionsItemDisApprovalReasonsItem])))))

creativeServingRestrictionsItem :: CreativeServingRestrictionsItem Source #

Creates a value of CreativeServingRestrictionsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csriReason :: Lens' CreativeServingRestrictionsItem (Maybe Text) Source #

Why the creative is ineligible to serve in this context (e.g., it has been explicitly disapproved or is pending review).

csriDisApprovalReasons :: Lens' CreativeServingRestrictionsItem [CreativeServingRestrictionsItemDisApprovalReasonsItem] Source #

The reasons for disapproval within this restriction, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED or CONDITIONALLY_APPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue.

DeleteOrderDealsResponse

data DeleteOrderDealsResponse Source #

Instances
Eq DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteOrderDealsResponse -> c DeleteOrderDealsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteOrderDealsResponse #

toConstr :: DeleteOrderDealsResponse -> Constr #

dataTypeOf :: DeleteOrderDealsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteOrderDealsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteOrderDealsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteOrderDealsResponse -> DeleteOrderDealsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteOrderDealsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteOrderDealsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteOrderDealsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteOrderDealsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

Show DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DeleteOrderDealsResponse :: Type -> Type #

ToJSON DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeleteOrderDealsResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DeleteOrderDealsResponse = D1 (MetaData "DeleteOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DeleteOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just "_dDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal])) :*: S1 (MetaSel (Just "_dProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

deleteOrderDealsResponse :: DeleteOrderDealsResponse Source #

Creates a value of DeleteOrderDealsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dDeals :: Lens' DeleteOrderDealsResponse [MarketplaceDeal] Source #

List of deals deleted (in the same proposal as passed in the request)

dProposalRevisionNumber :: Lens' DeleteOrderDealsResponse (Maybe Int64) Source #

The updated revision number for the proposal.

PretargetingConfigPlacementsItem

data PretargetingConfigPlacementsItem Source #

Instances
Eq PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PretargetingConfigPlacementsItem -> c PretargetingConfigPlacementsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PretargetingConfigPlacementsItem #

toConstr :: PretargetingConfigPlacementsItem -> Constr #

dataTypeOf :: PretargetingConfigPlacementsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PretargetingConfigPlacementsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PretargetingConfigPlacementsItem) #

gmapT :: (forall b. Data b => b -> b) -> PretargetingConfigPlacementsItem -> PretargetingConfigPlacementsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigPlacementsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigPlacementsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> PretargetingConfigPlacementsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PretargetingConfigPlacementsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

Show PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PretargetingConfigPlacementsItem :: Type -> Type #

ToJSON PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigPlacementsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PretargetingConfigPlacementsItem = D1 (MetaData "PretargetingConfigPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PretargetingConfigPlacementsItem'" PrefixI True) (S1 (MetaSel (Just "_pcpiToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pcpiType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

pretargetingConfigPlacementsItem :: PretargetingConfigPlacementsItem Source #

Creates a value of PretargetingConfigPlacementsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pcpiToken :: Lens' PretargetingConfigPlacementsItem (Maybe Text) Source #

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.

PublisherProFileAPIProto

data PublisherProFileAPIProto Source #

Instances
Eq PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PublisherProFileAPIProto -> c PublisherProFileAPIProto #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PublisherProFileAPIProto #

toConstr :: PublisherProFileAPIProto -> Constr #

dataTypeOf :: PublisherProFileAPIProto -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PublisherProFileAPIProto) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PublisherProFileAPIProto) #

gmapT :: (forall b. Data b => b -> b) -> PublisherProFileAPIProto -> PublisherProFileAPIProto #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProFileAPIProto -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProFileAPIProto -> r #

gmapQ :: (forall d. Data d => d -> u) -> PublisherProFileAPIProto -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PublisherProFileAPIProto -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

Show PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep PublisherProFileAPIProto :: Type -> Type #

ToJSON PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PublisherProFileAPIProto Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep PublisherProFileAPIProto = D1 (MetaData "PublisherProFileAPIProto" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "PublisherProFileAPIProto'" PrefixI True) ((((S1 (MetaSel (Just "_ppfapAudience") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppfapState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ppfapMediaKitLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ppfapDirectContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppfapSamplePageLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_ppfapLogoURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ppfapKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ppfapExchange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ppfapOverview") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ppfapGooglePlusLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppfapProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))) :*: (((S1 (MetaSel (Just "_ppfapIsParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ppfapSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller))) :*: (S1 (MetaSel (Just "_ppfapName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ppfapBuyerPitchStatement") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppfapPublisherProvidedForecast") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PublisherProvidedForecast))))) :*: ((S1 (MetaSel (Just "_ppfapIsPublished") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_ppfapPublisherDomains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_ppfapPublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ppfapRateCardInfoLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ppfapTopHeadlines") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_ppfapProgrammaticContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

ppfapAudience :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Publisher provided info on its audience.

ppfapState :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

State of the publisher profile.

ppfapMediaKitLink :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

The url for additional marketing and sales materials.

ppfapDirectContact :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Direct contact for the publisher profile.

ppfapLogoURL :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

The url to the logo for the publisher.

ppfapKind :: Lens' PublisherProFileAPIProto Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto".

ppfapExchange :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...

ppfapOverview :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Publisher provided overview.

ppfapGooglePlusLink :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Link to publisher's Google+ page.

ppfapProFileId :: Lens' PublisherProFileAPIProto (Maybe Int32) Source #

The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.

ppfapIsParent :: Lens' PublisherProFileAPIProto (Maybe Bool) Source #

True, if this is the parent profile, which represents all domains owned by the publisher.

ppfapSeller :: Lens' PublisherProFileAPIProto (Maybe Seller) Source #

Seller of the publisher profile.

ppfapIsPublished :: Lens' PublisherProFileAPIProto (Maybe Bool) Source #

True, if this profile is published. Deprecated for state.

ppfapPublisherDomains :: Lens' PublisherProFileAPIProto [Text] Source #

The list of domains represented in this publisher profile. Empty if this is a parent profile.

ppfapTopHeadlines :: Lens' PublisherProFileAPIProto [Text] Source #

Publisher provided key metrics and rankings.

ppfapProgrammaticContact :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Programmatic contact for the publisher profile.

MarketplaceDeal

data MarketplaceDeal Source #

A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.

See: marketplaceDeal smart constructor.

Instances
Eq MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MarketplaceDeal -> c MarketplaceDeal #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MarketplaceDeal #

toConstr :: MarketplaceDeal -> Constr #

dataTypeOf :: MarketplaceDeal -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MarketplaceDeal) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MarketplaceDeal) #

gmapT :: (forall b. Data b => b -> b) -> MarketplaceDeal -> MarketplaceDeal #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceDeal -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceDeal -> r #

gmapQ :: (forall d. Data d => d -> u) -> MarketplaceDeal -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MarketplaceDeal -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

Show MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep MarketplaceDeal :: Type -> Type #

ToJSON MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceDeal Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceDeal = D1 (MetaData "MarketplaceDeal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "MarketplaceDeal'" PrefixI True) ((((S1 (MetaSel (Just "_mdExternalDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mdBuyerPrivateData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PrivateData)) :*: S1 (MetaSel (Just "_mdIsSetupComplete") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 (MetaSel (Just "_mdWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mdCreationTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_mdTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTerms))))) :*: ((S1 (MetaSel (Just "_mdLastUpdateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_mdKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mdDeliveryControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryControl)))) :*: (S1 (MetaSel (Just "_mdDealServingMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealServingMetadata)) :*: (S1 (MetaSel (Just "_mdFlightStartTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_mdSharedTargetings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SharedTargeting])))))) :*: (((S1 (MetaSel (Just "_mdIsRfpTemplate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_mdProposalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mdDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_mdInventoryDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mdSyndicationProduct") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mdFlightEndTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) :*: ((S1 (MetaSel (Just "_mdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mdSellerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation])) :*: S1 (MetaSel (Just "_mdProgrammaticCreativeSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_mdCreativePreApprovalPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mdProductRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_mdProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mdCreativeSafeFrameCompatibility") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

mdExternalDealId :: Lens' MarketplaceDeal (Maybe Text) Source #

The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)

mdBuyerPrivateData :: Lens' MarketplaceDeal (Maybe PrivateData) Source #

Buyer private data (hidden from seller).

mdIsSetupComplete :: Lens' MarketplaceDeal (Maybe Bool) Source #

True, if the buyside inventory setup is complete for this deal. (readonly, except via OrderSetupCompleted action)

mdCreationTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

The time (ms since epoch) of the deal creation. (readonly)

mdTerms :: Lens' MarketplaceDeal (Maybe DealTerms) Source #

The negotiable terms of the deal. (updatable)

mdLastUpdateTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

The time (ms since epoch) when the deal was last updated. (readonly)

mdKind :: Lens' MarketplaceDeal Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".

mdDeliveryControl :: Lens' MarketplaceDeal (Maybe DeliveryControl) Source #

The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.

mdDealServingMetadata :: Lens' MarketplaceDeal (Maybe DealServingMetadata) Source #

Metadata about the serving status of this deal (readonly, writes via custom actions)

mdFlightStartTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)

mdSharedTargetings :: Lens' MarketplaceDeal [SharedTargeting] Source #

The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)

mdIsRfpTemplate :: Lens' MarketplaceDeal (Maybe Bool) Source #

Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.

mdDealId :: Lens' MarketplaceDeal (Maybe Text) Source #

A unique deal-id for the deal (readonly).

mdInventoryDescription :: Lens' MarketplaceDeal (Maybe Text) Source #

Description for the deal terms. (buyer-readonly)

mdSyndicationProduct :: Lens' MarketplaceDeal (Maybe Text) Source #

The syndication product associated with the deal. (readonly, except on create)

mdFlightEndTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)

mdName :: Lens' MarketplaceDeal (Maybe Text) Source #

The name of the deal. (updatable)

mdSellerContacts :: Lens' MarketplaceDeal [ContactInformation] Source #

Optional Seller contact information for the deal (buyer-readonly)

mdProgrammaticCreativeSource :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)

mdCreativePreApprovalPolicy :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies the creative pre-approval policy (buyer-readonly)

mdProductRevisionNumber :: Lens' MarketplaceDeal (Maybe Int64) Source #

The revision number of the product that the deal was created from (readonly, except on create)

mdProductId :: Lens' MarketplaceDeal (Maybe Text) Source #

The product-id from which this deal was created. (readonly, except on create)

mdCreativeSafeFrameCompatibility :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies whether the creative is safeFrame compatible (buyer-readonly)

GetOffersResponse

data GetOffersResponse Source #

Instances
Eq GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetOffersResponse -> c GetOffersResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetOffersResponse #

toConstr :: GetOffersResponse -> Constr #

dataTypeOf :: GetOffersResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetOffersResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetOffersResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetOffersResponse -> GetOffersResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetOffersResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetOffersResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetOffersResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetOffersResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

Show GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep GetOffersResponse :: Type -> Type #

ToJSON GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOffersResponse Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep GetOffersResponse = D1 (MetaData "GetOffersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "GetOffersResponse'" PrefixI True) (S1 (MetaSel (Just "_gorProducts") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Product]))))

getOffersResponse :: GetOffersResponse Source #

Creates a value of GetOffersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gorProducts :: Lens' GetOffersResponse [Product] Source #

The returned list of products.

DealTermsNonGuaranteedAuctionTerms

data DealTermsNonGuaranteedAuctionTerms Source #

Instances
Eq DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTermsNonGuaranteedAuctionTerms -> c DealTermsNonGuaranteedAuctionTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTermsNonGuaranteedAuctionTerms #

toConstr :: DealTermsNonGuaranteedAuctionTerms -> Constr #

dataTypeOf :: DealTermsNonGuaranteedAuctionTerms -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DealTermsNonGuaranteedAuctionTerms) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTermsNonGuaranteedAuctionTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTermsNonGuaranteedAuctionTerms -> DealTermsNonGuaranteedAuctionTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsNonGuaranteedAuctionTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsNonGuaranteedAuctionTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTermsNonGuaranteedAuctionTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTermsNonGuaranteedAuctionTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

Show DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealTermsNonGuaranteedAuctionTerms :: Type -> Type #

ToJSON DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsNonGuaranteedAuctionTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsNonGuaranteedAuctionTerms = D1 (MetaData "DealTermsNonGuaranteedAuctionTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealTermsNonGuaranteedAuctionTerms'" PrefixI True) (S1 (MetaSel (Just "_dtngatReservePricePerBuyers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PricePerBuyer])) :*: S1 (MetaSel (Just "_dtngatAutoOptimizePrivateAuction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

dealTermsNonGuaranteedAuctionTerms :: DealTermsNonGuaranteedAuctionTerms Source #

Creates a value of DealTermsNonGuaranteedAuctionTerms with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dtngatAutoOptimizePrivateAuction :: Lens' DealTermsNonGuaranteedAuctionTerms (Maybe Bool) Source #

True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).

CreativeFilteringReasonsReasonsItem

data CreativeFilteringReasonsReasonsItem Source #

Instances
Eq CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeFilteringReasonsReasonsItem -> c CreativeFilteringReasonsReasonsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeFilteringReasonsReasonsItem #

toConstr :: CreativeFilteringReasonsReasonsItem -> Constr #

dataTypeOf :: CreativeFilteringReasonsReasonsItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreativeFilteringReasonsReasonsItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeFilteringReasonsReasonsItem) #

gmapT :: (forall b. Data b => b -> b) -> CreativeFilteringReasonsReasonsItem -> CreativeFilteringReasonsReasonsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeFilteringReasonsReasonsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeFilteringReasonsReasonsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeFilteringReasonsReasonsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeFilteringReasonsReasonsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

Show CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

ToJSON CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeFilteringReasonsReasonsItem Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeFilteringReasonsReasonsItem = D1 (MetaData "CreativeFilteringReasonsReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeFilteringReasonsReasonsItem'" PrefixI True) (S1 (MetaSel (Just "_cfrriFilteringStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_cfrriFilteringCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

creativeFilteringReasonsReasonsItem :: CreativeFilteringReasonsReasonsItem Source #

Creates a value of CreativeFilteringReasonsReasonsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cfrriFilteringStatus :: Lens' CreativeFilteringReasonsReasonsItem (Maybe Int32) Source #

The filtering status code as defined in creative-status-codes.txt.

cfrriFilteringCount :: Lens' CreativeFilteringReasonsReasonsItem (Maybe Int64) Source #

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.

ProposalsPatchUpdateAction

data ProposalsPatchUpdateAction Source #

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

Constructors

Accept
accept
Cancel
cancel
Propose
propose
ProposeAndAccept
proposeAndAccept
UnknownAction
unknownAction
UpdateNonTerms
updateNonTerms
Instances
Enum ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Eq ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Data ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProposalsPatchUpdateAction -> c ProposalsPatchUpdateAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProposalsPatchUpdateAction #

toConstr :: ProposalsPatchUpdateAction -> Constr #

dataTypeOf :: ProposalsPatchUpdateAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProposalsPatchUpdateAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProposalsPatchUpdateAction) #

gmapT :: (forall b. Data b => b -> b) -> ProposalsPatchUpdateAction -> ProposalsPatchUpdateAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsPatchUpdateAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsPatchUpdateAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProposalsPatchUpdateAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProposalsPatchUpdateAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

Ord ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Read ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Show ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Generic ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Associated Types

type Rep ProposalsPatchUpdateAction :: Type -> Type #

Hashable ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToJSON ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromJSON ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromHttpApiData ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToHttpApiData ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep ProposalsPatchUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep ProposalsPatchUpdateAction = D1 (MetaData "ProposalsPatchUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) ((C1 (MetaCons "Accept" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Cancel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Propose" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ProposeAndAccept" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "UnknownAction" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UpdateNonTerms" PrefixI False) (U1 :: Type -> Type))))

CreativesListDealsStatusFilter

data CreativesListDealsStatusFilter Source #

When specified, only creatives having the given deals status are returned.

Constructors

CLDSFApproved

approved Creatives which have been approved for serving on deals.

CLDSFConditionallyApproved

conditionally_approved Creatives which have been conditionally approved for serving on deals.

CLDSFDisApproved

disapproved Creatives which have been disapproved for serving on deals.

CLDSFNotChecked

not_checked Creatives whose deals status is not yet checked.

Instances
Enum CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Eq CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Data CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativesListDealsStatusFilter -> c CreativesListDealsStatusFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativesListDealsStatusFilter #

toConstr :: CreativesListDealsStatusFilter -> Constr #

dataTypeOf :: CreativesListDealsStatusFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreativesListDealsStatusFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativesListDealsStatusFilter) #

gmapT :: (forall b. Data b => b -> b) -> CreativesListDealsStatusFilter -> CreativesListDealsStatusFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativesListDealsStatusFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativesListDealsStatusFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativesListDealsStatusFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativesListDealsStatusFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

Ord CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Read CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Show CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Generic CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Associated Types

type Rep CreativesListDealsStatusFilter :: Type -> Type #

Hashable CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToJSON CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromJSON CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromHttpApiData CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToHttpApiData CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep CreativesListDealsStatusFilter Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep CreativesListDealsStatusFilter = D1 (MetaData "CreativesListDealsStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) ((C1 (MetaCons "CLDSFApproved" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CLDSFConditionallyApproved" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CLDSFDisApproved" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CLDSFNotChecked" PrefixI False) (U1 :: Type -> Type)))

DealTerms

data DealTerms Source #

Instances
Eq DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTerms -> c DealTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTerms #

toConstr :: DealTerms -> Constr #

dataTypeOf :: DealTerms -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DealTerms) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTerms -> DealTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

Show DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealTerms :: Type -> Type #

ToJSON DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTerms = D1 (MetaData "DealTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealTerms'" PrefixI True) (((S1 (MetaSel (Just "_dtEstimatedGrossSpend") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price)) :*: S1 (MetaSel (Just "_dtNonGuaranteedFixedPriceTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsNonGuaranteedFixedPriceTerms))) :*: (S1 (MetaSel (Just "_dtNonGuaranteedAuctionTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsNonGuaranteedAuctionTerms)) :*: (S1 (MetaSel (Just "_dtRubiconNonGuaranteedTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsRubiconNonGuaranteedTerms)) :*: S1 (MetaSel (Just "_dtBrandingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_dtCrossListedExternalDealIdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dtEstimatedImpressionsPerDay") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_dtSellerTimeZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dtGuaranteedFixedPriceTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsGuaranteedFixedPriceTerms)) :*: S1 (MetaSel (Just "_dtDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

dtEstimatedGrossSpend :: Lens' DealTerms (Maybe Price) Source #

Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.

dtBrandingType :: Lens' DealTerms (Maybe Text) Source #

Visibilty of the URL in bid requests.

dtCrossListedExternalDealIdType :: Lens' DealTerms (Maybe Text) Source #

Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.

dtEstimatedImpressionsPerDay :: Lens' DealTerms (Maybe Int64) Source #

Non-binding estimate of the impressions served per day Can be set by buyer or seller.

dtSellerTimeZone :: Lens' DealTerms (Maybe Text) Source #

For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)

dtDescription :: Lens' DealTerms (Maybe Text) Source #

Description for the proposed terms of the deal.

CreativeDealIds

data CreativeDealIds Source #

The external deal ids associated with a creative.

See: creativeDealIds smart constructor.

Instances
Eq CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeDealIds -> c CreativeDealIds #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeDealIds #

toConstr :: CreativeDealIds -> Constr #

dataTypeOf :: CreativeDealIds -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreativeDealIds) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeDealIds) #

gmapT :: (forall b. Data b => b -> b) -> CreativeDealIds -> CreativeDealIds #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeDealIds -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeDealIds -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeDealIds -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeDealIds -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

Show CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep CreativeDealIds :: Type -> Type #

ToJSON CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeDealIds Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep CreativeDealIds = D1 (MetaData "CreativeDealIds" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "CreativeDealIds'" PrefixI True) (S1 (MetaSel (Just "_cdiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_cdiDealStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeDealIdsDealStatusesItem]))))

creativeDealIds :: CreativeDealIds Source #

Creates a value of CreativeDealIds with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cdiDealStatuses :: Lens' CreativeDealIds [CreativeDealIdsDealStatusesItem] Source #

A list of external deal ids and ARC approval status.

MarketplaceLabel

data MarketplaceLabel Source #

Instances
Eq MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MarketplaceLabel -> c MarketplaceLabel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MarketplaceLabel #

toConstr :: MarketplaceLabel -> Constr #

dataTypeOf :: MarketplaceLabel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MarketplaceLabel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MarketplaceLabel) #

gmapT :: (forall b. Data b => b -> b) -> MarketplaceLabel -> MarketplaceLabel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceLabel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceLabel -> r #

gmapQ :: (forall d. Data d => d -> u) -> MarketplaceLabel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MarketplaceLabel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

Show MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep MarketplaceLabel :: Type -> Type #

ToJSON MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceLabel Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep MarketplaceLabel = D1 (MetaData "MarketplaceLabel" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "MarketplaceLabel'" PrefixI True) ((S1 (MetaSel (Just "_mlDeprecatedMarketplaceDealParty") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MarketplaceDealParty)) :*: S1 (MetaSel (Just "_mlAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mlCreateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_mlLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

marketplaceLabel :: MarketplaceLabel Source #

Creates a value of MarketplaceLabel with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mlDeprecatedMarketplaceDealParty :: Lens' MarketplaceLabel (Maybe MarketplaceDealParty) Source #

Information about the party that created the label.

mlAccountId :: Lens' MarketplaceLabel (Maybe Text) Source #

The accountId of the party that created the label.

mlCreateTimeMs :: Lens' MarketplaceLabel (Maybe Int64) Source #

The creation time (in ms since epoch) for the label.

Buyer

data Buyer Source #

Instances
Eq Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

(==) :: Buyer -> Buyer -> Bool #

(/=) :: Buyer -> Buyer -> Bool #

Data Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Buyer -> c Buyer #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Buyer #

toConstr :: Buyer -> Constr #

dataTypeOf :: Buyer -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Buyer) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Buyer) #

gmapT :: (forall b. Data b => b -> b) -> Buyer -> Buyer #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Buyer -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Buyer -> r #

gmapQ :: (forall d. Data d => d -> u) -> Buyer -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Buyer -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

Show Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

showsPrec :: Int -> Buyer -> ShowS #

show :: Buyer -> String #

showList :: [Buyer] -> ShowS #

Generic Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep Buyer :: Type -> Type #

Methods

from :: Buyer -> Rep Buyer x #

to :: Rep Buyer x -> Buyer #

ToJSON Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Buyer Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep Buyer = D1 (MetaData "Buyer" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "Buyer'" PrefixI True) (S1 (MetaSel (Just "_buyAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

buyer :: Buyer Source #

Creates a value of Buyer with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

buyAccountId :: Lens' Buyer (Maybe Text) Source #

Adx account id of the buyer.

ProposalsUpdateUpdateAction

data ProposalsUpdateUpdateAction Source #

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

Constructors

PUUAAccept
accept
PUUACancel
cancel
PUUAPropose
propose
PUUAProposeAndAccept
proposeAndAccept
PUUAUnknownAction
unknownAction
PUUAUpdateNonTerms
updateNonTerms
Instances
Enum ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Eq ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Data ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProposalsUpdateUpdateAction -> c ProposalsUpdateUpdateAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProposalsUpdateUpdateAction #

toConstr :: ProposalsUpdateUpdateAction -> Constr #

dataTypeOf :: ProposalsUpdateUpdateAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProposalsUpdateUpdateAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProposalsUpdateUpdateAction) #

gmapT :: (forall b. Data b => b -> b) -> ProposalsUpdateUpdateAction -> ProposalsUpdateUpdateAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsUpdateUpdateAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsUpdateUpdateAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProposalsUpdateUpdateAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProposalsUpdateUpdateAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

Ord ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Read ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Show ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Generic ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

Associated Types

type Rep ProposalsUpdateUpdateAction :: Type -> Type #

Hashable ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToJSON ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromJSON ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

FromHttpApiData ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

ToHttpApiData ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep ProposalsUpdateUpdateAction Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Sum

type Rep ProposalsUpdateUpdateAction = D1 (MetaData "ProposalsUpdateUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) ((C1 (MetaCons "PUUAAccept" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "PUUACancel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PUUAPropose" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "PUUAProposeAndAccept" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "PUUAUnknownAction" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PUUAUpdateNonTerms" PrefixI False) (U1 :: Type -> Type))))

AddOrderDealsRequest

data AddOrderDealsRequest Source #

Instances
Eq AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddOrderDealsRequest -> c AddOrderDealsRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddOrderDealsRequest #

toConstr :: AddOrderDealsRequest -> Constr #

dataTypeOf :: AddOrderDealsRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AddOrderDealsRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddOrderDealsRequest) #

gmapT :: (forall b. Data b => b -> b) -> AddOrderDealsRequest -> AddOrderDealsRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderDealsRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderDealsRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddOrderDealsRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddOrderDealsRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

Show AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep AddOrderDealsRequest :: Type -> Type #

ToJSON AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderDealsRequest Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep AddOrderDealsRequest = D1 (MetaData "AddOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "AddOrderDealsRequest'" PrefixI True) (S1 (MetaSel (Just "_aUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal])) :*: S1 (MetaSel (Just "_aProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

addOrderDealsRequest :: AddOrderDealsRequest Source #

Creates a value of AddOrderDealsRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aUpdateAction :: Lens' AddOrderDealsRequest (Maybe Text) Source #

Indicates an optional action to take on the proposal

aProposalRevisionNumber :: Lens' AddOrderDealsRequest (Maybe Int64) Source #

The last known proposal revision number.

DealServingMetadataDealPauseStatus

data DealServingMetadataDealPauseStatus Source #

Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently.

See: dealServingMetadataDealPauseStatus smart constructor.

Instances
Eq DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealServingMetadataDealPauseStatus -> c DealServingMetadataDealPauseStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealServingMetadataDealPauseStatus #

toConstr :: DealServingMetadataDealPauseStatus -> Constr #

dataTypeOf :: DealServingMetadataDealPauseStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DealServingMetadataDealPauseStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealServingMetadataDealPauseStatus) #

gmapT :: (forall b. Data b => b -> b) -> DealServingMetadataDealPauseStatus -> DealServingMetadataDealPauseStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealServingMetadataDealPauseStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealServingMetadataDealPauseStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealServingMetadataDealPauseStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealServingMetadataDealPauseStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

Show DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealServingMetadataDealPauseStatus :: Type -> Type #

ToJSON DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealServingMetadataDealPauseStatus Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealServingMetadataDealPauseStatus = D1 (MetaData "DealServingMetadataDealPauseStatus" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealServingMetadataDealPauseStatus'" PrefixI True) ((S1 (MetaSel (Just "_dsmdpsFirstPausedBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsmdpsBuyerPauseReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dsmdpsHasBuyerPaused") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_dsmdpsSellerPauseReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsmdpsHasSellerPaused") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

dealServingMetadataDealPauseStatus :: DealServingMetadataDealPauseStatus Source #

Creates a value of DealServingMetadataDealPauseStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsmdpsFirstPausedBy :: Lens' DealServingMetadataDealPauseStatus (Maybe Text) Source #

If the deal is paused, records which party paused the deal first.

DealTermsGuaranteedFixedPriceTerms

data DealTermsGuaranteedFixedPriceTerms Source #

Instances
Eq DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Data DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTermsGuaranteedFixedPriceTerms -> c DealTermsGuaranteedFixedPriceTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTermsGuaranteedFixedPriceTerms #

toConstr :: DealTermsGuaranteedFixedPriceTerms -> Constr #

dataTypeOf :: DealTermsGuaranteedFixedPriceTerms -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DealTermsGuaranteedFixedPriceTerms) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTermsGuaranteedFixedPriceTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTermsGuaranteedFixedPriceTerms -> DealTermsGuaranteedFixedPriceTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsGuaranteedFixedPriceTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsGuaranteedFixedPriceTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTermsGuaranteedFixedPriceTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTermsGuaranteedFixedPriceTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

Show DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Generic DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

Associated Types

type Rep DealTermsGuaranteedFixedPriceTerms :: Type -> Type #

ToJSON DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

FromJSON DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsGuaranteedFixedPriceTerms Source # 
Instance details

Defined in Network.Google.AdExchangeBuyer.Types.Product

type Rep DealTermsGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "DealTermsGuaranteedFixedPriceTerms'" PrefixI True) ((S1 (MetaSel (Just "_dtgfptGuaranteedLooks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_dtgfptGuaranteedImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_dtgfptBillingInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsGuaranteedFixedPriceTermsBillingInfo)) :*: (S1 (MetaSel (Just "_dtgfptFixedPrices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PricePerBuyer])) :*: S1 (MetaSel (Just "_dtgfptMinimumDailyLooks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

dealTermsGuaranteedFixedPriceTerms :: DealTermsGuaranteedFixedPriceTerms Source #

Creates a value of DealTermsGuaranteedFixedPriceTerms with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dtgfptGuaranteedLooks :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.

dtgfptGuaranteedImpressions :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

dtgfptBillingInfo :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe DealTermsGuaranteedFixedPriceTermsBillingInfo) Source #

External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.

dtgfptMinimumDailyLooks :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.