CampaignDraftService
Stay organized with collections
Save and categorize content based on your preferences.
Service to manage campaign drafts.
The following methods are available for this service:
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 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This service enables management of campaign drafts, allowing for creation, updating, and removal."],["It provides a mechanism to promote changes from a draft back to the original campaign using an asynchronous operation."],["Users can retrieve a list of errors encountered during the campaign draft promotion process."],["Standard list paging is supported for retrieving errors."]]],["This service manages campaign drafts, offering three key actions. `ListCampaignDraftAsyncErrors` retrieves errors from a draft promotion, but only after promotion has initiated. `MutateCampaignDrafts` facilitates creating, updating, or deleting drafts and returns operation statuses. `PromoteCampaignDraft` merges draft changes back into the base campaign via a Long Running Operation (LRO), which can be checked for completion status, with errors retrievable using `ListCampaignDraftAsyncErrors`. All operations need OAuth scope.\n"]]