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, change /funnel/ to /v3/ in the URL or create a new Sharelink. Data will appear at the next hourly update.
- Previous URL: report.airbridge.io/
funnel/(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 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/retention/(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/funnel/(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/funnel/(URL).csv?last=4&offset=3&isNowEnabled=true&language=ko
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 funnel entrance 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=210
?language=en&last=210
report.airbridge.io/funnel/(URL).csv?language=en&last=210
last=210 indicates that the data included in the CSV file will contain the last 210 days’ worth of data, not including today (appx. 7 months).However, the maximum date range supported is 180 days, and therefore, this Sharelink won’t work properly.?rowNo=3000&language=ko
?rowNo=3000&language=ko
report.airbridge.io/funnel/(주소).csv?rowNo=3000&language=ko
rowNo=3000 indicates that the CSV file will contain 3,000 rows of data. 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 rows. If you want to see more top rows, add the rowNo parameter. The maximum supported number of 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.
- Identifier, cohort, steps, conversion window, GroupBy
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 conversion rate errors in the Google SpreadsheetThe conversion rate may show in numbers instead of percentage. 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.