diff --git a/docs/buttondown.md b/docs/buttondown.md index e4e579f9..33d057b5 100644 --- a/docs/buttondown.md +++ b/docs/buttondown.md @@ -14,13 +14,13 @@ Newsletter signups won’t show up automatically in your Plausible dashboard. Yo To configure a goal, go to your website’s settings in your Plausible Analytics account and visit the **Goals** section. You should see a prompt to add a goal. -Add your first goal - Click on the **+ Add goal** button to go to the goal creation form. Select `Custom event` as the goal trigger and enter this exact name: `Subscribe`. +
Add Subscribe goal +
Next, click on the **Add goal** button, and you’ll be taken back to the Goals page. After you've completed this process, all the newsletter signups will start being tracked and will be displayed in the **Goals** tab of your Plausible Analytics dashboard. @@ -34,8 +34,6 @@ To configure a goal, go to your website’s settings in your Plausible Analytics Select `Custom event` as the goal trigger and enter this exact name: `Outbound Link: Click`. -Add Outbound Link Click goal - Next, click on the **Add goal** button to be taken back to the Goals page. After you've completed this process, all the external link clicks will start being tracked and will be displayed in the **Goals** tab of your Plausible Analytics dashboard. You'll see **Outbound Link: Click** goal as soon as the first external link click has been tracked. That's all you need to do. Plausible will automatically record new external link clicks. @@ -45,7 +43,3 @@ You'll see **Outbound Link: Click** goal as soon as the first external link clic And that's it. You are now using Plausible Analytics to count your Buttondown archive stats including outbound link clicks and new subscribers. Now you can go to your Buttondown site and verify whether Plausible Analytics script has been added and to your Plausible Analytics account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md). - -The stats will look like this: - -Plausible dashboard for your Buttondown newsletter diff --git a/docs/carrd-integration.md b/docs/carrd-integration.md index b34256ce..94c555aa 100644 --- a/docs/carrd-integration.md +++ b/docs/carrd-integration.md @@ -18,7 +18,9 @@ We display your snippet during the process of adding a new site to your account. * Go to the editor of your Carrd website and add an **Embed** component. +
Add embed element to Carrd +
* In the element's settings make sure: @@ -31,7 +33,9 @@ We display your snippet during the process of adding a new site to your account. * Do click on the **Done** button and then **Publish** your changes. After you change the tracking snippet on your site, all the hash-based page paths on your Carrd website will start being tracked and will be displayed in the **Top Pages** tab of your Plausible Analytics dashboard. +
Add Plausible Analytics script to Carrd +
Now you can go to your Carrd website and verify that Plausible script has been added and to your Plausible account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md). @@ -53,7 +57,9 @@ If you're on a higher plan, like Pro Plus, you'll be able to set these IDs yours To be sure of your element's ID, you can use your browser's dev tool to inspect the element. +
Confirm element ID in Carrd +
### 2. Trigger custom events with JavaScript on your site @@ -83,7 +89,9 @@ Also do change the `classes` line to include the goal name in this format: `plau ``` +
Modify Plausible script Carrd +
Do click on the **Save Changes** button and then **Publish** your changes. @@ -97,8 +105,6 @@ Click on the **+ Add goal** button to go to the goal creation form. Select `Cust So in our example where we added a goal name `plausible-event-name=Button+Click` to the Carrd site, the goal to add in the Plausible account is `Button Click` (plus is replaced by a space). -Add your custom event goal - Next, click on the **Add goal** button and you'll be taken back to the Goals page. ### 4. Your goal should now be ready and tracking @@ -133,7 +139,9 @@ If you want to trigger multiple custom events on the same site, you don't need t ``` +
track multiple elements in Carrd +
## What's next? diff --git a/docs/custom-automatic-link-tracking.md b/docs/custom-automatic-link-tracking.md index 7d152b98..fcc3ff19 100644 --- a/docs/custom-automatic-link-tracking.md +++ b/docs/custom-automatic-link-tracking.md @@ -79,7 +79,9 @@ where `\/` stands for a forward slash (escaped with `\`) and `.*` will match any You'll have to configure the goal for the click numbers to show up in your Plausible dashboard. To configure a goal, go to [your website's settings](website-settings.md) in your Plausible Analytics account and visit the **Goals** section. You should see an empty list with a prompt to add a goal. +
Add your first goal +
Click on the **+ Add goal** button to go to the goal creation form. diff --git a/docs/get-started-with-postman.md b/docs/get-started-with-postman.md index ed02482f..b8f896e8 100644 --- a/docs/get-started-with-postman.md +++ b/docs/get-started-with-postman.md @@ -12,25 +12,27 @@ Postman is a simple interface that you can use for [our stats API](stats-api.md) 2) Go to **My Workspace** and then **Collections** to create a new collection. Feel free to give it a descriptive name such as **Plausible Stats API**. -Create a new collection - 3) Once you've created the collection, you should have the authorization tab open in which you can select the Bearer Token type for authorization: +
Select the Bearer Token type for authorization +
4) In the Token field, you should paste your Plausible Stats API key. You can obtain the Stats API key for your account by going to [your Plausible account settings](https://plausible.io/settings). 5) Once that's done, go ahead and save the collection at the top right: +
Save the collection at the top right +
-6) Then add a new request to this collection and again feel free to give it a descriptive name: - -Add a new request to this collection +6) Then add a new request to this collection and again feel free to give it a descriptive name. 7) Now, you can copy an example query from [our stats API documentation](stats-api.md), and paste it into the request field as follows: +
Copy an example query from our documentation, and paste it +
This will automatically read the different parameters and display them at the bottom. You can modify the parameters from the URL and in the bottom section too. @@ -38,7 +40,9 @@ This will automatically read the different parameters and display them at the bo 9) Now, you probably want to export this data. For that, you can either download the response as a .json file (Save Response), or copy it to your clipboard: +
Download the response as a .json file (Save Response) +
10) To convert the data into the CSV format, you should copy the response to your clipboard, and paste it into a tool like [this one](https://www.convertcsv.com/json-to-csv.htm). diff --git a/docs/ghost-integration.md b/docs/ghost-integration.md index 45728918..fb2c8d2f 100644 --- a/docs/ghost-integration.md +++ b/docs/ghost-integration.md @@ -12,17 +12,19 @@ In Ghost you can inject code across your entire site or on an individual post or * In the **Menu**, click **Settings**, and then **Code Injection**. +
Ghost code injection +
* Add your Plausible Analytics script to the **Site Header** text box. Code added into the **Site Header** field is injected into the `` tag on every page of your site. -Add Plausible script to Ghost - * After adding your code, click on the **Save** button. Now you can go to your website and verify whether Plausible Analytics script has been added and to your Plausible Analytics account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md). +
Ghost Portal flows +
The Sign In/Sign up flows are part of Ghost's [Portal](https://ghost.org/help/setting-up-portal/) app and it's an unified experience for all Ghost sites. You cannot customize these flows by adding an ID or CSS class. diff --git a/docs/shopify-integration.md b/docs/shopify-integration.md index 70651d47..8a18a3f9 100644 --- a/docs/shopify-integration.md +++ b/docs/shopify-integration.md @@ -14,12 +14,12 @@ Here's how to add Plausible Analytics to your Shopify store and set up the track * Click on the icon with three dots next to your current theme and choose **Edit code** from the drop-down menu. +
Add Plausible to Shopify +
* In the **Layout** folder, select your **theme.liquid** file and [paste your Plausible snippet](https://plausible.io/docs/plausible-script) in the **Head Code** section. We display your snippet during the process of adding a new site to your account. You can also see the snippet within the **Site Installation** area of the **General** section in your [site settings](website-settings.md). -Add Plausible Analytics script to Shopify - * Do click on the **Save Changes** to publish your changes. ## Track checkouts and revenue attribution @@ -31,7 +31,9 @@ To create the custom pixel, follow these steps: * Go to your Shopify admin page * Click on the Settings button at the bottom left +
Shopify Settings +
* Open the **Customer events** section, and click on **Add custom pixel** * Choose a name for your pixel (e.g. **Plausible**) @@ -39,7 +41,9 @@ To create the custom pixel, follow these steps: * Click **Save** at the top, then connect the pixel * That's it - your custom Plausible pixel should now be tracking! +
Shopify add pixel +
## Snippet options for the custom pixel @@ -98,8 +102,6 @@ Doing this will segment your dashboard by the traffic that went through the chec If you'd like to see these grouped order confirmations or checkout page visits permanently in your dashboard, you can add them as [pageview goals](pageview-goals.md). -Shopify thank you page tracking - ### Track started checkouts Send a custom event called **Begin Checkout** to Plausible every time the checkout process is started. The total price of the shopping cart will be recorded under this event. @@ -270,7 +272,9 @@ Here's how you can track particular form submissions and button clicks on your S Your form or button element should have an ID attribute assigned by default. You can find this ID by selecting the element you want to track (do make sure you select your form element and not just the "Submit" button) and clicking on the settings gear. +
Shopify form ID +
### 2. Trigger custom events with JavaScript on your site @@ -304,8 +308,10 @@ To represent a space character in goal names, you can use a `+` sign. For exampl ``` +
Modify Plausible script - +
+ Do click on the **Save** button to save your changes. ### 3. Create a custom event goal in your Plausible account @@ -314,14 +320,10 @@ When you send custom events to Plausible, they won't show up in your dashboard a To configure a goal, go to [your website's settings](website-settings.md) in your Plausible account and visit the **Goals** section. You should see an empty list with a prompt to add a goal. -Add your first Shopify goal - Click on the **+ Add goal** button to go to the goal creation form. Select `Custom event` as the goal trigger and enter the name of the custom event you are triggering. The name must be an exact match to the one you added to your site for the conversions to show up in your dashboard. So in our example where we added a goal name `plausible-event-name=Form+Submit` to the Shopify site, the goal to add in the Plausible account is `Form Submit` (plus is replaced by a space). -Add your custom event goal - Next, click on the **Add goal** button and you'll be taken back to the Goals page. ### 4. Your goal should now be ready and tracking @@ -356,7 +358,9 @@ If you want to trigger multiple custom events on the same site, you don't need t ``` +
track multiple elements in Shopify +
## What's next? diff --git a/docs/squarespace-integration.md b/docs/squarespace-integration.md index bd552adc..620f03f5 100644 --- a/docs/squarespace-integration.md +++ b/docs/squarespace-integration.md @@ -16,9 +16,7 @@ Here's how to add Plausible Analytics to your Squarespace site * [Paste your Plausible snippet](https://plausible.io/docs/plausible-script) in the **Header Code** section. We display your snippet during the process of adding a new site to your account. You can also see the snippet within the **Site Installation** area of the **General** section in your [site settings](website-settings.md). -Add Plausible Analytics script to Squarespace - -* Do click on the **Save** +* Click on **Save** Now you can go to your Squarespace website and verify that Plausible script has been added and to your Plausible account to see whether the stats are being tracked. See here [how to verify the integration](troubleshoot-integration.md). @@ -30,33 +28,41 @@ The easiest way to track form submissions on your Squarespace site is to track t * First you'll need to create a "thank you" page by clicking on the "Pages" panel and creating the page by clicking on the "+" button in the **Not Linked** section. +
Create the form submission thank you page in Squarespace +
* Click on the gear icon button next to your "thank you" page to access the page's settings. Here you can see ( or edit ) the page path. +
Squarespace form submission thank you page path +
### 2. Set the redirect URL on form submission * Go to the page that contains your form, and click on **Edit**. Now click on the form to select it and click on the pencil icon to edit it. +
Edit the form in Squarespace +
-* In the "Content" section, click on "Post-submit". Make sure you select the "Redirect" option and in the "Redirect URL" field type in the path to the thank you page ( i.e. **/thank-you** ) +* In the "Content" section, click on "Post-submit". Make sure you select the "Redirect" option and in the "Redirect URL" field type in the path to the thank you page ( i.e. **/thank-you** ). +
Add redirect URL to your form in Squarespace +
-### 3. Create a pageview goal in your Plausible account +
+Add redirect URL to your form in Squarespace +
-When you send custom events to Plausible, they won't show up in your dashboard automatically. You'll have to configure the goal for the conversion numbers to show up. +### 3. Create a pageview goal in your Plausible account To configure a goal, go to [your website's settings](website-settings.md) in your Plausible account and visit the **Goals** section. You should see an empty list with a prompt to add a goal. -Add your first Squarespace goal - -Click on the **+ Add goal** button to go to the goal creation form. Select `Pageview` as the goal trigger and enter the and enter the page path that you want to track ( i.e. **/thank-you**) +Click on the **+ Add goal** button to go to the goal creation form. Select `Pageview` as the goal trigger and enter the page path that you want to track ( i.e. **/thank-you**). -Thank you pageview goal in Squarespace +[Here's more information](https://plausible.io/docs/pageview-goals) about creating pageview goals in your Plausible account. ### 4. Your goal should now be ready and tracking diff --git a/docs/webflow-integration.md b/docs/webflow-integration.md index 4fef6a7f..037d5dec 100644 --- a/docs/webflow-integration.md +++ b/docs/webflow-integration.md @@ -12,13 +12,17 @@ Here's how to add Plausible Analytics to your Webflow site and set up the tracki * On your project's page, click on the Webflow logo (**W**) in the left-hand side menu and choose **Project Settings**. +
Add custom code to Webflow +
* You can use the **[Custom Code](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags)** feature in Webflow to add Plausible tracking code to your website. Site-wide JavaScript code injection is a premium Webflow feature so you need to upgrade your Webflow account to a paid subscription plan. * Choose **Custom Code** from the menu and [paste your Plausible snippet](https://plausible.io/docs/plausible-script) in the **Head Code** section. We display your snippet during the process of adding a new site to your account. You can also see the snippet within the **Site Installation** area of the **General** section in your [site settings](website-settings.md). +
Add Plausible Analytics script to Webflow +
* Do click on the **Save Changes** button and then **Publish** your changes. @@ -32,25 +36,25 @@ The easiest way to track form submissions on your Webflow site is to track the " First you'll need to create a "thank you" page by clicking on the "Pages" panel and creating the page by clicking on the "Create New Page" button. +
Create the form submission thank you page in Webflow +
### 2. Set the redirect URL on form submission Go to the page that contains your form, select the form and click on the gear icon to access the form settings. In the "Redirect URL" field type in the path to the thank you page ( i.e. **/thank-you** ) +
Add redirect URL to your form in Webflow +
### 3. Create a pageview goal in your Plausible account -When you send custom events to Plausible, they won't show up in your dashboard automatically. You'll have to configure the goal for the conversion numbers to show up. - To configure a goal, go to [your website's settings](website-settings.md) in your Plausible account and visit the **Goals** section. You should see an empty list with a prompt to add a goal. -Add your first Webflow goal +Click on the **+ Add goal** button to go to the goal creation form. Select `Pageview` as the goal trigger and enter the page path that you want to track ( i.e. **/thank-you**). -Click on the **+ Add goal** button to go to the goal creation form. Select `Pageview` as the goal trigger and enter the and enter the page path that you want to track ( i.e. **/thank-you**) - -Thank you pageview goal in Webflow +[Here's more information](https://plausible.io/docs/pageview-goals) about creating pageview goals in your Plausible account. ### 4. Your goal should now be ready and tracking @@ -62,7 +66,9 @@ Your goal should now be set up. When you navigate back to your Plausible Analyti In Webflow, link and button elements don't have a default ID. You'll need to assign an ID by selecting the element and clicking on the settings gear. In the **Designer View**, you'll be able to set the ID. +
Add an ID to link and button elements in Webflow +
### 2. Trigger custom events with JavaScript on your site @@ -94,7 +100,9 @@ To represent a space in a goal name, use a `+` sign. For example: `plausible-eve ``` +
Modify Plausible script webflow +
Do click on the **Save Changes** button and then **Publish** your changes. @@ -108,9 +116,7 @@ Click on the **+ Add goal** button to go to the goal creation form. Select `Cust So in our example where we added a goal name `plausible-event-name=Button+Click` to the Webflow site, the goal to add in the Plausible account is `Button Click` (plus is replaced by a space). -Add your custom event goal - -Next, click on the **Add goal** button and you'll be taken back to the Goals page. +Next, click on the **Add goal** button and you'll be taken back to the Goals page. Here's more information on [creating a custom event goal](https://plausible.io/docs/custom-event-goals#create-a-custom-event-goal-in-your-plausible-account). ### 4. Your goal should now be ready and tracking @@ -144,7 +150,9 @@ If you want to trigger multiple custom events on the same site, you don't need t ``` +
track multiple elements in Webflow +
## Custom event not showing up? diff --git a/static/img/CleanShot 2026-05-20 at 15.52.05@2x.png b/static/img/CleanShot 2026-05-20 at 15.52.05@2x.png new file mode 100644 index 00000000..e8866965 Binary files /dev/null and b/static/img/CleanShot 2026-05-20 at 15.52.05@2x.png differ diff --git a/static/img/Edit-form-squarespace.png b/static/img/Edit-form-squarespace.png index c72a9bed..73989ad1 100644 Binary files a/static/img/Edit-form-squarespace.png and b/static/img/Edit-form-squarespace.png differ diff --git a/static/img/add-a-subscribe-goal.png b/static/img/add-a-subscribe-goal.png index 11ab798e..f03aacf9 100644 Binary files a/static/img/add-a-subscribe-goal.png and b/static/img/add-a-subscribe-goal.png differ diff --git a/static/img/add-custom-code-to-shopify.png b/static/img/add-custom-code-to-shopify.png index fa9694c3..5bbc846a 100644 Binary files a/static/img/add-custom-code-to-shopify.png and b/static/img/add-custom-code-to-shopify.png differ diff --git a/static/img/add-custom-code-to-webflow.png b/static/img/add-custom-code-to-webflow.png index f6980b97..575bf65d 100644 Binary files a/static/img/add-custom-code-to-webflow.png and b/static/img/add-custom-code-to-webflow.png differ diff --git a/static/img/add-embed-element-to-carrd.png b/static/img/add-embed-element-to-carrd.png index e6256932..0aa6bbbe 100644 Binary files a/static/img/add-embed-element-to-carrd.png and b/static/img/add-embed-element-to-carrd.png differ diff --git a/static/img/add-id-to-link-and-button-webflow.png b/static/img/add-id-to-link-and-button-webflow.png index 4511809b..21e9f0bd 100644 Binary files a/static/img/add-id-to-link-and-button-webflow.png and b/static/img/add-id-to-link-and-button-webflow.png differ diff --git a/static/img/add-plausible-script-to-carrd.png b/static/img/add-plausible-script-to-carrd.png index 7d771c2d..945d2f02 100644 Binary files a/static/img/add-plausible-script-to-carrd.png and b/static/img/add-plausible-script-to-carrd.png differ diff --git a/static/img/add-plausible-script-to-webflow.png b/static/img/add-plausible-script-to-webflow.png index d90f745e..73f31946 100644 Binary files a/static/img/add-plausible-script-to-webflow.png and b/static/img/add-plausible-script-to-webflow.png differ diff --git a/static/img/add-redirect-url-to-form-in-Squarespace.png b/static/img/add-redirect-url-to-form-in-Squarespace.png index 9e758cf7..34d081a4 100644 Binary files a/static/img/add-redirect-url-to-form-in-Squarespace.png and b/static/img/add-redirect-url-to-form-in-Squarespace.png differ diff --git a/static/img/add-redirect-url-to-form-in-webflow.png b/static/img/add-redirect-url-to-form-in-webflow.png index 96a8be86..adf978b7 100644 Binary files a/static/img/add-redirect-url-to-form-in-webflow.png and b/static/img/add-redirect-url-to-form-in-webflow.png differ diff --git a/static/img/confirm-element-id-carrd.png b/static/img/confirm-element-id-carrd.png index ef9dd267..31f2b9cc 100644 Binary files a/static/img/confirm-element-id-carrd.png and b/static/img/confirm-element-id-carrd.png differ diff --git a/static/img/create-a-thank-you-page-in-Squarespace.png b/static/img/create-a-thank-you-page-in-Squarespace.png index 4362e217..4b1064d9 100644 Binary files a/static/img/create-a-thank-you-page-in-Squarespace.png and b/static/img/create-a-thank-you-page-in-Squarespace.png differ diff --git a/static/img/create-a-thank-you-page-in-webflow.png b/static/img/create-a-thank-you-page-in-webflow.png index 19e2aeaa..09919c43 100644 Binary files a/static/img/create-a-thank-you-page-in-webflow.png and b/static/img/create-a-thank-you-page-in-webflow.png differ diff --git a/static/img/ghost-code-injection.png b/static/img/ghost-code-injection.png index c502a0a8..df3707d8 100644 Binary files a/static/img/ghost-code-injection.png and b/static/img/ghost-code-injection.png differ diff --git a/static/img/goal-conversions.png b/static/img/goal-conversions.png index 950f63f2..a16e7150 100644 Binary files a/static/img/goal-conversions.png and b/static/img/goal-conversions.png differ diff --git a/static/img/how-to-get-started-with-the-stats-api-using-postman-2.png b/static/img/how-to-get-started-with-the-stats-api-using-postman-2.png index 44899c01..b2c6508d 100644 Binary files a/static/img/how-to-get-started-with-the-stats-api-using-postman-2.png and b/static/img/how-to-get-started-with-the-stats-api-using-postman-2.png differ diff --git a/static/img/how-to-get-started-with-the-stats-api-using-postman-3.png b/static/img/how-to-get-started-with-the-stats-api-using-postman-3.png index 5e4c073f..da0e2f8b 100644 Binary files a/static/img/how-to-get-started-with-the-stats-api-using-postman-3.png and b/static/img/how-to-get-started-with-the-stats-api-using-postman-3.png differ diff --git a/static/img/how-to-get-started-with-the-stats-api-using-postman-5.png b/static/img/how-to-get-started-with-the-stats-api-using-postman-5.png index 325cbb02..4d5db1a4 100644 Binary files a/static/img/how-to-get-started-with-the-stats-api-using-postman-5.png and b/static/img/how-to-get-started-with-the-stats-api-using-postman-5.png differ diff --git a/static/img/how-to-get-started-with-the-stats-api-using-postman-7.png b/static/img/how-to-get-started-with-the-stats-api-using-postman-7.png index aebcd872..0c9c6f69 100644 Binary files a/static/img/how-to-get-started-with-the-stats-api-using-postman-7.png and b/static/img/how-to-get-started-with-the-stats-api-using-postman-7.png differ diff --git a/static/img/modify-plausible-script-carrd.png b/static/img/modify-plausible-script-carrd.png index 5d192677..a438d940 100644 Binary files a/static/img/modify-plausible-script-carrd.png and b/static/img/modify-plausible-script-carrd.png differ diff --git a/static/img/modify-plausible-script-shopify.png b/static/img/modify-plausible-script-shopify.png index c4b1b9b1..984741db 100644 Binary files a/static/img/modify-plausible-script-shopify.png and b/static/img/modify-plausible-script-shopify.png differ diff --git a/static/img/modify-plausible-script-webflow.png b/static/img/modify-plausible-script-webflow.png index 70a3fdc1..db8eb94f 100644 Binary files a/static/img/modify-plausible-script-webflow.png and b/static/img/modify-plausible-script-webflow.png differ diff --git a/static/img/portal-ghost.png b/static/img/portal-ghost.png index 8c8bbd4a..0b775c37 100644 Binary files a/static/img/portal-ghost.png and b/static/img/portal-ghost.png differ diff --git a/static/img/redirect-url.png b/static/img/redirect-url.png new file mode 100644 index 00000000..662fc09e Binary files /dev/null and b/static/img/redirect-url.png differ diff --git a/static/img/shopify-add-pixel.png b/static/img/shopify-add-pixel.png index 66268d41..72bb683b 100644 Binary files a/static/img/shopify-add-pixel.png and b/static/img/shopify-add-pixel.png differ diff --git a/static/img/shopify-form-id.png b/static/img/shopify-form-id.png index a83fb893..828ca23a 100644 Binary files a/static/img/shopify-form-id.png and b/static/img/shopify-form-id.png differ diff --git a/static/img/shopify-settings-revenue-metrics.png b/static/img/shopify-settings-revenue-metrics.png index 542cfb31..64699dd4 100644 Binary files a/static/img/shopify-settings-revenue-metrics.png and b/static/img/shopify-settings-revenue-metrics.png differ diff --git a/static/img/squarespace-thank-you-page-path.png b/static/img/squarespace-thank-you-page-path.png index 5162f380..0f2fedb8 100644 Binary files a/static/img/squarespace-thank-you-page-path.png and b/static/img/squarespace-thank-you-page-path.png differ diff --git a/static/img/track-multiple-elements-carrd.png b/static/img/track-multiple-elements-carrd.png index e30566c5..93a013d4 100644 Binary files a/static/img/track-multiple-elements-carrd.png and b/static/img/track-multiple-elements-carrd.png differ diff --git a/static/img/track-multiple-elements-shopify.png b/static/img/track-multiple-elements-shopify.png index 3a365068..8e1a5325 100644 Binary files a/static/img/track-multiple-elements-shopify.png and b/static/img/track-multiple-elements-shopify.png differ diff --git a/static/img/track-multiple-elements-webflow.png b/static/img/track-multiple-elements-webflow.png index 1dcfc084..326c8540 100644 Binary files a/static/img/track-multiple-elements-webflow.png and b/static/img/track-multiple-elements-webflow.png differ