If you want to import integrations data using the workflows, you have two options:
- Using the Treasure Console
- Using Treasure CLI
While using the Treasure Console is a more straightforward process than using the command-line interface, Treasure CLI does provide options for more complex configurations.
Using the Treasure Console involves copying a unique ID to import data. An example of how to use the Treasure 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 CLI to import data with a Treasure 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).