TDV Adapter for Google Campaign Manager

Build 22.0.8462

CreateCustomSchema

Creates a custom schema file based for the given ReportID.

CreateCustomSchema

Creates a custom schema file based on the specified Dimensions and Metrics.

A custom schema may be used for a more tailored approach to your data. Custom options may include comma-separated lists for specific data.

Input

Name Type Accepts Output Streams Description
TableName String False The name for the new table.
Description String False An optional description for the table.
WriteToFile String False Whether to write to an output file or not. Defaults to true, must be set to false to write to FileStream or FileData.
ReportID String False The ID for the report in DoubleClick Campaign Manager.
FileStream String True OutputStream to write the created schema.

Result Set Columns

Name Type Description
Success String Whether or not the schema was created successfully.
SchemaFile String The generated schema file.
FileData String The generated schema encoded in base64. Only returned if WriteToFile set to false and FileStream is not set.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462