Intro
Use this connector to retrieve files in CSV format from your glu SFTP server. Using this connector, you can specify the file name pattern of a specific glu report, the date format that is used in the glu report and the column delimiter used within the glu report. Using these settings, the glu connector will connect to the glu SFTP server and search all files. Each time the DataSet is updated, the connector will download any files that A) match the user-specified filename pattern and B) have not been downloaded already in the past. This connector also has a companion QuickStart available in the Domo AppStore.Prerequisites
Before using this connector, you must already have a glu SFTP server account. Four pieces of information are required:- glu SFTP server address
- glu SFTP server port
- glu SFTP server username
- glu SFTP server password
-
The format of the dates in the glu report.
- Domo supports dates in Western format (e.g. 2016/12/01).
- The file name pattern that the glu service is using to export files to the glu SFTP server.
- The column delimiter used in the glu report files.
- How often and at what time glu updates the reports on the SFTP server.
Connecting to your glu SFTP Server
Credentials Pane
Enter the host name, username, password, and port. The hostname is required to be in the formatsftp://<Hostname_or_IP_Address>;, and the port should be numeric values only.
If you are using multiple glu SFTP accounts, it is recommended that you name each account appropriately.
If you click Connect but receive an error message, there are two possibilities:
- The glu SFTP server is not yet available. Contact the ATARA team to check the status of the glu SFTP server.
- The glu SFTP server is available but you still cannot connect. In this case, please contact the Domo support team.
Details Pane
Menu | Description |
|---|---|
Filename Pattern | When you specify a filename pattern, you are telling the glu connector to retrieve all files matching that filename pattern. The data from all files will be combined and added to the DataSet. You can find the filename pattern in the glu system settings. Once a filename pattern is specified, the glu connector will search the SFTP server for all files matching the filename pattern. The DataSet will be updated if, and only if:
The DataSet will not be updated if:
Given a filename such as “campaign_report_all~00000111.csv”, the most appropriate filename pattern would be “campaign_report_all.” Be careful not to configure a filename pattern that matches more than one type of glu report. |
Date Format | The Date Format feature is available so that you can specify the exact date format. Domo detects date formats by default, but in some cases it may be helpful to explicitly configure the format. For example, the date 2016/12/01 would be YYYY/MM/DD . |
Select the delimiting character | Select the column delimiter character used in the CSV files on the glu SFTP server. |
Other Panes
For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Data Connector.Using glu DataSets in DataFlows
glu will sometimes update reports to account for changes in impressions and clicks. The following is an example of how to build a DataFlow that displays only the most recent data from glu. To build a DataFlow using glu,-
Create a new table of the latest data called “latest_data” from the source DataSet.

-
Add an index to the new “latest_data” table.

-
Add an index to the source DataSet table.

-
Perform an inner join operation to return only the latest data.

-
Select all data from the output in the previous step to create a new output DataSet.

-
Check your final DataFlow configuration.

FAQ
If a file on the glu SFTP server is updated, but the file name doesn’t change, will the glu connector download the updated file?
If a file on the glu SFTP server is updated, but the file name doesn’t change, will the glu connector download the updated file?
Should I run the glu connector in append or replace mode?
Should I run the glu connector in append or replace mode?
Can I safely change column names in my glu reports?
Can I safely change column names in my glu reports?
Can I safely change filenames used for my glu reports?
Can I safely change filenames used for my glu reports?
Can I use Japanese date formats (e.g. 2016 年 12 月 01 日 ) in my glu reports?
Can I use Japanese date formats (e.g. 2016 年 12 月 01 日 ) in my glu reports?
I have multiple glu reports that I need to combine within Domo; how can I do this?
I have multiple glu reports that I need to combine within Domo; how can I do this?
Each day, past glu reports are updated with fresh impression, click, and conversion data. Are these rows automatically updated in the Domo DataSet?
Each day, past glu reports are updated with fresh impression, click, and conversion data. Are these rows automatically updated in the Domo DataSet?
I set up my glu connector after there are already many files on the glu SFTP server. Will the connector download all the past files?
I set up my glu connector after there are already many files on the glu SFTP server. Will the connector download all the past files?
How often can the data be updated?
How often can the data be updated?
Are there any API limits I should be aware of?
Are there any API limits I should be aware of?