gogol-adexchange-buyer-0.2.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 Source #

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

OAuth Scopes

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

Manage your Ad Exchange buyer account configuration

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

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

See: marketplaceNote smart constructor.

Instances

Eq MarketplaceNote Source # 
Data MarketplaceNote Source # 

Methods

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

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

toConstr :: MarketplaceNote -> Constr #

dataTypeOf :: MarketplaceNote -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MarketplaceNote Source # 
Generic MarketplaceNote Source # 
ToJSON MarketplaceNote Source # 
FromJSON MarketplaceNote Source # 
type Rep MarketplaceNote Source # 

marketplaceNote :: MarketplaceNote Source #

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

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

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

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

mnKind :: Lens' MarketplaceNote Text Source #

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

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

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

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

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

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

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

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

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

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

The unique id for the note. (readonly)

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

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

CreativeNATiveAd

data CreativeNATiveAd Source #

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

See: creativeNATiveAd smart constructor.

Instances

Eq CreativeNATiveAd Source # 
Data CreativeNATiveAd Source # 

Methods

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

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

toConstr :: CreativeNATiveAd -> Constr #

dataTypeOf :: CreativeNATiveAd -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeNATiveAd Source # 
Generic CreativeNATiveAd Source # 
ToJSON CreativeNATiveAd Source # 
FromJSON CreativeNATiveAd Source # 
type Rep CreativeNATiveAd Source # 
type Rep CreativeNATiveAd = D1 (MetaData "CreativeNATiveAd" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

The app icon, for app download ads.

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

The URL to use for click tracking.

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

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

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

A long description of the ad.

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

A short title for the ad.

cnataImpressionTrackingURL :: Lens' CreativeNATiveAd [Text] Source #

The URLs are called when the impression is rendered.

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

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

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

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

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

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

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

The price of the promoted app including the currency info.

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

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

:: Lens' CreativeNATiveAd (Maybe CreativeNATiveAdLogo) Source #

A smaller image, for the advertiser logo.

EditAllOrderDealsResponse

data EditAllOrderDealsResponse Source #

Instances

Eq EditAllOrderDealsResponse Source # 
Data EditAllOrderDealsResponse Source # 

Methods

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

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

toConstr :: EditAllOrderDealsResponse -> Constr #

dataTypeOf :: EditAllOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditAllOrderDealsResponse Source # 
Generic EditAllOrderDealsResponse Source # 
ToJSON EditAllOrderDealsResponse Source # 
FromJSON EditAllOrderDealsResponse Source # 
type Rep EditAllOrderDealsResponse Source # 
type Rep EditAllOrderDealsResponse = D1 (MetaData "EditAllOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

eaodrDeals :: Lens' EditAllOrderDealsResponse [MarketplaceDeal] Source #

List of all deals in the proposal after edit.

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

The latest revision number after the update has been applied.

CreativesList

data CreativesList Source #

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

See: creativesList smart constructor.

Instances

Eq CreativesList Source # 
Data CreativesList Source # 

Methods

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

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

toConstr :: CreativesList -> Constr #

dataTypeOf :: CreativesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativesList Source # 
Generic CreativesList Source # 

Associated Types

type Rep CreativesList :: * -> * #

ToJSON CreativesList Source # 
FromJSON CreativesList Source # 
type Rep CreativesList Source # 
type Rep CreativesList = D1 (MetaData "CreativesList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

clItems :: Lens' CreativesList [Creative] Source #

A list of creatives.

CreativeDealIdsDealStatusesItem

data CreativeDealIdsDealStatusesItem Source #

Instances

Eq CreativeDealIdsDealStatusesItem Source # 
Data CreativeDealIdsDealStatusesItem Source # 

Methods

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

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

toConstr :: CreativeDealIdsDealStatusesItem -> Constr #

dataTypeOf :: CreativeDealIdsDealStatusesItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeDealIdsDealStatusesItem Source # 
Generic CreativeDealIdsDealStatusesItem Source # 
ToJSON CreativeDealIdsDealStatusesItem Source # 
FromJSON CreativeDealIdsDealStatusesItem Source # 
type Rep CreativeDealIdsDealStatusesItem Source # 
type Rep CreativeDealIdsDealStatusesItem = D1 (MetaData "CreativeDealIdsDealStatusesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

CreativeServingRestrictionsItemContextsItem

data CreativeServingRestrictionsItemContextsItem Source #

Instances

Eq CreativeServingRestrictionsItemContextsItem Source # 
Data CreativeServingRestrictionsItemContextsItem Source # 

Methods

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

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

toConstr :: CreativeServingRestrictionsItemContextsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItemContextsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeServingRestrictionsItemContextsItem Source # 
Generic CreativeServingRestrictionsItemContextsItem Source # 
ToJSON CreativeServingRestrictionsItemContextsItem Source # 
FromJSON CreativeServingRestrictionsItemContextsItem Source # 
type Rep CreativeServingRestrictionsItemContextsItem Source # 
type Rep CreativeServingRestrictionsItemContextsItem = D1 (MetaData "CreativeServingRestrictionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

csriciPlatform :: Lens' CreativeServingRestrictionsItemContextsItem [Text] Source #

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

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

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

csriciAuctionType :: Lens' CreativeServingRestrictionsItemContextsItem [Text] Source #

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

csriciGeoCriteriaId :: Lens' CreativeServingRestrictionsItemContextsItem [Int32] Source #

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

CreateOrdersResponse

data CreateOrdersResponse Source #

Instances

Eq CreateOrdersResponse Source # 
Data CreateOrdersResponse Source # 

Methods

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

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

toConstr :: CreateOrdersResponse -> Constr #

dataTypeOf :: CreateOrdersResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreateOrdersResponse Source # 
Generic CreateOrdersResponse Source # 
ToJSON CreateOrdersResponse Source # 
FromJSON CreateOrdersResponse Source # 
type Rep CreateOrdersResponse Source # 
type Rep CreateOrdersResponse = D1 (MetaData "CreateOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "CreateOrdersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_corProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

createOrdersResponse :: CreateOrdersResponse Source #

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

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

corProposals :: Lens' CreateOrdersResponse [Proposal] Source #

The list of proposals successfully created.

AccountBidderLocationItem

data AccountBidderLocationItem Source #

Instances

Eq AccountBidderLocationItem Source # 
Data AccountBidderLocationItem Source # 

Methods

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

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

toConstr :: AccountBidderLocationItem -> Constr #

dataTypeOf :: AccountBidderLocationItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountBidderLocationItem Source # 
Generic AccountBidderLocationItem Source # 
ToJSON AccountBidderLocationItem Source # 
FromJSON AccountBidderLocationItem Source # 
type Rep AccountBidderLocationItem Source # 
type Rep AccountBidderLocationItem = D1 (MetaData "AccountBidderLocationItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

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

The maximum queries per second the Ad Exchange will send.

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

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

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

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

PrivateData

data PrivateData Source #

Instances

Eq PrivateData Source # 
Data PrivateData Source # 

Methods

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

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

toConstr :: PrivateData -> Constr #

dataTypeOf :: PrivateData -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PrivateData Source # 
Generic PrivateData Source # 

Associated Types

type Rep PrivateData :: * -> * #

ToJSON PrivateData Source # 
FromJSON PrivateData Source # 
type Rep PrivateData Source # 
type Rep PrivateData = D1 (MetaData "PrivateData" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

Budget

data Budget Source #

The configuration data for Ad Exchange RTB - Budget API.

See: budget smart constructor.

Instances

Eq Budget Source # 

Methods

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

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

Data Budget Source # 

Methods

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

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

toConstr :: Budget -> Constr #

dataTypeOf :: Budget -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Budget Source # 
Generic Budget Source # 

Associated Types

type Rep Budget :: * -> * #

Methods

from :: Budget -> Rep Budget x #

to :: Rep Budget x -> Budget #

ToJSON Budget Source # 
FromJSON Budget Source # 
type Rep Budget Source # 

budget :: Budget Source #

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

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

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

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

bKind :: Lens' Budget Text Source #

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

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

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

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

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

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

The unique id that describes this item.

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

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

AddOrderNotesRequest

data AddOrderNotesRequest Source #

Instances

Eq AddOrderNotesRequest Source # 
Data AddOrderNotesRequest Source # 

Methods

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

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

toConstr :: AddOrderNotesRequest -> Constr #

dataTypeOf :: AddOrderNotesRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AddOrderNotesRequest Source # 
Generic AddOrderNotesRequest Source # 
ToJSON AddOrderNotesRequest Source # 
FromJSON AddOrderNotesRequest Source # 
type Rep AddOrderNotesRequest Source # 
type Rep AddOrderNotesRequest = D1 (MetaData "AddOrderNotesRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "AddOrderNotesRequest'" PrefixI True) (S1 (MetaSel (Just Symbol "_aonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesRequest :: AddOrderNotesRequest Source #

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

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

DeliveryControlFrequencyCap

data DeliveryControlFrequencyCap Source #

Instances

Eq DeliveryControlFrequencyCap Source # 
Data DeliveryControlFrequencyCap Source # 

Methods

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

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

toConstr :: DeliveryControlFrequencyCap -> Constr #

dataTypeOf :: DeliveryControlFrequencyCap -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeliveryControlFrequencyCap Source # 
Generic DeliveryControlFrequencyCap Source # 
ToJSON DeliveryControlFrequencyCap Source # 
FromJSON DeliveryControlFrequencyCap Source # 
type Rep DeliveryControlFrequencyCap Source # 
type Rep DeliveryControlFrequencyCap = D1 (MetaData "DeliveryControlFrequencyCap" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

MarketplaceDealParty

data MarketplaceDealParty Source #

Instances

Eq MarketplaceDealParty Source # 
Data MarketplaceDealParty Source # 

Methods

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

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

toConstr :: MarketplaceDealParty -> Constr #

dataTypeOf :: MarketplaceDealParty -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MarketplaceDealParty Source # 
Generic MarketplaceDealParty Source # 
ToJSON MarketplaceDealParty Source # 
FromJSON MarketplaceDealParty Source # 
type Rep MarketplaceDealParty Source # 
type Rep MarketplaceDealParty = D1 (MetaData "MarketplaceDealParty" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

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

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

GetOrderNotesResponse

data GetOrderNotesResponse Source #

Instances

Eq GetOrderNotesResponse Source # 
Data GetOrderNotesResponse Source # 

Methods

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

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

toConstr :: GetOrderNotesResponse -> Constr #

dataTypeOf :: GetOrderNotesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrderNotesResponse Source # 
Generic GetOrderNotesResponse Source # 
ToJSON GetOrderNotesResponse Source # 
FromJSON GetOrderNotesResponse Source # 
type Rep GetOrderNotesResponse Source # 
type Rep GetOrderNotesResponse = D1 (MetaData "GetOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "GetOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gonrNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

getOrderNotesResponse :: GetOrderNotesResponse Source #

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

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

gonrNotes :: Lens' GetOrderNotesResponse [MarketplaceNote] Source #

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

GetOrdersResponse

data GetOrdersResponse Source #

Instances

Eq GetOrdersResponse Source # 
Data GetOrdersResponse Source # 

Methods

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

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

toConstr :: GetOrdersResponse -> Constr #

dataTypeOf :: GetOrdersResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrdersResponse Source # 
Generic GetOrdersResponse Source # 
ToJSON GetOrdersResponse Source # 
FromJSON GetOrdersResponse Source # 
type Rep GetOrdersResponse Source # 
type Rep GetOrdersResponse = D1 (MetaData "GetOrdersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "GetOrdersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gorProposals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Proposal]))))

getOrdersResponse :: GetOrdersResponse Source #

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

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

gorProposals :: Lens' GetOrdersResponse [Proposal] Source #

The list of matching proposals.

CreativeServingRestrictionsItemDisApprovalReasonsItem

data CreativeServingRestrictionsItemDisApprovalReasonsItem Source #

Instances

Eq CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Data CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 

Methods

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

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

toConstr :: CreativeServingRestrictionsItemDisApprovalReasonsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItemDisApprovalReasonsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
Generic CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
ToJSON CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
FromJSON CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem Source # 
type Rep CreativeServingRestrictionsItemDisApprovalReasonsItem = D1 (MetaData "CreativeServingRestrictionsItemDisApprovalReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

csridariDetails :: Lens' CreativeServingRestrictionsItemDisApprovalReasonsItem [Text] Source #

Additional details about the reason for disapproval.

AccountsList

data AccountsList Source #

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

See: accountsList smart constructor.

Instances

Eq AccountsList Source # 
Data AccountsList Source # 

Methods

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

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

toConstr :: AccountsList -> Constr #

dataTypeOf :: AccountsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsList Source # 
Generic AccountsList Source # 

Associated Types

type Rep AccountsList :: * -> * #

ToJSON AccountsList Source # 
FromJSON AccountsList Source # 
type Rep AccountsList Source # 
type Rep AccountsList = D1 (MetaData "AccountsList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

alItems :: Lens' AccountsList [Account] Source #

A list of accounts.

Dimension

data Dimension Source #

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

See: dimension smart constructor.

Instances

Eq Dimension Source # 
Data Dimension Source # 

Methods

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

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

toConstr :: Dimension -> Constr #

dataTypeOf :: Dimension -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Dimension Source # 
Generic Dimension Source # 

Associated Types

type Rep Dimension :: * -> * #

ToJSON Dimension Source # 
FromJSON Dimension Source # 
type Rep Dimension Source # 
type Rep Dimension = D1 (MetaData "Dimension" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

CreateOrdersRequest

data CreateOrdersRequest Source #

Instances

Eq CreateOrdersRequest Source # 
Data CreateOrdersRequest Source # 

Methods

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

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

toConstr :: CreateOrdersRequest -> Constr #

dataTypeOf :: CreateOrdersRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreateOrdersRequest Source # 
Generic CreateOrdersRequest Source # 
ToJSON CreateOrdersRequest Source # 
FromJSON CreateOrdersRequest Source # 
type Rep CreateOrdersRequest Source # 
type Rep CreateOrdersRequest = D1 (MetaData "CreateOrdersRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

cProposals :: Lens' CreateOrdersRequest [Proposal] Source #

The list of proposals to create.

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

Web property id of the seller creating these orders

CreativeCorrectionsItem

data CreativeCorrectionsItem Source #

Instances

Eq CreativeCorrectionsItem Source # 
Data CreativeCorrectionsItem Source # 

Methods

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

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

toConstr :: CreativeCorrectionsItem -> Constr #

dataTypeOf :: CreativeCorrectionsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeCorrectionsItem Source # 
Generic CreativeCorrectionsItem Source # 
ToJSON CreativeCorrectionsItem Source # 
FromJSON CreativeCorrectionsItem Source # 
type Rep CreativeCorrectionsItem Source # 
type Rep CreativeCorrectionsItem = D1 (MetaData "CreativeCorrectionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

cciContexts :: Lens' CreativeCorrectionsItem [CreativeCorrectionsItemContextsItem] Source #

All known serving contexts containing serving status information.

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

The type of correction that was applied to the creative.

cciDetails :: Lens' CreativeCorrectionsItem [Text] Source #

Additional details about the correction.

DealTermsRubiconNonGuaranteedTerms

data DealTermsRubiconNonGuaranteedTerms Source #

Instances

Eq DealTermsRubiconNonGuaranteedTerms Source # 
Data DealTermsRubiconNonGuaranteedTerms Source # 

Methods

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

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

toConstr :: DealTermsRubiconNonGuaranteedTerms -> Constr #

dataTypeOf :: DealTermsRubiconNonGuaranteedTerms -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsRubiconNonGuaranteedTerms Source # 
Generic DealTermsRubiconNonGuaranteedTerms Source # 
ToJSON DealTermsRubiconNonGuaranteedTerms Source # 
FromJSON DealTermsRubiconNonGuaranteedTerms Source # 
type Rep DealTermsRubiconNonGuaranteedTerms Source # 
type Rep DealTermsRubiconNonGuaranteedTerms = D1 (MetaData "DealTermsRubiconNonGuaranteedTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

Optional price for Rubicon priority access in the auction.

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

Optional price for Rubicon standard access in the auction.

DealServingMetadata

data DealServingMetadata Source #

Instances

Eq DealServingMetadata Source # 
Data DealServingMetadata Source # 

Methods

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

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

toConstr :: DealServingMetadata -> Constr #

dataTypeOf :: DealServingMetadata -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealServingMetadata Source # 
Generic DealServingMetadata Source # 
ToJSON DealServingMetadata Source # 
FromJSON DealServingMetadata Source # 
type Rep DealServingMetadata Source # 
type Rep DealServingMetadata = D1 (MetaData "DealServingMetadata" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "DealServingMetadata'" PrefixI True) (S1 (MetaSel (Just Symbol "_dsmDealPauseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe DealServingMetadataDealPauseStatus))))

dealServingMetadata :: DealServingMetadata Source #

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

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

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

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

AddOrderDealsResponse

data AddOrderDealsResponse Source #

Instances

Eq AddOrderDealsResponse Source # 
Data AddOrderDealsResponse Source # 

Methods

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

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

toConstr :: AddOrderDealsResponse -> Constr #

dataTypeOf :: AddOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AddOrderDealsResponse Source # 
Generic AddOrderDealsResponse Source # 
ToJSON AddOrderDealsResponse Source # 
FromJSON AddOrderDealsResponse Source # 
type Rep AddOrderDealsResponse Source # 
type Rep AddOrderDealsResponse = D1 (MetaData "AddOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

aodrDeals :: Lens' AddOrderDealsResponse [MarketplaceDeal] Source #

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

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

The updated revision number for the proposal.

DeliveryControl

data DeliveryControl Source #

Instances

Eq DeliveryControl Source # 
Data DeliveryControl Source # 

Methods

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

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

toConstr :: DeliveryControl -> Constr #

dataTypeOf :: DeliveryControl -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeliveryControl Source # 
Generic DeliveryControl Source # 
ToJSON DeliveryControl Source # 
FromJSON DeliveryControl Source # 
type Rep DeliveryControl Source # 
type Rep DeliveryControl = D1 (MetaData "DeliveryControl" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

PricePerBuyer

data PricePerBuyer Source #

Used to specify pricing rules for buyers/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 Source # 
Data PricePerBuyer Source # 

Methods

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

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

toConstr :: PricePerBuyer -> Constr #

dataTypeOf :: PricePerBuyer -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PricePerBuyer Source # 
Generic PricePerBuyer Source # 

Associated Types

type Rep PricePerBuyer :: * -> * #

ToJSON PricePerBuyer Source # 
FromJSON PricePerBuyer Source # 
type Rep PricePerBuyer Source # 
type Rep PricePerBuyer = D1 (MetaData "PricePerBuyer" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

The specified price

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

Optional access type for this buyer.

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

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

Creative

data Creative Source #

A creative and its classification data.

See: creative smart constructor.

Instances

Eq Creative Source # 
Data Creative Source # 

Methods

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

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

toConstr :: Creative -> Constr #

dataTypeOf :: Creative -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Creative Source # 
Generic Creative Source # 

Associated Types

type Rep Creative :: * -> * #

Methods

from :: Creative -> Rep Creative x #

to :: Rep Creative x -> Creative #

ToJSON Creative Source # 
FromJSON Creative Source # 
type Rep Creative Source # 
type Rep Creative = D1 (MetaData "Creative" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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] Source #

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

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

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

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

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

The name of the company being advertised in the creative.

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

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

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

The agency id for this creative.

cCorrections :: Lens' Creative [CreativeCorrectionsItem] Source #

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

cProductCategories :: Lens' Creative [Int32] Source #

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

cKind :: Lens' Creative Text Source #

Resource type.

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

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

cAdvertiserId :: Lens' Creative [Int64] Source #

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

cRestrictedCategories :: Lens' Creative [Int32] Source #

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

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

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

cClickThroughURL :: Lens' Creative [Text] Source #

The set of destination urls for the snippet.

cLanguages :: Lens' Creative [Text] Source #

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

cVendorType :: Lens' Creative [Int32] Source #

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

cImpressionTrackingURL :: Lens' Creative [Text] Source #

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

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

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

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

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

cSensitiveCategories :: Lens' Creative [Int32] Source #

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

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

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

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

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

cServingRestrictions :: Lens' Creative [CreativeServingRestrictionsItem] Source #

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

cDetectedDomains :: Lens' Creative [Text] Source #

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

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

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

TargetingValueDayPartTargetingDayPart

data TargetingValueDayPartTargetingDayPart Source #

Instances

Eq TargetingValueDayPartTargetingDayPart Source # 
Data TargetingValueDayPartTargetingDayPart Source # 

Methods

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

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

toConstr :: TargetingValueDayPartTargetingDayPart -> Constr #

dataTypeOf :: TargetingValueDayPartTargetingDayPart -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueDayPartTargetingDayPart Source # 
Generic TargetingValueDayPartTargetingDayPart Source # 
ToJSON TargetingValueDayPartTargetingDayPart Source # 
FromJSON TargetingValueDayPartTargetingDayPart Source # 
type Rep TargetingValueDayPartTargetingDayPart Source # 
type Rep TargetingValueDayPartTargetingDayPart = D1 (MetaData "TargetingValueDayPartTargetingDayPart" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

DimensionDimensionValue

data DimensionDimensionValue Source #

Value of the dimension.

See: dimensionDimensionValue smart constructor.

Instances

Eq DimensionDimensionValue Source # 
Data DimensionDimensionValue Source # 

Methods

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

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

toConstr :: DimensionDimensionValue -> Constr #

dataTypeOf :: DimensionDimensionValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DimensionDimensionValue Source # 
Generic DimensionDimensionValue Source # 
ToJSON DimensionDimensionValue Source # 
FromJSON DimensionDimensionValue Source # 
type Rep DimensionDimensionValue Source # 
type Rep DimensionDimensionValue = D1 (MetaData "DimensionDimensionValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

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

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

PretargetingConfigList

data PretargetingConfigList Source #

Instances

Eq PretargetingConfigList Source # 
Data PretargetingConfigList Source # 

Methods

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

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

toConstr :: PretargetingConfigList -> Constr #

dataTypeOf :: PretargetingConfigList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigList Source # 
Generic PretargetingConfigList Source # 
ToJSON PretargetingConfigList Source # 
FromJSON PretargetingConfigList Source # 
type Rep PretargetingConfigList Source # 
type Rep PretargetingConfigList = D1 (MetaData "PretargetingConfigList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

pclItems :: Lens' PretargetingConfigList [PretargetingConfig] Source #

A list of pretargeting configs

DealTermsNonGuaranteedFixedPriceTerms

data DealTermsNonGuaranteedFixedPriceTerms Source #

Instances

Eq DealTermsNonGuaranteedFixedPriceTerms Source # 
Data DealTermsNonGuaranteedFixedPriceTerms Source # 

Methods

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

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

toConstr :: DealTermsNonGuaranteedFixedPriceTerms -> Constr #

dataTypeOf :: DealTermsNonGuaranteedFixedPriceTerms -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsNonGuaranteedFixedPriceTerms Source # 
Generic DealTermsNonGuaranteedFixedPriceTerms Source # 
ToJSON DealTermsNonGuaranteedFixedPriceTerms Source # 
FromJSON DealTermsNonGuaranteedFixedPriceTerms Source # 
type Rep DealTermsNonGuaranteedFixedPriceTerms Source # 
type Rep DealTermsNonGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsNonGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "DealTermsNonGuaranteedFixedPriceTerms'" PrefixI True) (S1 (MetaSel (Just Symbol "_dtngfptFixedPrices") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PricePerBuyer]))))

dealTermsNonGuaranteedFixedPriceTerms :: DealTermsNonGuaranteedFixedPriceTerms Source #

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

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

PerformanceReport

data PerformanceReport Source #

The configuration data for an Ad Exchange performance report list.

See: performanceReport smart constructor.

Instances

Eq PerformanceReport Source # 
Data PerformanceReport Source # 

Methods

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

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

toConstr :: PerformanceReport -> Constr #

dataTypeOf :: PerformanceReport -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PerformanceReport Source # 
Generic PerformanceReport Source # 
ToJSON PerformanceReport Source # 
FromJSON PerformanceReport Source # 
type Rep PerformanceReport Source # 
type Rep PerformanceReport = D1 (MetaData "PerformanceReport" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

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

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

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

prCookieMatcherStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Average QPS for cookie matcher operations.

prHostedMatchStatusRate :: Lens' PerformanceReport [JSONValue] Source #

Average QPS for hosted match operations.

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

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

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

The number of bid requests sent to your bidder.

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

The throttled quota limits for this account.

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

The configured quota limits for this account.

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

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

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

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

prCalloutStatusRate :: Lens' PerformanceReport [JSONValue] Source #

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

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

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

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

The number of bid responses with an ad.

prCreativeStatusRate :: Lens' PerformanceReport [JSONValue] Source #

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

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

Rate of various quota account statuses per quota check.

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

The trading location of this data.

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

The number of potential queries based on your pretargeting settings.

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

Average QPS for pixel match responses from clients.

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

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

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

Average QPS for pixel match requests from clients.

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

Rate of various quota account statuses per quota check.

PretargetingConfigExcludedPlacementsItem

data PretargetingConfigExcludedPlacementsItem Source #

Instances

Eq PretargetingConfigExcludedPlacementsItem Source # 
Data PretargetingConfigExcludedPlacementsItem Source # 

Methods

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

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

toConstr :: PretargetingConfigExcludedPlacementsItem -> Constr #

dataTypeOf :: PretargetingConfigExcludedPlacementsItem -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfigExcludedPlacementsItem Source # 
Generic PretargetingConfigExcludedPlacementsItem Source # 
ToJSON PretargetingConfigExcludedPlacementsItem Source # 
FromJSON PretargetingConfigExcludedPlacementsItem Source # 
type Rep PretargetingConfigExcludedPlacementsItem Source # 
type Rep PretargetingConfigExcludedPlacementsItem = D1 (MetaData "PretargetingConfigExcludedPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

Seller

data Seller Source #

Instances

Eq Seller Source # 

Methods

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

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

Data Seller Source # 

Methods

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

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

toConstr :: Seller -> Constr #

dataTypeOf :: Seller -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Seller Source # 
Generic Seller Source # 

Associated Types

type Rep Seller :: * -> * #

Methods

from :: Seller -> Rep Seller x #

to :: Rep Seller x -> Seller #

ToJSON Seller Source # 
FromJSON Seller Source # 
type Rep Seller Source # 
type Rep Seller = D1 (MetaData "Seller" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

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

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

Optional sub-account id for the seller.

Account

data Account Source #

Configuration data for an Ad Exchange buyer account.

See: account smart constructor.

Instances

Eq Account Source # 

Methods

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

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

Data Account Source # 

Methods

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

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

toConstr :: Account -> Constr #

dataTypeOf :: Account -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Account Source # 
Generic Account Source # 

Associated Types

type Rep Account :: * -> * #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

ToJSON Account Source # 
FromJSON Account Source # 
type Rep Account Source # 

account :: Account Source #

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

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

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

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

aKind :: Lens' Account Text Source #

Resource type.

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

The base URL used in cookie match requests.

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

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

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

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

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

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

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

Account id.

aBidderLocation :: Lens' Account [AccountBidderLocationItem] Source #

Your bidder locations that have distinct URLs.

DeleteOrderDealsRequest

data DeleteOrderDealsRequest Source #

Instances

Eq DeleteOrderDealsRequest Source # 
Data DeleteOrderDealsRequest Source # 

Methods

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

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

toConstr :: DeleteOrderDealsRequest -> Constr #

dataTypeOf :: DeleteOrderDealsRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeleteOrderDealsRequest Source # 
Generic DeleteOrderDealsRequest Source # 
ToJSON DeleteOrderDealsRequest Source # 
FromJSON DeleteOrderDealsRequest Source # 
type Rep DeleteOrderDealsRequest Source # 
type Rep DeleteOrderDealsRequest = D1 (MetaData "DeleteOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

Indicates an optional action to take on the proposal

dodrDealIds :: Lens' DeleteOrderDealsRequest [Text] Source #

List of deals to delete for a given proposal

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

The last known proposal revision number.

CreativesListOpenAuctionStatusFilter

data CreativesListOpenAuctionStatusFilter Source #

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

Constructors

Approved

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

ConditionallyApproved

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

DisApproved

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

NotChecked

not_checked Creatives whose open auction status is not yet checked.

Instances

Enum CreativesListOpenAuctionStatusFilter Source # 
Eq CreativesListOpenAuctionStatusFilter Source # 
Data CreativesListOpenAuctionStatusFilter Source # 

Methods

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

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

toConstr :: CreativesListOpenAuctionStatusFilter -> Constr #

dataTypeOf :: CreativesListOpenAuctionStatusFilter -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CreativesListOpenAuctionStatusFilter Source # 
Read CreativesListOpenAuctionStatusFilter Source # 
Show CreativesListOpenAuctionStatusFilter Source # 
Generic CreativesListOpenAuctionStatusFilter Source # 
Hashable CreativesListOpenAuctionStatusFilter Source # 
ToJSON CreativesListOpenAuctionStatusFilter Source # 
FromJSON CreativesListOpenAuctionStatusFilter Source # 
FromHttpApiData CreativesListOpenAuctionStatusFilter Source # 
ToHttpApiData CreativesListOpenAuctionStatusFilter Source # 
type Rep CreativesListOpenAuctionStatusFilter Source # 
type Rep CreativesListOpenAuctionStatusFilter = D1 (MetaData "CreativesListOpenAuctionStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Instances

Eq ContactInformation Source # 
Data ContactInformation Source # 

Methods

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

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

toConstr :: ContactInformation -> Constr #

dataTypeOf :: ContactInformation -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactInformation Source # 
Generic ContactInformation Source # 
ToJSON ContactInformation Source # 
FromJSON ContactInformation Source # 
type Rep ContactInformation Source # 
type Rep ContactInformation = D1 (MetaData "ContactInformation" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

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

Email address of the contact.

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

The name of the contact.

CreativeNATiveAdLogo

data Source #

A smaller image, for the advertiser logo.

See: creativeNATiveAdLogo smart constructor.

:: CreativeNATiveAdLogo Source #

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

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

GetOrderDealsResponse

data GetOrderDealsResponse Source #

Instances

Eq GetOrderDealsResponse Source # 
Data GetOrderDealsResponse Source # 

Methods

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

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

toConstr :: GetOrderDealsResponse -> Constr #

dataTypeOf :: GetOrderDealsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetOrderDealsResponse Source # 
Generic GetOrderDealsResponse Source # 
ToJSON GetOrderDealsResponse Source # 
FromJSON GetOrderDealsResponse Source # 
type Rep GetOrderDealsResponse Source # 
type Rep GetOrderDealsResponse = D1 (MetaData "GetOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "GetOrderDealsResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_godrDeals") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceDeal]))))

getOrderDealsResponse :: GetOrderDealsResponse Source #

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

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

godrDeals :: Lens' GetOrderDealsResponse [MarketplaceDeal] Source #

List of deals for the proposal

PerformanceReportList

data PerformanceReportList Source #

The configuration data for an Ad Exchange performance report list.

See: performanceReportList smart constructor.

Instances

Eq PerformanceReportList Source # 
Data PerformanceReportList Source # 

Methods

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

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

toConstr :: PerformanceReportList -> Constr #

dataTypeOf :: PerformanceReportList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PerformanceReportList Source # 
Generic PerformanceReportList Source # 
ToJSON PerformanceReportList Source # 
FromJSON PerformanceReportList Source # 
type Rep PerformanceReportList Source # 
type Rep PerformanceReportList = D1 (MetaData "PerformanceReportList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

prlPerformanceReport :: Lens' PerformanceReportList [PerformanceReport] Source #

A list of performance reports relevant for the account.

PretargetingConfig

data PretargetingConfig Source #

Instances

Eq PretargetingConfig Source # 
Data PretargetingConfig Source # 

Methods

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

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

toConstr :: PretargetingConfig -> Constr #

dataTypeOf :: PretargetingConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PretargetingConfig Source # 
Generic PretargetingConfig Source # 
ToJSON PretargetingConfig Source # 
FromJSON PretargetingConfig Source # 
type Rep PretargetingConfig Source # 
type Rep PretargetingConfig = D1 (MetaData "PretargetingConfig" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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] Source #

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

pcMobileCarriers :: Lens' PretargetingConfig [Int64] Source #

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

pcVendorTypes :: Lens' PretargetingConfig [Int64] Source #

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

pcExcludedGeoCriteriaIds :: Lens' PretargetingConfig [Int64] Source #

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

pcSupportedCreativeAttributes :: Lens' PretargetingConfig [Int64] Source #

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

pcUserLists :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these user list ids will match.

pcKind :: Lens' PretargetingConfig Text Source #

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

pcExcludedPlacements :: Lens' PretargetingConfig [PretargetingConfigExcludedPlacementsItem] Source #

Requests containing any of these placements will not match.

pcUserIdentifierDataRequired :: Lens' PretargetingConfig [Text] Source #

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

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

Requests where the predicted viewability is below the specified decile will not match. E.g. if the buyer sets this value to 5, requests from slots where the predicted viewability is below 50% will not match. If the predicted viewability is unknown this field will be ignored.

pcMobileDevices :: Lens' PretargetingConfig [Int64] Source #

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

pcLanguages :: Lens' PretargetingConfig [Text] Source #

Request containing any of these language codes will match.

pcVerticals :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these vertical ids will match.

pcVideoPlayerSizes :: Lens' PretargetingConfig [PretargetingConfigVideoPlayerSizesItem] Source #

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

pcConfigId :: Lens' PretargetingConfig (Maybe Int64) Source #

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

pcPlacements :: Lens' PretargetingConfig [PretargetingConfigPlacementsItem] Source #

Requests containing any of these placements will match.

pcExcludedUserLists :: Lens' PretargetingConfig [Int64] Source #

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

pcConfigName :: Lens' PretargetingConfig (Maybe Text) Source #

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

pcGeoCriteriaIds :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these geo criteria ids will match.

pcDimensions :: Lens' PretargetingConfig [PretargetingConfigDimensionsItem] Source #

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

pcExcludedVerticals :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these vertical ids will not match. Values are from the publisher-verticals.txt file in the downloadable files section.

pcCreativeType :: Lens' PretargetingConfig [Text] Source #

List must contain exactly one of PRETARGETING_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.

pcIsActive :: Lens' PretargetingConfig (Maybe Bool) Source #

Whether this config is active. Required for all requests.

pcExcludedContentLabels :: Lens' PretargetingConfig [Int64] Source #

Requests with any of these content labels will not match. Values are from content-labels.txt in the downloadable files section.

pcBillingId :: Lens' PretargetingConfig (Maybe Int64) Source #

The id for billing purposes, provided for reference. Leave this field blank for insert requests; the id will be generated automatically.

pcMobileOperatingSystemVersions :: Lens' PretargetingConfig [Int64] Source #

Requests containing any of these mobile operating system version ids will match. Values are from mobile-os.csv in the downloadable files section.

CreativeFilteringReasons

data CreativeFilteringReasons Source #

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

See: creativeFilteringReasons smart constructor.

Instances

Eq CreativeFilteringReasons Source # 
Data CreativeFilteringReasons Source # 

Methods

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

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

toConstr :: CreativeFilteringReasons -> Constr #

dataTypeOf :: CreativeFilteringReasons -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CreativeFilteringReasons Source # 
Generic CreativeFilteringReasons Source # 
ToJSON CreativeFilteringReasons Source # 
FromJSON CreativeFilteringReasons Source # 
type Rep CreativeFilteringReasons Source # 
type Rep CreativeFilteringReasons = D1 (MetaData "CreativeFilteringReasons" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

cfrDate :: Lens' CreativeFilteringReasons (Maybe Text) Source #

The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.

TargetingValueCreativeSize

data TargetingValueCreativeSize Source #

Instances

Eq TargetingValueCreativeSize Source # 
Data TargetingValueCreativeSize Source # 

Methods

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

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

toConstr :: TargetingValueCreativeSize -> Constr #

dataTypeOf :: TargetingValueCreativeSize -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TargetingValueCreativeSize Source # 
Generic TargetingValueCreativeSize Source # 
ToJSON TargetingValueCreativeSize Source # 
FromJSON TargetingValueCreativeSize Source # 
type Rep TargetingValueCreativeSize Source # 
type Rep TargetingValueCreativeSize = D1 (MetaData "TargetingValueCreativeSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

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

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

tvcsSize :: Lens' TargetingValueCreativeSize (Maybe TargetingValueSize) Source #

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

tvcsCompanionSizes :: Lens' TargetingValueCreativeSize [TargetingValueSize] Source #

For video size type, the list of companion sizes.

tvcsSkippableAdType :: Lens' TargetingValueCreativeSize (Maybe Text) Source #

The skippable ad type for video size.

DealTermsGuaranteedFixedPriceTermsBillingInfo

data DealTermsGuaranteedFixedPriceTermsBillingInfo Source #

Instances

Eq DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Data DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 

Methods

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

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

toConstr :: DealTermsGuaranteedFixedPriceTermsBillingInfo -> Constr #

dataTypeOf :: DealTermsGuaranteedFixedPriceTermsBillingInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
Generic DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
ToJSON DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
FromJSON DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo Source # 
type Rep DealTermsGuaranteedFixedPriceTermsBillingInfo = D1 (MetaData "DealTermsGuaranteedFixedPriceTermsBillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.

dtgfptbiDfpLineItemId :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) Source #

The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.

dtgfptbiPrice :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Price) Source #

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

dtgfptbiOriginalContractedQuantity :: Lens' DealTermsGuaranteedFixedPriceTermsBillingInfo (Maybe Int64) Source #

The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.

GetPublisherProFilesByAccountIdResponse

data GetPublisherProFilesByAccountIdResponse Source #

Instances

Eq GetPublisherProFilesByAccountIdResponse Source # 
Data GetPublisherProFilesByAccountIdResponse Source # 

Methods

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

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

toConstr :: GetPublisherProFilesByAccountIdResponse -> Constr #

dataTypeOf :: GetPublisherProFilesByAccountIdResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetPublisherProFilesByAccountIdResponse Source # 
Generic GetPublisherProFilesByAccountIdResponse Source # 
ToJSON GetPublisherProFilesByAccountIdResponse Source # 
FromJSON GetPublisherProFilesByAccountIdResponse Source # 
type Rep GetPublisherProFilesByAccountIdResponse Source # 
type Rep GetPublisherProFilesByAccountIdResponse = D1 (MetaData "GetPublisherProFilesByAccountIdResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "GetPublisherProFilesByAccountIdResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gppfbairProFiles") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [PublisherProFileAPIProto]))))

getPublisherProFilesByAccountIdResponse :: GetPublisherProFilesByAccountIdResponse Source #

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

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

Proposal

data Proposal Source #

Represents a proposal in the marketplace. A proposal is the unit of negotiation between a seller and a buyer and contains deals which are served. Each field in a proposal can have one of the following setting: (readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.

See: proposal smart constructor.

Instances

Eq Proposal Source # 
Data Proposal Source # 

Methods

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

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

toConstr :: Proposal -> Constr #

dataTypeOf :: Proposal -> DataType #

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

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

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

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

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

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

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

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Proposal -> m Proposal #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Proposal -> m Proposal #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Proposal -> m Proposal #

Show Proposal Source # 
Generic Proposal Source # 

Associated Types

type Rep Proposal :: * -> * #

Methods

from :: Proposal -> Rep Proposal x #

to :: Rep Proposal x -> Proposal #

ToJSON Proposal Source # 
FromJSON Proposal Source # 
type Rep Proposal Source # 
type Rep Proposal = D1 (MetaData "Proposal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

Private data for buyer. (hidden from seller).

pIsSetupComplete :: Lens' Proposal (Maybe Bool) Source #

True, if the buyside inventory setup is complete for this proposal. (readonly, except via OrderSetupCompleted action)

pInventorySource :: Lens' Proposal (Maybe Text) Source #

What exchange will provide this inventory (readonly, except on create).

pBuyerContacts :: Lens' Proposal [ContactInformation] Source #

Optional contact information of the buyer. (seller-readonly)

pKind :: Lens' Proposal Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#proposal".

pOriginatorRole :: Lens' Proposal (Maybe Text) Source #

Indicates whether the buyer/seller created the proposal.(readonly)

pDBmAdvertiserIds :: Lens' Proposal [Text] Source #

IDs of DBM advertisers permission to this proposal.

pRevisionNumber :: Lens' Proposal (Maybe Int64) Source #

The revision number for the proposal (readonly).

pBilledBuyer :: Lens' Proposal (Maybe Buyer) Source #

Reference to the buyer that will get billed for this proposal. (readonly)

pPrivateAuctionId :: Lens' Proposal (Maybe Text) Source #

Optional private auction id if this proposal is a private auction proposal.

pIsRenegotiating :: Lens' Proposal (Maybe Bool) Source #

True if the proposal is being renegotiated (readonly).

pHasSellerSignedOff :: Lens' Proposal (Maybe Bool) Source #

When an proposal is in an accepted state, indicates whether the buyer has signed off Once both sides have signed off on a deal, the proposal can be finalized by the seller. (buyer-readonly)

pSeller :: Lens' Proposal (Maybe Seller) Source #

Reference to the seller on the proposal. (readonly, except on create)

pProposalId :: Lens' Proposal (Maybe Text) Source #

The unique id of the proposal. (readonly).

pName :: Lens' Proposal (Maybe Text) Source #

The name for the proposal (updatable)

pSellerContacts :: Lens' Proposal [ContactInformation] Source #

Optional contact information of the seller (buyer-readonly).

pLabels :: Lens' Proposal [MarketplaceLabel] Source #

List of labels associated with the proposal. (readonly)

pRevisionTimeMs :: Lens' Proposal (Maybe Int64) Source #

The time (ms since epoch) when the proposal was last revised (readonly).

pProposalState :: Lens' Proposal (Maybe Text) Source #

The current state of the proposal. (readonly)

pLastUpdaterOrCommentorRole :: Lens' Proposal (Maybe Text) Source #

The role of the last user that either updated the proposal or left a comment. (readonly)

pNegotiationId :: Lens' Proposal (Maybe Text) Source #

Optional negotiation id if this proposal is a preferred deal proposal.

pHasBuyerSignedOff :: Lens' Proposal (Maybe Bool) Source #

When an proposal is in an accepted state, indicates whether the buyer has signed off. Once both sides have signed off on a deal, the proposal can be finalized by the seller. (seller-readonly)

pBuyer :: Lens' Proposal (Maybe Buyer) Source #

Reference to the buyer on the proposal. (readonly, except on create)

BillingInfoList

data BillingInfoList Source #

A billing info feed lists Billing Info the Ad Exchange buyer account has access to. Each entry in the feed corresponds to a single billing info.

See: billingInfoList smart constructor.

Instances

Eq BillingInfoList Source # 
Data BillingInfoList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BillingInfoList -> c BillingInfoList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BillingInfoList #

toConstr :: BillingInfoList -> Constr #

dataTypeOf :: BillingInfoList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BillingInfoList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BillingInfoList) #

gmapT :: (forall b. Data b => b -> b) -> BillingInfoList -> BillingInfoList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfoList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfoList -> r #

gmapQ :: (forall d. Data d => d -> u) -> BillingInfoList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BillingInfoList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BillingInfoList -> m BillingInfoList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfoList -> m BillingInfoList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfoList -> m BillingInfoList #

Show BillingInfoList Source # 
Generic BillingInfoList Source # 
ToJSON BillingInfoList Source # 
FromJSON BillingInfoList Source # 
type Rep BillingInfoList Source # 
type Rep BillingInfoList = D1 (MetaData "BillingInfoList" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of BillingInfoList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

bilItems :: Lens' BillingInfoList [BillingInfo] Source #

A list of billing info relevant for your account.

AddOrderNotesResponse

data AddOrderNotesResponse Source #

Instances

Eq AddOrderNotesResponse Source # 
Data AddOrderNotesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddOrderNotesResponse -> c AddOrderNotesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddOrderNotesResponse #

toConstr :: AddOrderNotesResponse -> Constr #

dataTypeOf :: AddOrderNotesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddOrderNotesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddOrderNotesResponse) #

gmapT :: (forall b. Data b => b -> b) -> AddOrderNotesResponse -> AddOrderNotesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderNotesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderNotesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddOrderNotesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddOrderNotesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddOrderNotesResponse -> m AddOrderNotesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderNotesResponse -> m AddOrderNotesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderNotesResponse -> m AddOrderNotesResponse #

Show AddOrderNotesResponse Source # 
Generic AddOrderNotesResponse Source # 
ToJSON AddOrderNotesResponse Source # 
FromJSON AddOrderNotesResponse Source # 
type Rep AddOrderNotesResponse Source # 
type Rep AddOrderNotesResponse = D1 (MetaData "AddOrderNotesResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "AddOrderNotesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_aNotes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [MarketplaceNote]))))

addOrderNotesResponse :: AddOrderNotesResponse Source #

Creates a value of AddOrderNotesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

TargetingValueSize

data TargetingValueSize Source #

Instances

Eq TargetingValueSize Source # 
Data TargetingValueSize Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TargetingValueSize -> c TargetingValueSize #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TargetingValueSize #

toConstr :: TargetingValueSize -> Constr #

dataTypeOf :: TargetingValueSize -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TargetingValueSize) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TargetingValueSize) #

gmapT :: (forall b. Data b => b -> b) -> TargetingValueSize -> TargetingValueSize #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueSize -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueSize -> r #

gmapQ :: (forall d. Data d => d -> u) -> TargetingValueSize -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TargetingValueSize -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TargetingValueSize -> m TargetingValueSize #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueSize -> m TargetingValueSize #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueSize -> m TargetingValueSize #

Show TargetingValueSize Source # 
Generic TargetingValueSize Source # 
ToJSON TargetingValueSize Source # 
FromJSON TargetingValueSize Source # 
type Rep TargetingValueSize Source # 
type Rep TargetingValueSize = D1 (MetaData "TargetingValueSize" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of TargetingValueSize with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tvsHeight :: Lens' TargetingValueSize (Maybe Int32) Source #

The height of the creative.

tvsWidth :: Lens' TargetingValueSize (Maybe Int32) Source #

The width of the creative.

UpdatePrivateAuctionProposalRequest

data UpdatePrivateAuctionProposalRequest Source #

Instances

Eq UpdatePrivateAuctionProposalRequest Source # 
Data UpdatePrivateAuctionProposalRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdatePrivateAuctionProposalRequest -> c UpdatePrivateAuctionProposalRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdatePrivateAuctionProposalRequest #

toConstr :: UpdatePrivateAuctionProposalRequest -> Constr #

dataTypeOf :: UpdatePrivateAuctionProposalRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdatePrivateAuctionProposalRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdatePrivateAuctionProposalRequest) #

gmapT :: (forall b. Data b => b -> b) -> UpdatePrivateAuctionProposalRequest -> UpdatePrivateAuctionProposalRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdatePrivateAuctionProposalRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdatePrivateAuctionProposalRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdatePrivateAuctionProposalRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdatePrivateAuctionProposalRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdatePrivateAuctionProposalRequest -> m UpdatePrivateAuctionProposalRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdatePrivateAuctionProposalRequest -> m UpdatePrivateAuctionProposalRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdatePrivateAuctionProposalRequest -> m UpdatePrivateAuctionProposalRequest #

Show UpdatePrivateAuctionProposalRequest Source # 
Generic UpdatePrivateAuctionProposalRequest Source # 
ToJSON UpdatePrivateAuctionProposalRequest Source # 
FromJSON UpdatePrivateAuctionProposalRequest Source # 
type Rep UpdatePrivateAuctionProposalRequest Source # 
type Rep UpdatePrivateAuctionProposalRequest = D1 (MetaData "UpdatePrivateAuctionProposalRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of UpdatePrivateAuctionProposalRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

upaprExternalDealId :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Text) Source #

The externalDealId of the deal to be updated.

upaprUpdateAction :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Text) Source #

The proposed action on the private auction proposal.

upaprProposalRevisionNumber :: Lens' UpdatePrivateAuctionProposalRequest (Maybe Int64) Source #

The current revision number of the proposal to be updated.

PretargetingConfigDimensionsItem

data PretargetingConfigDimensionsItem Source #

Instances

Eq PretargetingConfigDimensionsItem Source # 
Data PretargetingConfigDimensionsItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PretargetingConfigDimensionsItem -> c PretargetingConfigDimensionsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PretargetingConfigDimensionsItem #

toConstr :: PretargetingConfigDimensionsItem -> Constr #

dataTypeOf :: PretargetingConfigDimensionsItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PretargetingConfigDimensionsItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PretargetingConfigDimensionsItem) #

gmapT :: (forall b. Data b => b -> b) -> PretargetingConfigDimensionsItem -> PretargetingConfigDimensionsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigDimensionsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigDimensionsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> PretargetingConfigDimensionsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PretargetingConfigDimensionsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PretargetingConfigDimensionsItem -> m PretargetingConfigDimensionsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigDimensionsItem -> m PretargetingConfigDimensionsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigDimensionsItem -> m PretargetingConfigDimensionsItem #

Show PretargetingConfigDimensionsItem Source # 
Generic PretargetingConfigDimensionsItem Source # 
ToJSON PretargetingConfigDimensionsItem Source # 
FromJSON PretargetingConfigDimensionsItem Source # 
type Rep PretargetingConfigDimensionsItem Source # 
type Rep PretargetingConfigDimensionsItem = D1 (MetaData "PretargetingConfigDimensionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of PretargetingConfigDimensionsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

CreativeCorrectionsItemContextsItem

data CreativeCorrectionsItemContextsItem Source #

Instances

Eq CreativeCorrectionsItemContextsItem Source # 
Data CreativeCorrectionsItemContextsItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeCorrectionsItemContextsItem -> c CreativeCorrectionsItemContextsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeCorrectionsItemContextsItem #

toConstr :: CreativeCorrectionsItemContextsItem -> Constr #

dataTypeOf :: CreativeCorrectionsItemContextsItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeCorrectionsItemContextsItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeCorrectionsItemContextsItem) #

gmapT :: (forall b. Data b => b -> b) -> CreativeCorrectionsItemContextsItem -> CreativeCorrectionsItemContextsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeCorrectionsItemContextsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeCorrectionsItemContextsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeCorrectionsItemContextsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeCorrectionsItemContextsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeCorrectionsItemContextsItem -> m CreativeCorrectionsItemContextsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeCorrectionsItemContextsItem -> m CreativeCorrectionsItemContextsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeCorrectionsItemContextsItem -> m CreativeCorrectionsItemContextsItem #

Show CreativeCorrectionsItemContextsItem Source # 
Generic CreativeCorrectionsItemContextsItem Source # 
ToJSON CreativeCorrectionsItemContextsItem Source # 
FromJSON CreativeCorrectionsItemContextsItem Source # 
type Rep CreativeCorrectionsItemContextsItem Source # 
type Rep CreativeCorrectionsItemContextsItem = D1 (MetaData "CreativeCorrectionsItemContextsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeCorrectionsItemContextsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cciciPlatform :: Lens' CreativeCorrectionsItemContextsItem [Text] Source #

Only set when contextType=PLATFORM. Represents the platforms this correction applies to.

cciciContextType :: Lens' CreativeCorrectionsItemContextsItem (Maybe Text) Source #

The type of context (e.g., location, platform, auction type, SSL-ness).

cciciAuctionType :: Lens' CreativeCorrectionsItemContextsItem [Text] Source #

Only set when contextType=AUCTION_TYPE. Represents the auction types this correction applies to.

cciciGeoCriteriaId :: Lens' CreativeCorrectionsItemContextsItem [Int32] Source #

Only set when contextType=LOCATION. Represents the geo criterias this correction applies to.

PublisherProvidedForecast

data PublisherProvidedForecast Source #

This message carries publisher provided forecasting information.

See: publisherProvidedForecast smart constructor.

Instances

Eq PublisherProvidedForecast Source # 
Data PublisherProvidedForecast Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PublisherProvidedForecast -> c PublisherProvidedForecast #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PublisherProvidedForecast #

toConstr :: PublisherProvidedForecast -> Constr #

dataTypeOf :: PublisherProvidedForecast -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PublisherProvidedForecast) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PublisherProvidedForecast) #

gmapT :: (forall b. Data b => b -> b) -> PublisherProvidedForecast -> PublisherProvidedForecast #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProvidedForecast -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProvidedForecast -> r #

gmapQ :: (forall d. Data d => d -> u) -> PublisherProvidedForecast -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PublisherProvidedForecast -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PublisherProvidedForecast -> m PublisherProvidedForecast #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProvidedForecast -> m PublisherProvidedForecast #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProvidedForecast -> m PublisherProvidedForecast #

Show PublisherProvidedForecast Source # 
Generic PublisherProvidedForecast Source # 
ToJSON PublisherProvidedForecast Source # 
FromJSON PublisherProvidedForecast Source # 
type Rep PublisherProvidedForecast Source # 
type Rep PublisherProvidedForecast = D1 (MetaData "PublisherProvidedForecast" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of PublisherProvidedForecast with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ppfWeeklyImpressions :: Lens' PublisherProvidedForecast (Maybe Int64) Source #

Publisher provided weekly impressions.

ppfWeeklyUniques :: Lens' PublisherProvidedForecast (Maybe Int64) Source #

Publisher provided weekly uniques.

ppfDimensions :: Lens' PublisherProvidedForecast [Dimension] Source #

Publisher provided dimensions. E.g. geo, sizes etc...

TargetingValue

data TargetingValue Source #

Instances

Eq TargetingValue Source # 
Data TargetingValue Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TargetingValue -> c TargetingValue #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TargetingValue #

toConstr :: TargetingValue -> Constr #

dataTypeOf :: TargetingValue -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TargetingValue) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TargetingValue) #

gmapT :: (forall b. Data b => b -> b) -> TargetingValue -> TargetingValue #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValue -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValue -> r #

gmapQ :: (forall d. Data d => d -> u) -> TargetingValue -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TargetingValue -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TargetingValue -> m TargetingValue #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValue -> m TargetingValue #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValue -> m TargetingValue #

Show TargetingValue Source # 
Generic TargetingValue Source # 

Associated Types

type Rep TargetingValue :: * -> * #

ToJSON TargetingValue Source # 
FromJSON TargetingValue Source # 
type Rep TargetingValue Source # 
type Rep TargetingValue = D1 (MetaData "TargetingValue" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of TargetingValue with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tvCreativeSizeValue :: Lens' TargetingValue (Maybe TargetingValueCreativeSize) Source #

The creative size value to exclude/include.

tvStringValue :: Lens' TargetingValue (Maybe Text) Source #

The string value to exclude/include.

tvLongValue :: Lens' TargetingValue (Maybe Int64) Source #

The long value to exclude/include.

tvDayPartTargetingValue :: Lens' TargetingValue (Maybe TargetingValueDayPartTargeting) Source #

The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.

CreativeNATiveAdAppIcon

data CreativeNATiveAdAppIcon Source #

The app icon, for app download ads.

See: creativeNATiveAdAppIcon smart constructor.

Instances

Eq CreativeNATiveAdAppIcon Source # 
Data CreativeNATiveAdAppIcon Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeNATiveAdAppIcon -> c CreativeNATiveAdAppIcon #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeNATiveAdAppIcon #

toConstr :: CreativeNATiveAdAppIcon -> Constr #

dataTypeOf :: CreativeNATiveAdAppIcon -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeNATiveAdAppIcon) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeNATiveAdAppIcon) #

gmapT :: (forall b. Data b => b -> b) -> CreativeNATiveAdAppIcon -> CreativeNATiveAdAppIcon #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdAppIcon -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdAppIcon -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeNATiveAdAppIcon -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeNATiveAdAppIcon -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeNATiveAdAppIcon -> m CreativeNATiveAdAppIcon #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdAppIcon -> m CreativeNATiveAdAppIcon #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdAppIcon -> m CreativeNATiveAdAppIcon #

Show CreativeNATiveAdAppIcon Source # 
Generic CreativeNATiveAdAppIcon Source # 
ToJSON CreativeNATiveAdAppIcon Source # 
FromJSON CreativeNATiveAdAppIcon Source # 
type Rep CreativeNATiveAdAppIcon Source # 
type Rep CreativeNATiveAdAppIcon = D1 (MetaData "CreativeNATiveAdAppIcon" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeNATiveAdAppIcon with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Price

data Price Source #

Instances

Eq Price Source # 

Methods

(==) :: Price -> Price -> Bool #

(/=) :: Price -> Price -> Bool #

Data Price Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Price -> c Price #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Price #

toConstr :: Price -> Constr #

dataTypeOf :: Price -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Price) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Price) #

gmapT :: (forall b. Data b => b -> b) -> Price -> Price #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Price -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Price -> r #

gmapQ :: (forall d. Data d => d -> u) -> Price -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Price -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Price -> m Price #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Price -> m Price #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Price -> m Price #

Show Price Source # 

Methods

showsPrec :: Int -> Price -> ShowS #

show :: Price -> String #

showList :: [Price] -> ShowS #

Generic Price Source # 

Associated Types

type Rep Price :: * -> * #

Methods

from :: Price -> Rep Price x #

to :: Rep Price x -> Price #

ToJSON Price Source # 
FromJSON Price Source # 
type Rep Price Source # 
type Rep Price = D1 (MetaData "Price" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of Price with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pCurrencyCode :: Lens' Price (Maybe Text) Source #

The currency code for the price.

pAmountMicros :: Lens' Price (Maybe Double) Source #

The price value in micros.

pPricingType :: Lens' Price (Maybe Text) Source #

The pricing type for the deal/product.

pExpectedCpmMicros :: Lens' Price (Maybe Double) Source #

In case of CPD deals, the expected CPM in micros.

PretargetingConfigVideoPlayerSizesItem

data PretargetingConfigVideoPlayerSizesItem Source #

Instances

Eq PretargetingConfigVideoPlayerSizesItem Source # 
Data PretargetingConfigVideoPlayerSizesItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PretargetingConfigVideoPlayerSizesItem -> c PretargetingConfigVideoPlayerSizesItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PretargetingConfigVideoPlayerSizesItem #

toConstr :: PretargetingConfigVideoPlayerSizesItem -> Constr #

dataTypeOf :: PretargetingConfigVideoPlayerSizesItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PretargetingConfigVideoPlayerSizesItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PretargetingConfigVideoPlayerSizesItem) #

gmapT :: (forall b. Data b => b -> b) -> PretargetingConfigVideoPlayerSizesItem -> PretargetingConfigVideoPlayerSizesItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigVideoPlayerSizesItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigVideoPlayerSizesItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> PretargetingConfigVideoPlayerSizesItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PretargetingConfigVideoPlayerSizesItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PretargetingConfigVideoPlayerSizesItem -> m PretargetingConfigVideoPlayerSizesItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigVideoPlayerSizesItem -> m PretargetingConfigVideoPlayerSizesItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigVideoPlayerSizesItem -> m PretargetingConfigVideoPlayerSizesItem #

Show PretargetingConfigVideoPlayerSizesItem Source # 
Generic PretargetingConfigVideoPlayerSizesItem Source # 
ToJSON PretargetingConfigVideoPlayerSizesItem Source # 
FromJSON PretargetingConfigVideoPlayerSizesItem Source # 
type Rep PretargetingConfigVideoPlayerSizesItem Source # 
type Rep PretargetingConfigVideoPlayerSizesItem = D1 (MetaData "PretargetingConfigVideoPlayerSizesItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of PretargetingConfigVideoPlayerSizesItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pcvpsiMinWidth :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Int64) Source #

The minimum player width in pixels. Leave this field blank to match any player width.

pcvpsiAspectRatio :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Text) Source #

The type of aspect ratio. Leave this field blank to match all aspect ratios.

pcvpsiMinHeight :: Lens' PretargetingConfigVideoPlayerSizesItem (Maybe Int64) Source #

The minimum player height in pixels. Leave this field blank to match any player height.

EditAllOrderDealsRequest

data EditAllOrderDealsRequest Source #

Instances

Eq EditAllOrderDealsRequest Source # 
Data EditAllOrderDealsRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EditAllOrderDealsRequest -> c EditAllOrderDealsRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EditAllOrderDealsRequest #

toConstr :: EditAllOrderDealsRequest -> Constr #

dataTypeOf :: EditAllOrderDealsRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EditAllOrderDealsRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EditAllOrderDealsRequest) #

gmapT :: (forall b. Data b => b -> b) -> EditAllOrderDealsRequest -> EditAllOrderDealsRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EditAllOrderDealsRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EditAllOrderDealsRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> EditAllOrderDealsRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EditAllOrderDealsRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EditAllOrderDealsRequest -> m EditAllOrderDealsRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EditAllOrderDealsRequest -> m EditAllOrderDealsRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EditAllOrderDealsRequest -> m EditAllOrderDealsRequest #

Show EditAllOrderDealsRequest Source # 
Generic EditAllOrderDealsRequest Source # 
ToJSON EditAllOrderDealsRequest Source # 
FromJSON EditAllOrderDealsRequest Source # 
type Rep EditAllOrderDealsRequest Source # 
type Rep EditAllOrderDealsRequest = D1 (MetaData "EditAllOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of EditAllOrderDealsRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eUpdateAction :: Lens' EditAllOrderDealsRequest (Maybe Text) Source #

Indicates an optional action to take on the proposal

eDeals :: Lens' EditAllOrderDealsRequest [MarketplaceDeal] Source #

List of deals to edit. Service may perform 3 different operations based on comparison of deals in this list vs deals already persisted in database: 1. Add new deal to proposal If a deal in this list does not exist in the proposal, the service will create a new deal and add it to the proposal. Validation will follow AddOrderDealsRequest. 2. Update existing deal in the proposal If a deal in this list already exist in the proposal, the service will update that existing deal to this new deal in the request. Validation will follow UpdateOrderDealsRequest. 3. Delete deals from the proposal (just need the id) If a existing deal in the proposal is not present in this list, the service will delete that deal from the proposal. Validation will follow DeleteOrderDealsRequest.

eProposalRevisionNumber :: Lens' EditAllOrderDealsRequest (Maybe Int64) Source #

The last known revision number for the proposal.

eProposal :: Lens' EditAllOrderDealsRequest (Maybe Proposal) Source #

If specified, also updates the proposal in the batch transaction. This is useful when the proposal and the deals need to be updated in one transaction.

BillingInfo

data BillingInfo Source #

The configuration data for an Ad Exchange billing info.

See: billingInfo smart constructor.

Instances

Eq BillingInfo Source # 
Data BillingInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BillingInfo -> c BillingInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BillingInfo #

toConstr :: BillingInfo -> Constr #

dataTypeOf :: BillingInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BillingInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BillingInfo) #

gmapT :: (forall b. Data b => b -> b) -> BillingInfo -> BillingInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BillingInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> BillingInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BillingInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BillingInfo -> m BillingInfo #

Show BillingInfo Source # 
Generic BillingInfo Source # 

Associated Types

type Rep BillingInfo :: * -> * #

ToJSON BillingInfo Source # 
FromJSON BillingInfo Source # 
type Rep BillingInfo Source # 
type Rep BillingInfo = D1 (MetaData "BillingInfo" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of BillingInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

biKind :: Lens' BillingInfo Text Source #

Resource type.

biBillingId :: Lens' BillingInfo [Text] Source #

A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account.

TargetingValueDayPartTargeting

data TargetingValueDayPartTargeting Source #

Instances

Eq TargetingValueDayPartTargeting Source # 
Data TargetingValueDayPartTargeting Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TargetingValueDayPartTargeting -> c TargetingValueDayPartTargeting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TargetingValueDayPartTargeting #

toConstr :: TargetingValueDayPartTargeting -> Constr #

dataTypeOf :: TargetingValueDayPartTargeting -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TargetingValueDayPartTargeting) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TargetingValueDayPartTargeting) #

gmapT :: (forall b. Data b => b -> b) -> TargetingValueDayPartTargeting -> TargetingValueDayPartTargeting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueDayPartTargeting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TargetingValueDayPartTargeting -> r #

gmapQ :: (forall d. Data d => d -> u) -> TargetingValueDayPartTargeting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TargetingValueDayPartTargeting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TargetingValueDayPartTargeting -> m TargetingValueDayPartTargeting #

Show TargetingValueDayPartTargeting Source # 
Generic TargetingValueDayPartTargeting Source # 
ToJSON TargetingValueDayPartTargeting Source # 
FromJSON TargetingValueDayPartTargeting Source # 
type Rep TargetingValueDayPartTargeting Source # 
type Rep TargetingValueDayPartTargeting = D1 (MetaData "TargetingValueDayPartTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of TargetingValueDayPartTargeting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SharedTargeting

data SharedTargeting Source #

Instances

Eq SharedTargeting Source # 
Data SharedTargeting Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SharedTargeting -> c SharedTargeting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SharedTargeting #

toConstr :: SharedTargeting -> Constr #

dataTypeOf :: SharedTargeting -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SharedTargeting) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SharedTargeting) #

gmapT :: (forall b. Data b => b -> b) -> SharedTargeting -> SharedTargeting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SharedTargeting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SharedTargeting -> r #

gmapQ :: (forall d. Data d => d -> u) -> SharedTargeting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SharedTargeting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SharedTargeting -> m SharedTargeting #

Show SharedTargeting Source # 
Generic SharedTargeting Source # 
ToJSON SharedTargeting Source # 
FromJSON SharedTargeting Source # 
type Rep SharedTargeting Source # 
type Rep SharedTargeting = D1 (MetaData "SharedTargeting" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of SharedTargeting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

stKey :: Lens' SharedTargeting (Maybe Text) Source #

The key representing the shared targeting criterion.

stExclusions :: Lens' SharedTargeting [TargetingValue] Source #

The list of values to exclude from targeting. Each value is AND'd together.

stInclusions :: Lens' SharedTargeting [TargetingValue] Source #

The list of value to include as part of the targeting. Each value is OR'd together.

CreativeNATiveAdImage

data CreativeNATiveAdImage Source #

A large image.

See: creativeNATiveAdImage smart constructor.

Instances

Eq CreativeNATiveAdImage Source # 
Data CreativeNATiveAdImage Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeNATiveAdImage -> c CreativeNATiveAdImage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeNATiveAdImage #

toConstr :: CreativeNATiveAdImage -> Constr #

dataTypeOf :: CreativeNATiveAdImage -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeNATiveAdImage) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeNATiveAdImage) #

gmapT :: (forall b. Data b => b -> b) -> CreativeNATiveAdImage -> CreativeNATiveAdImage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdImage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeNATiveAdImage -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeNATiveAdImage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeNATiveAdImage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeNATiveAdImage -> m CreativeNATiveAdImage #

Show CreativeNATiveAdImage Source # 
Generic CreativeNATiveAdImage Source # 
ToJSON CreativeNATiveAdImage Source # 
FromJSON CreativeNATiveAdImage Source # 
type Rep CreativeNATiveAdImage Source # 
type Rep CreativeNATiveAdImage = D1 (MetaData "CreativeNATiveAdImage" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeNATiveAdImage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Product

data Product Source #

A product is segment of inventory that a seller wishes to sell. It is associated with certain terms and targeting information which helps buyer know more about the inventory. Each field in a product can have one of the following setting: (readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.

See: product smart constructor.

Instances

Eq Product Source # 

Methods

(==) :: Product -> Product -> Bool #

(/=) :: Product -> Product -> Bool #

Data Product Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Product -> c Product #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Product #

toConstr :: Product -> Constr #

dataTypeOf :: Product -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Product) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Product) #

gmapT :: (forall b. Data b => b -> b) -> Product -> Product #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Product -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Product -> r #

gmapQ :: (forall d. Data d => d -> u) -> Product -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Product -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Product -> m Product #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Product -> m Product #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Product -> m Product #

Show Product Source # 
Generic Product Source # 

Associated Types

type Rep Product :: * -> * #

Methods

from :: Product -> Rep Product x #

to :: Rep Product x -> Product #

ToJSON Product Source # 
FromJSON Product Source # 
type Rep Product Source # 
type Rep Product = D1 (MetaData "Product" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

The state of the product. (buyer-readonly)

proInventorySource :: Lens' Product (Maybe Text) Source #

What exchange will provide this inventory (readonly, except on create).

proWebPropertyCode :: Lens' Product (Maybe Text) Source #

The web property code for the seller. This field is meant to be copied over as is when creating deals.

proCreationTimeMs :: Lens' Product (Maybe Int64) Source #

Creation time in ms. since epoch (readonly)

proTerms :: Lens' Product (Maybe DealTerms) Source #

The negotiable terms of the deal (buyer-readonly)

proLastUpdateTimeMs :: Lens' Product (Maybe Int64) Source #

Time of last update in ms. since epoch (readonly)

proKind :: Lens' Product Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#product".

proRevisionNumber :: Lens' Product (Maybe Int64) Source #

The revision number of the product. (readonly)

proPrivateAuctionId :: Lens' Product (Maybe Text) Source #

Optional private auction id if this offer is a private auction offer.

proDeliveryControl :: Lens' Product (Maybe DeliveryControl) Source #

The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.

proHasCreatorSignedOff :: Lens' Product (Maybe Bool) Source #

If the creator has already signed off on the product, then the buyer can finalize the deal by accepting the product as is. When copying to a proposal, if any of the terms are changed, then auto_finalize is automatically set to false.

proFlightStartTimeMs :: Lens' Product (Maybe Int64) Source #

Inventory availability dates. (times are in ms since epoch) The granularity is generally in the order of seconds. (buyer-readonly)

proSharedTargetings :: Lens' Product [SharedTargeting] Source #

Targeting that is shared between the buyer and the seller. Each targeting criteria has a specified key and for each key there is a list of inclusion value or exclusion values. (buyer-readonly)

proSeller :: Lens' Product (Maybe Seller) Source #

Information about the seller that created this product (readonly, except on create)

proSyndicationProduct :: Lens' Product (Maybe Text) Source #

The syndication product associated with the deal. (readonly, except on create)

proFlightEndTimeMs :: Lens' Product (Maybe Int64) Source #

The proposed end time for the deal (ms since epoch) (buyer-readonly)

proName :: Lens' Product (Maybe Text) Source #

The name for this product as set by the seller. (buyer-readonly)

proCreatorContacts :: Lens' Product [ContactInformation] Source #

Optional contact information for the creator of this product. (buyer-readonly)

proMarketplacePublisherProFileId :: Lens' Product (Maybe Text) Source #

Marketplace publisher profile Id. This Id differs from the regular publisher_profile_id in that 1. This is a new id, the old Id will be deprecated in 2017. 2. This id uniquely identifies a publisher profile by itself.

proPublisherProvidedForecast :: Lens' Product (Maybe PublisherProvidedForecast) Source #

Publisher self-provided forecast information.

proLabels :: Lens' Product [MarketplaceLabel] Source #

Optional List of labels for the product (optional, buyer-readonly).

proPublisherProFileId :: Lens' Product (Maybe Text) Source #

Id of the publisher profile for a given seller. A (seller.account_id, publisher_profile_id) pair uniquely identifies a publisher profile. Buyers can call the PublisherProfiles::List endpoint to get a list of publisher profiles for a given seller.

proLegacyOfferId :: Lens' Product (Maybe Text) Source #

Optional legacy offer id if this offer is a preferred deal offer.

proProductId :: Lens' Product (Maybe Text) Source #

The unique id for the product (readonly)

CreativeServingRestrictionsItem

data CreativeServingRestrictionsItem Source #

Instances

Eq CreativeServingRestrictionsItem Source # 
Data CreativeServingRestrictionsItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeServingRestrictionsItem -> c CreativeServingRestrictionsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeServingRestrictionsItem #

toConstr :: CreativeServingRestrictionsItem -> Constr #

dataTypeOf :: CreativeServingRestrictionsItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeServingRestrictionsItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeServingRestrictionsItem) #

gmapT :: (forall b. Data b => b -> b) -> CreativeServingRestrictionsItem -> CreativeServingRestrictionsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeServingRestrictionsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeServingRestrictionsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeServingRestrictionsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeServingRestrictionsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeServingRestrictionsItem -> m CreativeServingRestrictionsItem #

Show CreativeServingRestrictionsItem Source # 
Generic CreativeServingRestrictionsItem Source # 
ToJSON CreativeServingRestrictionsItem Source # 
FromJSON CreativeServingRestrictionsItem Source # 
type Rep CreativeServingRestrictionsItem Source # 
type Rep CreativeServingRestrictionsItem = D1 (MetaData "CreativeServingRestrictionsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeServingRestrictionsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csriReason :: Lens' CreativeServingRestrictionsItem (Maybe Text) Source #

Why the creative is ineligible to serve in this context (e.g., it has been explicitly disapproved or is pending review).

csriDisApprovalReasons :: Lens' CreativeServingRestrictionsItem [CreativeServingRestrictionsItemDisApprovalReasonsItem] Source #

The reasons for disapproval within this restriction, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED or CONDITIONALLY_APPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue.

DeleteOrderDealsResponse

data DeleteOrderDealsResponse Source #

Instances

Eq DeleteOrderDealsResponse Source # 
Data DeleteOrderDealsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteOrderDealsResponse -> c DeleteOrderDealsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteOrderDealsResponse #

toConstr :: DeleteOrderDealsResponse -> Constr #

dataTypeOf :: DeleteOrderDealsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteOrderDealsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteOrderDealsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteOrderDealsResponse -> DeleteOrderDealsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteOrderDealsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteOrderDealsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteOrderDealsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteOrderDealsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteOrderDealsResponse -> m DeleteOrderDealsResponse #

Show DeleteOrderDealsResponse Source # 
Generic DeleteOrderDealsResponse Source # 
ToJSON DeleteOrderDealsResponse Source # 
FromJSON DeleteOrderDealsResponse Source # 
type Rep DeleteOrderDealsResponse Source # 
type Rep DeleteOrderDealsResponse = D1 (MetaData "DeleteOrderDealsResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of DeleteOrderDealsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dDeals :: Lens' DeleteOrderDealsResponse [MarketplaceDeal] Source #

List of deals deleted (in the same proposal as passed in the request)

dProposalRevisionNumber :: Lens' DeleteOrderDealsResponse (Maybe Int64) Source #

The updated revision number for the proposal.

PretargetingConfigPlacementsItem

data PretargetingConfigPlacementsItem Source #

Instances

Eq PretargetingConfigPlacementsItem Source # 
Data PretargetingConfigPlacementsItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PretargetingConfigPlacementsItem -> c PretargetingConfigPlacementsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PretargetingConfigPlacementsItem #

toConstr :: PretargetingConfigPlacementsItem -> Constr #

dataTypeOf :: PretargetingConfigPlacementsItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PretargetingConfigPlacementsItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PretargetingConfigPlacementsItem) #

gmapT :: (forall b. Data b => b -> b) -> PretargetingConfigPlacementsItem -> PretargetingConfigPlacementsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigPlacementsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PretargetingConfigPlacementsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> PretargetingConfigPlacementsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PretargetingConfigPlacementsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PretargetingConfigPlacementsItem -> m PretargetingConfigPlacementsItem #

Show PretargetingConfigPlacementsItem Source # 
Generic PretargetingConfigPlacementsItem Source # 
ToJSON PretargetingConfigPlacementsItem Source # 
FromJSON PretargetingConfigPlacementsItem Source # 
type Rep PretargetingConfigPlacementsItem Source # 
type Rep PretargetingConfigPlacementsItem = D1 (MetaData "PretargetingConfigPlacementsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of PretargetingConfigPlacementsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pcpiToken :: Lens' PretargetingConfigPlacementsItem (Maybe Text) Source #

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.

PublisherProFileAPIProto

data PublisherProFileAPIProto Source #

Instances

Eq PublisherProFileAPIProto Source # 
Data PublisherProFileAPIProto Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PublisherProFileAPIProto -> c PublisherProFileAPIProto #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PublisherProFileAPIProto #

toConstr :: PublisherProFileAPIProto -> Constr #

dataTypeOf :: PublisherProFileAPIProto -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PublisherProFileAPIProto) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PublisherProFileAPIProto) #

gmapT :: (forall b. Data b => b -> b) -> PublisherProFileAPIProto -> PublisherProFileAPIProto #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProFileAPIProto -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PublisherProFileAPIProto -> r #

gmapQ :: (forall d. Data d => d -> u) -> PublisherProFileAPIProto -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PublisherProFileAPIProto -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PublisherProFileAPIProto -> m PublisherProFileAPIProto #

Show PublisherProFileAPIProto Source # 
Generic PublisherProFileAPIProto Source # 
ToJSON PublisherProFileAPIProto Source # 
FromJSON PublisherProFileAPIProto Source # 
type Rep PublisherProFileAPIProto Source # 
type Rep PublisherProFileAPIProto = D1 (MetaData "PublisherProFileAPIProto" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

Publisher provided info on its audience.

ppfapState :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

State of the publisher profile.

ppfapMediaKitLink :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

The url for additional marketing and sales materials.

ppfapDirectContact :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Direct contact for the publisher profile.

ppfapLogoURL :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

The url to the logo for the publisher.

ppfapKind :: Lens' PublisherProFileAPIProto Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#publisherProfileApiProto".

ppfapExchange :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Exchange where this publisher profile is from. E.g. AdX, Rubicon etc...

ppfapOverview :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Publisher provided overview.

ppfapGooglePlusLink :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Link to publisher's Google+ page.

ppfapProFileId :: Lens' PublisherProFileAPIProto (Maybe Int32) Source #

The pair of (seller.account_id, profile_id) uniquely identifies a publisher profile for a given publisher.

ppfapIsParent :: Lens' PublisherProFileAPIProto (Maybe Bool) Source #

True, if this is the parent profile, which represents all domains owned by the publisher.

ppfapSeller :: Lens' PublisherProFileAPIProto (Maybe Seller) Source #

Seller of the publisher profile.

ppfapAccountId :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

The account id of the seller.

ppfapIsPublished :: Lens' PublisherProFileAPIProto (Maybe Bool) Source #

True, if this profile is published. Deprecated for state.

ppfapPublisherDomains :: Lens' PublisherProFileAPIProto [Text] Source #

The list of domains represented in this publisher profile. Empty if this is a parent profile.

ppfapTopHeadlines :: Lens' PublisherProFileAPIProto [Text] Source #

Publisher provided key metrics and rankings.

ppfapProgrammaticContact :: Lens' PublisherProFileAPIProto (Maybe Text) Source #

Programmatic contact for the publisher profile.

MarketplaceDeal

data MarketplaceDeal Source #

A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.

See: marketplaceDeal smart constructor.

Instances

Eq MarketplaceDeal Source # 
Data MarketplaceDeal Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MarketplaceDeal -> c MarketplaceDeal #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MarketplaceDeal #

toConstr :: MarketplaceDeal -> Constr #

dataTypeOf :: MarketplaceDeal -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MarketplaceDeal) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MarketplaceDeal) #

gmapT :: (forall b. Data b => b -> b) -> MarketplaceDeal -> MarketplaceDeal #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceDeal -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceDeal -> r #

gmapQ :: (forall d. Data d => d -> u) -> MarketplaceDeal -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MarketplaceDeal -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceDeal -> m MarketplaceDeal #

Show MarketplaceDeal Source # 
Generic MarketplaceDeal Source # 
ToJSON MarketplaceDeal Source # 
FromJSON MarketplaceDeal Source # 
type Rep MarketplaceDeal Source # 
type Rep MarketplaceDeal = D1 (MetaData "MarketplaceDeal" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)

mdBuyerPrivateData :: Lens' MarketplaceDeal (Maybe PrivateData) Source #

Buyer private data (hidden from seller).

mdCreationTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

The time (ms since epoch) of the deal creation. (readonly)

mdTerms :: Lens' MarketplaceDeal (Maybe DealTerms) Source #

The negotiable terms of the deal. (updatable)

mdLastUpdateTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

The time (ms since epoch) when the deal was last updated. (readonly)

mdKind :: Lens' MarketplaceDeal Text Source #

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".

mdDeliveryControl :: Lens' MarketplaceDeal (Maybe DeliveryControl) Source #

The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.

mdDealServingMetadata :: Lens' MarketplaceDeal (Maybe DealServingMetadata) Source #

Metadata about the serving status of this deal (readonly, writes via custom actions)

mdFlightStartTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)

mdSharedTargetings :: Lens' MarketplaceDeal [SharedTargeting] Source #

The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)

mdIsRfpTemplate :: Lens' MarketplaceDeal (Maybe Bool) Source #

Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.

mdDealId :: Lens' MarketplaceDeal (Maybe Text) Source #

A unique deal-id for the deal (readonly).

mdInventoryDescription :: Lens' MarketplaceDeal (Maybe Text) Source #

Description for the deal terms. (buyer-readonly)

mdSyndicationProduct :: Lens' MarketplaceDeal (Maybe Text) Source #

The syndication product associated with the deal. (readonly, except on create)

mdFlightEndTimeMs :: Lens' MarketplaceDeal (Maybe Int64) Source #

Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)

mdName :: Lens' MarketplaceDeal (Maybe Text) Source #

The name of the deal. (updatable)

mdSellerContacts :: Lens' MarketplaceDeal [ContactInformation] Source #

Optional Seller contact information for the deal (buyer-readonly)

mdProgrammaticCreativeSource :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)

mdCreativePreApprovalPolicy :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies the creative pre-approval policy (buyer-readonly)

mdProductRevisionNumber :: Lens' MarketplaceDeal (Maybe Int64) Source #

The revision number of the product that the deal was created from (readonly, except on create)

mdProductId :: Lens' MarketplaceDeal (Maybe Text) Source #

The product-id from which this deal was created. (readonly, except on create)

mdCreativeSafeFrameCompatibility :: Lens' MarketplaceDeal (Maybe Text) Source #

Specifies whether the creative is safeFrame compatible (buyer-readonly)

GetOffersResponse

data GetOffersResponse Source #

Instances

Eq GetOffersResponse Source # 
Data GetOffersResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetOffersResponse -> c GetOffersResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetOffersResponse #

toConstr :: GetOffersResponse -> Constr #

dataTypeOf :: GetOffersResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetOffersResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetOffersResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetOffersResponse -> GetOffersResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetOffersResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetOffersResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetOffersResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetOffersResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetOffersResponse -> m GetOffersResponse #

Show GetOffersResponse Source # 
Generic GetOffersResponse Source # 
ToJSON GetOffersResponse Source # 
FromJSON GetOffersResponse Source # 
type Rep GetOffersResponse Source # 
type Rep GetOffersResponse = D1 (MetaData "GetOffersResponse" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "GetOffersResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_gorProducts") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Product]))))

getOffersResponse :: GetOffersResponse Source #

Creates a value of GetOffersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gorProducts :: Lens' GetOffersResponse [Product] Source #

The returned list of products.

DealTermsNonGuaranteedAuctionTerms

data DealTermsNonGuaranteedAuctionTerms Source #

Instances

Eq DealTermsNonGuaranteedAuctionTerms Source # 
Data DealTermsNonGuaranteedAuctionTerms Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTermsNonGuaranteedAuctionTerms -> c DealTermsNonGuaranteedAuctionTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTermsNonGuaranteedAuctionTerms #

toConstr :: DealTermsNonGuaranteedAuctionTerms -> Constr #

dataTypeOf :: DealTermsNonGuaranteedAuctionTerms -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DealTermsNonGuaranteedAuctionTerms) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTermsNonGuaranteedAuctionTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTermsNonGuaranteedAuctionTerms -> DealTermsNonGuaranteedAuctionTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsNonGuaranteedAuctionTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsNonGuaranteedAuctionTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTermsNonGuaranteedAuctionTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTermsNonGuaranteedAuctionTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsNonGuaranteedAuctionTerms -> m DealTermsNonGuaranteedAuctionTerms #

Show DealTermsNonGuaranteedAuctionTerms Source # 
Generic DealTermsNonGuaranteedAuctionTerms Source # 
ToJSON DealTermsNonGuaranteedAuctionTerms Source # 
FromJSON DealTermsNonGuaranteedAuctionTerms Source # 
type Rep DealTermsNonGuaranteedAuctionTerms Source # 
type Rep DealTermsNonGuaranteedAuctionTerms = D1 (MetaData "DealTermsNonGuaranteedAuctionTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of DealTermsNonGuaranteedAuctionTerms with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dtngatAutoOptimizePrivateAuction :: Lens' DealTermsNonGuaranteedAuctionTerms (Maybe Bool) Source #

True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).

CreativeFilteringReasonsReasonsItem

data CreativeFilteringReasonsReasonsItem Source #

Instances

Eq CreativeFilteringReasonsReasonsItem Source # 
Data CreativeFilteringReasonsReasonsItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeFilteringReasonsReasonsItem -> c CreativeFilteringReasonsReasonsItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeFilteringReasonsReasonsItem #

toConstr :: CreativeFilteringReasonsReasonsItem -> Constr #

dataTypeOf :: CreativeFilteringReasonsReasonsItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeFilteringReasonsReasonsItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeFilteringReasonsReasonsItem) #

gmapT :: (forall b. Data b => b -> b) -> CreativeFilteringReasonsReasonsItem -> CreativeFilteringReasonsReasonsItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeFilteringReasonsReasonsItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeFilteringReasonsReasonsItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeFilteringReasonsReasonsItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeFilteringReasonsReasonsItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeFilteringReasonsReasonsItem -> m CreativeFilteringReasonsReasonsItem #

Show CreativeFilteringReasonsReasonsItem Source # 
Generic CreativeFilteringReasonsReasonsItem Source # 
ToJSON CreativeFilteringReasonsReasonsItem Source # 
FromJSON CreativeFilteringReasonsReasonsItem Source # 
type Rep CreativeFilteringReasonsReasonsItem Source # 
type Rep CreativeFilteringReasonsReasonsItem = D1 (MetaData "CreativeFilteringReasonsReasonsItem" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeFilteringReasonsReasonsItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cfrriFilteringStatus :: Lens' CreativeFilteringReasonsReasonsItem (Maybe Int32) Source #

The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.

cfrriFilteringCount :: Lens' CreativeFilteringReasonsReasonsItem (Maybe Int64) Source #

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.

ProposalsPatchUpdateAction

data ProposalsPatchUpdateAction Source #

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

Constructors

Accept
accept
Cancel
cancel
Propose
propose
ProposeAndAccept
proposeAndAccept
UnknownAction
unknownAction
UpdateNonTerms
updateNonTerms

Instances

Enum ProposalsPatchUpdateAction Source # 
Eq ProposalsPatchUpdateAction Source # 
Data ProposalsPatchUpdateAction Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProposalsPatchUpdateAction -> c ProposalsPatchUpdateAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProposalsPatchUpdateAction #

toConstr :: ProposalsPatchUpdateAction -> Constr #

dataTypeOf :: ProposalsPatchUpdateAction -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProposalsPatchUpdateAction) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProposalsPatchUpdateAction) #

gmapT :: (forall b. Data b => b -> b) -> ProposalsPatchUpdateAction -> ProposalsPatchUpdateAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsPatchUpdateAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsPatchUpdateAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProposalsPatchUpdateAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProposalsPatchUpdateAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsPatchUpdateAction -> m ProposalsPatchUpdateAction #

Ord ProposalsPatchUpdateAction Source # 
Read ProposalsPatchUpdateAction Source # 
Show ProposalsPatchUpdateAction Source # 
Generic ProposalsPatchUpdateAction Source # 
Hashable ProposalsPatchUpdateAction Source # 
ToJSON ProposalsPatchUpdateAction Source # 
FromJSON ProposalsPatchUpdateAction Source # 
FromHttpApiData ProposalsPatchUpdateAction Source # 
ToHttpApiData ProposalsPatchUpdateAction Source # 
type Rep ProposalsPatchUpdateAction Source # 
type Rep ProposalsPatchUpdateAction = D1 (MetaData "ProposalsPatchUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

When specified, only creatives having the given deals status are returned.

Constructors

CLDSFApproved

approved Creatives which have been approved for serving on deals.

CLDSFConditionallyApproved

conditionally_approved Creatives which have been conditionally approved for serving on deals.

CLDSFDisApproved

disapproved Creatives which have been disapproved for serving on deals.

CLDSFNotChecked

not_checked Creatives whose deals status is not yet checked.

Instances

Enum CreativesListDealsStatusFilter Source # 
Eq CreativesListDealsStatusFilter Source # 
Data CreativesListDealsStatusFilter Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativesListDealsStatusFilter -> c CreativesListDealsStatusFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativesListDealsStatusFilter #

toConstr :: CreativesListDealsStatusFilter -> Constr #

dataTypeOf :: CreativesListDealsStatusFilter -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativesListDealsStatusFilter) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativesListDealsStatusFilter) #

gmapT :: (forall b. Data b => b -> b) -> CreativesListDealsStatusFilter -> CreativesListDealsStatusFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativesListDealsStatusFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativesListDealsStatusFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativesListDealsStatusFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativesListDealsStatusFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativesListDealsStatusFilter -> m CreativesListDealsStatusFilter #

Ord CreativesListDealsStatusFilter Source # 
Read CreativesListDealsStatusFilter Source # 
Show CreativesListDealsStatusFilter Source # 
Generic CreativesListDealsStatusFilter Source # 
Hashable CreativesListDealsStatusFilter Source # 
ToJSON CreativesListDealsStatusFilter Source # 
FromJSON CreativesListDealsStatusFilter Source # 
FromHttpApiData CreativesListDealsStatusFilter Source # 
ToHttpApiData CreativesListDealsStatusFilter Source # 
type Rep CreativesListDealsStatusFilter Source # 
type Rep CreativesListDealsStatusFilter = D1 (MetaData "CreativesListDealsStatusFilter" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Instances

Eq DealTerms Source # 
Data DealTerms Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTerms -> c DealTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTerms #

toConstr :: DealTerms -> Constr #

dataTypeOf :: DealTerms -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DealTerms) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTerms -> DealTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTerms -> m DealTerms #

Show DealTerms Source # 
Generic DealTerms Source # 

Associated Types

type Rep DealTerms :: * -> * #

ToJSON DealTerms Source # 
FromJSON DealTerms Source # 
type Rep DealTerms Source # 
type Rep DealTerms = D1 (MetaData "DealTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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) Source #

Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.

dtBrandingType :: Lens' DealTerms (Maybe Text) Source #

Visibilty of the URL in bid requests.

dtCrossListedExternalDealIdType :: Lens' DealTerms (Maybe Text) Source #

Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.

dtEstimatedImpressionsPerDay :: Lens' DealTerms (Maybe Int64) Source #

Non-binding estimate of the impressions served per day Can be set by buyer or seller.

dtSellerTimeZone :: Lens' DealTerms (Maybe Text) Source #

For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)

dtDescription :: Lens' DealTerms (Maybe Text) Source #

Description for the proposed terms of the deal.

CreativeDealIds

data CreativeDealIds Source #

The external deal ids associated with a creative.

See: creativeDealIds smart constructor.

Instances

Eq CreativeDealIds Source # 
Data CreativeDealIds Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreativeDealIds -> c CreativeDealIds #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreativeDealIds #

toConstr :: CreativeDealIds -> Constr #

dataTypeOf :: CreativeDealIds -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreativeDealIds) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreativeDealIds) #

gmapT :: (forall b. Data b => b -> b) -> CreativeDealIds -> CreativeDealIds #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreativeDealIds -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreativeDealIds -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreativeDealIds -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreativeDealIds -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreativeDealIds -> m CreativeDealIds #

Show CreativeDealIds Source # 
Generic CreativeDealIds Source # 
ToJSON CreativeDealIds Source # 
FromJSON CreativeDealIds Source # 
type Rep CreativeDealIds Source # 
type Rep CreativeDealIds = D1 (MetaData "CreativeDealIds" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of CreativeDealIds with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cdiDealStatuses :: Lens' CreativeDealIds [CreativeDealIdsDealStatusesItem] Source #

A list of external deal ids and ARC approval status.

MarketplaceLabel

data MarketplaceLabel Source #

Instances

Eq MarketplaceLabel Source # 
Data MarketplaceLabel Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MarketplaceLabel -> c MarketplaceLabel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MarketplaceLabel #

toConstr :: MarketplaceLabel -> Constr #

dataTypeOf :: MarketplaceLabel -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MarketplaceLabel) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MarketplaceLabel) #

gmapT :: (forall b. Data b => b -> b) -> MarketplaceLabel -> MarketplaceLabel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceLabel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MarketplaceLabel -> r #

gmapQ :: (forall d. Data d => d -> u) -> MarketplaceLabel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MarketplaceLabel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MarketplaceLabel -> m MarketplaceLabel #

Show MarketplaceLabel Source # 
Generic MarketplaceLabel Source # 
ToJSON MarketplaceLabel Source # 
FromJSON MarketplaceLabel Source # 
type Rep MarketplaceLabel Source # 
type Rep MarketplaceLabel = D1 (MetaData "MarketplaceLabel" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of MarketplaceLabel with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mlDeprecatedMarketplaceDealParty :: Lens' MarketplaceLabel (Maybe MarketplaceDealParty) Source #

Information about the party that created the label.

mlAccountId :: Lens' MarketplaceLabel (Maybe Text) Source #

The accountId of the party that created the label.

mlCreateTimeMs :: Lens' MarketplaceLabel (Maybe Int64) Source #

The creation time (in ms since epoch) for the label.

Buyer

data Buyer Source #

Instances

Eq Buyer Source # 

Methods

(==) :: Buyer -> Buyer -> Bool #

(/=) :: Buyer -> Buyer -> Bool #

Data Buyer Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Buyer -> c Buyer #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Buyer #

toConstr :: Buyer -> Constr #

dataTypeOf :: Buyer -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Buyer) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Buyer) #

gmapT :: (forall b. Data b => b -> b) -> Buyer -> Buyer #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Buyer -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Buyer -> r #

gmapQ :: (forall d. Data d => d -> u) -> Buyer -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Buyer -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Buyer -> m Buyer #

Show Buyer Source # 

Methods

showsPrec :: Int -> Buyer -> ShowS #

show :: Buyer -> String #

showList :: [Buyer] -> ShowS #

Generic Buyer Source # 

Associated Types

type Rep Buyer :: * -> * #

Methods

from :: Buyer -> Rep Buyer x #

to :: Rep Buyer x -> Buyer #

ToJSON Buyer Source # 
FromJSON Buyer Source # 
type Rep Buyer Source # 
type Rep Buyer = D1 (MetaData "Buyer" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" True) (C1 (MetaCons "Buyer'" PrefixI True) (S1 (MetaSel (Just Symbol "_buyAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

buyer :: Buyer Source #

Creates a value of Buyer with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

buyAccountId :: Lens' Buyer (Maybe Text) Source #

Adx account id of the buyer.

ProposalsUpdateUpdateAction

data ProposalsUpdateUpdateAction Source #

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

Constructors

PUUAAccept
accept
PUUACancel
cancel
PUUAPropose
propose
PUUAProposeAndAccept
proposeAndAccept
PUUAUnknownAction
unknownAction
PUUAUpdateNonTerms
updateNonTerms

Instances

Enum ProposalsUpdateUpdateAction Source # 
Eq ProposalsUpdateUpdateAction Source # 
Data ProposalsUpdateUpdateAction Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProposalsUpdateUpdateAction -> c ProposalsUpdateUpdateAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProposalsUpdateUpdateAction #

toConstr :: ProposalsUpdateUpdateAction -> Constr #

dataTypeOf :: ProposalsUpdateUpdateAction -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProposalsUpdateUpdateAction) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProposalsUpdateUpdateAction) #

gmapT :: (forall b. Data b => b -> b) -> ProposalsUpdateUpdateAction -> ProposalsUpdateUpdateAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsUpdateUpdateAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProposalsUpdateUpdateAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProposalsUpdateUpdateAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProposalsUpdateUpdateAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProposalsUpdateUpdateAction -> m ProposalsUpdateUpdateAction #

Ord ProposalsUpdateUpdateAction Source # 
Read ProposalsUpdateUpdateAction Source # 
Show ProposalsUpdateUpdateAction Source # 
Generic ProposalsUpdateUpdateAction Source # 
Hashable ProposalsUpdateUpdateAction Source # 
ToJSON ProposalsUpdateUpdateAction Source # 
FromJSON ProposalsUpdateUpdateAction Source # 
FromHttpApiData ProposalsUpdateUpdateAction Source # 
ToHttpApiData ProposalsUpdateUpdateAction Source # 
type Rep ProposalsUpdateUpdateAction Source # 
type Rep ProposalsUpdateUpdateAction = D1 (MetaData "ProposalsUpdateUpdateAction" "Network.Google.AdExchangeBuyer.Types.Sum" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Instances

Eq AddOrderDealsRequest Source # 
Data AddOrderDealsRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddOrderDealsRequest -> c AddOrderDealsRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddOrderDealsRequest #

toConstr :: AddOrderDealsRequest -> Constr #

dataTypeOf :: AddOrderDealsRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddOrderDealsRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddOrderDealsRequest) #

gmapT :: (forall b. Data b => b -> b) -> AddOrderDealsRequest -> AddOrderDealsRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderDealsRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddOrderDealsRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddOrderDealsRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddOrderDealsRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddOrderDealsRequest -> m AddOrderDealsRequest #

Show AddOrderDealsRequest Source # 
Generic AddOrderDealsRequest Source # 
ToJSON AddOrderDealsRequest Source # 
FromJSON AddOrderDealsRequest Source # 
type Rep AddOrderDealsRequest Source # 
type Rep AddOrderDealsRequest = D1 (MetaData "AddOrderDealsRequest" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of AddOrderDealsRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aUpdateAction :: Lens' AddOrderDealsRequest (Maybe Text) Source #

Indicates an optional action to take on the proposal

aProposalRevisionNumber :: Lens' AddOrderDealsRequest (Maybe Int64) Source #

The last known proposal revision number.

DealServingMetadataDealPauseStatus

data DealServingMetadataDealPauseStatus Source #

Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently.

See: dealServingMetadataDealPauseStatus smart constructor.

Instances

Eq DealServingMetadataDealPauseStatus Source # 
Data DealServingMetadataDealPauseStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealServingMetadataDealPauseStatus -> c DealServingMetadataDealPauseStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealServingMetadataDealPauseStatus #

toConstr :: DealServingMetadataDealPauseStatus -> Constr #

dataTypeOf :: DealServingMetadataDealPauseStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DealServingMetadataDealPauseStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealServingMetadataDealPauseStatus) #

gmapT :: (forall b. Data b => b -> b) -> DealServingMetadataDealPauseStatus -> DealServingMetadataDealPauseStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealServingMetadataDealPauseStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealServingMetadataDealPauseStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealServingMetadataDealPauseStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealServingMetadataDealPauseStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealServingMetadataDealPauseStatus -> m DealServingMetadataDealPauseStatus #

Show DealServingMetadataDealPauseStatus Source # 
Generic DealServingMetadataDealPauseStatus Source # 
ToJSON DealServingMetadataDealPauseStatus Source # 
FromJSON DealServingMetadataDealPauseStatus Source # 
type Rep DealServingMetadataDealPauseStatus Source # 
type Rep DealServingMetadataDealPauseStatus = D1 (MetaData "DealServingMetadataDealPauseStatus" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of DealServingMetadataDealPauseStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsmdpsFirstPausedBy :: Lens' DealServingMetadataDealPauseStatus (Maybe Text) Source #

If the deal is paused, records which party paused the deal first.

DealTermsGuaranteedFixedPriceTerms

data DealTermsGuaranteedFixedPriceTerms Source #

Instances

Eq DealTermsGuaranteedFixedPriceTerms Source # 
Data DealTermsGuaranteedFixedPriceTerms Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DealTermsGuaranteedFixedPriceTerms -> c DealTermsGuaranteedFixedPriceTerms #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DealTermsGuaranteedFixedPriceTerms #

toConstr :: DealTermsGuaranteedFixedPriceTerms -> Constr #

dataTypeOf :: DealTermsGuaranteedFixedPriceTerms -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DealTermsGuaranteedFixedPriceTerms) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DealTermsGuaranteedFixedPriceTerms) #

gmapT :: (forall b. Data b => b -> b) -> DealTermsGuaranteedFixedPriceTerms -> DealTermsGuaranteedFixedPriceTerms #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsGuaranteedFixedPriceTerms -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DealTermsGuaranteedFixedPriceTerms -> r #

gmapQ :: (forall d. Data d => d -> u) -> DealTermsGuaranteedFixedPriceTerms -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DealTermsGuaranteedFixedPriceTerms -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DealTermsGuaranteedFixedPriceTerms -> m DealTermsGuaranteedFixedPriceTerms #

Show DealTermsGuaranteedFixedPriceTerms Source # 
Generic DealTermsGuaranteedFixedPriceTerms Source # 
ToJSON DealTermsGuaranteedFixedPriceTerms Source # 
FromJSON DealTermsGuaranteedFixedPriceTerms Source # 
type Rep DealTermsGuaranteedFixedPriceTerms Source # 
type Rep DealTermsGuaranteedFixedPriceTerms = D1 (MetaData "DealTermsGuaranteedFixedPriceTerms" "Network.Google.AdExchangeBuyer.Types.Product" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" 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 Source #

Creates a value of DealTermsGuaranteedFixedPriceTerms with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dtgfptGuaranteedLooks :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.

dtgfptGuaranteedImpressions :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

dtgfptBillingInfo :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe DealTermsGuaranteedFixedPriceTermsBillingInfo) Source #

External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.

dtgfptMinimumDailyLooks :: Lens' DealTermsGuaranteedFixedPriceTerms (Maybe Int64) Source #

Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.