Creating Sharelinks
You need to have a saved Actuals Report to create a Sharelink. If you don’t have a saved Actuals Report, save a report view first.- Click Saved Reports at the top right to open the report you want to share from the drop-down list. Or, if you want to create a Sharelink of the report you have just created, click Save at the top right.
- Click the [share] icon on the top right.
- Switch on the [Create Sharelink] toggle. A Sharelink will appear below the toggle.
- Click the Sharelink below the toggle to copy it. Share the Sharelink with anyone you want to share your report data. Note that if the toggle is turned off, the Sharelink won’t work anymore. Every time you switch on the toggle, a new Sharelink is created, and the new link must be shared.
NoteIf your Sharelink was created before August 19, 2026, change
/v2/ to /v3/ in the URL or create a new Sharelink. Data will appear at the next hourly update.- Previous URL:
report.airbridge.io/v2/(URL).csv?language=en - Updated URL:
report.airbridge.io/v3/(URL).csv?language=en
Customizing Sharelinks
The Sharelink can be customized by adding new parameters or editing the existing parameters to modify the settings in the data. The structure of a Sharelink looks like the following.- Sharelink structure:
Basic URL?parameter1¶meter2¶meter3 - Basic URL:
report.airbridge.io/v3/(URL).csv
rowNo parameter to the Sharelink, up to 50,000 rows can be downloaded.
The following table lists the parameters that are available.
AttentionThe language parameter is present in all Sharelinks by default. To add more parameters, use ampersands (”&”) between parameters.
Sharelink parameter examples
A Sharelink starts withreport.airbridge.io/v3/(URL).csv followed by a question mark and addtional parameters. See the following examples to understand how to customize Sharelinks.
?language=en
?language=en
report.airbridge.io/v3/(URL).csv?language=en
language=en indicates that the language settings of the CSV file are set to English.If the language parameter does not exist, the language settings of the CSV file will be the same as the Airbridge dashboard settings.?language=ko&last=4&offset=3&isNowEnabled=true
?language=ko&last=4&offset=3&isNowEnabled=true
report.airbridge.io/v3/(URL).csv?last=4&offset=3&isNowEnabled=true&language=en
last=4 and isNowEnabled=true indicate that the data is from the last 4 days, including today. offset=3 indicates that the last date of the data date range is 3 days prior to today. language=en indicates that the language settings are set to English.?language=en&last=4&granularity=month
?language=en&last=4&granularity=month
report.airbridge.io/v3/(URL).csv?language=en&last=4&granularity=month
granularity=month and last=4 indicate that the data is from the last 4 months. However, the maximum date range supported is 184 days.?language=ko&rowNo=3000
?language=ko&rowNo=3000
report.airbridge.io/v3/(URL).csv?rowNo=3000&language=ko
rowNo=3000 indicates that the CSV file will contain 3,000 rows of data. The language is set to Korean.By default, only up to 1,000 rows can be downloaded as a CSV file. To download more rows, the rowNo parameter must be added. Up to 50,000 rows can be downloaded by using the rowNo parameter.NoteThe following settings in the CSV file downloaded from Sharelinks cannot be modified by adding parameters to the Sharelink and will be the same as the settings of the Airbridge dashboard.
- Metrics, GroupBys, date option, time zone
Importing Data to Google Spreadsheets using Sharelinks
The report data can be imported to Google Spreadsheets using the IMPORTDATA function. Use the IMPORTDATA function like the following example.=importdata("Full Sharelink")
- Data has not been imported yet. Sharelink data in Google Sheets updates hourly.
- Sharing Airbridge data externally, regardless of access permissions
- Monitoring the Airbridge data in Google Spreadsheets, refreshed every hour
- Creating a custom report by integrating Airbridge data with internal company data