diff --git a/src/guides/how-to-guides/measure-marketing-roi.md b/src/guides/how-to-guides/measure-marketing-roi.md index 1eaff3abdd..2a75099a9a 100644 --- a/src/guides/how-to-guides/measure-marketing-roi.md +++ b/src/guides/how-to-guides/measure-marketing-roi.md @@ -165,7 +165,7 @@ _Want to easily export advertising data from_ [Google Adwords](https://segment.c When we have the aggregate cost numbers, the formula for ROI is: -```none +```text Campaign ROI = (Profit Attributed to Campaign – Campaign Cost) / Campaign Cost ``` diff --git a/src/guides/how-to-guides/segment-and-attribution.md b/src/guides/how-to-guides/segment-and-attribution.md index 501c00834b..21cdaf15ff 100644 --- a/src/guides/how-to-guides/segment-and-attribution.md +++ b/src/guides/how-to-guides/segment-and-attribution.md @@ -19,7 +19,7 @@ Here is a bit more information on what is happening at each of those stages.  When [lifecycle events](/docs/connections/spec/mobile/#lifecycle-events) are enabled, the **Application Installed** and **Application Opened** events are triggered on the first app open after the app is installed.  Note, if the app is deleted and then later reinstalled on the device, these events will be triggered again on first app open.  -**Situations where install counts look lower in Segment than in other tools. ** +**Situations where install counts look lower in Segment than in other tools** Some tools, like iTunes or Google Play, count install on download rather than on app open like Segment.  iTunes and Google Play is able to easily collect data on download but not as easily able to collect first-party data on app open. Whereas other tools, such as Segment, need their SDK to be loaded in app and initialized on app open before they are able to collect the install information. For example, if a user downloads your app but does not open it, the install will be counted in iTunes/Google Play but not counted in Segment or other tools. diff --git a/src/partners/destinations/index.md b/src/partners/destinations/index.md index de47dd7d8d..b593a37153 100644 --- a/src/partners/destinations/index.md +++ b/src/partners/destinations/index.md @@ -34,7 +34,7 @@ Before you begin development, consider the following points: 3. To test your integration: - For cloud-mode destinations, follow these instructions: [Test Cloud Destinations](/docs/partners/destinations/testing). - - If you are building a device-mode destination, see the [Test Browser Destinations](#). + - If you are building a device-mode destination, see the Test Browser Destinations. 4. When you have questions, reach out to partner-support@segment.com.