カスタム列
検索広告 360 のカスタム列を使用すると、レポートをカスタマイズして詳細な分析を行うことができます。プラットフォーム全体で特定のコンバージョン アクションをトラッキングしたり、デバイス間でパフォーマンスを比較したり、キーワードのパフォーマンスを分析したり、キャンペーン予算をモニタリングしたり、さまざまなキャンペーンやキーワードの費用対効果を計算したりできます。
カスタム列の種類
Search Ads 360 Reporting API では、次の 2 種類のカスタム列がサポートされています。
- カスタム数式列を使用すると、検索広告 360 内で直接、関数やフィルタなどのスプレッドシート機能を使用して数式を記述できます。
- カスタム コンバージョン列を使用すると、特定のコンバージョン アクションに関するレポートを作成できます。
レポートにカスタム列を追加する方法
カスタム列は、フィールドや指標の場合と同様に、ID を使用してクエリに追加できます。使用する構文は custom_columns.id[1234]
です。詳しくは、SELECT 句にカスタム列を含める方法をご覧ください。
カスタム列 ID を取得する方法
id
、name
、description
などのカスタム列の詳細を取得するには、次のいずれかのメソッドを呼び出します。
既知の制限事項
- カスタム ディメンションを参照するカスタム列はサポートされていません。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 2024-11-08 UTC。"],[[["Search Ads 360 custom columns allow for in-depth reporting by tracking conversions, comparing performance, and analyzing keyword and budget data, including ROI calculations."],["Two types of custom columns are available: custom formula columns for spreadsheet-like calculations and custom conversion columns for specific conversion actions."],["Custom columns are easily integrated into reports using their unique IDs in queries, similar to how fields and metrics are used."],["You can retrieve custom column details, such as ID, name, and description, using dedicated API methods for efficient management."],["Currently, custom columns do not support references to custom dimensions."]]],["Custom columns in Search Ads 360 allow for tailored reporting, tracking conversions, comparing device performance, analyzing keywords, and calculating ROI. Two types exist: custom formula columns and custom conversion columns. Include them in queries via `custom_columns.id[1234]`. Retrieve custom column details like `id`, `name`, and `description` using the `ListCustomColumns` method (RPC) or `customers.customColumns.list` method (REST). When retrieving values, use the manager's or owner's `login-customer-id` in the header. Custom columns referencing custom dimensions are not supported.\n"]]