From 6026f0d0edf3d2ec6c136c81296f4c213fdf56cc Mon Sep 17 00:00:00 2001 From: Hricha Shandily Date: Wed, 22 Jul 2026 10:29:43 +0530 Subject: [PATCH] Rename Looker Studio copy to Data Studio --- docs/data-access.md | 10 +++++----- docs/data-pipelines.md | 6 +++--- docs/integration-guides.md | 6 +++--- docs/introduction.md | 2 +- docs/looker-studio.md | 36 ++++++++++++++++++------------------ docs/raw-data-export.md | 2 +- docs/subscription-plans.md | 2 +- docusaurus.config.js | 2 +- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/data-access.md b/docs/data-access.md index 2257a7e4..37cd95c4 100644 --- a/docs/data-access.md +++ b/docs/data-access.md @@ -1,7 +1,7 @@ --- title: Accessing your Plausible data sidebar_label: Accessing your data -description: "Choose the right way to access your Plausible data outside the dashboard: Stats API, Events API, Sites API, CSV export, Looker Studio or data warehouse connectors." +description: "Choose the right way to access your Plausible data outside the dashboard: Stats API, Events API, Sites API, CSV export, Data Studio or data warehouse connectors." --- Plausible gives you several ways to access your stats outside the dashboard. The right option depends on whether you want to query data, send data, manage sites or export for offline use. @@ -15,7 +15,7 @@ Plausible gives you several ways to access your stats outside the dashboard. The | Create and manage sites programmatically | [Sites API](#sites-api) | | Embed analytics into my own product for my customers | [White-label integration guide](white-label.md) | | Download stats as a spreadsheet, one-off | [CSV export](#csv-export) | -| Build a custom report in Google's visualization tool | [Looker Studio](#looker-studio) | +| Build a custom report in Google's visualization tool | [Data Studio](#looker-studio) | | Pipe data into a data warehouse or BI tool | [Warehouse connectors](#data-warehouse-connectors) | | Get event-level data for warehousing or compliance | [Scheduled raw exports](#scheduled-raw-event-exports) | | Query data in natural language through AI tools | [MCP server](#mcp-server) | @@ -79,16 +79,16 @@ The quick export is limited to 300 entries per report. For a full historical exp --- -## Looker Studio +## Data Studio -The official Plausible connector for Google Looker Studio pulls your analytics data into Google's free data visualization platform. Use it to build custom reports, combine Plausible data with ad spend or CRM data and share branded dashboards with clients as a live link. +The official Plausible connector for Google Data Studio pulls your analytics data into Google's free data visualization platform. Use it to build custom reports, combine Plausible data with ad spend or CRM data and share branded dashboards with clients as a live link. **Use this when:** - You need custom report layouts beyond what the Plausible dashboard offers - You want to share a client report without giving access to your Plausible account - You want to blend Plausible data with data from Google Ads, Search Console or other sources -[Looker Studio connector](looker-studio.md) +[Data Studio connector](looker-studio.md) --- diff --git a/docs/data-pipelines.md b/docs/data-pipelines.md index faf62c8a..f4387ffd 100644 --- a/docs/data-pipelines.md +++ b/docs/data-pipelines.md @@ -1,7 +1,7 @@ --- displayed_sidebar: someSidebar title: Viewing Plausible stats elsewhere -description: "Access your Plausible analytics outside the dashboard: via the Stats API, embedded iframe, WordPress plugin, Looker Studio and other integrations." +description: "Access your Plausible analytics outside the dashboard: via the Stats API, embedded iframe, WordPress plugin, Data Studio and other integrations." --- If you're looking to access your Plausible stats outside of the plausible.io website, here are the available options. @@ -22,9 +22,9 @@ You can embed your Plausible stats dashboard into any other website using an HTM By using our official WordPress plugin, you can view your Plausible stats dashboard directly in your WordPress dashboard without needing to visit our website. [Learn more here](https://plausible.io/wordpress-analytics-plugin). -### Looker Studio +### Data Studio -We have an official Plausible connector for [Looker Studio (formerly Google Data Studio)](looker-studio.md). +We have an official Plausible connector for [Data Studio](looker-studio.md). --- diff --git a/docs/integration-guides.md b/docs/integration-guides.md index 54102566..805011f7 100644 --- a/docs/integration-guides.md +++ b/docs/integration-guides.md @@ -33,9 +33,9 @@ The [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) The [official GTM template](https://plausible.io/gtm-template) is available in the Google Tag Manager community gallery. Install Plausible and configure event tracking from the GTM dashboard with no code changes. Works well for agencies managing multiple sites from a single GTM account. -### Looker Studio connector +### Data Studio connector -The [official Looker Studio connector](https://plausible.io/looker-studio-connector) connects your Plausible data to Google's free data visualization tool. Build custom dashboards, branded client reports and views that blend Plausible data with other sources like ad spend or CRM data. Available on the [Business plan](subscription-plans.md). +The [official Data Studio connector](https://plausible.io/looker-studio-connector) connects your Plausible data to Google's free data visualization tool. Build custom dashboards, branded client reports and views that blend Plausible data with other sources like ad spend or CRM data. Available on the [Business plan](subscription-plans.md). ### NPM package @@ -175,7 +175,7 @@ Step-by-step guides for popular website builders and content management systems. ### Data pipelines, warehouses and other ways of viewing Plausible stats elsewhere -[See this list](data-pipelines.md) for data pipelines, warehouses, MCP servers and other ways of viewing Plausible stats elsewhere. For instance, our [stats API](stats-api.md), [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) and [official Google Looker Studio connector](looker-studio.md). +[See this list](data-pipelines.md) for data pipelines, warehouses, MCP servers and other ways of viewing Plausible stats elsewhere. For instance, our [stats API](stats-api.md), [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) and [official Google Data Studio connector](looker-studio.md). --- diff --git a/docs/introduction.md b/docs/introduction.md index 89133ba3..c1473c51 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -46,7 +46,7 @@ import CtaBox from '@site/src/components/CtaBox';
  • Channels, sources and campaigns: where traffic comes from
  • Scroll depth: see how far visitors read down your pages
  • Google Search Console: see search queries alongside your stats
  • -
  • Looker Studio connector: custom reports and dashboards with your Plausible data
  • +
  • Data Studio connector: custom reports and dashboards with your Plausible data
  • diff --git a/docs/looker-studio.md b/docs/looker-studio.md index b5398ce1..76b0339c 100644 --- a/docs/looker-studio.md +++ b/docs/looker-studio.md @@ -1,25 +1,25 @@ --- -title: Plausible Looker Studio connector -sidebar_label: Looker Studio connector -description: "Connect Plausible Analytics to Google Looker Studio using the official connector. Build custom reports and branded dashboards on the Business plan." +title: Plausible Data Studio connector +sidebar_label: Data Studio connector +description: "Connect Plausible Analytics to Google Data Studio using the official connector. Build custom reports and branded dashboards on the Business plan." --- import useBaseUrl from '@docusaurus/useBaseUrl'; import PlanFeatureNote from '@site/src/components/PlanFeatureNote'; -Plausible keeps its dashboard intentionally simple. For cases where you need more flexibility, such as custom client reports, branded dashboards or views that combine Plausible data with ad spend or CRM data, we have an official connector for Google Looker Studio (formerly Data Studio). +Plausible keeps its dashboard intentionally simple. For cases where you need more flexibility, such as custom client reports, branded dashboards or views that combine Plausible data with ad spend or CRM data, we have an official connector for Google Data Studio. -Looker Studio is Google's free data visualization tool. The Plausible connector lets you pull your analytics data directly into Looker Studio and build any report layout you need. +Data Studio is Google's free data visualization tool. The Plausible connector lets you pull your analytics data directly into Data Studio and build any report layout you need. - +
    -Plausible Analytics Looker Studio template +Plausible Analytics Data Studio template
    -## Connect to Looker Studio +## Connect to Data Studio -Connecting your Plausible Analytics account to Looker Studio is simple and can be done in a matter of minutes. First, you select our connector as a new data source in Looker Studio. Our connector is called Plausible Analytics and it is made by us (Plausible Analytics). You can find our connector in the Looker Studio public gallery, the in-product gallery or by visiting on [this direct link](https://lookerstudio.google.com/datasources/create?connectorId=AKfycbz88iSK4B6V-VoaiwocFu2dDp3CBRM0arAZoDjQ97SroAt9RtzgS6z3UCxpjJDi0ieVjQ). +Connecting your Plausible Analytics account to Data Studio is simple and can be done in a matter of minutes. First, you select our connector as a new data source in Data Studio. Our connector is called Plausible Analytics and it is made by us (Plausible Analytics). You can find our connector in the Data Studio public gallery, the in-product gallery or by visiting on [this direct link](https://lookerstudio.google.com/datasources/create?connectorId=AKfycbz88iSK4B6V-VoaiwocFu2dDp3CBRM0arAZoDjQ97SroAt9RtzgS6z3UCxpjJDi0ieVjQ). Once you have selected the data source, you will be prompted to authorize the connector to access your Google account. @@ -39,36 +39,36 @@ Click the **New API Key** button and be sure to save the result as you will only Create your Plausible stats API key -Simply paste your API key into Looker Studio when prompted. After that, you'll see a dropdown menu showing all the sites linked to your Plausible account. +Simply paste your API key into Data Studio when prompted. After that, you'll see a dropdown menu showing all the sites linked to your Plausible account.
    Insert your Plausible API key
    -This means you have successfully linked your Plausible Analytics account to Looker Studio. +This means you have successfully linked your Plausible Analytics account to Data Studio. -## Configure the Plausible Looker Studio connector +## Configure the Plausible Data Studio connector You can select one or more of your Plausible sites to create a custom report. Simply tick the box next to each site that you want to include data for. -At this stage, you can check **Allow "Plausible Site(s)" to be modified in reports**. This default option in Looker Studio lets you add a dropdown in your report to switch between your Plausible sites. If you don’t check it, you won’t have this feature. +At this stage, you can check **Allow "Plausible Site(s)" to be modified in reports**. This default option in Data Studio lets you add a dropdown in your report to switch between your Plausible sites. If you don’t check it, you won’t have this feature. -You also have the ability to choose whether or not you want to constantly pull data in real-time by checking the **Data Refreshed in Real-time** box. Looker Studio doesn’t refresh automatically, so this option ensures it fetches fresh data whenever you make changes to your report, like reordering tables or adding metrics. +You also have the ability to choose whether or not you want to constantly pull data in real-time by checking the **Data Refreshed in Real-time** box. Data Studio doesn’t refresh automatically, so this option ensures it fetches fresh data whenever you make changes to your report, like reordering tables or adding metrics. If this box is not checked, the connector will by default cache data for 6 hours. This will make your reports quicker and will limit the number of API requests used by the connector which for most Plausible plans are limited to 600 per hour. If you have special needs for more API requests per hour, please [contact us](https://plausible.io/contact) to request more capacity. Once these options are configured, you can click **Connect** and you will see a list of all available fields for data and metrics that you can pull from Plausible.
    -Configure the Plausible Looker Studio connector +Configure the Plausible Data Studio connector
    ## Create your custom reports -Finally, you can either click on **Create Report** or **Explore** to begin using your Plausible data in Looker Studio. Explore is best for ad-hoc data exploration while reports are best for creating set reports that you can share with others. +Finally, you can either click on **Create Report** or **Explore** to begin using your Plausible data in Data Studio. Explore is best for ad-hoc data exploration while reports are best for creating set reports that you can share with others. That's it! You're ready to start creating your custom reports using the Plausible Analytics data. -You can explore this [simple report](https://lookerstudio.google.com/s/gm8gS_IpBiQ) and this [advanced report](https://lookerstudio.google.com/s/ltrWC2jaK4Q) that we’ve created in Looker Studio which you can use as a template to start building your own custom reports. +You can explore this [simple report](https://lookerstudio.google.com/s/gm8gS_IpBiQ) and this [advanced report](https://lookerstudio.google.com/s/ltrWC2jaK4Q) that we’ve created in Data Studio which you can use as a template to start building your own custom reports. -If you need some help on how to use Looker Studio, take a look at [our Looker Studio beginner's guide](https://plausible.io/blog/google-looker-studio-guide). +If you need some help on how to use Data Studio, take a look at [our Data Studio beginner's guide](https://plausible.io/blog/google-looker-studio-guide). diff --git a/docs/raw-data-export.md b/docs/raw-data-export.md index c6ca273d..6ecdf08a 100644 --- a/docs/raw-data-export.md +++ b/docs/raw-data-export.md @@ -36,7 +36,7 @@ Before requesting raw exports, check whether a simpler option covers your needs: | Query stats programmatically | [Stats API](stats-api.md) | | Build a custom dashboard or embed stats | [Stats API](stats-api.md) | | Download data for a spreadsheet | [CSV export](export-stats.md) | -| Visualize in Google's tools | [Looker Studio](looker-studio.md) | +| Visualize in Google's tools | [Data Studio](looker-studio.md) | | Pipe aggregated stats into a warehouse | [Airbyte or Fivetran connectors](data-pipelines.md) | ## How to get it diff --git a/docs/subscription-plans.md b/docs/subscription-plans.md index 557012e5..8b198d62 100644 --- a/docs/subscription-plans.md +++ b/docs/subscription-plans.md @@ -23,7 +23,7 @@ All plans start at the same pageview tiers. The difference is features and team - **Starter**: one site, solo use, no team or sharing needed - **Growth**: multiple sites, or need to share dashboards with clients or invite team members -- **Business**: need funnels, user journeys, revenue tracking, custom properties, Stats API or Looker Studio (build custom dashboards and blend Plausible data with other sources like ad spend or CRM data) +- **Business**: need funnels, user journeys, revenue tracking, custom properties, Stats API or Data Studio (build custom dashboards and blend Plausible data with other sources like ad spend or CRM data) - **Enterprise**: large scale, SSO, Sites API, managed proxy or raw data exports. [Contact us](https://plausible.io/contact) to discuss Compare full features and pricing on [our website](https://plausible.io/#pricing) or in your account settings. Save 2 months by choosing yearly billing. diff --git a/docusaurus.config.js b/docusaurus.config.js index 607e2ecf..11054749 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -91,7 +91,7 @@ module.exports = { { label: 'How to choose', href: 'https://plausible.io/privacy-friendly-web-analytics' }, { label: 'WordPress plugin', href: 'https://plausible.io/wordpress-analytics-plugin' }, { label: 'Google Tag Manager', href: 'https://plausible.io/gtm-template' }, - { label: 'Looker Studio', href: 'https://plausible.io/looker-studio-connector' }, + { label: 'Data Studio', href: 'https://plausible.io/looker-studio-connector' }, { label: 'NPM package', href: 'https://www.npmjs.com/package/@plausible-analytics/tracker' }, ], },