API Workflows
Stay organized with collections
Save and categorize content based on your preferences.
Get a list of Publishers
Call LIST API.
Create a new Publisher
- externalPublisherId is required and must be unique. externalPublisherIds can be populated for additional publisher ids.
- Call Create API. A unique name will be assigned, and can be used to Get the created publisher.
- Call Get API to see details of the created publisher.
- Optionally, Upload a logo for the created publisher.
Update Publisher
- If you don't store the created Publisher name, call the LIST API to find the publisher you want to update.
- Update the fields based on results from LIST API.
- Call Patch API to update the Publisher. The 'updateMask' is required, it indicates which fields you want the update to be applied to. Only fields that are allowed to be updated can be set in the 'updateMask'.
Important fields to provide:
- Display Name
- Description
- Contact Information
- Logo
- Forecast
- Provide publisher owned DOMAIN_NAME under 'breakdowns'
- Provide publisher owned App under 'appsBreakdown'
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-09-18 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 2024-09-18 UTC."],[[["Use the provided APIs to get a list of existing publishers or create new ones with unique external IDs."],["When creating a publisher, you'll need to assign a display name, description, contact information, logo, and inventory forecasts."],["Update existing publishers by retrieving their information using the List API, modifying the desired fields, and calling the Patch API with an update mask."],["Ensure your forecasts include publisher-owned domain names and apps for accurate inventory estimations."]]],[]]