Creating Sharelinks
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.
- 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, update the URL to use
/v3/ or create a new Sharelink. Data will appear at the next hourly update.- Previous URL:
report.airbridge.io/retention/(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.
?csvType=percent
?csvType=percent
report.airbridge.io/v3/(URL).csv?csvType=percent
csvType=percent indicates that the CSV file will show the retention data as retention rates. If this parameter is absent, the retention data will be displayed in the number of retained users.?last=4&isNowEnabled=true
?last=4&isNowEnabled=true
report.airbridge.io/v3/(URL).csv?last=4&isNowEnabled=true
last=4 and isNowEnabled=true indicate that the data included in the CSV file will contain the last 4 months’ worth of data, including today (appx. 120 days).However, the maximum date range supported is 3 months, and therefore, this Sharelink won’t work properly.?rowNo=3000&language=ko&csvType=percent
?rowNo=3000&language=ko&csvType=percent
report.airbridge.io/v3/(URL).csv?rowNo=3000&language=ko&csvType=percent
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. csvType=percent indicates that the CSV file will show the retention data as retention rates.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.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.
- Cohort, granularity, Start Event, Return Event, Return Event ranges, GroupBys, filters
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 retention rate errors in the Google SpreadsheetWhen adding
csvType=percent to the Sharelink, the data is the CSV file will show the retention data as retention rates. The retention rate may show in decimal numbers like 0.2051, instead of 20.51%. In such a case, select all cells that contain the retention rate value, select [Format] from the top menu bar, and select [Number]>[Percent]. Or, click the [percentage] icon in the format menu bar.