Skip to content

Commit a8f630f

Browse files
committed
minor edits
1 parent fd13fdf commit a8f630f

3 files changed

Lines changed: 19 additions & 29 deletions

File tree

versioned_docs/version-3.0/branch.md

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,26 @@ Adapty provides a complete set of data that lets you track [subscription events]
1616
The integration between Adapty and Branch operates in two main ways.
1717

1818
1. **Receiving attribution data from Branch**
19-
Once you've set up the Branch integration, Adapty will start receiving attribution data from Branch. You can easily access and view this data on the user's profile page.
20-
21-
22-
<Zoom>
23-
<img src={require('./img/49f4aa7-CleanShot_2023-08-11_at_17.36.072x.webp').default}
24-
style={{
25-
border: '1px solid #727272', /* border width and color */
26-
width: '700px', /* image width */
27-
display: 'block', /* for alignment */
28-
margin: '0 auto' /* center alignment */
29-
}}
30-
/>
31-
</Zoom>
32-
33-
34-
35-
19+
Once you've set up the Branch integration, Adapty will start receiving attribution data from Branch. You can easily access and view this data on the user's profile page.
20+
21+
<Zoom>
22+
<img src={require('./img/49f4aa7-CleanShot_2023-08-11_at_17.36.072x.webp').default}
23+
style={{
24+
border: '1px solid #727272', /* border width and color */
25+
width: '700px', /* image width */
26+
display: 'block', /* for alignment */
27+
margin: '0 auto' /* center alignment */
28+
}}
29+
/>
30+
</Zoom>
3631

3732
2. **Sending subscription events to Branch**
3833
Adapty can send all subscription events which are configured in your integration to Branch. As a result, you'll be able to track these events within the Branch dashboard.
3934

4035
## Web configuration
4136

37+
### Connect Adapty to Branch
38+
4239
To integrate Branch go to [Integrations > Branch](https://app.adapty.io/integrations/branch) in Adapty Dashboard , turn on a toggle from off to on, and fill out fields.
4340

4441

@@ -53,13 +50,8 @@ To integrate Branch go to [Integrations > Branch](https://app.adapty.io/integrat
5350
/>
5451
</Zoom>
5552

56-
57-
58-
59-
6053
To get the value for the **Branch Key**, open your Branch [Account Settings](https://dashboard.branch.io/account-settings/profile) and find the **Branch Key** field. Use it for the **Key test** (for Sandbox) or **Key live** (for Production) field in the Adapty Dashboard. In Branch, switch between Live and Tests environments for the appropriate key.
6154

62-
6355
<Zoom>
6456
<img src={require('./img/130e58b-CleanShot_2023-08-11_at_15.24.162x.webp').default}
6557
style={{
@@ -71,11 +63,7 @@ To get the value for the **Branch Key**, open your Branch [Account Settings](ht
7163
/>
7264
</Zoom>
7365

74-
75-
76-
77-
78-
## Events and tags
66+
### Set up events and tags
7967

8068
Below the credentials, there are three groups of events you can send to Branch from Adapty. Simply turn on the ones you need. Check the full list of the events offered by Adapty [here](events).
8169

versioned_docs/version-3.0/singular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Adapty will send subscription events to Singular using a server-to-server integr
6161
Profiles created prior to configuring the integrations will not be able to deliver their events to Singular.
6262
:::
6363

64-
## SDK Configuration and Attribution Integration
64+
## SDK Configuration
6565

6666
The integration between Adapty and Singular is server-so-server. As such, there's no need to add any extra code to your application.
6767

versioned_docs/version-3.0/tenjin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This integration operates in two key ways:
3030

3131
## Web configuration
3232

33+
### Connect Adapty to Tenjin
34+
3335
1. Open the [**Integrations** -> **Tenjin**](https://app.adapty.io/integrations/tenjin) page in the Adapty Dashboard.
3436

3537
2. Enable the toggle to activate the integration.
@@ -103,7 +105,7 @@ This integration operates in two key ways:
103105

104106
Adapty will now send purchase events to Tenjin and receive attribution data. You can adjust event sharing in the **Events names** section.
105107

106-
## Events and tags
108+
### Set up events and tags
107109

108110
Tenjin only accepts purchase and **Trial started** events. In the **Events names** section, select which events to share with Tenjin to align with your tracking goals.
109111

0 commit comments

Comments
 (0)