@@ -40,7 +40,7 @@ There are two ways to generate your own campaign.
40
40
1 . Add to your URL the query parameter ** mktcmpid** that describes what the campaign is and what page/event these customers are coming from.
41
41
42
42
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 ```
44
44
45
45
1 . (Advanced): Use one of our supported, generic campaign IDs in the
46
46
URL. We want to be accommodating with additional ref tags that you
@@ -52,7 +52,7 @@ For example you can use:
52
52
4 . ** src**
53
53
54
54
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 ```
56
56
57
57
You can choose to have a combination of multiple of these campaign IDs
58
58
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.).
61
61
For example:
62
62
63
63
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 ```
65
65
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 ```
67
67
68
68
### ** Ensuring campaigns pass through all your pages**
69
69
@@ -73,18 +73,18 @@ that you are driving traffic to that then proceeds to send the customers to the
73
73
Here is an example:
74
74
75
75
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 ``` .
78
78
2 . A user clicks the ad and lands on his company\' s landing page.
79
79
1 . Referral URL = google.com
80
80
2 . Landing Page URL =
81
- < https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName >
81
+ ``` https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName ```
82
82
3 . The user clicks the \" try my product\" link and goes into AppSource.
83
83
1 . Referral URL =
84
- < https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName >
84
+ ``` https://contoso.com/?utm_campaign=MyCampaignAdName&utm_source=MySourceAdName ```
85
85
2 . Landing Page URL (** Ensure that this URL has utm\_ campaign and
86
86
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** ```
88
88
89
89
How to evaluate the success of a Campaign
90
90
-----------------------------------------
0 commit comments