Skip to content

Commit 618a8ad

Browse files
committed
Incorporated comments
1 parent 4f17ee8 commit 618a8ad

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ exceptions:
8787
- JPG
8888
- JPEG
8989
- BCC
90+
- SSD

13/umbraco-engage/getting-started/for-developers/infrastructure-sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following presents recommendations based on the environment and the number o
1111
## Non-cloud
1212

1313
* **100.000 page views per month or less:** Database: CPU 2, 4-8 GB RAM, 50GB disk
14-
* **500.000 page views per month or less:** Database: CPU 4, 8-16 GB RAM, 100GB Solid State Drive (SSD) disk
14+
* **500.000 page views per month or less:** Database: CPU 4, 8-16 GB RAM, 100GB SSD disk
1515
* **1.000.000 page views per month or less:** Database: CPU 8, 16-32 GB RAM, 250GB SSD disk
1616
* **1.000.000 page views per month or more:** Please [contact our Expert Services](mailto:[email protected]) team to discuss the infrastructure requirements.
1717

13/umbraco-engage/marketers-and-editors/analytics/campaigns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you want to use these parameters, you will need to set up the URL like:
2929

3030
{% code overflow="wrap" %}
3131

32-
```cs
32+
```none
3333
https://www.umbraco.com/pricing/?utm_source=newsletter-july-2024&utm_medium=newsletter&utm_campaign=more_signups&utm_content=bottom_button
3434
```
3535

13/umbraco-engage/marketers-and-editors/personalization/implicit-and-explicit-personalization/campaign-scoring.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ description: >-
1111

1212
Campaigns are automatically scored by using utm-parameters, that you may be already using for your marketing campaigns. You can add 5 different parameters to your URL:
1313

14-
* **utm_source**: Identify the advertiser, site, publication, etc. that is sending traffic to your property, for example, Google, newsletter4, billboard.
15-
* **utm_medium**: The advertising or marketing medium, for example, Cost Per Click (CPC), banner, email newsletter.
16-
* **utm_campaign**: The individual campaign name, slogan, and promo code for a product.
17-
* **utm_term**: Identify paid search keywords. If you are manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.
18-
* **utm_content**: Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.
14+
* `utm_source`: Identify the advertiser, site, publication, etc. that is sending traffic to your property, for example, Google, newsletter4, billboard.
15+
* `utm_medium`: The advertising or marketing medium, for example, Cost Per Click (CPC), banner, email newsletter.
16+
* `utm_campaign`: The individual campaign name, slogan, and promo code for a product.
17+
* `utm_term`: Identify paid search keywords. If you are manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.
18+
* `utm_content`: Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.
1919

2020
Each parameter must be paired with a value that you assign. Each parameter-value pair then contains campaign-related information.
2121

2222
For example, if you want to link from a newsletter to the pricing page of the umbraco.com, you can use the following parameters:
2323

24-
* **utm_source** = newsletter-july-2024 to identify that this visitor came from this specific newsletter
25-
* **utm_medium** = newsletter to show that the medium was a newsletter
26-
* **utm_campaign** = more_signups because that newsletter was part of a bigger campaign
27-
* **utm_content** = bottom_button to identify a specific link in the newsletter
24+
* `utm_source` = newsletter-july-2024 to identify that this visitor came from this specific newsletter
25+
* `utm_medium` = newsletter to show that the medium was a newsletter
26+
* `utm_campaign` = more_signups because that newsletter was part of a bigger campaign
27+
* `utm_content` = bottom_button to identify a specific link in the newsletter
2828

2929
If you want to use these parameters you'll need to set the URL as:
3030

3131
{% code overflow="wrap" %}
3232

33-
```cs
33+
```none
3434
https://www.umarketingsuite.com/pricing/?utm_source=newsletter-july-2021&utm_medium=newsletter&utm_campaign=more_signups&utm_content=bottom_button
3535
```
3636

13/umbraco-engage/tutorials/set-up-your-first-ab-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first step to setting up an A/B test on your website is to define a solid pl
2727
This tutorial does not cover defining a plan or what makes a project valid for testing. However, find some general recommendations below.
2828

2929
* **Set a Clear Objective:** Start by defining a specific goal for your A/B test. Knowing what you aim to improve or measure allows you to design the test accordingly. For example, do you want more clicks on a button, a higher conversion rate, or something else?
30-
* **Ensure a valid amount of data:** A significant amount of traffic and conversions is important to produce reliable results from A/B tests. Use a tool like the Risk, Optimization, Automation, Re-think (ROAR) model to determine whether your website is eligible.
30+
* **Ensure a valid amount of data:** A significant amount of traffic and conversions is important to produce reliable results from A/B tests. Use a tool like the Risk Optimization Automation Re-think (ROAR) model to determine whether your website is eligible.
3131
* **Develop a Hypothesis:** Based on your objective, create a clear hypothesis. This should include what change you expect and why. The stronger your hypothesis, the more valuable your test results will be.
3232

3333
Once you have confirmed your website is eligible for testing and defined a clear hypothesis and objective, you are ready to set up the test.

0 commit comments

Comments
 (0)