enum ProgrammaticCreativeSource (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Types of programmatic creative sources.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
PUBLISHER
|
Indicates that the programmatic line item is associated with creatives provided by
the publisher.
|
ADVERTISER
|
Indicates that the programmatic line item is associated with creatives provided by
the advertiser.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eProgrammaticCreativeSource\u003c/code\u003e defines the source of creatives for programmatic line items.\u003c/p\u003e\n"],["\u003cp\u003eIt can be either \u003ccode\u003ePUBLISHER\u003c/code\u003e indicating creatives are provided by the publisher, \u003ccode\u003eADVERTISER\u003c/code\u003e meaning they are provided by the advertiser, or \u003ccode\u003eUNKNOWN\u003c/code\u003e if the source is not exposed by the API version.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is utilized by the \u003ccode\u003eForecastService\u003c/code\u003e, \u003ccode\u003eLineItemService\u003c/code\u003e, and \u003ccode\u003eProposalLineItemService\u003c/code\u003e within Google Ad Manager.\u003c/p\u003e\n"]]],["The core content defines `ProgrammaticCreativeSource`, an enumeration specifying the origin of creatives for programmatic line items. There are three types: `PUBLISHER`, indicating publisher-provided creatives; `ADVERTISER`, indicating advertiser-provided creatives; and `UNKNOWN`, used when the actual source is unavailable in the API version. This enumeration is utilized by the `ForecastService` and `LineItemService` which depend on `LineItemSummary`, the `ProposalLineItemService` uses this as well. The namespace for this information is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum ProgrammaticCreativeSource (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.ProgrammaticCreativeSource) **LineItemService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.ProgrammaticCreativeSource) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/LineItemService.LineItemSummary) \n▼\n**ProgrammaticCreativeSource**\n\nTypes of programmatic creative sources.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------|----------------------------------------------------------------------------------------------------|\n| `PUBLISHER` | Indicates that the programmatic line item is associated with creatives provided by the publisher. |\n| `ADVERTISER` | Indicates that the programmatic line item is associated with creatives provided by the advertiser. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]