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.
Namespace
https://www.google.com/apis/ads/publisher/v202411
Field
minTargetAge
xsd:long
Specifies the minimum target age (in years) of the LineItem. This field is only
applicable if provider is not null.
maxTargetAge
xsd:long
Specifies the maximum target age (in years) of the LineItem. This field is only
applicable if provider is not null.
The value returned if the actual value is not exposed by the requested API version.
NIELSEN
inTargetRatioEstimateMilliPercent
xsd:long
Estimate for the in-target ratio given the line item's audience targeting. This field is only
applicable if provider is Nielsen, LineItem.primaryGoal 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.
Specifies which pacing computation to apply in pacing to impressions from connected devices.
This field is required if enableNielsenCoViewingSupport is true.
Enumerations
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
NONE
The value returned if Nielsen measurement is disabled for connected devices.
COVIEW
Indicates that Nielsen impressions on connected devices are included, and we apply coviewing in
pacing.
STRICT_COVIEW
Indicates that Nielsen impressions on connected devices are included, and we apply strict
coviewing in pacing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eGrpSettings\u003c/code\u003e objects store demographic targeting information for line items, enabling tracking and reporting.\u003c/p\u003e\n"],["\u003cp\u003eKey settings include minimum/maximum target age, target gender, and GRP provider (e.g., Nielsen).\u003c/p\u003e\n"],["\u003cp\u003eFor Nielsen line items, pacing settings like \u003ccode\u003einTargetRatioEstimateMilliPercent\u003c/code\u003e and \u003ccode\u003enielsenCtvPacingType\u003c/code\u003e can be specified.\u003c/p\u003e\n"],["\u003cp\u003eThese settings impact how the line item targets specific demographics and how its delivery is paced.\u003c/p\u003e\n"]]],["`GrpSettings` configures demographic targeting for line items. Key actions include specifying `minTargetAge`, `maxTargetAge`, and `targetGender` (Male, Female, or Both). A `provider` (e.g., Nielsen) can be set. The `inTargetRatioEstimateMilliPercent` field estimates the in-target audience ratio. `nielsenCtvPacingType` manages pacing on connected devices with options like `COVIEW` and `STRICT_COVIEW`. `pacingDeviceCategorizationType` chooses between Google or Nielsen's device breakdown.\n"],null,["# type GrpSettings (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.GrpSettings) **LineItemService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.GrpSettings) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/LineItemService.LineItemSummary) \n▼\n**GrpSettings**\n\n\n`GrpSettings` contains information for a line item that will have a target demographic when\nserving. This information will be used to set up tracking and enable reporting on the demographic\ninformation.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `minTargetAge` | ` `xsd:`long` Specifies the minimum target age (in years) of the [LineItem](/ad-manager/api/reference/v202411/LineItemService.LineItem). This field is only applicable if [provider](#provider) is not null. |\n| ### `maxTargetAge` | ` `xsd:`long` Specifies the maximum target age (in years) of the [LineItem](/ad-manager/api/reference/v202411/LineItemService.LineItem). This field is only applicable if [provider](#provider) is not null. |\n| ### `targetGender` | ` `[GrpTargetGender](/ad-manager/api/reference/v202411/LineItemService.GrpTargetGender)` ` Specifies the target gender of the [LineItem](/ad-manager/api/reference/v202411/LineItemService.LineItem). This field is only applicable if [provider](#provider) is not null. *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `MALE` : Indicates that the GRP target gender is Male. `FEMALE` : Indicates that the GRP target gender is Female. `BOTH` : Indicates that the GRP target gender is both male and female. \u003cbr /\u003e |\n| ### `provider` | ` `[GrpProvider](/ad-manager/api/reference/v202411/LineItemService.GrpProvider)` ` Specifies the GRP provider of the [LineItem](/ad-manager/api/reference/v202411/LineItemService.LineItem). *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `NIELSEN` : \u003cbr /\u003e |\n| ### `inTargetRatioEstimateMilliPercent` | ` `xsd:`long` Estimate for the in-target ratio given the line item's audience targeting. This field is only applicable if [provider](#provider) is Nielsen, [LineItem.primaryGoal](/ad-manager/api/reference/v202411/LineItemService.LineItem#primaryGoal) is in-target impressions, and [LineItem.CostType](/ad-manager/api/reference/v202411/LineItemService.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. |\n| ### `nielsenCtvPacingType` | ` `[NielsenCtvPacingType](/ad-manager/api/reference/v202411/LineItemService.NielsenCtvPacingType)` ` Specifies which pacing computation to apply in pacing to impressions from connected devices. This field is required if `enableNielsenCoViewingSupport` is true. *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `NONE` : The value returned if Nielsen measurement is disabled for connected devices. `COVIEW` : Indicates that Nielsen impressions on connected devices are included, and we apply coviewing in pacing. `STRICT_COVIEW` : Indicates that Nielsen impressions on connected devices are included, and we apply strict coviewing in pacing. \u003cbr /\u003e |\n| ### `pacingDeviceCategorizationType` | ` `[PacingDeviceCategorizationType](/ad-manager/api/reference/v202411/LineItemService.PacingDeviceCategorizationType)` ` Specifies whether to use Google or Nielsen device breakdown in Nielsen Line Item auto pacing. *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `GOOGLE` : Use Google's device categorization in auto-pacing. `NIELSEN` : Use Nielsen device categorization in auto-pacing \u003cbr /\u003e |\n| ### `applyTrueCoview` | ` `xsd:`boolean` \u003cbr /\u003e |"]]