パブリッシャー プロフィール
publisherProfiles
リソースを使用して、交渉中のパブリッシャーに関する情報を表示できます。
たとえば、取引が確定し、配信されている場合、domains
と mobileApps
は、パブリッシャーからの入札リクエストで受信する広告枠の送信元を表します。
deals
、finalizedDeals
、proposals
のリソースを使用する場合、パブリッシャーは name
にある完全な PublisherProfile
リソースパスで識別されます。
すべてのパブリッシャー様がプロフィール全体を共有するわけではありません。このような場合、次のフィールドがあります。
name
displayName
isParent
パブリッシャーは、1 つの親プロフィールの下に複数のパブリッシャー プロフィールを設定できます。
各子プロフィールは、パブリッシャーの広告枠の一部を表します。パブリッシャーの広告枠はすべて親プロフィールに表示されます。パブリッシャー プロフィールが親の場合、isParent
フィールドは True
に設定されます。
すべてのパブリッシャーに一意の publisherCode
があります。publisherProfiles.list
を呼び出して、特定のパブリッシャーに関連付けられているすべてのプロファイルを検索する場合は、publisherCode
でフィルタリングできます。
プロファイルが親か子かによって、一部のフィールドは入力されません。たとえば、domains
と mobileApps
は親プロフィールに入力されません。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-10-25 UTC。
[null,null,["最終更新日 2022-10-25 UTC。"],[[["The `publisherProfiles` resource provides access to information about publishers, including inventory details like domains and mobile apps for finalized deals."],["Publisher profiles are identified by a unique `name` within resources like `deals`, `finalizedDeals`, and `proposals`."],["Publishers may have multiple profiles (parent and child) to represent different inventory segments, with the parent profile encompassing all inventory."],["All publishers possess a unique `publisherCode` for filtering and identification purposes."],["Some profile fields, such as `domains` and `mobileApps`, are specific to child profiles and not populated for parent profiles."]]],["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"]]