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

More...

Properties

long minTargetAge [get, set]
 Specifies the minimum target age (in years) of the LineItem. This field is only applicable if #provider is not null. More...
 
bool minTargetAgeSpecified [get, set]
 
long maxTargetAge [get, set]
 Specifies the maximum target age (in years) of the LineItem. This field is only applicable if #provider is not null. More...
 
bool maxTargetAgeSpecified [get, set]
 
GrpTargetGender targetGender [get, set]
 Specifies the target gender of the LineItem. This field is only applicable if #provider is not null. More...
 
bool targetGenderSpecified [get, set]
 
GrpProvider provider [get, set]
 Specifies the GRP provider of the LineItem. More...
 
bool providerSpecified [get, set]
 
long targetImpressionGoal [get, set]
 Specifies the impression goal for the given target demographic. This field is only applicable if #provider is not null and demographics-based goal is selected by the user. If this field is set, LineItem::primaryGoal will have its Goal::units value set by Google to represent the estimated total quantity. More...
 
bool targetImpressionGoalSpecified [get, set]
 
long inTargetRatioEstimateMilliPercent [get, set]
 Estimate for the in-target ratio given the line item's audience targeting. This field is only applicable if #provider is Nielsen, LineItem::primaryGoal::unitType is in-target impressions, and LineItem::CostType is in-target CPM. This field determines the in-target ratio to use for pacing Nielsen line items before Nielsen reporting data is available. Represented as a milli percent, so 55.7% becomes 55700. More...
 
bool inTargetRatioEstimateMilliPercentSpecified [get, set]
 
NielsenCtvPacingType nielsenCtvPacingType [get, set]
 Specifies which pacing computation to apply in pacing to impressions from connected devices. This field is required if More...
 
bool nielsenCtvPacingTypeSpecified [get, set]
 
PacingDeviceCategorizationType pacingDeviceCategorizationType [get, set]
 Specifies whether to use Google or Nielsen device breakdown in Nielsen Line Item auto pacing. More...
 
bool pacingDeviceCategorizationTypeSpecified [get, set]
 
bool applyTrueCoview [get, set]
 
bool applyTrueCoviewSpecified [get, set]
 

Detailed Description

GrpSettings contains information for a line item that will have a target demographic when serving. This information will be used to set up tracking and enable reporting on the demographic information.

Property Documentation

bool Google.Api.Ads.AdManager.v202311.GrpSettings.applyTrueCoview
getset
bool Google.Api.Ads.AdManager.v202311.GrpSettings.applyTrueCoviewSpecified
getset

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

long Google.Api.Ads.AdManager.v202311.GrpSettings.inTargetRatioEstimateMilliPercent
getset

Estimate for the in-target ratio given the line item's audience targeting. This field is only applicable if #provider is Nielsen, LineItem::primaryGoal::unitType is in-target impressions, and LineItem::CostType is in-target CPM. This field determines the in-target ratio to use for pacing Nielsen line items before Nielsen reporting data is available. Represented as a milli percent, so 55.7% becomes 55700.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.inTargetRatioEstimateMilliPercentSpecified
getset

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

long Google.Api.Ads.AdManager.v202311.GrpSettings.maxTargetAge
getset

Specifies the maximum target age (in years) of the LineItem. This field is only applicable if #provider is not null.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.maxTargetAgeSpecified
getset

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

long Google.Api.Ads.AdManager.v202311.GrpSettings.minTargetAge
getset

Specifies the minimum target age (in years) of the LineItem. This field is only applicable if #provider is not null.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.minTargetAgeSpecified
getset

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

NielsenCtvPacingType Google.Api.Ads.AdManager.v202311.GrpSettings.nielsenCtvPacingType
getset

Specifies which pacing computation to apply in pacing to impressions from connected devices. This field is required if

enableNielsenCoViewingSupport is true.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.nielsenCtvPacingTypeSpecified
getset

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

PacingDeviceCategorizationType Google.Api.Ads.AdManager.v202311.GrpSettings.pacingDeviceCategorizationType
getset

Specifies whether to use Google or Nielsen device breakdown in Nielsen Line Item auto pacing.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.pacingDeviceCategorizationTypeSpecified
getset

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

GrpProvider Google.Api.Ads.AdManager.v202311.GrpSettings.provider
getset

Specifies the GRP provider of the LineItem.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.providerSpecified
getset

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

GrpTargetGender Google.Api.Ads.AdManager.v202311.GrpSettings.targetGender
getset

Specifies the target gender of the LineItem. This field is only applicable if #provider is not null.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.targetGenderSpecified
getset

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

long Google.Api.Ads.AdManager.v202311.GrpSettings.targetImpressionGoal
getset

Specifies the impression goal for the given target demographic. This field is only applicable if #provider is not null and demographics-based goal is selected by the user. If this field is set, LineItem::primaryGoal will have its Goal::units value set by Google to represent the estimated total quantity.

bool Google.Api.Ads.AdManager.v202311.GrpSettings.targetImpressionGoalSpecified
getset

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


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