Conversion: insert
新しいコンバージョンのバッチを DoubleClick Search に挿入します。
実習をご覧ください。
リクエスト
HTTP リクエスト
POST https://www.googleapis.com/doubleclicksearch/v2/conversion
承認
このリクエストには、次のスコープによる認証が必要です。
スコープ |
https://www.googleapis.com/auth/doubleclicksearch |
詳細については、認証と認可のページをご覧ください。
リクエスト本文
リクエストの本文には、以下のプロパティを使用してコンバージョン リソースを指定します。
プロパティ名 |
値 |
説明 |
メモ |
必須プロパティ |
conversion[].conversionId |
string |
オフライン コンバージョンの場合は、広告主がこの ID を指定します。広告主は、自分にとって意味のある任意の ID を指定できます。リクエストの各コンバージョンには一意の ID を指定する必要があります。また、ID とタイムスタンプの組み合わせは広告主のすべてのコンバージョン間で一意である必要があります。 オンライン コンバージョンの場合、広告主の Floodlight 指示に応じて、dsConversionId または floodlightOrderId がこのプロパティにコピーされます。 |
|
conversion[].conversionTimestamp |
unsigned long |
コンバージョンが発生した時刻(エポックミリ秒(UTC))。 |
|
conversion[].segmentationType |
string |
このコンバージョンのセグメント タイプ(例: FLOODLIGHT )。
指定できる値は次のとおりです。
<ph type="x-smartling-placeholder">
|
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-20 UTC。
[null,null,["最終更新日 2024-08-20 UTC。"],[[["Inserts a batch of new conversions into DoubleClick Search using the provided Conversion resource and requires authorization with the `doubleclicksearch` scope."],["Each conversion requires a unique ID, timestamp, and segmentation type (e.g., FLOODLIGHT)."],["Successful requests return a Conversion resource in the response body."],["The API allows insertion of both offline and online conversions, with specific ID handling for each."],["Developers can test the method using the provided APIs Explorer or the standalone Explorer."]]],["This outlines how to insert new conversions into DoubleClick Search using a POST request to the specified endpoint. Authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope is required. The request body should include a Conversion resource containing properties like `conversionId` (unique identifier), `conversionTimestamp` (time of conversion in UTC), and `segmentationType` (e.g., `FLOODLIGHT`). Successful requests return a Conversion resource in the response body.\n"]]