AI-generated Key Takeaways
-
LicenseType is an enumeration that specifies the license type of a ThirdPartyAudienceSegment within the AudienceSegmentService.
-
DIRECT_LICENSEindicates a license resulting from a direct contract between the data provider and the publisher. -
GLOBAL_LICENSEindicates a license resulting from an agreement between Google and the data provider to license segments across the Google ecosystem. -
UNKNOWNis returned when the actual value is not exposed by the requested API version.
Specifies the license type of a ThirdPartyAudienceSegment.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
DIRECT_LICENSE
|
A direct license is the result of a direct contract between the data provider and the publisher. |
GLOBAL_LICENSE
|
A global license is the result of an agreement between Google and the data provider, which agrees to license their audience segments to all the publishers and/or advertisers of the Google ecosystem. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |