AI-generated Key Takeaways
-
ProgrammaticCreativeSource is an enumeration that defines the types of programmatic creative sources.
-
It is associated with ForecastService, LineItemService, and ProposalLineItemService.
-
The types of programmatic creative sources include creatives provided by the publisher (
PUBLISHER
) or the advertiser (ADVERTISER
). -
An
UNKNOWN
value is returned if the actual value is not exposed by the requested API version.
Types of programmatic creative sources.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |