Skip to content

Commit d9c5ec8

Browse files
authored
Replaced several example links
The example links were formatted as real links which were causing 404 errors. I reformatted them as code.
1 parent 4c463e1 commit d9c5ec8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/marketplace/cloud-partner-portal-orig/web-analytics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are two ways to generate your own campaign.
4040
1. Add to your URL the query parameter **mktcmpid** that describes what the campaign is and what page/event these customers are coming from.
4141

4242
For example you can use:
43-
<https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign>
43+
```https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign```
4444

4545
1. (Advanced): Use one of our supported, generic campaign IDs in the
4646
URL. We want to be accommodating with additional ref tags that you
@@ -52,7 +52,7 @@ For example you can use:
5252
4. **src**
5353

5454
For example you can use:
55-
<https://appsource.microsoft.com/product/dynamics-365/contoso.offername?utm_campaign=NewCampaign>
55+
```https://appsource.microsoft.com/product/dynamics-365/contoso.offername?utm_campaign=NewCampaign```
5656

5757
You can choose to have a combination of multiple of these campaign IDs
5858
to further identify multiple sources driving traffic for the campaign
@@ -61,9 +61,9 @@ such as where the customer came from (email, blog, social media source, etc.).
6161
For example:
6262

6363
1. Newsletter referrer:
64-
<https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign&src=newsletter>
64+
```https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign&src=newsletter```
6565
2. LinkedIn referrer:
66-
<https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign&src=LinkedIn>
66+
```https://appsource.microsoft.com/product/dynamics-365/contoso.offername?mktcmpid=NewCampaign&src=LinkedIn```
6767

6868
### **Ensuring campaigns pass through all your pages**
6969

@@ -73,18 +73,18 @@ that you are driving traffic to that then proceeds to send the customers to the
7373
Here is an example:
7474

7575
1. Marketing employee buys ads from Google to drive traffic to the
76-
company\'s landing page <https://contoso.com>. This landing page has
77-
a \"try my product\" link that goes to <https://appsource.com>.
76+
company\'s landing page ```https://contoso.com```. This landing page has
77+
a \"try my product\" link that goes to ```https://appsource.com```.
7878
2. A user clicks the ad and lands on his company\'s landing page.
7979
1. Referral URL = google.com
8080
2. Landing Page URL =
81-
<https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName>
81+
```https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName```
8282
3. The user clicks the \"try my product\" link and goes into AppSource.
8383
1. Referral URL =
84-
<https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName>
84+
```https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName```
8585
2. Landing Page URL (**Ensure that this URL has utm\_campaign and
8686
utm\_source added to this URL**) =
87-
[https://appsource.microsoft.com/product/dynamics-365/contoso.offername?**utm\_campaign=MyCampaignAdName&utm\_source=MySourceAdName**](https://appsource.microsoft.com/product/dynamics-365/contoso.offername?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName)
87+
```https://appsource.microsoft.com/product/dynamics-365/contoso.offername?**utm\_campaign=MyCampaignAdName&utm\_source=MySourceAdName**```
8888

8989
How to evaluate the success of a Campaign
9090
-----------------------------------------

0 commit comments

Comments
 (0)