Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202308.ProspectiveLineItem Class Reference

Represents a prospective line item to be forecasted. More...

Properties

LineItem lineItem [get, set]
 The target of the forecast. If LineItem::id is null or no line item exists with that ID, then a forecast is computed for the subject, predicting what would happen if it were added to the network. If a line item already exists with LineItem::id, the forecast is computed for the subject, predicting what would happen if the existing line item's settings were modified to match the subject. More...
 
ProposalLineItem proposalLineItem [get, set]
 The target of the forecast if this prospective line item is a proposal line item. More...
 
long advertiserId [get, set]
 When set, the line item is assumed to be from this advertiser, and unified blocking rules will apply accordingly. If absent, line items without an existing order won't be subject to unified blocking rules. More...
 
bool advertiserIdSpecified [get, set]
 

Detailed Description

Represents a prospective line item to be forecasted.

Property Documentation

long Google.Api.Ads.AdManager.v202308.ProspectiveLineItem.advertiserId
getset

When set, the line item is assumed to be from this advertiser, and unified blocking rules will apply accordingly. If absent, line items without an existing order won't be subject to unified blocking rules.

bool Google.Api.Ads.AdManager.v202308.ProspectiveLineItem.advertiserIdSpecified
getset

true, if a value is specified for advertiserId, false otherwise.

LineItem Google.Api.Ads.AdManager.v202308.ProspectiveLineItem.lineItem
getset

The target of the forecast. If LineItem::id is null or no line item exists with that ID, then a forecast is computed for the subject, predicting what would happen if it were added to the network. If a line item already exists with LineItem::id, the forecast is computed for the subject, predicting what would happen if the existing line item's settings were modified to match the subject.

ProposalLineItem Google.Api.Ads.AdManager.v202308.ProspectiveLineItem.proposalLineItem
getset

The target of the forecast if this prospective line item is a proposal line item.

If ProposalLineItem::id is null or no proposal line item exists with that ID, then a forecast is computed for the subject, predicting what would happen if it were added to the network. If a proposal line item already exists with ProposalLineItem::id, the forecast is computed for the subject, predicting what would happen if the existing proposal line item's settings were modified to match the subject.

A proposal line item can optionally correspond to an order LineItem, in which case, by forecasting a proposal line item, the corresponding line item is implicitly ignored in the forecasting.

Either #lineItem or #proposalLineItem should be specified but not both.


The documentation for this class was generated from the following file: