Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 26, 2024
1 parent 1f49ee3 commit b184d38
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/kitchen-sink/tables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You can explicitly set the height of a table in pixels. This allows you to contr
| `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. |
| `os_names` | String | Query | Comma-separated list of OS names. |
| `device_types` | String | Query | Comma-separated list of device types. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. |
| `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. |
| `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). |

Expand All @@ -162,7 +162,7 @@ You can explicitly set the height of a table in pixels. This allows you to contr
| `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. |
| `os_names` | String | Query | Comma-separated list of OS names. |
| `device_types` | String | Query | Comma-separated list of device types. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. |
| `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. |
| `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). |

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/kitchen-sink/test-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ _It_ **contains** [Markdown](https://www.markdownguide.org/).
| `countries` | String | Query | Comma-separated list of ISO 3166 alpha-2 country names. |
| `os_names` | String | Query | Comma-separated list of OS names. |
| `device_types` | String | Query | Comma-separated list of device types. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en/index) for more information. |
| `grouping` | String | Query | Grouping parameters. [See Result grouping](/en) for more information. |
| `tracker_filter` | String | Query | The tracker tokens of any trackers you want to include in your results. Only metrics relating to these trackers are returned. |
| `human_readable_kpis` | Boolean | Query | Replace metrics with human readable alternatives (for example: "Lifetime Value" instead of `lifetime_value`). |

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/sdk/flutter/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If a user has your app installed, it opens when they interact with a link contai

You need to set up deep linking on an app level. Follow the instructions linked below to set up deep linking on your target platform:

- [iOS](/en/sdk/ios/configuration/deep-links)
- [iOS](/en/sdk/ios/features/deep-links)
- [Android](/en/sdk/android/features/deep-links)

## Reattribution using deep links
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/sdk/unity/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The SDK injects the required settings into Android and iOS projects in v4.30 and

For Adjust SDK below v4.30 or Unity Editor below v2019.2 (Android only), you need to set up deep linking on an app level. Follow the instructions linked below to set up deep linking on your target platform:

- [iOS](/en/sdk/ios/configuration/deep-links)
- [iOS](/en/sdk/ios/features/deep-links)
- [Android](/en/sdk/android/features/deep-links)

## Deep linking on iOS
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/sdk/unity/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To set up the Adjust SDK, enter the following information:
2. Your **Environment**:
- Choose **Sandbox** if you are testing your app and want to send test data. You need to enable sandbox mode in the dashboard to see test data.
- Choose **Production** when you have finished testing and are ready to release your app.
3. Your **Log Level**. This controls what logs you receive. See [Set log level](/en/sdk/unity/configuration/log-level) for more information.
3. Your **Log Level**. This controls what logs you receive. See [Set log level](/en/sdk/unity/configuration#set-your-logging-level) for more information.

The Adjust SDK starts when the app's Awake event triggers by default. To override this behavior, check the **START SDK MANUALLY** option. This enables you to initialize the Adjust SDK by calling `Adjust.start()` with your config instance as an argument.

Expand Down Expand Up @@ -241,10 +241,10 @@ The Adjust SDK provides tools for testing and troubleshooting issues with your i

- Set your environment to **Sandbox**.
- Add a sandbox filter to your Adjust dashboard results.
- Set your [log level](/en/sdk/unity/configuration/log-level) to **verbose**.
- Set your [log level](/en/sdk/unity/configuration#set-your-logging-level) to **verbose**.

### Test Google Play Services integration

To test that the Adjust SDK can receive a device's Google Advertising ID, set the [log level](/en/sdk/unity/configuration/log-level) to **verbose** and the environment to **Sandbox**. Start your app and measure a `session` or an event. The SDK logs the gps_adid (Google Play Services Advertiser ID) parameter if it has read the advertising ID.
To test that the Adjust SDK can receive a device's Google Advertising ID, set the [log level](/en/sdk/unity/configuration#set-your-logging-level) to **verbose** and the environment to **Sandbox**. Start your app and measure a `session` or an event. The SDK logs the gps_adid (Google Play Services Advertiser ID) parameter if it has read the advertising ID.

If you are having issues retrieving the Google Advertising ID, open an issue in the [GitHub repository](https://github.com/adjust/unity_sdk) or contact [email protected].

0 comments on commit b184d38

Please sign in to comment.