Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guides/how-to-guides/measure-marketing-roi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion src/guides/how-to-guides/segment-and-attribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/partners/destinations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading