Skip to content

Commit

Permalink
Use Markdown tables everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 21, 2024
1 parent b9d1c6d commit f7fa679
Show file tree
Hide file tree
Showing 13 changed files with 325 additions and 1,233 deletions.
49 changes: 13 additions & 36 deletions src/content/docs/api/app-automation-api/channel-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,19 @@ All parameters need to be passed as a key-value pair inside the `channel_setup`

</Callout>

<Table list>

- - Partner
- Required parameters
- Description
- - `snapchat`
- `snap_app_id`
- Your app's Snapchat ID.
- - `facebook`
- `app_id`
- Your app's Facebook ID.
- - `google`
- `link_id`
- Your Google Ads link ID.
- - `gameanalytics`
- `key`
- Your unique GameAnalytics game key.
- - `tapjoy`
- `app_id`
- Your app's Tapjoy ID.
- - `unityads`
- `game_id`
- Your app's Unity Ads ID.
- - `vungle`
- `app_id`
- Your app's Vungle ID.
- - `chartboost`
- - `app_id`
- `token`
- - `app_id`: Your app's Chartboost ID.
- `token`: Your app's signature.
- - `inmobi`
- - `property_id`
- `advertiser_id`
- - `property_id`: Your app's ID in Inmobi.
- `advertiser_id`: Your Inmobi advertiser ID.
<Table>

| Partner | Required parameters | Description |
| --------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `snapchat` | `snap_app_id` | Your app's Snapchat ID. |
| `facebook` | `app_id` | Your app's Facebook ID. |
| `google` | `link_id` | Your Google Ads link ID. |
| `gameanalytics` | `key` | Your unique GameAnalytics game key. |
| `tapjoy` | `app_id` | Your app's Tapjoy ID. |
| `unityads` | `game_id` | Your app's Unity Ads ID. |
| `vungle` | `app_id` | Your app's Vungle ID. |
| `chartboost` | <ul><li>`app_id`</li><li>`token`</li></ul> | <ul><li>`app_id`: Your app's Chartboost ID.</li><li>`token`: Your app's signature.</li></ul> |
| `inmobi` | <ul><li>`property_id`</li><li>`advertiser_id`</li></ul> | <ul><li>`property_id`: Your app's ID in Inmobi.</li><li>`advertiser_id`: Your Inmobi advertiser ID.</li></ul> |

</Table>

Expand Down
421 changes: 77 additions & 344 deletions src/content/docs/api/rs-api/csv.mdx

Large diffs are not rendered by default.

428 changes: 76 additions & 352 deletions src/content/docs/api/rs-api/pivot.mdx

Large diffs are not rendered by default.

410 changes: 74 additions & 336 deletions src/content/docs/api/rs-api/reports.mdx

Large diffs are not rendered by default.

23 changes: 7 additions & 16 deletions src/content/docs/sdk/android/reference/adjthirdpartysharing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,13 @@ import Facebook from "@android-examples/ADJThirdPartySharing/addGranularOptionFa

<Facebook />

<Table list>

- - Parameter
- Description
- - `partner_name`
- Use `facebook` to toggle LDU
- - `data_processing_options_country`
- The user is located in:
- `0`: Request that Facebook use geolocation
- `1`: United States of America
- - `data_processing_options_state`
- Notifies Facebook which state the user is located in:
- `0`: Request that Facebook use geolocation
- `1000`: California
- `1001`: Colorado
- `1002`: Connecticut
<Table>

| Parameter | Description |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `partner_name` | Use `facebook` to toggle LDU. |
| `data_processing_options_country` | The country in which the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1`: United States of America.</li></ul> |
| `data_processing_options_state` | Notifies Facebook in which state the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1000`: California.</li></ul> |

</Table>

Expand Down
21 changes: 7 additions & 14 deletions src/content/docs/sdk/flutter/configuration/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,13 @@ import AddGranularOptionFacebook from "@flutter-examples/AdjustThirdPartySharing

<AddGranularOptionFacebook />

<Table list>

- - Parameter
- Description
- - `partner_name`
- Use `facebook` to toggle LDU.
- - `data_processing_options_country`
- The country the user is located in.
- `0`: Request that Facebook use geolocation.
- `1`: United States of America.
- - `data_processing_options_state`
- Notifies Facebook which state the user is located in.
- `0`: Request that Facebook use geolocation.
- `1000`: California.
<Table>

| Parameter | Description |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `partner_name` | Use `facebook` to toggle LDU. |
| `data_processing_options_country` | The country in which the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1`: United States of America.</li></ul> |
| `data_processing_options_state` | Notifies Facebook in which state the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1000`: California.</li></ul> |

</Table>

Expand Down
21 changes: 7 additions & 14 deletions src/content/docs/sdk/flutter/reference/adjustthirdpartysharing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,13 @@ import Facebook from "@flutter-examples/AdjustThirdPartySharing/addGranularOptio

<Facebook />

<Table list>

- - Parameter
- Description
- - `partner_name`
- Use `facebook` to toggle LDU.
- - `data_processing_options_country`
- The user is located in.
- `0`: Request that Facebook use geolocation.
- `1`: United States of America.
- - `data_processing_options_state`
- Notifies Facebook which state the user is located in.
- `0`: Request that Facebook use geolocation.
- `1000`: California.
<Table>

| Parameter | Description |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `partner_name` | Use `facebook` to toggle LDU. |
| `data_processing_options_country` | The country in which the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1`: United States of America.</li></ul> |
| `data_processing_options_state` | Notifies Facebook in which state the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1000`: California.</li></ul> |

</Table>

Expand Down
76 changes: 27 additions & 49 deletions src/content/docs/sdk/ios/configuration/skad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Configure SKAdNetwork features for your iOS apps.
slug: en/sdk/ios/configuration/skad
---

import DeactivateSKAdNetworkHandling from "@ios-examples/ADJConfig/deactivateSKAdNetworkHandling.mdx"
import DeactivateSKAdNetworkHandlingSig from "@ios-signatures/ADJConfig/deactivateSKAdNetworkHandling.mdx"
import UpdateConversionValue from "@ios-examples/Adjust/updateConversionValue.mdx"
import UpdateConversionValueSig from "@ios-signatures/Adjust/updateConversionValue.mdx"
import DeactivateSKAdNetworkHandling from "@ios-examples/ADJConfig/deactivateSKAdNetworkHandling.mdx";
import DeactivateSKAdNetworkHandlingSig from "@ios-signatures/ADJConfig/deactivateSKAdNetworkHandling.mdx";
import UpdateConversionValue from "@ios-examples/Adjust/updateConversionValue.mdx";
import UpdateConversionValueSig from "@ios-signatures/Adjust/updateConversionValue.mdx";

<Callout type="important">

Expand All @@ -29,7 +29,7 @@ Your config object contains a boolean `isSKAdNetworkHandlingActive` property tha

<Callout type="important">

You must call the `deactivateSKAdNetworkHandling` method *before* initializing the Adjust SDK.
You must call the `deactivateSKAdNetworkHandling` method _before_ initializing the Adjust SDK.

</Callout>

Expand Down Expand Up @@ -74,31 +74,19 @@ The Adjust SDK contains wrappers for Apple's `updatePostbackConversionValue` met

The following methods are supported:

* [`updatePostbackConversionValue(_:completionHandler:)`](https://developer.apple.com/documentation/storekit/skadnetwork/3919928-updatepostbackconversionvalue): update conversion values and handle failures.
* [`updatePostbackConversionValue(_:completionHandler:coarseValue:)`](https://developer.apple.com/documentation/storekit/skadnetwork/4090669-updatepostbackconversionvalue/) : update both fine and coarse conversion values and handle failures.
updatePostbackConversionValue
* [`updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:)`](https://developer.apple.com/documentation/storekit/skadnetwork/4097267-updatepostbackconversionvalue): update both fine and coarse conversion values, determine whether to send the postback before the end of the conversion value window, and handle errors.

<Table list>

* - Argument
- Data type
- Description
* - `fineValue`
- Integer
- Your conversion value. Must be between 0 and 63
* - `coarseValue`
- [`SKAdNetwork.CoarseConversionValue`](https://developer.apple.com/documentation/storekit/skadnetwork/coarseconversionvalue)
- The coarse conversion value. This value is used if your app doesn't have sufficient installs to reach the privacy threshold.
* `SKAdNetworkCoarseConversionValueLow`
* `SKAdNetworkCoarseConversionValueMedium`
* `SKAdNetworkCoarseConversionValueHigh`
* - `lockWindow`
- Boolean
- Whether to send the postback before the conversion window ends. Use `true` to tell the system to send the postback without waiting for the end of the conversion window. Defaults to `false`.
* - `completion`
- Function
- An optional completion handler you provide to catch and handle any errors this method encounters when you update a conversion value. Set this value to `nil` if you don’t provide a handler.
- [`updatePostbackConversionValue(_:completionHandler:)`](https://developer.apple.com/documentation/storekit/skadnetwork/3919928-updatepostbackconversionvalue): update conversion values and handle failures.
- [`updatePostbackConversionValue(_:completionHandler:coarseValue:)`](https://developer.apple.com/documentation/storekit/skadnetwork/4090669-updatepostbackconversionvalue/) : update both fine and coarse conversion values and handle failures.
updatePostbackConversionValue
- [`updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:)`](https://developer.apple.com/documentation/storekit/skadnetwork/4097267-updatepostbackconversionvalue): update both fine and coarse conversion values, determine whether to send the postback before the end of the conversion value window, and handle errors.

<Table>

| Argument | Data type | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fineValue` | Integer | Your conversion value. Must be between `0` and `63`. |
| `coarseValue` | [`SKAdNetwork.CoarseConversionValue`](https://developer.apple.com/documentation/storekit/skadnetwork/coarseconversionvalue) | The coarse conversion value. This value is used if your app doesn't have sufficient installs to reach the privacy threshold.<ul><li>`SKAdNetworkCoarseConversionValueLow`</li><li>`SKAdNetworkCoarseConversionValueMedium`</li><li>`SKAdNetworkCoarseConversionValueHigh`</li></ul> |
| `lockWindow` | Boolean | Whether to send the postback before the conversion window ends.<br/>Use `true` to tell the system to send the postback without waiting for the end of the conversion window. Defaults to `false`. |
| `completion` | Function | An optional completion handler you provide to catch and handle any errors this method encounters when you update a conversion value.<br/>Set this value to `nil` if you don’t provide a handler. |

</Table>

Expand Down Expand Up @@ -145,8 +133,8 @@ If you use Adjust to manage conversion values, the Adjust's servers send convers

This example shows how to log the following when the conversion value updates:

* A message confirming the conversion value update
* The new conversion value
- A message confirming the conversion value update
- The new conversion value

<Tabs>
<Tab title="Swift" sync="swift">
Expand All @@ -173,23 +161,13 @@ func adjustConversionValueUpdated(_ conversionValue: NSNumber?) {

SKAdNetwork 4.0 postbacks contain some additional information to give advertisers more insight into their users. When Adjust's servers update conversion values, this additional information is sent in a payload. You can access this information with the `adjustConversionValueUpdated` callback method.

<Table list>

* - Arguments
- Data type
- Description
* - `fineValue`
- Integer
- The conversion value sent by Adjust's servers
* - `coarseValue`
- String
- The coarse conversion value. This value is used if your app doesn't have sufficient installs to reach the privacy threshold. Accepted values:
* `low`
* `medium`
* `high`
* - `lockWindow`
- Integer
- Whether to send the postback before the conversion window ends. `1` indicates the postback will be sent before the conversion window ends. Defaults to `0` in SKAdNetwork 4.0 postbacks and `nil` in older SKAdNetwork versions
<Table>

| Arguments | Data type | Description |
| ------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fineValue` | Integer | The conversion value sent by Adjust's servers |
| `coarseValue` | String | The coarse conversion value. This value is used if your app doesn't have sufficient installs to reach the privacy threshold.<ul><li>`low`</li><li>`medium`</li><li>`high`</li></ul> |
| `lockWindow` | Integer | Whether to send the postback before the conversion window ends. `1` indicates the postback will be sent before the conversion window ends.<br/>Defaults to `0` in SKAdNetwork 4.0 postbacks and `nil` in older SKAdNetwork versions |

</Table>

Expand Down
21 changes: 7 additions & 14 deletions src/content/docs/sdk/ios/reference/adjthirdpartysharing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,13 @@ import Facebook from "@ios-examples/ADJThirdPartySharing/addGranularOptionFacebo

<Facebook />

<Table list>

- - Parameter
- Description
- - `partner_name`
- Use `facebook` to toggle LDU.
- - `data_processing_options_country`
- The user is located in.
- `0`: Request that Facebook use geolocation.
- `1`: United States of America.
- - `data_processing_options_state`
- Notifies Facebook which state the user is located in.
- `0`: Request that Facebook use geolocation.
- `1000`: California.
<Table>

| Parameter | Description |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `partner_name` | Use `facebook` to toggle LDU. |
| `data_processing_options_country` | The country in which the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1`: United States of America.</li></ul> |
| `data_processing_options_state` | Notifies Facebook in which state the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1000`: California.</li></ul> |

</Table>

Expand Down
21 changes: 7 additions & 14 deletions src/content/docs/sdk/react-native/configuration/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,13 @@ You can update the Facebook LDU status by passing arguments to the `addGranularO

<AddGranularOptionFacebook />

<Table list>

- - Parameter
- Description
- - `partner_name`
- Use `facebook` to toggle LDU.
- - `data_processing_options_country`
- The country the user is located in.
- `0`: Request that Facebook use geolocation.
- `1`: United States of America.
- - `data_processing_options_state`
- Notifies Facebook which state the user is located in.
- `0`: Request that Facebook use geolocation.
- `1000`: California.
<Table>

| Parameter | Description |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `partner_name` | Use `facebook` to toggle LDU. |
| `data_processing_options_country` | The country in which the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1`: United States of America.</li></ul> |
| `data_processing_options_state` | Notifies Facebook in which state the user is located.<ul><li>`0`: Request that Facebook use geolocation.</li><li>`1000`: California.</li></ul> |

</Table>

Expand Down
Loading

0 comments on commit f7fa679

Please sign in to comment.