Method: properties.displayVideo360AdvertiserLinkProposals.create
DisplayVideo360AdvertiserLinkProposal を作成します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinkProposals
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。形式の例: properties/1234
|
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された DisplayVideo360AdvertiserLinkProposal
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-06 UTC。
[null,null,["最終更新日 2024-05-06 UTC。"],[[["Creates a DisplayVideo360AdvertiserLinkProposal using an HTTP POST request to a specified URL with the parent property ID."],["The request body should contain a DisplayVideo360AdvertiserLinkProposal object and authorization requires the `analytics.edit` scope."],["A successful response returns the newly created DisplayVideo360AdvertiserLinkProposal object."]]],["This describes creating a `DisplayVideo360AdvertiserLinkProposal` via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/displayVideo360AdvertiserLinkProposals`. The `parent` path parameter, formatted as `properties/1234`, is mandatory. The request body must include a `DisplayVideo360AdvertiserLinkProposal` instance. A successful request returns a new instance of the same type. The required authorization scope is `https://www.googleapis.com/auth/analytics.edit`.\n"]]