게시자 프로필
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
publisherProfiles
리소스를 사용하여 협상 중인 게시자에 대한 정보를 확인할 수 있습니다.
예를 들어 거래가 확정되고 게재되면 domains
및 mobileApps
는 게시자의 입찰 요청에서 수신한 인벤토리의 출처를 설명합니다.
deals
, finalizedDeals
, proposals
리소스를 사용하면 게시자는 name
에 있는 전체 PublisherProfile
리소스 경로로 식별됩니다.
모든 게시자가 전체 프로필을 공유하는 것은 아닙니다. 이 경우 다음 필드가 표시됩니다.
name
displayName
isParent
게시자는 하나의 상위 프로필에 여러 게시자 프로필을 가질 수 있습니다.
각 하위 프로필은 게시자 인벤토리의 일부를 나타냅니다. 게시자의
모든 인벤토리는 상위 프로필에 표시됩니다. 게시자 프로필이 상위 요소인 경우 isParent
필드는 True
로 설정됩니다.
모든 게시자는 고유한 publisherCode
를 갖습니다. publisherProfiles.list
를 호출할 때 publisherCode
로
필터링하면 특정 게시자와 연결된 모든 프로필을
찾을 수 있습니다.
프로필이 상위인지 하위인지에 따라 일부 필드는
채워지지 않습니다. 예를 들어 domains
과 mobileApps
는 상위 프로필에 대해 채워지지 않습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\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."]]