Skip to content

Commit d00a308

Browse files
authored
Merge pull request #7997 from lopenchi/develop
Fixes for migration - Batch 1.3
2 parents e506ced + 85b20e7 commit d00a308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/guides/how-to-guides/measure-marketing-roi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ _Want to easily export advertising data from_ [Google Adwords](https://segment.c
165165

166166
When we have the aggregate cost numbers, the formula for ROI is:
167167

168-
```none
168+
```text
169169
Campaign ROI = (Profit Attributed to Campaign – Campaign Cost) / Campaign Cost
170170
```
171171

src/guides/how-to-guides/segment-and-attribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here is a bit more information on what is happening at each of those stages. 
1919

2020
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. 
2121

22-
**Situations where install counts look lower in Segment than in other tools**
22+
**Situations where install counts look lower in Segment than in other tools**
2323

2424
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.
2525

src/partners/destinations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you begin development, consider the following points:
3434
3. To test your integration:
3535

3636
- For cloud-mode destinations, follow these instructions: [Test Cloud Destinations](/docs/partners/destinations/testing).
37-
- If you are building a device-mode destination, see the [Test Browser Destinations](#).
37+
- If you are building a device-mode destination, see the Test Browser Destinations.
3838

3939
4. When you have questions, reach out to partner-support@segment.com.
4040

0 commit comments

Comments
 (0)