ODBC Driver for Google Ad Manager

Build 23.0.8839

データモデル

CData ODBC Driver for Google Ad Manager はGoogle Ad Manager オブジェクトをリレーショナルテーブルおよびビューとしてモデル化します。 Google Ad Manager オブジェクトは他のオブジェクトとリレーションを持ちます。テーブルでは、これらのリレーションは外部キーを使用して表されます。 次のセクションでは、利用可能なAPI オブジェクトを示し、Google Ad Manager API へのSQL の実行について詳しく説明します。

ほとんどのデータベースオブジェクトのスキーマは、シンプルなテキストベースのコンフィギュレーションファイルで定義されます。ただし、保存済みのクエリレポートのスキーマは動的に取得されます。

保存済みのクエリレポートへのアクセス

接続時に本製品 は、適切なWeb サービスを呼び出してレポートのリストとテーブルのメタデータを取得します。本製品 を使用して接続すると、新しいレポートの追加、新しいフィールドの追加、フィールドのデータ型の変更など、保存済みのクエリレポートに対して行う変更は即座に反映されます。

カスタムフィールドの挿入

When executing an Insert statement and you've specified a custom field, the value of the custom field must be an aggregate. The aggregate must contain the ID of the custom field and the value that you want to give it. You can get custom fields' IDs by querying CustomFields table. Currently, only custom fields of type "Text" are supported for Insert. Other types are not insertable/updatable.

Below is an example of inserting into Orders table while specifying the "MyOwnCustomField" custom field. The ID of the custom field is 1238676 and its value is "Sample text here".

INSERT INTO Orders (Name, Notes, AdvertiserId, TraffickerId, CreatorId, Status, MyOwnCustomField) VALUES ('T-Shirt', 'Note description', '7412504329', '452586926', '9521226', 'DRAFT', '<customFieldId> 1238676 </customFieldId><value xsi:type="TextValue"><value> Sample text here </value></value>')

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839