abstract type AudienceSegmentAction (v202408)
Service
AudienceSegmentService
Action that can be performed on AudienceSegment objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The AudienceSegmentService allows for performing actions on audience segments, such as activating, approving, deactivating, populating, and rejecting them."],["AudienceSegmentAction objects define the specific actions that can be applied to audience segments."],["The service and its actions are part of the Google Ad Manager API and reside within the specified namespace."],["Developers can leverage the `performAudienceSegmentAction()` method to execute these actions on designated audience segments."]]],["The `AudienceSegmentService` allows actions on `AudienceSegment` objects via `performAudienceSegmentAction()`. Specific actions, inheriting from `AudienceSegmentAction`, include `ActivateAudienceSegments`, `ApproveAudienceSegments`, `DeactivateAudienceSegments`, `PopulateAudienceSegments`, and `RejectAudienceSegments`. These actions manage the state and availability of audience segments within the publisher's ad management system. The namespace for these operations is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]