Skip to content

Commit

Permalink
Add UTM tracking to links
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFG committed Aug 22, 2023
1 parent e06e16b commit bc2e725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions learn/cookbooks/vercel.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integrate Meilisearch Cloud with Vercel

In this guide you will learn how to link a Meilisearch Cloud instance to your Vercel project.
In this guide you will learn how to link a [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=vercel-integration) instance to your Vercel project.

## Introducing our tools

Expand All @@ -10,7 +10,7 @@ In this guide you will learn how to link a Meilisearch Cloud instance to your Ve

### What is Meilisearch Cloud?

[Meilisearch Cloud](https://www.meilisearch.com/cloud) offers a managed search service that is scalable, reliable, and designed to meet the needs of all companies.
[Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=vercel-integration) offers a managed search service that is scalable, reliable, and designed to meet the needs of all companies.

## Integrate Meilisearch into your Vercel project

Expand Down Expand Up @@ -69,7 +69,7 @@ Use the `Default Search API Key` to access the [search route](/reference/api/sea
Both keys are automatically added to Vercel along with the Meilisearch URL.

<Capsule intent="tip">
The master key–which hasn’t been added to Vercel–grants users full control over an instance. You can find it in your project’s overview on your [Meilisearch Cloud dashboard](https://cloud.meilisearch.com/projects/). Read more about [Meilisearch security](https://www.meilisearch.com/docs/learn/security/master_api_keys).
The master key–which hasn’t been added to Vercel–grants users full control over an instance. You can find it in your project’s overview on your [Meilisearch Cloud dashboard](https://cloud.meilisearch.com/projects/?utm_campaign=oss&utm_source=docs&utm_medium=vercel-integration). Read more about [Meilisearch security](https://www.meilisearch.com/docs/learn/security/master_api_keys).
</Capsule>

### Review your project settings
Expand All @@ -85,7 +85,7 @@ Go back to your project settings and check the new Meilisearch environment varia

![Meilisearch Cloud dashboard: overview of the "search-app" project](https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/vercel/08.meilisearch-cloud-dashboard.png)

Use the [Meilisearch Cloud dashboard](https://cloud.meilisearch.com/projects/), to index documents and manage your project settings.
Use the [Meilisearch Cloud dashboard](https://cloud.meilisearch.com/projects/?utm_campaign=oss&utm_source=docs&utm_medium=vercel-integration), to index documents and manage your project settings.

## Resources and next steps

Expand Down

0 comments on commit bc2e725

Please sign in to comment.