Skip to content

Commit 04024fe

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-56: Added an article for Search terms feature
1 parent a449109 commit 04024fe

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
58.3 KB
Loading

13/umbraco-engage/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* [Videos](marketers-and-editors/analytics/videos.md)
4646
* [Scroll Heatmap](marketers-and-editors/analytics/scroll-heatmap.md)
4747
* [Google Analytics vs Umbraco Engage](marketers-and-editors/analytics/google-analytics-vs-umbraco-engage.md)
48+
* [Search Terms](marketers-and-editors/analytics/search-terms.md)
4849
* [A/B Testing](marketers-and-editors/ab-testing/README.md)
4950
* [What is A/B testing](marketers-and-editors/ab-testing/what-is-ab-testing.md)
5051
* [Types of A/B Tests](marketers-and-editors/ab-testing/types-of-ab-tests/README.md)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
description: >-
3+
Track and analyze search terms entered by visitors on your website to gain
4+
insights into user behavior and improve site content.
5+
---
6+
7+
# Search Terms
8+
9+
The **Search Terms** feature within **Analytics** allows you to monitor and analyze the keywords visitors use when searching within your website. By using these terms, you gain valuable insights into what your audience is looking for, helping you optimize your content strategy and improve user experience.
10+
11+
Search terms automatically track keywords entered in your website's search field. By default, it looks for the `"q="` parameter in the URL's query string and stores the associated keywords.
12+
13+
You can identify common user interests and personalize their experience by tracking search terms both site-wide and per-profile basis. This helps in delivering more targeted content, improving engagement, and increasing conversion rates.
14+
15+
<figure><img src="../../.gitbook/assets/Search-terms.png" alt=""><figcaption><p>Search terms</p></figcaption></figure>
16+
17+
## Configure Search Term Parameters
18+
19+
To configure the search terms parameters:
20+
21+
1. Go to the `appsettings.json` file.
22+
2. Locate the `InternalSiteSearch` parameter.
23+
3. Set values for `SearchTermParameters`, `SearchBoxParameters`, or `CategoryParameters` depending on your needs.
24+
25+
For more information, see the [Configuration](../../developers/settings/configuration.md) article.

0 commit comments

Comments
 (0)