gogol-adexchange-buyer-0.3.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

Contents

Description

Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.

See: Ad Exchange Buyer API Reference

Synopsis

Service Configuration

adExchangeBuyerService :: ServiceConfig #

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"] #

Manage your Ad Exchange buyer account configuration

API Declaration

Resources

adexchangebuyer.accounts.get

adexchangebuyer.accounts.list

adexchangebuyer.accounts.patch

adexchangebuyer.accounts.update

adexchangebuyer.billingInfo.get

adexchangebuyer.billingInfo.list

adexchangebuyer.budget.get

adexchangebuyer.budget.patch

adexchangebuyer.budget.update

adexchangebuyer.creatives.addDeal

adexchangebuyer.creatives.get

adexchangebuyer.creatives.insert

adexchangebuyer.creatives.list

adexchangebuyer.creatives.listDeals

adexchangebuyer.creatives.removeDeal

adexchangebuyer.marketplacedeals.delete

adexchangebuyer.marketplacedeals.insert

adexchangebuyer.marketplacedeals.list

adexchangebuyer.marketplacedeals.update

adexchangebuyer.marketplacenotes.insert

adexchangebuyer.marketplacenotes.list

adexchangebuyer.marketplaceprivateauction.updateproposal

adexchangebuyer.performanceReport.list

adexchangebuyer.pretargetingConfig.delete

adexchangebuyer.pretargetingConfig.get

adexchangebuyer.pretargetingConfig.insert

adexchangebuyer.pretargetingConfig.list

adexchangebuyer.pretargetingConfig.patch

adexchangebuyer.pretargetingConfig.update

adexchangebuyer.products.get

adexchangebuyer.products.search

adexchangebuyer.proposals.get

adexchangebuyer.proposals.insert

adexchangebuyer.proposals.patch

adexchangebuyer.proposals.search

adexchangebuyer.proposals.setupcomplete

adexchangebuyer.proposals.update

adexchangebuyer.pubprofiles.list

Types

MarketplaceNote

data MarketplaceNote #

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 # 
Data MarketplaceNote # 

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 # 
Generic MarketplaceNote # 
ToJSON MarketplaceNote # 
FromJSON MarketplaceNote # 
type Rep MarketplaceNote # 

marketplaceNote :: MarketplaceNote #

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) #

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

mnKind :: Lens' MarketplaceNote Text #

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

mnTimestampMs :: Lens' MarketplaceNote (Maybe Int64) #

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

mnProposalId :: Lens' MarketplaceNote (Maybe Text) #

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

mnDealId :: Lens' MarketplaceNote (Maybe Text) #

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

mnProposalRevisionNumber :: Lens' MarketplaceNote (Maybe Int64) #

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

mnNoteId :: Lens' MarketplaceNote (Maybe Text) #

The unique id for the note. (readonly)

mnCreatorRole :: Lens' MarketplaceNote (Maybe Text) #

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

CreativeNATiveAd

data CreativeNATiveAd #

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

See: creativeNATiveAd smart constructor.

Instances

Eq CreativeNATiveAd # 
Data CreativeNATiveAd # 

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 # 
Generic CreativeNATiveAd # 
ToJSON CreativeNATiveAd # 
FromJSON CreativeNATiveAd # 
type Rep CreativeNATiveAd # 
type Rep CreativeNATiveAd = D1 (MetaData "CreativeNATiveAd" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeNATiveAd'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cnataImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdImage))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataAppIcon") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdAppIcon))) (S1 (MetaSel (Just Symbol "_cnataClickTrackingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cnataClickLinkURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataHeadline") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataImpressionTrackingURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cnataCallToAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataStore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataVideoURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cnataPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataAdvertiser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataStarRating") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) (S1 (MetaSel (Just Symbol "_cnataLogo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CreativeNATiveAdLogo))))))))

cnataAppIcon :: Lens' CreativeNATiveAd (Maybe CreativeNATiveAdAppIcon) #

The app icon, for app download ads.

cnataClickTrackingURL :: Lens' CreativeNATiveAd (Maybe Text) #

The URL to use for click tracking.

cnataClickLinkURL :: Lens' CreativeNATiveAd (Maybe Text) #

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

cnataBody :: Lens' CreativeNATiveAd (Maybe Text) #

A long description of the ad.

cnataHeadline :: Lens' CreativeNATiveAd (Maybe Text) #

A short title for the ad.

cnataImpressionTrackingURL :: Lens' CreativeNATiveAd [Text] #

The URLs are called when the impression is rendered.

cnataCallToAction :: Lens' CreativeNATiveAd (Maybe Text) #

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

cnataStore :: Lens' CreativeNATiveAd (Maybe Text) #

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

cnataVideoURL :: Lens' CreativeNATiveAd (Maybe Text) #

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) #

The price of the promoted app including the currency info.

cnataStarRating :: Lens' CreativeNATiveAd (Maybe Double) #

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

:: Lens' CreativeNATiveAd (Maybe CreativeNATiveAdLogo) #

A smaller image, for the advertiser logo.

EditAllOrderDealsResponse

data EditAllOrderDealsResponse #

Instances

Eq EditAllOrderDealsResponse # 
Data EditAllOrderDealsResponse # 

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 # 
Generic EditAllOrderDealsResponse # 
ToJSON EditAllOrderDealsResponse # 
FromJSON EditAllOrderDealsResponse # 
type Rep EditAllOrderDealsResponse # 
type Rep EditAllOrderDealsResponse = D1 (MetaData "EditAllOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "EditAllOrderDealsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eaodrDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal]))) (S1 (MetaSel (Just Symbol "_eaodrOrderRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

editAllOrderDealsResponse :: EditAllOrderDealsResponse #

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] #

List of all deals in the proposal after edit.

eaodrOrderRevisionNumber :: Lens' EditAllOrderDealsResponse (Maybe Int64) #

The latest revision number after the update has been applied.

CreativesList

data CreativesList #

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 # 
Data CreativesList # 

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 # 
Generic CreativesList # 

Associated Types

type Rep CreativesList :: * -> * #

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

creativesList :: CreativesList #

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) #

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

clKind :: Lens' CreativesList Text #

Resource type.

clItems :: Lens' CreativesList [Creative] #

A list of creatives.

CreativeDealIdsDealStatusesItem

data CreativeDealIdsDealStatusesItem #

Instances

Eq CreativeDealIdsDealStatusesItem # 
Data CreativeDealIdsDealStatusesItem # 

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 # 
Generic CreativeDealIdsDealStatusesItem # 
ToJSON CreativeDealIdsDealStatusesItem # 
FromJSON CreativeDealIdsDealStatusesItem # 
type Rep CreativeDealIdsDealStatusesItem # 
type Rep CreativeDealIdsDealStatusesItem = D1 (MetaData "CreativeDealIdsDealStatusesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeDealIdsDealStatusesItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cdidsiArcStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cdidsiWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_cdidsiDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

creativeDealIdsDealStatusesItem :: CreativeDealIdsDealStatusesItem #

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 #

Instances

Eq CreativeServingRestrictionsItemContextsItem # 
Data CreativeServingRestrictionsItemContextsItem # 

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 # 
Generic CreativeServingRestrictionsItemContextsItem # 
ToJSON CreativeServingRestrictionsItemContextsItem # 
FromJSON CreativeServingRestrictionsItemContextsItem # 
type Rep CreativeServingRestrictionsItemContextsItem # 
type Rep CreativeServingRestrictionsItemContextsItem = D1 (MetaData "CreativeServingRestrictionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeServingRestrictionsItemContextsItem'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_csriciPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_csriciContextType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_csriciAuctionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_csriciGeoCriteriaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32]))))))

creativeServingRestrictionsItemContextsItem :: CreativeServingRestrictionsItemContextsItem #

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] #

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

csriciContextType :: Lens' CreativeServingRestrictionsItemContextsItem (Maybe Text) #

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

csriciAuctionType :: Lens' CreativeServingRestrictionsItemContextsItem [Text] #

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

csriciGeoCriteriaId :: Lens' CreativeServingRestrictionsItemContextsItem [Int32] #

Only set when contextType=LOCATION. Represents the geo criterias this restriction applies to.

CreateOrdersResponse

data CreateOrdersResponse #

Instances

Eq CreateOrdersResponse # 
Data CreateOrdersResponse # 

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 # 
Generic CreateOrdersResponse # 
ToJSON CreateOrdersResponse # 
FromJSON CreateOrdersResponse # 
type Rep CreateOrdersResponse # 
type Rep CreateOrdersResponse = D1 (MetaData "CreateOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "CreateOrdersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_corProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

createOrdersResponse :: CreateOrdersResponse #

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] #

The list of proposals successfully created.

AccountBidderLocationItem

data AccountBidderLocationItem #

Instances

Eq AccountBidderLocationItem # 
Data AccountBidderLocationItem # 

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 # 
Generic AccountBidderLocationItem # 
ToJSON AccountBidderLocationItem # 
FromJSON AccountBidderLocationItem # 
type Rep AccountBidderLocationItem # 
type Rep AccountBidderLocationItem = D1 (MetaData "AccountBidderLocationItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "AccountBidderLocationItem'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_abliURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_abliMaximumQps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_abliRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_abliBidProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

accountBidderLocationItem :: AccountBidderLocationItem #

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) #

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

abliMaximumQps :: Lens' AccountBidderLocationItem (Maybe Int32) #

The maximum queries per second the Ad Exchange will send.

abliRegion :: Lens' AccountBidderLocationItem (Maybe Text) #

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) #

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_PROTOBUF_2_3 - PROTOCOL_OPENRTB_PROTOBUF_2_4

PrivateData

data PrivateData #

Instances

Eq PrivateData # 
Data PrivateData # 

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 # 
Generic PrivateData # 

Associated Types

type Rep PrivateData :: * -> * #

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

privateData :: PrivateData #

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 #

The configuration data for Ad Exchange RTB - Budget API.

See: budget smart constructor.

Instances

Eq Budget # 

Methods

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

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

Data Budget # 

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 # 
Generic Budget # 

Associated Types

type Rep Budget :: * -> * #

Methods

from :: Budget -> Rep Budget x #

to :: Rep Budget x -> Budget #

ToJSON Budget # 
FromJSON Budget # 
type Rep Budget # 

budget :: Budget #

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) #

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

bKind :: Lens' Budget Text #

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

bBudgetAmount :: Lens' Budget (Maybe Int64) #

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) #

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

bId :: Lens' Budget (Maybe Text) #

The unique id that describes this item.

bBillingId :: Lens' Budget (Maybe Int64) #

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

AddOrderNotesRequest

data AddOrderNotesRequest #

Instances

Eq AddOrderNotesRequest # 
Data AddOrderNotesRequest # 

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 # 
Generic AddOrderNotesRequest # 
ToJSON AddOrderNotesRequest # 
FromJSON AddOrderNotesRequest # 
type Rep AddOrderNotesRequest # 
type Rep AddOrderNotesRequest = D1 (MetaData "AddOrderNotesRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "AddOrderNotesRequest'" PrefixI True) (S1 (MetaSel (Just Symbol "_aonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesRequest :: AddOrderNotesRequest #

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:

aonrNotes :: Lens' AddOrderNotesRequest [MarketplaceNote] #

The list of notes to add.

DeliveryControlFrequencyCap

data DeliveryControlFrequencyCap #

Instances

Eq DeliveryControlFrequencyCap # 
Data DeliveryControlFrequencyCap # 

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 # 
Generic DeliveryControlFrequencyCap # 
ToJSON DeliveryControlFrequencyCap # 
FromJSON DeliveryControlFrequencyCap # 
type Rep DeliveryControlFrequencyCap # 
type Rep DeliveryControlFrequencyCap = D1 (MetaData "DeliveryControlFrequencyCap" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DeliveryControlFrequencyCap'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcfcMaxImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_dcfcNumTimeUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_dcfcTimeUnitType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

deliveryControlFrequencyCap :: DeliveryControlFrequencyCap #

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 #

Instances

Eq MarketplaceDealParty # 
Data MarketplaceDealParty # 

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 # 
Generic MarketplaceDealParty # 
ToJSON MarketplaceDealParty # 
FromJSON MarketplaceDealParty # 
type Rep MarketplaceDealParty # 
type Rep MarketplaceDealParty = D1 (MetaData "MarketplaceDealParty" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "MarketplaceDealParty'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mdpSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller))) (S1 (MetaSel (Just Symbol "_mdpBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)))))

marketplaceDealParty :: MarketplaceDealParty #

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) #

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

mdpBuyer :: Lens' MarketplaceDealParty (Maybe Buyer) #

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

GetOrderNotesResponse

data GetOrderNotesResponse #

Instances

Eq GetOrderNotesResponse # 
Data GetOrderNotesResponse # 

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 # 
Generic GetOrderNotesResponse # 
ToJSON GetOrderNotesResponse # 
FromJSON GetOrderNotesResponse # 
type Rep GetOrderNotesResponse # 
type Rep GetOrderNotesResponse = D1 (MetaData "GetOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "GetOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

getOrderNotesResponse :: GetOrderNotesResponse #

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] #

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 #

Instances

Eq GetOrdersResponse # 
Data GetOrdersResponse # 

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 # 
Generic GetOrdersResponse # 
ToJSON GetOrdersResponse # 
FromJSON GetOrdersResponse # 
type Rep GetOrdersResponse # 
type Rep GetOrdersResponse = D1 (MetaData "GetOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "GetOrdersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gorProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

getOrdersResponse :: GetOrdersResponse #

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] #

The list of matching proposals.

CreativeServingRestrictionsItemDisApprovalReasonsItem

data CreativeServingRestrictionsItemDisApprovalReasonsItem #

Instances

Eq CreativeServingRestrictionsItemDisApprovalReasonsItem # 
Data CreativeServingRestrictionsItemDisApprovalReasonsItem # 

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 # 
Generic CreativeServingRestrictionsItemDisApprovalReasonsItem # 
ToJSON CreativeServingRestrictionsItemDisApprovalReasonsItem # 
FromJSON CreativeServingRestrictionsItemDisApprovalReasonsItem # 
type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem # 
type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem = D1 (MetaData "CreativeServingRestrictionsItemDisApprovalReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeServingRestrictionsItemDisApprovalReasonsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csridariReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csridariDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

creativeServingRestrictionsItemDisApprovalReasonsItem :: CreativeServingRestrictionsItemDisApprovalReasonsItem #

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] #

Additional details about the reason for disapproval.

AccountsList

data AccountsList #

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 # 
Data AccountsList # 

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 # 
Generic AccountsList # 

Associated Types

type Rep AccountsList :: * -> * #

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

accountsList :: AccountsList #

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:

alKind :: Lens' AccountsList Text #

Resource type.

alItems :: Lens' AccountsList [Account] #

A list of accounts.

Dimension

data Dimension #

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 # 
Data Dimension # 

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 # 
Generic Dimension # 

Associated Types

type Rep Dimension :: * -> * #

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

dimension :: Dimension #

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 #

Instances

Eq CreateOrdersRequest # 
Data CreateOrdersRequest # 

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 # 
Generic CreateOrdersRequest # 
ToJSON CreateOrdersRequest # 
FromJSON CreateOrdersRequest # 
type Rep CreateOrdersRequest # 
type Rep CreateOrdersRequest = D1 (MetaData "CreateOrdersRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreateOrdersRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cProposals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Proposal]))) (S1 (MetaSel (Just Symbol "_cWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

createOrdersRequest :: CreateOrdersRequest #

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] #

The list of proposals to create.

cWebPropertyCode :: Lens' CreateOrdersRequest (Maybe Text) #

Web property id of the seller creating these orders

CreativeCorrectionsItem

data CreativeCorrectionsItem #

Instances

Eq CreativeCorrectionsItem # 
Data CreativeCorrectionsItem # 

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 # 
Generic CreativeCorrectionsItem # 
ToJSON CreativeCorrectionsItem # 
FromJSON CreativeCorrectionsItem # 
type Rep CreativeCorrectionsItem # 
type Rep CreativeCorrectionsItem = D1 (MetaData "CreativeCorrectionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeCorrectionsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cciContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeCorrectionsItemContextsItem]))) ((:*:) (S1 (MetaSel (Just Symbol "_cciReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cciDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))))

creativeCorrectionsItem :: CreativeCorrectionsItem #

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] #

All known serving contexts containing serving status information.

cciReason :: Lens' CreativeCorrectionsItem (Maybe Text) #

The type of correction that was applied to the creative.

cciDetails :: Lens' CreativeCorrectionsItem [Text] #

Additional details about the correction.

DealTermsRubiconNonGuaranteedTerms

data DealTermsRubiconNonGuaranteedTerms #

Instances

Eq DealTermsRubiconNonGuaranteedTerms # 
Data DealTermsRubiconNonGuaranteedTerms # 

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 # 
Generic DealTermsRubiconNonGuaranteedTerms # 
ToJSON DealTermsRubiconNonGuaranteedTerms # 
FromJSON DealTermsRubiconNonGuaranteedTerms # 
type Rep DealTermsRubiconNonGuaranteedTerms # 
type Rep DealTermsRubiconNonGuaranteedTerms = D1 (MetaData "DealTermsRubiconNonGuaranteedTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealTermsRubiconNonGuaranteedTerms'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtrngtPriorityPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price))) (S1 (MetaSel (Just Symbol "_dtrngtStandardPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price)))))

dealTermsRubiconNonGuaranteedTerms :: DealTermsRubiconNonGuaranteedTerms #

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) #

Optional price for Rubicon priority access in the auction.

dtrngtStandardPrice :: Lens' DealTermsRubiconNonGuaranteedTerms (Maybe Price) #

Optional price for Rubicon standard access in the auction.

DealServingMetadata

data DealServingMetadata #

Instances

Eq DealServingMetadata # 
Data DealServingMetadata # 

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 # 
Generic DealServingMetadata # 
ToJSON DealServingMetadata # 
FromJSON DealServingMetadata # 
type Rep DealServingMetadata # 
type Rep DealServingMetadata = D1 (MetaData "DealServingMetadata" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "DealServingMetadata'" PrefixI True) (S1 (MetaSel (Just Symbol "_dsmDealPauseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe DealServingMetadataDealPauseStatus))))

dealServingMetadata :: DealServingMetadata #

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) #

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

AddOrderDealsResponse

data AddOrderDealsResponse #

Instances

Eq AddOrderDealsResponse # 
Data AddOrderDealsResponse # 

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 # 
Generic AddOrderDealsResponse # 
ToJSON AddOrderDealsResponse # 
FromJSON AddOrderDealsResponse # 
type Rep AddOrderDealsResponse # 
type Rep AddOrderDealsResponse = D1 (MetaData "AddOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "AddOrderDealsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aodrDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal]))) (S1 (MetaSel (Just Symbol "_aodrProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

addOrderDealsResponse :: AddOrderDealsResponse #

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] #

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

aodrProposalRevisionNumber :: Lens' AddOrderDealsResponse (Maybe Int64) #

The updated revision number for the proposal.

DeliveryControl

data DeliveryControl #

Instances

Eq DeliveryControl # 
Data DeliveryControl # 

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 # 
Generic DeliveryControl # 
ToJSON DeliveryControl # 
FromJSON DeliveryControl # 
type Rep DeliveryControl # 
type Rep DeliveryControl = D1 (MetaData "DeliveryControl" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DeliveryControl'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcCreativeBlockingLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dcFrequencyCaps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DeliveryControlFrequencyCap]))) (S1 (MetaSel (Just Symbol "_dcDeliveryRateType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

deliveryControl :: DeliveryControl #

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 #

Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.

See: pricePerBuyer smart constructor.

Instances

Eq PricePerBuyer # 
Data PricePerBuyer # 

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 # 
Generic PricePerBuyer # 

Associated Types

type Rep PricePerBuyer :: * -> * #

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

pricePerBuyer :: PricePerBuyer #

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:

ppbPrice :: Lens' PricePerBuyer (Maybe Price) #

The specified price

ppbAuctionTier :: Lens' PricePerBuyer (Maybe Text) #

Optional access type for this buyer.

ppbBuyer :: Lens' PricePerBuyer (Maybe Buyer) #

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 #

A creative and its classification data.

See: creative smart constructor.

Instances

Eq Creative # 
Data Creative # 

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 # 
Generic Creative # 

Associated Types

type Rep Creative :: * -> * #

Methods

from :: Creative -> Rep Creative x #

to :: Rep Creative x -> Creative #

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

cAttribute :: Lens' Creative [Int32] #

All attributes for the ads that may be shown from this snippet.

cNATiveAd :: Lens' Creative (Maybe CreativeNATiveAd) #

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

cBuyerCreativeId :: Lens' Creative (Maybe Text) #

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

cAdvertiserName :: Lens' Creative (Maybe Text) #

The name of the company being advertised in the creative.

cAdChoicesDestinationURL :: Lens' Creative (Maybe Text) #

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

cAgencyId :: Lens' Creative (Maybe Int64) #

The agency id for this creative.

cCorrections :: Lens' Creative [CreativeCorrectionsItem] #

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

cProductCategories :: Lens' Creative [Int32] #

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

cKind :: Lens' Creative Text #

Resource type.

cHTMLSnippet :: Lens' Creative (Maybe Text) #

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

cAdvertiserId :: Lens' Creative [Int64] #

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

cRestrictedCategories :: Lens' Creative [Int32] #

All restricted categories for the ads that may be shown from this snippet.

cDealsStatus :: Lens' Creative (Maybe Text) #

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] #

The set of destination urls for the snippet.

cLanguages :: Lens' Creative [Text] #

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

cVendorType :: Lens' Creative [Int32] #

All vendor types for the ads that may be shown from this snippet.

cImpressionTrackingURL :: Lens' Creative [Text] #

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

cFilteringReasons :: Lens' Creative (Maybe CreativeFilteringReasons) #

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

cVersion :: Lens' Creative (Maybe Int32) #

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

cSensitiveCategories :: Lens' Creative [Int32] #

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

cVideoURL :: Lens' Creative (Maybe Text) #

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

cAPIUploadTimestamp :: Lens' Creative (Maybe UTCTime) #

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] #

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.

cDetectedDomains :: Lens' Creative [Text] #

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

cOpenAuctionStatus :: Lens' Creative (Maybe Text) #

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.

TargetingValueDayPartTargetingDayPart

data TargetingValueDayPartTargetingDayPart #

Instances

Eq TargetingValueDayPartTargetingDayPart # 
Data TargetingValueDayPartTargetingDayPart # 

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 # 
Generic TargetingValueDayPartTargetingDayPart # 
ToJSON TargetingValueDayPartTargetingDayPart # 
FromJSON TargetingValueDayPartTargetingDayPart # 
type Rep TargetingValueDayPartTargetingDayPart # 
type Rep TargetingValueDayPartTargetingDayPart = D1 (MetaData "TargetingValueDayPartTargetingDayPart" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "TargetingValueDayPartTargetingDayPart'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tvdptdpEndHour") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_tvdptdpStartHour") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_tvdptdpStartMinute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_tvdptdpDayOfWeek") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tvdptdpEndMinute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

targetingValueDayPartTargetingDayPart :: TargetingValueDayPartTargetingDayPart #

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 #

Value of the dimension.

See: dimensionDimensionValue smart constructor.

Instances

Eq DimensionDimensionValue # 
Data DimensionDimensionValue # 

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 # 
Generic DimensionDimensionValue # 
ToJSON DimensionDimensionValue # 
FromJSON DimensionDimensionValue # 
type Rep DimensionDimensionValue # 
type Rep DimensionDimensionValue = D1 (MetaData "DimensionDimensionValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DimensionDimensionValue'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddvName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ddvId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_ddvPercentage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

dimensionDimensionValue :: DimensionDimensionValue #

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) #

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

ddvId :: Lens' DimensionDimensionValue (Maybe Int32) #

Id of the dimension.

ddvPercentage :: Lens' DimensionDimensionValue (Maybe Int32) #

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 #

Instances

Eq PretargetingConfigList # 
Data PretargetingConfigList # 

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 # 
Generic PretargetingConfigList # 
ToJSON PretargetingConfigList # 
FromJSON PretargetingConfigList # 
type Rep PretargetingConfigList # 
type Rep PretargetingConfigList = D1 (MetaData "PretargetingConfigList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PretargetingConfigList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pclKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pclItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PretargetingConfig])))))

pretargetingConfigList :: PretargetingConfigList #

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] #

A list of pretargeting configs

DealTermsNonGuaranteedFixedPriceTerms

data DealTermsNonGuaranteedFixedPriceTerms #

Instances

Eq DealTermsNonGuaranteedFixedPriceTerms # 
Data DealTermsNonGuaranteedFixedPriceTerms # 

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 # 
Generic DealTermsNonGuaranteedFixedPriceTerms # 
ToJSON DealTermsNonGuaranteedFixedPriceTerms # 
FromJSON DealTermsNonGuaranteedFixedPriceTerms # 
type Rep DealTermsNonGuaranteedFixedPriceTerms # 
type Rep DealTermsNonGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsNonGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "DealTermsNonGuaranteedFixedPriceTerms'" PrefixI True) (S1 (MetaSel (Just Symbol "_dtngfptFixedPrices") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PricePerBuyer]))))

dealTermsNonGuaranteedFixedPriceTerms :: DealTermsNonGuaranteedFixedPriceTerms #

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 #

The configuration data for an Ad Exchange performance report list.

See: performanceReport smart constructor.

Instances

Eq PerformanceReport # 
Data PerformanceReport # 

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

prFilteredBidRate :: Lens' PerformanceReport (Maybe Double) #

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

prLatency95thPercentile :: Lens' PerformanceReport (Maybe Double) #

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

prCookieMatcherStatusRate :: Lens' PerformanceReport [JSONValue] #

Average QPS for cookie matcher operations.

prHostedMatchStatusRate :: Lens' PerformanceReport [JSONValue] #

Average QPS for hosted match operations.

prUnsuccessfulRequestRate :: Lens' PerformanceReport (Maybe Double) #

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

prBidRequestRate :: Lens' PerformanceReport (Maybe Double) #

The number of bid requests sent to your bidder.

prQuotaThrottledLimit :: Lens' PerformanceReport (Maybe Double) #

The throttled quota limits for this account.

prQuotaConfiguredLimit :: Lens' PerformanceReport (Maybe Double) #

The configured quota limits for this account.

prSuccessfulRequestRate :: Lens' PerformanceReport (Maybe Double) #

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

prLatency85thPercentile :: Lens' PerformanceReport (Maybe Double) #

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

prCalloutStatusRate :: Lens' PerformanceReport [JSONValue] #

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

prLatency50thPercentile :: Lens' PerformanceReport (Maybe Double) #

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) #

The number of bid responses with an ad.

prCreativeStatusRate :: Lens' PerformanceReport [JSONValue] #

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

prNoQuotaInRegion :: Lens' PerformanceReport (Maybe Double) #

Rate of various quota account statuses per quota check.

prRegion :: Lens' PerformanceReport (Maybe Text) #

The trading location of this data.

prInventoryMatchRate :: Lens' PerformanceReport (Maybe Double) #

The number of potential queries based on your pretargeting settings.

prPixelMatchResponses :: Lens' PerformanceReport (Maybe Double) #

Average QPS for pixel match responses from clients.

prTimestamp :: Lens' PerformanceReport (Maybe Int64) #

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

prPixelMatchRequests :: Lens' PerformanceReport (Maybe Double) #

Average QPS for pixel match requests from clients.

prOutOfQuota :: Lens' PerformanceReport (Maybe Double) #

Rate of various quota account statuses per quota check.

PretargetingConfigExcludedPlacementsItem

data PretargetingConfigExcludedPlacementsItem #

Instances

Eq PretargetingConfigExcludedPlacementsItem # 
Data PretargetingConfigExcludedPlacementsItem # 

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 # 
Generic PretargetingConfigExcludedPlacementsItem # 
ToJSON PretargetingConfigExcludedPlacementsItem # 
FromJSON PretargetingConfigExcludedPlacementsItem # 
type Rep PretargetingConfigExcludedPlacementsItem # 
type Rep PretargetingConfigExcludedPlacementsItem = D1 (MetaData "PretargetingConfigExcludedPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PretargetingConfigExcludedPlacementsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcepiToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcepiType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

pretargetingConfigExcludedPlacementsItem :: PretargetingConfigExcludedPlacementsItem #

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) #

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 #

Instances

Eq Seller # 

Methods

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

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

Data Seller # 

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 # 
Generic Seller # 

Associated Types

type Rep Seller :: * -> * #

Methods

from :: Seller -> Rep Seller x #

to :: Rep Seller x -> Seller #

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

seller :: Seller #

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) #

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) #

Optional sub-account id for the seller.

Account

data Account #

Configuration data for an Ad Exchange buyer account.

See: account smart constructor.

Instances

Eq Account # 

Methods

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

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

Data Account # 

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 # 
Generic Account # 

Associated Types

type Rep Account :: * -> * #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

ToJSON Account # 
FromJSON Account # 
type Rep Account # 

account :: Account #

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:

aMaximumTotalQps :: Lens' Account (Maybe Int32) #

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 #

Resource type.

aCookieMatchingURL :: Lens' Account (Maybe Text) #

The base URL used in cookie match requests.

aMaximumActiveCreatives :: Lens' Account (Maybe Int32) #

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) #

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) #

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

aId :: Lens' Account (Maybe Int32) #

Account id.

aBidderLocation :: Lens' Account [AccountBidderLocationItem] #

Your bidder locations that have distinct URLs.

DeleteOrderDealsRequest

data DeleteOrderDealsRequest #

Instances

Eq DeleteOrderDealsRequest # 
Data DeleteOrderDealsRequest # 

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 # 
Generic DeleteOrderDealsRequest # 
ToJSON DeleteOrderDealsRequest # 
FromJSON DeleteOrderDealsRequest # 
type Rep DeleteOrderDealsRequest # 
type Rep DeleteOrderDealsRequest = D1 (MetaData "DeleteOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DeleteOrderDealsRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dodrUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dodrDealIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dodrProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

deleteOrderDealsRequest :: DeleteOrderDealsRequest #

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) #

Indicates an optional action to take on the proposal

dodrDealIds :: Lens' DeleteOrderDealsRequest [Text] #

List of deals to delete for a given proposal

dodrProposalRevisionNumber :: Lens' DeleteOrderDealsRequest (Maybe Int64) #

The last known proposal revision number.

CreativesListOpenAuctionStatusFilter

data CreativesListOpenAuctionStatusFilter #

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 # 
Eq CreativesListOpenAuctionStatusFilter # 
Data CreativesListOpenAuctionStatusFilter # 

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 # 
Read CreativesListOpenAuctionStatusFilter # 
Show CreativesListOpenAuctionStatusFilter # 
Generic CreativesListOpenAuctionStatusFilter # 
Hashable CreativesListOpenAuctionStatusFilter # 
ToJSON CreativesListOpenAuctionStatusFilter # 
FromJSON CreativesListOpenAuctionStatusFilter # 
FromHttpApiData CreativesListOpenAuctionStatusFilter # 
ToHttpApiData CreativesListOpenAuctionStatusFilter # 
type Rep CreativesListOpenAuctionStatusFilter # 
type Rep CreativesListOpenAuctionStatusFilter = D1 (MetaData "CreativesListOpenAuctionStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) ((:+:) ((:+:) (C1 (MetaCons "Approved" PrefixI False) U1) (C1 (MetaCons "ConditionallyApproved" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DisApproved" PrefixI False) U1) (C1 (MetaCons "NotChecked" PrefixI False) U1)))

ContactInformation

data ContactInformation #

Instances

Eq ContactInformation # 
Data ContactInformation # 

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 # 
Generic ContactInformation # 
ToJSON ContactInformation # 
FromJSON ContactInformation # 
type Rep ContactInformation # 
type Rep ContactInformation = D1 (MetaData "ContactInformation" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "ContactInformation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ciEmail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

contactInformation :: ContactInformation #

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) #

Email address of the contact.

ciName :: Lens' ContactInformation (Maybe Text) #

The name of the contact.

CreativeNATiveAdLogo

data #

A smaller image, for the advertiser logo.

See: creativeNATiveAdLogo smart constructor.

:: CreativeNATiveAdLogo #

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 #

Instances

Eq GetOrderDealsResponse # 
Data GetOrderDealsResponse # 

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 # 
Generic GetOrderDealsResponse # 
ToJSON GetOrderDealsResponse # 
FromJSON GetOrderDealsResponse # 
type Rep GetOrderDealsResponse # 
type Rep GetOrderDealsResponse = D1 (MetaData "GetOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "GetOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_godrDeals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceDeal]))))

getOrderDealsResponse :: GetOrderDealsResponse #

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] #

List of deals for the proposal

PerformanceReportList

data PerformanceReportList #

The configuration data for an Ad Exchange performance report list.

See: performanceReportList smart constructor.

Instances

Eq PerformanceReportList # 
Data PerformanceReportList # 

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 # 
Generic PerformanceReportList # 
ToJSON PerformanceReportList # 
FromJSON PerformanceReportList # 
type Rep PerformanceReportList # 
type Rep PerformanceReportList = D1 (MetaData "PerformanceReportList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PerformanceReportList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_prlKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_prlPerformanceReport") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PerformanceReport])))))

performanceReportList :: PerformanceReportList #

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] #

A list of performance reports relevant for the account.

PretargetingConfig

data PretargetingConfig #

Instances

Eq PretargetingConfig # 
Data PretargetingConfig # 

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

pcPlatforms :: Lens' PretargetingConfig [Text] #

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] #

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] #

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

pcExcludedGeoCriteriaIds :: Lens' PretargetingConfig [Int64] #

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

pcSupportedCreativeAttributes :: Lens' PretargetingConfig [Int64] #

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] #

Requests containing any of these user list ids will match.

pcKind :: Lens' PretargetingConfig Text #

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

pcExcludedPlacements :: Lens' PretargetingConfig [PretargetingConfigExcludedPlacementsItem] #

Requests containing any of these placements will not match.

pcUserIdentifierDataRequired :: Lens' PretargetingConfig [Text] #

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) #

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] #

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] #

Request containing any of these language codes will match.

pcVerticals :: Lens' PretargetingConfig [Int64] #

Requests containing any of these vertical ids will match.

pcVideoPlayerSizes :: Lens' PretargetingConfig [PretargetingConfigVideoPlayerSizesItem] #

Video requests satisfying any of these player size constraints will match.

pcConfigId :: Lens' PretargetingConfig (Maybe Int64) #

The config id; generated automatically. Leave this field blank for insert requests.

pcPlacements :: Lens' PretargetingConfig [PretargetingConfigPlacementsItem] #

Requests containing any of these placements will match.

pcExcludedUserLists :: Lens' PretargetingConfig [Int64] #

Requests containing any of these users list ids will not match.

pcConfigName :: Lens' PretargetingConfig (Maybe Text) #

The name of the config. Must be unique. Required for all requests.

pcGeoCriteriaIds :: Lens' PretargetingConfig [Int64] #

Requests containing any of these geo criteria ids will match.

pcDimensions :: Lens' PretargetingConfig [PretargetingConfigDimensionsItem] #

Requests which allow one of these (width, height) pairs will match. All pairs must be supported ad dimensions.

pcExcludedVerticals :: Lens' PretargetingConfig [Int64] #

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] #

List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.

pcIsActive :: Lens' PretargetingConfig (Maybe Bool) #

Whether this config is active. Required for all requests.

pcExcludedContentLabels :: Lens' PretargetingConfig [Int64] #

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) #

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] #

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 #

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

See: creativeFilteringReasons smart constructor.

Instances

Eq CreativeFilteringReasons # 
Data CreativeFilteringReasons # 

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 # 
Generic CreativeFilteringReasons # 
ToJSON CreativeFilteringReasons # 
FromJSON CreativeFilteringReasons # 
type Rep CreativeFilteringReasons # 
type Rep CreativeFilteringReasons = D1 (MetaData "CreativeFilteringReasons" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeFilteringReasons'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cfrReasons") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeFilteringReasonsReasonsItem]))) (S1 (MetaSel (Just Symbol "_cfrDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

creativeFilteringReasons :: CreativeFilteringReasons #

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) #

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 #

Instances

Eq TargetingValueCreativeSize # 
Data TargetingValueCreativeSize # 

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 # 
Generic TargetingValueCreativeSize # 
ToJSON TargetingValueCreativeSize # 
FromJSON TargetingValueCreativeSize # 
type Rep TargetingValueCreativeSize # 
type Rep TargetingValueCreativeSize = D1 (MetaData "TargetingValueCreativeSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "TargetingValueCreativeSize'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tvcsSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueSize))) (S1 (MetaSel (Just Symbol "_tvcsCompanionSizes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValueSize])))) ((:*:) (S1 (MetaSel (Just Symbol "_tvcsSkippableAdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tvcsCreativeSizeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

targetingValueCreativeSize :: TargetingValueCreativeSize #

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) #

For regular or video creative size type, specifies the size of the creative.

tvcsCompanionSizes :: Lens' TargetingValueCreativeSize [TargetingValueSize] #

For video size type, the list of companion sizes.

tvcsSkippableAdType :: Lens' TargetingValueCreativeSize (Maybe Text) #

The skippable ad type for video size.

DealTermsGuaranteedFixedPriceTermsBillingInfo

data DealTermsGuaranteedFixedPriceTermsBillingInfo #

Instances

Eq DealTermsGuaranteedFixedPriceTermsBillingInfo # 
Data DealTermsGuaranteedFixedPriceTermsBillingInfo # 

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 # 
Generic DealTermsGuaranteedFixedPriceTermsBillingInfo # 
ToJSON DealTermsGuaranteedFixedPriceTermsBillingInfo # 
FromJSON DealTermsGuaranteedFixedPriceTermsBillingInfo # 
type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo # 
type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo = D1 (MetaData "DealTermsGuaranteedFixedPriceTermsBillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealTermsGuaranteedFixedPriceTermsBillingInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dtgfptbiCurrencyConversionTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_dtgfptbiDfpLineItemId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_dtgfptbiPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price))) (S1 (MetaSel (Just Symbol "_dtgfptbiOriginalContractedQuantity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

dtgfptbiCurrencyConversionTimeMs :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) #

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 advertiser's currency without discrepancy.

dtgfptbiDfpLineItemId :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) #

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) #

The original reservation price for the deal, if the currency code is different from the one used in negotiation.

dtgfptbiOriginalContractedQuantity :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) #

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 #

Instances

Eq GetPublisherProFilesByAccountIdResponse # 
Data GetPublisherProFilesByAccountIdResponse # 

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 # 
Generic GetPublisherProFilesByAccountIdResponse # 
ToJSON GetPublisherProFilesByAccountIdResponse # 
FromJSON GetPublisherProFilesByAccountIdResponse # 
type Rep GetPublisherProFilesByAccountIdResponse # 
type Rep GetPublisherProFilesByAccountIdResponse = D1 (MetaData "GetPublisherProFilesByAccountIdResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "GetPublisherProFilesByAccountIdResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gppfbairProFiles") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PublisherProFileAPIProto]))))

getPublisherProFilesByAccountIdResponse :: GetPublisherProFilesByAccountIdResponse #

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 #

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 # 
Data Proposal # 

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 # 
Generic Proposal # 

Associated Types

type Rep Proposal :: * -> * #

Methods

from :: Proposal -> Rep Proposal x #

to :: Rep Proposal x -> Proposal #

ToJSON Proposal # 
FromJSON Proposal # 
type Rep Proposal # 
type Rep Proposal = D1 (MetaData "Proposal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "Proposal'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pBuyerPrivateData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PrivateData))) (S1 (MetaSel (Just Symbol "_pIsSetupComplete") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_pInventorySource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pBuyerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation]))) (S1 (MetaSel (Just Symbol "_pKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pOriginatorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pDBmAdvertiserIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_pRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) ((:*:) (S1 (MetaSel (Just Symbol "_pBilledBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer))) ((:*:) (S1 (MetaSel (Just Symbol "_pPrivateAuctionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pIsRenegotiating") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pHasSellerSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_pSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller))) (S1 (MetaSel (Just Symbol "_pProposalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pSellerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation]))) (S1 (MetaSel (Just Symbol "_pLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceLabel])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pRevisionTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_pProposalState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pLastUpdaterOrCommentorRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pNegotiationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pHasBuyerSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_pBuyer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Buyer)))))))))

pBuyerPrivateData :: Lens' Proposal (Maybe PrivateData) #

Private data for buyer. (hidden from seller).

pIsSetupComplete :: Lens' Proposal (Maybe Bool) #

True, if the buyside inventory setup is complete for this proposal. (readonly, except via OrderSetupCompleted action)

pInventorySource :: Lens' Proposal (Maybe Text) #

What exchange will provide this inventory (readonly, except on create).

pBuyerContacts :: Lens' Proposal [ContactInformation] #

Optional contact information of the buyer. (seller-readonly)

pKind :: Lens' Proposal Text #

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

pOriginatorRole :: Lens' Proposal (Maybe Text) #

Indicates whether the buyer/seller created the proposal.(readonly)

pDBmAdvertiserIds :: Lens' Proposal [Text] #

IDs of DBM advertisers permission to this proposal.

pRevisionNumber :: Lens' Proposal (Maybe Int64) #

The revision number for the proposal (readonly).

pBilledBuyer :: Lens' Proposal (Maybe Buyer) #

Reference to the buyer that will get billed for this proposal. (readonly)

pPrivateAuctionId :: Lens' Proposal (Maybe Text) #

Optional private auction id if this proposal is a private auction proposal.

pIsRenegotiating :: Lens' Proposal (Maybe Bool) #

True if the proposal is being renegotiated (readonly).

pHasSellerSignedOff :: Lens' Proposal (Maybe Bool) #

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) #

Reference to the seller on the proposal. (readonly, except on create)

pProposalId :: Lens' Proposal (Maybe Text) #

The unique id of the proposal. (readonly).

pName :: Lens' Proposal (Maybe Text) #

The name for the proposal (updatable)

pSellerContacts :: Lens' Proposal [ContactInformation] #

Optional contact information of the seller (buyer-readonly).

pLabels :: Lens' Proposal [MarketplaceLabel] #

List of labels associated with the proposal. (readonly)

pRevisionTimeMs :: Lens' Proposal (Maybe Int64) #

The time (ms since epoch) when the proposal was last revised (readonly).

pProposalState :: Lens' Proposal (Maybe Text) #

The current state of the proposal. (readonly)

pLastUpdaterOrCommentorRole :: Lens' Proposal (Maybe Text) #

The role of the last user that either updated the proposal or left a comment. (readonly)

pNegotiationId :: Lens' Proposal (Maybe Text) #

Optional negotiation id if this proposal is a preferred deal proposal.

pHasBuyerSignedOff :: Lens' Proposal (Maybe Bool) #

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) #

Reference to the buyer on the proposal. (readonly, except on create)

BillingInfoList

data BillingInfoList #

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 # 
Data BillingInfoList # 

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 # 
Generic BillingInfoList # 
ToJSON BillingInfoList # 
FromJSON BillingInfoList # 
type Rep BillingInfoList # 
type Rep BillingInfoList = D1 (MetaData "BillingInfoList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "BillingInfoList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bilKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_bilItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BillingInfo])))))

billingInfoList :: BillingInfoList #

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] #

A list of billing info relevant for your account.

AddOrderNotesResponse

data AddOrderNotesResponse #

Instances

Eq AddOrderNotesResponse # 
Data AddOrderNotesResponse # 

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 # 
Generic AddOrderNotesResponse # 
ToJSON AddOrderNotesResponse # 
FromJSON AddOrderNotesResponse # 
type Rep AddOrderNotesResponse # 
type Rep AddOrderNotesResponse = D1 (MetaData "AddOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "AddOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_aNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesResponse :: AddOrderNotesResponse #

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 #

Instances

Eq TargetingValueSize # 
Data TargetingValueSize # 

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 # 
Generic TargetingValueSize # 
ToJSON TargetingValueSize # 
FromJSON TargetingValueSize # 
type Rep TargetingValueSize # 
type Rep TargetingValueSize = D1 (MetaData "TargetingValueSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "TargetingValueSize'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tvsHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_tvsWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

targetingValueSize :: TargetingValueSize #

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) #

The height of the creative.

tvsWidth :: Lens' TargetingValueSize (Maybe Int32) #

The width of the creative.

UpdatePrivateAuctionProposalRequest

data UpdatePrivateAuctionProposalRequest #

Instances

Eq UpdatePrivateAuctionProposalRequest # 
Data UpdatePrivateAuctionProposalRequest # 

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 # 
Generic UpdatePrivateAuctionProposalRequest # 
ToJSON UpdatePrivateAuctionProposalRequest # 
FromJSON UpdatePrivateAuctionProposalRequest # 
type Rep UpdatePrivateAuctionProposalRequest # 
type Rep UpdatePrivateAuctionProposalRequest = D1 (MetaData "UpdatePrivateAuctionProposalRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "UpdatePrivateAuctionProposalRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_upaprExternalDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_upaprUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_upaprNote") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MarketplaceNote))) (S1 (MetaSel (Just Symbol "_upaprProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

updatePrivateAuctionProposalRequest :: UpdatePrivateAuctionProposalRequest #

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) #

The externalDealId of the deal to be updated.

upaprUpdateAction :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Text) #

The proposed action on the private auction proposal.

upaprProposalRevisionNumber :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Int64) #

The current revision number of the proposal to be updated.

PretargetingConfigDimensionsItem

data PretargetingConfigDimensionsItem #

Instances

Eq PretargetingConfigDimensionsItem # 
Data PretargetingConfigDimensionsItem # 

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 # 
Generic PretargetingConfigDimensionsItem # 
ToJSON PretargetingConfigDimensionsItem # 
FromJSON PretargetingConfigDimensionsItem # 
type Rep PretargetingConfigDimensionsItem # 
type Rep PretargetingConfigDimensionsItem = D1 (MetaData "PretargetingConfigDimensionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PretargetingConfigDimensionsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcdiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_pcdiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

pretargetingConfigDimensionsItem :: PretargetingConfigDimensionsItem #

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 #

Instances

Eq CreativeCorrectionsItemContextsItem # 
Data CreativeCorrectionsItemContextsItem # 

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 # 
Generic CreativeCorrectionsItemContextsItem # 
ToJSON CreativeCorrectionsItemContextsItem # 
FromJSON CreativeCorrectionsItemContextsItem # 
type Rep CreativeCorrectionsItemContextsItem # 
type Rep CreativeCorrectionsItemContextsItem = D1 (MetaData "CreativeCorrectionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeCorrectionsItemContextsItem'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cciciPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_cciciContextType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cciciAuctionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_cciciGeoCriteriaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int32]))))))

creativeCorrectionsItemContextsItem :: CreativeCorrectionsItemContextsItem #

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] #

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

cciciContextType :: Lens' CreativeCorrectionsItemContextsItem (Maybe Text) #

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

cciciAuctionType :: Lens' CreativeCorrectionsItemContextsItem [Text] #

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

cciciGeoCriteriaId :: Lens' CreativeCorrectionsItemContextsItem [Int32] #

Only set when contextType=LOCATION. Represents the geo criterias this correction applies to.

PublisherProvidedForecast

data PublisherProvidedForecast #

This message carries publisher provided forecasting information.

See: publisherProvidedForecast smart constructor.

Instances

Eq PublisherProvidedForecast # 
Data PublisherProvidedForecast # 

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 # 
Generic PublisherProvidedForecast # 
ToJSON PublisherProvidedForecast # 
FromJSON PublisherProvidedForecast # 
type Rep PublisherProvidedForecast # 
type Rep PublisherProvidedForecast = D1 (MetaData "PublisherProvidedForecast" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PublisherProvidedForecast'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ppfWeeklyImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfWeeklyUniques") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_ppfDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Dimension]))))))

publisherProvidedForecast :: PublisherProvidedForecast #

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) #

Publisher provided weekly impressions.

ppfWeeklyUniques :: Lens' PublisherProvidedForecast (Maybe Int64) #

Publisher provided weekly uniques.

ppfDimensions :: Lens' PublisherProvidedForecast [Dimension] #

Publisher provided dimensions. E.g. geo, sizes etc...

TargetingValue

data TargetingValue #

Instances

Eq TargetingValue # 
Data TargetingValue # 

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 # 
Generic TargetingValue # 

Associated Types

type Rep TargetingValue :: * -> * #

ToJSON TargetingValue # 
FromJSON TargetingValue # 
type Rep TargetingValue # 
type Rep TargetingValue = D1 (MetaData "TargetingValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "TargetingValue'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tvCreativeSizeValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueCreativeSize))) (S1 (MetaSel (Just Symbol "_tvStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tvLongValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_tvDayPartTargetingValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetingValueDayPartTargeting))))))

targetingValue :: TargetingValue #

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) #

The creative size value to exclude/include.

tvStringValue :: Lens' TargetingValue (Maybe Text) #

The string value to exclude/include.

tvLongValue :: Lens' TargetingValue (Maybe Int64) #

The long value to exclude/include.

tvDayPartTargetingValue :: Lens' TargetingValue (Maybe TargetingValueDayPartTargeting) #

The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.

CreativeNATiveAdAppIcon

data CreativeNATiveAdAppIcon #

The app icon, for app download ads.

See: creativeNATiveAdAppIcon smart constructor.

Instances

Eq CreativeNATiveAdAppIcon # 
Data CreativeNATiveAdAppIcon # 

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 # 
Generic CreativeNATiveAdAppIcon # 
ToJSON CreativeNATiveAdAppIcon # 
FromJSON CreativeNATiveAdAppIcon # 
type Rep CreativeNATiveAdAppIcon # 
type Rep CreativeNATiveAdAppIcon = D1 (MetaData "CreativeNATiveAdAppIcon" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeNATiveAdAppIcon'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cnataaiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataaiURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataaiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

creativeNATiveAdAppIcon :: CreativeNATiveAdAppIcon #

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 #

Instances

Eq Price # 

Methods

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

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

Data Price # 

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 # 

Methods

showsPrec :: Int -> Price -> ShowS #

show :: Price -> String #

showList :: [Price] -> ShowS #

Generic Price # 

Associated Types

type Rep Price :: * -> * #

Methods

from :: Price -> Rep Price x #

to :: Rep Price x -> Price #

ToJSON Price # 
FromJSON Price # 
type Rep Price # 
type Rep Price = D1 (MetaData "Price" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "Price'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pAmountMicros") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))) ((:*:) (S1 (MetaSel (Just Symbol "_pPricingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pExpectedCpmMicros") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))))

price :: Price #

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) #

The currency code for the price.

pAmountMicros :: Lens' Price (Maybe Double) #

The price value in micros.

pPricingType :: Lens' Price (Maybe Text) #

The pricing type for the deal/product.

pExpectedCpmMicros :: Lens' Price (Maybe Double) #

In case of CPD deals, the expected CPM in micros.

PretargetingConfigVideoPlayerSizesItem

data PretargetingConfigVideoPlayerSizesItem #

Instances

Eq PretargetingConfigVideoPlayerSizesItem # 
Data PretargetingConfigVideoPlayerSizesItem # 

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 # 
Generic PretargetingConfigVideoPlayerSizesItem # 
ToJSON PretargetingConfigVideoPlayerSizesItem # 
FromJSON PretargetingConfigVideoPlayerSizesItem # 
type Rep PretargetingConfigVideoPlayerSizesItem # 
type Rep PretargetingConfigVideoPlayerSizesItem = D1 (MetaData "PretargetingConfigVideoPlayerSizesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PretargetingConfigVideoPlayerSizesItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcvpsiMinWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_pcvpsiAspectRatio") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcvpsiMinHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

pretargetingConfigVideoPlayerSizesItem :: PretargetingConfigVideoPlayerSizesItem #

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) #

The minimum player width in pixels. Leave this field blank to match any player width.

pcvpsiAspectRatio :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Text) #

The type of aspect ratio. Leave this field blank to match all aspect ratios.

pcvpsiMinHeight :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Int64) #

The minimum player height in pixels. Leave this field blank to match any player height.

EditAllOrderDealsRequest

data EditAllOrderDealsRequest #

Instances

Eq EditAllOrderDealsRequest # 
Data EditAllOrderDealsRequest # 

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 # 
Generic EditAllOrderDealsRequest # 
ToJSON EditAllOrderDealsRequest # 
FromJSON EditAllOrderDealsRequest # 
type Rep EditAllOrderDealsRequest # 
type Rep EditAllOrderDealsRequest = D1 (MetaData "EditAllOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "EditAllOrderDealsRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_eDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal])))) ((:*:) (S1 (MetaSel (Just Symbol "_eProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_eProposal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Proposal))))))

editAllOrderDealsRequest :: EditAllOrderDealsRequest #

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) #

Indicates an optional action to take on the proposal

eDeals :: Lens' EditAllOrderDealsRequest [MarketplaceDeal] #

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) #

The last known revision number for the proposal.

eProposal :: Lens' EditAllOrderDealsRequest (Maybe Proposal) #

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 #

The configuration data for an Ad Exchange billing info.

See: billingInfo smart constructor.

Instances

Eq BillingInfo # 
Data BillingInfo # 

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 # 
Generic BillingInfo # 

Associated Types

type Rep BillingInfo :: * -> * #

ToJSON BillingInfo # 
FromJSON BillingInfo # 
type Rep BillingInfo # 
type Rep BillingInfo = D1 (MetaData "BillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "BillingInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_biKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_biAccountName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_biAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_biBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))))

billingInfo :: BillingInfo #

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 #

Resource type.

biBillingId :: Lens' BillingInfo [Text] #

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 #

Instances

Eq TargetingValueDayPartTargeting # 
Data TargetingValueDayPartTargeting # 

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 # 
Generic TargetingValueDayPartTargeting # 
ToJSON TargetingValueDayPartTargeting # 
FromJSON TargetingValueDayPartTargeting # 
type Rep TargetingValueDayPartTargeting # 
type Rep TargetingValueDayPartTargeting = D1 (MetaData "TargetingValueDayPartTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "TargetingValueDayPartTargeting'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tvdptTimeZoneType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tvdptDayParts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValueDayPartTargetingDayPart])))))

targetingValueDayPartTargeting :: TargetingValueDayPartTargeting #

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 #

Instances

Eq SharedTargeting # 
Data SharedTargeting # 

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 # 
Generic SharedTargeting # 
ToJSON SharedTargeting # 
FromJSON SharedTargeting # 
type Rep SharedTargeting # 
type Rep SharedTargeting = D1 (MetaData "SharedTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "SharedTargeting'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_stKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_stExclusions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValue]))) (S1 (MetaSel (Just Symbol "_stInclusions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetingValue]))))))

sharedTargeting :: SharedTargeting #

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) #

The key representing the shared targeting criterion.

stExclusions :: Lens' SharedTargeting [TargetingValue] #

The list of values to exclude from targeting. Each value is AND'd together.

stInclusions :: Lens' SharedTargeting [TargetingValue] #

The list of value to include as part of the targeting. Each value is OR'd together.

CreativeNATiveAdImage

data CreativeNATiveAdImage #

A large image.

See: creativeNATiveAdImage smart constructor.

Instances

Eq CreativeNATiveAdImage # 
Data CreativeNATiveAdImage # 

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 # 
Generic CreativeNATiveAdImage # 
ToJSON CreativeNATiveAdImage # 
FromJSON CreativeNATiveAdImage # 
type Rep CreativeNATiveAdImage # 
type Rep CreativeNATiveAdImage = D1 (MetaData "CreativeNATiveAdImage" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeNATiveAdImage'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cnataiHeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_cnataiURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cnataiWidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

creativeNATiveAdImage :: CreativeNATiveAdImage #

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 #

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 # 

Methods

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

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

Data 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 # 
Generic Product # 

Associated Types

type Rep Product :: * -> * #

Methods

from :: Product -> Rep Product x #

to :: Rep Product x -> Product #

ToJSON Product # 
FromJSON Product # 
type Rep Product # 
type Rep Product = D1 (MetaData "Product" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "Product'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_proState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_proInventorySource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_proWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_proCreationTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_proTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTerms))) (S1 (MetaSel (Just Symbol "_proLastUpdateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_proKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_proRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_proPrivateAuctionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_proDeliveryControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryControl))) ((:*:) (S1 (MetaSel (Just Symbol "_proHasCreatorSignedOff") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_proFlightStartTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_proSharedTargetings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SharedTargeting]))) ((:*:) (S1 (MetaSel (Just Symbol "_proSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller))) (S1 (MetaSel (Just Symbol "_proSyndicationProduct") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_proFlightEndTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_proName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_proCreatorContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_proMarketplacePublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_proPublisherProvidedForecast") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PublisherProvidedForecast))) (S1 (MetaSel (Just Symbol "_proLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceLabel]))))) ((:*:) (S1 (MetaSel (Just Symbol "_proPublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_proLegacyOfferId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_proProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))

proState :: Lens' Product (Maybe Text) #

The state of the product. (buyer-readonly)

proInventorySource :: Lens' Product (Maybe Text) #

What exchange will provide this inventory (readonly, except on create).

proWebPropertyCode :: Lens' Product (Maybe Text) #

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) #

Creation time in ms. since epoch (readonly)

proTerms :: Lens' Product (Maybe DealTerms) #

The negotiable terms of the deal (buyer-readonly)

proLastUpdateTimeMs :: Lens' Product (Maybe Int64) #

Time of last update in ms. since epoch (readonly)

proKind :: Lens' Product Text #

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

proRevisionNumber :: Lens' Product (Maybe Int64) #

The revision number of the product. (readonly)

proPrivateAuctionId :: Lens' Product (Maybe Text) #

Optional private auction id if this offer is a private auction offer.

proDeliveryControl :: Lens' Product (Maybe DeliveryControl) #

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) #

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) #

Inventory availability dates. (times are in ms since epoch) The granularity is generally in the order of seconds. (buyer-readonly)

proSharedTargetings :: Lens' Product [SharedTargeting] #

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) #

Information about the seller that created this product (readonly, except on create)

proSyndicationProduct :: Lens' Product (Maybe Text) #

The syndication product associated with the deal. (readonly, except on create)

proFlightEndTimeMs :: Lens' Product (Maybe Int64) #

The proposed end time for the deal (ms since epoch) (buyer-readonly)

proName :: Lens' Product (Maybe Text) #

The name for this product as set by the seller. (buyer-readonly)

proCreatorContacts :: Lens' Product [ContactInformation] #

Optional contact information for the creator of this product. (buyer-readonly)

proMarketplacePublisherProFileId :: Lens' Product (Maybe Text) #

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) #

Publisher self-provided forecast information.

proLabels :: Lens' Product [MarketplaceLabel] #

Optional List of labels for the product (optional, buyer-readonly).

proPublisherProFileId :: Lens' Product (Maybe Text) #

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) #

Optional legacy offer id if this offer is a preferred deal offer.

proProductId :: Lens' Product (Maybe Text) #

The unique id for the product (readonly)

CreativeServingRestrictionsItem

data CreativeServingRestrictionsItem #

Instances

Eq CreativeServingRestrictionsItem # 
Data CreativeServingRestrictionsItem # 

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 # 
Generic CreativeServingRestrictionsItem # 
ToJSON CreativeServingRestrictionsItem # 
FromJSON CreativeServingRestrictionsItem # 
type Rep CreativeServingRestrictionsItem # 
type Rep CreativeServingRestrictionsItem = D1 (MetaData "CreativeServingRestrictionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeServingRestrictionsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csriContexts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeServingRestrictionsItemContextsItem]))) ((:*:) (S1 (MetaSel (Just Symbol "_csriReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csriDisApprovalReasons") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeServingRestrictionsItemDisApprovalReasonsItem]))))))

creativeServingRestrictionsItem :: CreativeServingRestrictionsItem #

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) #

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] #

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 #

Instances

Eq DeleteOrderDealsResponse # 
Data DeleteOrderDealsResponse # 

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 # 
Generic DeleteOrderDealsResponse # 
ToJSON DeleteOrderDealsResponse # 
FromJSON DeleteOrderDealsResponse # 
type Rep DeleteOrderDealsResponse # 
type Rep DeleteOrderDealsResponse = D1 (MetaData "DeleteOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DeleteOrderDealsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal]))) (S1 (MetaSel (Just Symbol "_dProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

deleteOrderDealsResponse :: DeleteOrderDealsResponse #

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] #

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

dProposalRevisionNumber :: Lens' DeleteOrderDealsResponse (Maybe Int64) #

The updated revision number for the proposal.

PretargetingConfigPlacementsItem

data PretargetingConfigPlacementsItem #

Instances

Eq PretargetingConfigPlacementsItem # 
Data PretargetingConfigPlacementsItem # 

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 # 
Generic PretargetingConfigPlacementsItem # 
ToJSON PretargetingConfigPlacementsItem # 
FromJSON PretargetingConfigPlacementsItem # 
type Rep PretargetingConfigPlacementsItem # 
type Rep PretargetingConfigPlacementsItem = D1 (MetaData "PretargetingConfigPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PretargetingConfigPlacementsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcpiToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcpiType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

pretargetingConfigPlacementsItem :: PretargetingConfigPlacementsItem #

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) #

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 #

Instances

Eq PublisherProFileAPIProto # 
Data PublisherProFileAPIProto # 

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 # 
Generic PublisherProFileAPIProto # 
ToJSON PublisherProFileAPIProto # 
FromJSON PublisherProFileAPIProto # 
type Rep PublisherProFileAPIProto # 
type Rep PublisherProFileAPIProto = D1 (MetaData "PublisherProFileAPIProto" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "PublisherProFileAPIProto'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapAudience") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ppfapState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapMediaKitLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapDirectContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ppfapSamplePageLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapLogoURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ppfapExchange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapOverview") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapGooglePlusLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ppfapProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapIsParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapSeller") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Seller))) (S1 (MetaSel (Just Symbol "_ppfapAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapBuyerPitchStatement") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ppfapPublisherProvidedForecast") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PublisherProvidedForecast)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapIsPublished") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapPublisherDomains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_ppfapPublisherProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapRateCardInfoLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ppfapTopHeadlines") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_ppfapProgrammaticContact") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))

ppfapAudience :: Lens' PublisherProFileAPIProto (Maybe Text) #

Publisher provided info on its audience.

ppfapState :: Lens' PublisherProFileAPIProto (Maybe Text) #

State of the publisher profile.

ppfapMediaKitLink :: Lens' PublisherProFileAPIProto (Maybe Text) #

The url for additional marketing and sales materials.

ppfapDirectContact :: Lens' PublisherProFileAPIProto (Maybe Text) #

Direct contact for the publisher profile.

ppfapSamplePageLink :: Lens' PublisherProFileAPIProto (Maybe Text) #

Link for a sample content page.

ppfapLogoURL :: Lens' PublisherProFileAPIProto (Maybe Text) #

The url to the logo for the publisher.

ppfapKind :: Lens' PublisherProFileAPIProto Text #

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

ppfapExchange :: Lens' PublisherProFileAPIProto (Maybe Text) #

Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...

ppfapOverview :: Lens' PublisherProFileAPIProto (Maybe Text) #

Publisher provided overview.

ppfapGooglePlusLink :: Lens' PublisherProFileAPIProto (Maybe Text) #

Link to publisher's Google+ page.

ppfapProFileId :: Lens' PublisherProFileAPIProto (Maybe Int32) #

The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.

ppfapIsParent :: Lens' PublisherProFileAPIProto (Maybe Bool) #

True, if this is the parent profile, which represents all domains owned by the publisher.

ppfapSeller :: Lens' PublisherProFileAPIProto (Maybe Seller) #

Seller of the publisher profile.

ppfapAccountId :: Lens' PublisherProFileAPIProto (Maybe Text) #

The account id of the seller.

ppfapIsPublished :: Lens' PublisherProFileAPIProto (Maybe Bool) #

True, if this profile is published. Deprecated for state.

ppfapPublisherDomains :: Lens' PublisherProFileAPIProto [Text] #

The list of domains represented in this publisher profile. Empty if this is a parent profile.

ppfapPublisherProFileId :: Lens' PublisherProFileAPIProto (Maybe Text) #

Unique Id for publisher profile.

ppfapTopHeadlines :: Lens' PublisherProFileAPIProto [Text] #

Publisher provided key metrics and rankings.

ppfapProgrammaticContact :: Lens' PublisherProFileAPIProto (Maybe Text) #

Programmatic contact for the publisher profile.

MarketplaceDeal

data MarketplaceDeal #

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 # 
Data MarketplaceDeal # 

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 # 
Generic MarketplaceDeal # 
ToJSON MarketplaceDeal # 
FromJSON MarketplaceDeal # 
type Rep MarketplaceDeal # 
type Rep MarketplaceDeal = D1 (MetaData "MarketplaceDeal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "MarketplaceDeal'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mdExternalDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mdBuyerPrivateData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PrivateData))) (S1 (MetaSel (Just Symbol "_mdWebPropertyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_mdCreationTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_mdTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTerms))) (S1 (MetaSel (Just Symbol "_mdLastUpdateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mdKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mdDeliveryControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryControl))) (S1 (MetaSel (Just Symbol "_mdDealServingMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealServingMetadata))))) ((:*:) (S1 (MetaSel (Just Symbol "_mdFlightStartTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_mdSharedTargetings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SharedTargeting]))) (S1 (MetaSel (Just Symbol "_mdIsRfpTemplate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mdProposalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mdDealId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mdInventoryDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_mdSyndicationProduct") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mdFlightEndTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_mdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mdSellerContacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ContactInformation]))) ((:*:) (S1 (MetaSel (Just Symbol "_mdProgrammaticCreativeSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mdCreativePreApprovalPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_mdProductRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_mdProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mdCreativeSafeFrameCompatibility") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))

mdExternalDealId :: Lens' MarketplaceDeal (Maybe Text) #

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) #

Buyer private data (hidden from seller).

mdCreationTimeMs :: Lens' MarketplaceDeal (Maybe Int64) #

The time (ms since epoch) of the deal creation. (readonly)

mdTerms :: Lens' MarketplaceDeal (Maybe DealTerms) #

The negotiable terms of the deal. (updatable)

mdLastUpdateTimeMs :: Lens' MarketplaceDeal (Maybe Int64) #

The time (ms since epoch) when the deal was last updated. (readonly)

mdKind :: Lens' MarketplaceDeal Text #

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

mdDeliveryControl :: Lens' MarketplaceDeal (Maybe DeliveryControl) #

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) #

Metadata about the serving status of this deal (readonly, writes via custom actions)

mdFlightStartTimeMs :: Lens' MarketplaceDeal (Maybe Int64) #

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] #

The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)

mdIsRfpTemplate :: Lens' MarketplaceDeal (Maybe Bool) #

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) #

A unique deal-id for the deal (readonly).

mdInventoryDescription :: Lens' MarketplaceDeal (Maybe Text) #

Description for the deal terms. (buyer-readonly)

mdSyndicationProduct :: Lens' MarketplaceDeal (Maybe Text) #

The syndication product associated with the deal. (readonly, except on create)

mdFlightEndTimeMs :: Lens' MarketplaceDeal (Maybe Int64) #

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) #

The name of the deal. (updatable)

mdSellerContacts :: Lens' MarketplaceDeal [ContactInformation] #

Optional Seller contact information for the deal (buyer-readonly)

mdProgrammaticCreativeSource :: Lens' MarketplaceDeal (Maybe Text) #

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) #

Specifies the creative pre-approval policy (buyer-readonly)

mdProductRevisionNumber :: Lens' MarketplaceDeal (Maybe Int64) #

The revision number of the product that the deal was created from (readonly, except on create)

mdProductId :: Lens' MarketplaceDeal (Maybe Text) #

The product-id from which this deal was created. (readonly, except on create)

mdCreativeSafeFrameCompatibility :: Lens' MarketplaceDeal (Maybe Text) #

Specifies whether the creative is safeFrame compatible (buyer-readonly)

GetOffersResponse

data GetOffersResponse #

Instances

Eq GetOffersResponse # 
Data GetOffersResponse # 

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 # 
Generic GetOffersResponse # 
ToJSON GetOffersResponse # 
FromJSON GetOffersResponse # 
type Rep GetOffersResponse # 
type Rep GetOffersResponse = D1 (MetaData "GetOffersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "GetOffersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gorProducts") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Product]))))

getOffersResponse :: GetOffersResponse #

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] #

The returned list of products.

DealTermsNonGuaranteedAuctionTerms

data DealTermsNonGuaranteedAuctionTerms #

Instances

Eq DealTermsNonGuaranteedAuctionTerms # 
Data DealTermsNonGuaranteedAuctionTerms # 

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 # 
Generic DealTermsNonGuaranteedAuctionTerms # 
ToJSON DealTermsNonGuaranteedAuctionTerms # 
FromJSON DealTermsNonGuaranteedAuctionTerms # 
type Rep DealTermsNonGuaranteedAuctionTerms # 
type Rep DealTermsNonGuaranteedAuctionTerms = D1 (MetaData "DealTermsNonGuaranteedAuctionTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealTermsNonGuaranteedAuctionTerms'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtngatReservePricePerBuyers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PricePerBuyer]))) (S1 (MetaSel (Just Symbol "_dtngatAutoOptimizePrivateAuction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

dealTermsNonGuaranteedAuctionTerms :: DealTermsNonGuaranteedAuctionTerms #

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) #

True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).

CreativeFilteringReasonsReasonsItem

data CreativeFilteringReasonsReasonsItem #

Instances

Eq CreativeFilteringReasonsReasonsItem # 
Data CreativeFilteringReasonsReasonsItem # 

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 # 
Generic CreativeFilteringReasonsReasonsItem # 
ToJSON CreativeFilteringReasonsReasonsItem # 
FromJSON CreativeFilteringReasonsReasonsItem # 
type Rep CreativeFilteringReasonsReasonsItem # 
type Rep CreativeFilteringReasonsReasonsItem = D1 (MetaData "CreativeFilteringReasonsReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeFilteringReasonsReasonsItem'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cfrriFilteringStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_cfrriFilteringCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

creativeFilteringReasonsReasonsItem :: CreativeFilteringReasonsReasonsItem #

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) #

The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.

cfrriFilteringCount :: Lens' CreativeFilteringReasonsReasonsItem (Maybe Int64) #

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.

ProposalsPatchUpdateAction

data ProposalsPatchUpdateAction #

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 # 
Eq ProposalsPatchUpdateAction # 
Data ProposalsPatchUpdateAction # 

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 # 
Read ProposalsPatchUpdateAction # 
Show ProposalsPatchUpdateAction # 
Generic ProposalsPatchUpdateAction # 
Hashable ProposalsPatchUpdateAction # 
ToJSON ProposalsPatchUpdateAction # 
FromJSON ProposalsPatchUpdateAction # 
FromHttpApiData ProposalsPatchUpdateAction # 
ToHttpApiData ProposalsPatchUpdateAction # 
type Rep ProposalsPatchUpdateAction # 
type Rep ProposalsPatchUpdateAction = D1 (MetaData "ProposalsPatchUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) ((:+:) ((:+:) (C1 (MetaCons "Accept" PrefixI False) U1) ((:+:) (C1 (MetaCons "Cancel" PrefixI False) U1) (C1 (MetaCons "Propose" PrefixI False) U1))) ((:+:) (C1 (MetaCons "ProposeAndAccept" PrefixI False) U1) ((:+:) (C1 (MetaCons "UnknownAction" PrefixI False) U1) (C1 (MetaCons "UpdateNonTerms" PrefixI False) U1))))

CreativesListDealsStatusFilter

data CreativesListDealsStatusFilter #

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 # 
Eq CreativesListDealsStatusFilter # 
Data CreativesListDealsStatusFilter # 

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 # 
Read CreativesListDealsStatusFilter # 
Show CreativesListDealsStatusFilter # 
Generic CreativesListDealsStatusFilter # 
Hashable CreativesListDealsStatusFilter # 
ToJSON CreativesListDealsStatusFilter # 
FromJSON CreativesListDealsStatusFilter # 
FromHttpApiData CreativesListDealsStatusFilter # 
ToHttpApiData CreativesListDealsStatusFilter # 
type Rep CreativesListDealsStatusFilter # 
type Rep CreativesListDealsStatusFilter = D1 (MetaData "CreativesListDealsStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) ((:+:) ((:+:) (C1 (MetaCons "CLDSFApproved" PrefixI False) U1) (C1 (MetaCons "CLDSFConditionallyApproved" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CLDSFDisApproved" PrefixI False) U1) (C1 (MetaCons "CLDSFNotChecked" PrefixI False) U1)))

DealTerms

data DealTerms #

Instances

Eq DealTerms # 
Data DealTerms # 

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 # 
Generic DealTerms # 

Associated Types

type Rep DealTerms :: * -> * #

ToJSON DealTerms # 
FromJSON DealTerms # 
type Rep DealTerms # 
type Rep DealTerms = D1 (MetaData "DealTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealTerms'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dtEstimatedGrossSpend") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Price))) (S1 (MetaSel (Just Symbol "_dtNonGuaranteedFixedPriceTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsNonGuaranteedFixedPriceTerms)))) ((:*:) (S1 (MetaSel (Just Symbol "_dtNonGuaranteedAuctionTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsNonGuaranteedAuctionTerms))) ((:*:) (S1 (MetaSel (Just Symbol "_dtRubiconNonGuaranteedTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsRubiconNonGuaranteedTerms))) (S1 (MetaSel (Just Symbol "_dtBrandingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dtCrossListedExternalDealIdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dtEstimatedImpressionsPerDay") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_dtSellerTimeZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dtGuaranteedFixedPriceTerms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsGuaranteedFixedPriceTerms))) (S1 (MetaSel (Just Symbol "_dtDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

dtEstimatedGrossSpend :: Lens' DealTerms (Maybe Price) #

Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.

dtBrandingType :: Lens' DealTerms (Maybe Text) #

Visibilty of the URL in bid requests.

dtCrossListedExternalDealIdType :: Lens' DealTerms (Maybe Text) #

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) #

Non-binding estimate of the impressions served per day Can be set by buyer or seller.

dtSellerTimeZone :: Lens' DealTerms (Maybe Text) #

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) #

Description for the proposed terms of the deal.

CreativeDealIds

data CreativeDealIds #

The external deal ids associated with a creative.

See: creativeDealIds smart constructor.

Instances

Eq CreativeDealIds # 
Data CreativeDealIds # 

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 # 
Generic CreativeDealIds # 
ToJSON CreativeDealIds # 
FromJSON CreativeDealIds # 
type Rep CreativeDealIds # 
type Rep CreativeDealIds = D1 (MetaData "CreativeDealIds" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "CreativeDealIds'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cdiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cdiDealStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CreativeDealIdsDealStatusesItem])))))

creativeDealIds :: CreativeDealIds #

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] #

A list of external deal ids and ARC approval status.

MarketplaceLabel

data MarketplaceLabel #

Instances

Eq MarketplaceLabel # 
Data MarketplaceLabel # 

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 # 
Generic MarketplaceLabel # 
ToJSON MarketplaceLabel # 
FromJSON MarketplaceLabel # 
type Rep MarketplaceLabel # 
type Rep MarketplaceLabel = D1 (MetaData "MarketplaceLabel" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "MarketplaceLabel'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mlDeprecatedMarketplaceDealParty") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MarketplaceDealParty))) (S1 (MetaSel (Just Symbol "_mlAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_mlCreateTimeMs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_mlLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

marketplaceLabel :: MarketplaceLabel #

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) #

Information about the party that created the label.

mlAccountId :: Lens' MarketplaceLabel (Maybe Text) #

The accountId of the party that created the label.

mlCreateTimeMs :: Lens' MarketplaceLabel (Maybe Int64) #

The creation time (in ms since epoch) for the label.

mlLabel :: Lens' MarketplaceLabel (Maybe Text) #

The label to use.

Buyer

data Buyer #

Instances

Eq Buyer # 

Methods

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

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

Data Buyer # 

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 # 

Methods

showsPrec :: Int -> Buyer -> ShowS #

show :: Buyer -> String #

showList :: [Buyer] -> ShowS #

Generic Buyer # 

Associated Types

type Rep Buyer :: * -> * #

Methods

from :: Buyer -> Rep Buyer x #

to :: Rep Buyer x -> Buyer #

ToJSON Buyer # 
FromJSON Buyer # 
type Rep Buyer # 
type Rep Buyer = D1 (MetaData "Buyer" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" True) (C1 (MetaCons "Buyer'" PrefixI True) (S1 (MetaSel (Just Symbol "_buyAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

buyer :: Buyer #

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) #

Adx account id of the buyer.

ProposalsUpdateUpdateAction

data ProposalsUpdateUpdateAction #

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 # 
Eq ProposalsUpdateUpdateAction # 
Data ProposalsUpdateUpdateAction # 

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 # 
Read ProposalsUpdateUpdateAction # 
Show ProposalsUpdateUpdateAction # 
Generic ProposalsUpdateUpdateAction # 
Hashable ProposalsUpdateUpdateAction # 
ToJSON ProposalsUpdateUpdateAction # 
FromJSON ProposalsUpdateUpdateAction # 
FromHttpApiData ProposalsUpdateUpdateAction # 
ToHttpApiData ProposalsUpdateUpdateAction # 
type Rep ProposalsUpdateUpdateAction # 
type Rep ProposalsUpdateUpdateAction = D1 (MetaData "ProposalsUpdateUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) ((:+:) ((:+:) (C1 (MetaCons "PUUAAccept" PrefixI False) U1) ((:+:) (C1 (MetaCons "PUUACancel" PrefixI False) U1) (C1 (MetaCons "PUUAPropose" PrefixI False) U1))) ((:+:) (C1 (MetaCons "PUUAProposeAndAccept" PrefixI False) U1) ((:+:) (C1 (MetaCons "PUUAUnknownAction" PrefixI False) U1) (C1 (MetaCons "PUUAUpdateNonTerms" PrefixI False) U1))))

AddOrderDealsRequest

data AddOrderDealsRequest #

Instances

Eq AddOrderDealsRequest # 
Data AddOrderDealsRequest # 

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 # 
Generic AddOrderDealsRequest # 
ToJSON AddOrderDealsRequest # 
FromJSON AddOrderDealsRequest # 
type Rep AddOrderDealsRequest # 
type Rep AddOrderDealsRequest = D1 (MetaData "AddOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "AddOrderDealsRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aUpdateAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aDeals") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MarketplaceDeal]))) (S1 (MetaSel (Just Symbol "_aProposalRevisionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

addOrderDealsRequest :: AddOrderDealsRequest #

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) #

Indicates an optional action to take on the proposal

aDeals :: Lens' AddOrderDealsRequest [MarketplaceDeal] #

The list of deals to add

aProposalRevisionNumber :: Lens' AddOrderDealsRequest (Maybe Int64) #

The last known proposal revision number.

DealServingMetadataDealPauseStatus

data DealServingMetadataDealPauseStatus #

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 # 
Data DealServingMetadataDealPauseStatus # 

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 # 
Generic DealServingMetadataDealPauseStatus # 
ToJSON DealServingMetadataDealPauseStatus # 
FromJSON DealServingMetadataDealPauseStatus # 
type Rep DealServingMetadataDealPauseStatus # 
type Rep DealServingMetadataDealPauseStatus = D1 (MetaData "DealServingMetadataDealPauseStatus" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealServingMetadataDealPauseStatus'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dsmdpsFirstPausedBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsmdpsBuyerPauseReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dsmdpsHasBuyerPaused") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_dsmdpsSellerPauseReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsmdpsHasSellerPaused") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))

dealServingMetadataDealPauseStatus :: DealServingMetadataDealPauseStatus #

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) #

If the deal is paused, records which party paused the deal first.

DealTermsGuaranteedFixedPriceTerms

data DealTermsGuaranteedFixedPriceTerms #

Instances

Eq DealTermsGuaranteedFixedPriceTerms # 
Data DealTermsGuaranteedFixedPriceTerms # 

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 # 
Generic DealTermsGuaranteedFixedPriceTerms # 
ToJSON DealTermsGuaranteedFixedPriceTerms # 
FromJSON DealTermsGuaranteedFixedPriceTerms # 
type Rep DealTermsGuaranteedFixedPriceTerms # 
type Rep DealTermsGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.3.0-HTVHROQpqFtGkFNXaKZ3Ik" False) (C1 (MetaCons "DealTermsGuaranteedFixedPriceTerms'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dtgfptGuaranteedLooks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_dtgfptGuaranteedImpressions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_dtgfptBillingInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DealTermsGuaranteedFixedPriceTermsBillingInfo))) ((:*:) (S1 (MetaSel (Just Symbol "_dtgfptFixedPrices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PricePerBuyer]))) (S1 (MetaSel (Just Symbol "_dtgfptMinimumDailyLooks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))))

dealTermsGuaranteedFixedPriceTerms :: DealTermsGuaranteedFixedPriceTerms #

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) #

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) #

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

dtgfptBillingInfo :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe DealTermsGuaranteedFixedPriceTermsBillingInfo) #

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) #

Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.