[[["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\u003eThe \u003ccode\u003eThirdPartyViewabilityIntegrationPartner\u003c/code\u003e enumeration lists the possible third-party viewability integration partners available in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eOptions include industry-standard vendors like Oracle Moat, Double Verify, Integral Ad Science, and Comscore, along with Telemetry and a 'None' option.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is used by the \u003ccode\u003eForecastService\u003c/code\u003e, \u003ccode\u003eLineItemService\u003c/code\u003e, and \u003ccode\u003eProposalLineItemService\u003c/code\u003e to manage third-party viewability integrations.\u003c/p\u003e\n"],["\u003cp\u003eEach enumeration value clearly identifies the specific integration partner, allowing for programmatic control and reporting.\u003c/p\u003e\n"],["\u003cp\u003eIf the integration partner is not supported by the requested API version, the \u003ccode\u003eUNKNOWN\u003c/code\u003e value will be returned.\u003c/p\u003e\n"]]],["The content details third-party viewability integration options within a service, potentially tied to `LineItemService` and `ProposalLineItemService`. It defines an enumeration with possible partners. The available integrations are `NONE`, `MOAT`, `DOUBLE_VERIFY`, `INTEGRAL_AD_SCIENCE`, `COMSCORE`, and `TELEMETRY`. `UNKNOWN` is returned when the value isn't accessible by the API version. These partners enable tracking and analysis of viewability metrics in the context of advertising. The `ThirdPartyMeasurementSettings` are mentioned as dependencies.\n"],null,["# enum ThirdPartyViewabilityIntegrationPartner (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.ThirdPartyViewabilityIntegrationPartner) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.ThirdPartyViewabilityIntegrationPartner) **Dependencies** \n[ThirdPartyMeasurementSettings](/ad-manager/api/reference/v202408/ForecastService.ThirdPartyMeasurementSettings) \n▼\n**ThirdPartyViewabilityIntegr...**\n\nPossible options for third-party viewabitility integration.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-----------------------|-------------------------------------------------------------------------------------|\n| `NONE` | Indicates there's no third-party viewability integration partner. |\n| `MOAT` | Indicates third-party viewability integration partner Oracle Moat. |\n| `DOUBLE_VERIFY` | Indicates third-party viewability integration partner Double Verify. |\n| `INTEGRAL_AD_SCIENCE` | Indicates third-party viewability integration partner Integral Ad Science. |\n| `COMSCORE` | Indicates third-party viewability integration partner Comscore. |\n| `TELEMETRY` | Indicates third-party viewability integration partner Telemetry. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]