UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

31 lines 1.81 kB
/** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.AudienceSegment AudienceSegment} objects. */ export declare abstract class AudienceSegmentAction { } /** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.FirstPartyAudienceSegment FirstPartyAudienceSegment} objects to activate them. */ export declare class ActivateAudienceSegments implements AudienceSegmentAction { } /** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.ThirdPartyAudienceSegment ThirdPartyAudienceSegment} objects to approve them. */ export declare class ApproveAudienceSegments implements AudienceSegmentAction { } /** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.FirstPartyAudienceSegment FirstPartyAudienceSegment} objects to deactivate them. */ export declare class DeactivateAudienceSegments implements AudienceSegmentAction { } /** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.FirstPartyAudienceSegment FirstPartyAudienceSegment} objects to populate them based on last 30 days of traffic. */ export declare class PopulateAudienceSegments implements AudienceSegmentAction { } /** * Action that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/AudienceSegmentService.ThirdPartyAudienceSegment ThirdPartyAudienceSegment} objects to reject them. */ export declare class RejectAudienceSegments implements AudienceSegmentAction { } //# sourceMappingURL=audienceSegment.action.d.ts.map