AttentionThe data shared via Sharelinks is the data from the report view you have created and have access to in the Airbridge dashboard.Keep in mind that when you share Sharelinks, there are potential risks of exposing sensitive data unintentionally. Anyone with the Sharelink can import the report data, even if they don’t have access permission or aren’t Airbridge users.
Creating Sharelinks
You need to have a saved Revenue Report to create a Sharelink. If you don’t have a saved Revenue Report, save a report view first.- Click Report Library 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 /revenue/ to /v3/ in the URL or create a new Sharelink. Data will appear at the next hourly update.
- Previous URL:
report.airbridge.io/revenue/(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¶mter2¶meter3 - Basic URL:
report.airbridge.io/v3/(URL).csv
rowNo parameter to the Sharelink, up to 10,000 rows for top-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 with “report.airbridge.io/v3/(URL).csv” followed by a question mark and parameters. See the following examples to understand how to customize Sharelinks.?includesMetadata=true
?includesMetadata=true
report.airbridge.io/v3/(URL).csv?includesMetadata=true
includesMetadata=true indicates that the CSV will contain the report config info like the following.
?last=4&offset=3&isNowEnabled=true&language=en
?last=4&offset=3&isNowEnabled=true&language=en
report.airbridge.io/v3/(URL).csv?last=4&offset=3&isNowEnabled=true&language=en
last=4 and isNowEnabled=true indicate that the data included in the CSV file will contain the last 4 days’ worth of data, including today. offset=3 indicates that the date range starts 6 days earlier and ends 3 days earlier than today.language=en indicates that the language is set to English.?language=en&last=15
?language=en&last=15
- Sharelink sample:
report.airbridge.io/v3/(URL).csv?language=en&last=15
last=15 indicates that the data included in the CSV file will contain the last 15 weeks’ worth of data, not including this week.However, the maximum date range supported is 12 weeks, and therefore, this Sharelink won’t work properly.language=en indicates that the language is set to English.?rowNo=3000&language=ko
?rowNo=3000&language=ko
report.airbridge.io/v3/(URL).csv?rowNo=3000&language=ko
rowNo=3000 indicates that the CSV file will contain 3,000 rows of top row data. There will be no missing data in the sub-row cells. language=ko indicates that the language is set to Korean.When the rowNo parameter is absent, the CSV file can contain up to 1,000 top rows. If you want to see more top rows, add the rowNo parameter. The maximum supported number of top rows is 10,000.AttentionThe 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.
- Cohort, granularity, Start Event, Revenue Event, Revenue Event ranges, metric, metric view type, GroupBys, filters, sub-metrics
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
Troubleshooting ROAS errors in the Google SpreadsheetThe ROAS may show in decimal numbers like 0.2051, instead of 20.51%. In such a case, select all cells that contain the ROAS value, select [Format] from the top menu bar, and select [Number]>[Percent]. Or, click the [percentage] icon in the format menu bar.