发布商资料
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
您可以使用 publisherProfiles
资源来查看正在协商中的发布商的相关信息。
例如,在完成交易并进行投放时,domains
和 mobileApps
描述了您在发布商发出的出价请求中收到的广告资源的来源。
当您使用 deals
、finalizedDeals
和 proposals
资源时,发布商由 name
中的完整 PublisherProfile
资源路径标识。
并非所有发布商共享完整的资料。在这些情况下,您会收到以下字段:
name
displayName
isParent
一个发布商可以在一个父级资料下拥有多个发布商资料。
每个子级资料都代表发布商广告资源的一部分。发布商的所有广告资源都显示在父级资料中。如果发布商资料是父级资料,则 isParent
字段设置为 True
。
所有发布商都有一个唯一的 publisherCode
。在调用 publisherProfiles.list
时,您可以按 publisherCode
进行过滤,以查找与指定发布商关联的所有配置文件。
部分字段未填充,具体取决于配置文件是父级还是子级。例如,对于父级资料,系统不会填充 domains
和 mobileApps
。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe \u003ccode\u003epublisherProfiles\u003c/code\u003e resource provides access to information about publishers, including inventory details like domains and mobile apps for finalized deals.\u003c/p\u003e\n"],["\u003cp\u003ePublisher profiles are identified by a unique \u003ccode\u003ename\u003c/code\u003e within resources like \u003ccode\u003edeals\u003c/code\u003e, \u003ccode\u003efinalizedDeals\u003c/code\u003e, and \u003ccode\u003eproposals\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003ePublishers may have multiple profiles (parent and child) to represent different inventory segments, with the parent profile encompassing all inventory.\u003c/p\u003e\n"],["\u003cp\u003eAll publishers possess a unique \u003ccode\u003epublisherCode\u003c/code\u003e for filtering and identification purposes.\u003c/p\u003e\n"],["\u003cp\u003eSome profile fields, such as \u003ccode\u003edomains\u003c/code\u003e and \u003ccode\u003emobileApps\u003c/code\u003e, are specific to child profiles and not populated for parent profiles.\u003c/p\u003e\n"]]],["The `publisherProfiles` resource provides information about publishers, including `domains` and `mobileApps` for inventory origin. Publishers are identified by their `PublisherProfile` path (`name`) in deals, finalized deals, and proposals. Some publishers only share limited fields like `name`, `displayName`, and `isParent`. A parent profile encompasses all of a publisher's inventory, while child profiles represent portions of it. A unique `publisherCode` can be used to locate all associated profiles. `domains` and `mobileApps` are not available for parent profiles.\n"],null,["# Publisher profiles\n\nYou can use the\n[`publisherProfiles`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.publisherProfiles#resource:-publisherprofile)\nresource to view information about publishers you're negotiating with.\n\nFor example, when a [deal](/authorized-buyers/apis/guides/marketplace/deals) is\nfinalized and serving, `domains` and `mobileApps` describe the origin of\ninventory you receive in bid requests from the publisher.\n\nWhen you use the `deals`, `finalizedDeals`, and `proposals` resources, the\npublisher is identified by the full `PublisherProfile` resource path found in\n`name`.\n\nNot all publishers share full profiles. In these cases, you receive the\nfollowing fields:\n\n- `name`\n- `displayName`\n- `isParent`\n\nA publisher can have multiple publisher profiles under a single parent profile.\nEach child profile represents a portion of the publisher's inventory. All of the\npublisher's inventory is represented in the parent profile. If a publisher\nprofile is a parent, the `isParent` field is set to `True`.\n\nAll publishers have a unique `publisherCode`. You can filter by `publisherCode`\nwhen calling `publisherProfiles.list` to find all of the profiles that are\nassociated with a given publisher.\n\nSome fields aren't populated depending on whether the profile is a parent\nor child. For example, `domains` and `mobileApps` aren't populated for parent\nprofiles."]]