Skip to content
Last updated

Using Integrations to Import Data With TD Workflows

If you want to import integrations data using the workflows, you have two options:

  • Using the TD Console
  • Using Treasure Data CLI

While using the TD Console is a more straightforward process than using the command-line interface, TD CLI does provide options for more complex configurations.

Using the TD Console

Using the TD Console involves copying a unique ID to import data. An example of how to use the TD workflow is documented in this integrations article: Google Ads Import Integration - V2 - Import with Workflow. After you copy the unique ID information, you can create the following workflow definition by pasting the link after the td_load>: parameter.

_export
  td:
    database: db_googleimport
    
+load:
  td_load>: google_ads_v2_1268314439      

Using Treasure Data CLI

Using TD CLI to import data with a TD workflow provides many more configuration options than using a unique id. Review Google Ads Import Integration - V2 Import from Google Ads V2 via CLI(Toolbelt).