AI-generated Key Takeaways
-
AudienceSegment.Type
identifies the type of audience segment, such as first-party, shared, third-party, or unknown. -
This enumeration is used within the
AudienceSegment
object of theAudienceSegmentService
in Google Ad Manager API. -
Publishers can use this information to categorize and manage their audience segments based on ownership and data source.
Specifies types for AudienceSegment objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
FIRST_PARTY
|
First party segments created and owned by the publisher. |
SHARED
|
First party segments shared by other clients. |
THIRD_PARTY
|
Third party segments licensed by the publisher from data providers. This doesn't include Google-provided licensed segments. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |