Documentation Index
Fetch the complete documentation index at: https://docs.segmentstream.com/llms.txt
Use this file to discover all available pages before exploring further.
In addition to fully customisable built-in reports, you can use pre-aggregated data stored in your Google BigQuery to build custom reports using third-party BI tools like Looker Studio.
Looker Studio integration guide
Access data sources
Navigate to the data sources section: Resource > Manage added data sources.
Edit data source
Click the Edit button.
Modify connection
Select Edit Connection at the top left corner.
Update project and dataset
Replace the existing project and dataset with the appropriate dataset from your project settings.
SELECT *
FROM `YOUR_PROJECT.YOUR_DATASET.bi_report_v4`(
PARSE_DATE('%Y%m%d', @DS_START_DATE),
PARSE_DATE('%Y%m%d', @DS_END_DATE),
30
);
Reconnect
Click the Reconnect button to apply the changes.
After following these steps, you will have Looker Studio connected to your SegmentStream data. This integration lets you visualise and analyse data in more versatile ways using all the features Looker Studio offers.