Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat .md/.mdx files with Prettier #620

Merged
merged 4 commits into from
Jan 30, 2025
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
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Motivation / Description

## Changes introduced

## Linear ticket (if any)

## Additional comments
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
tools
code_blocks
openapi-spec
# TODO: Reformat. MDX is whitespace sensitive, so it requires making sure all the docs still look good.
**/*.md
**/*.mdx
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ The default sidebar is rendered at the bottom of `sidebars.js`.

- Install dependencies

```sh
$ yarn install
```
```sh
$ yarn install
```

- Optionally install [typos-cli](https://github.com/crate-ci/typos)

```sh
brew install typos-cli
```
```sh
brew install typos-cli
```

See the link for other options.
This is optional, but will enable running it via the pre-commit hook. You can also use the recommended [vscode extension](https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode) or let it run via GitHub Actions when you create a PR.
See the link for other options.

This is optional, but will enable running it via the pre-commit hook. You can also use the recommended [vscode extension](https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode) or let it run via GitHub Actions when you create a PR.

### Local Development

Expand Down
68 changes: 34 additions & 34 deletions docs/customers/customer-attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,40 +96,40 @@ Attribute keys beginning with `$` are reserved for RevenueCat. The current list

#### General

| Key | Description |
| :----------------------- | :----------------------------------------------------------- |
| `$displayName` | Name that should be used to reference the user |
| `$apnsTokens` | Apple push notification tokens for the user. |
| `$fcmTokens` | Google push notification tokens for the user. |
| `$attConsentStatus` | Apple App Tracking Transparency consent status for the user. |
| `$clevertapId ` | Clever Tap ID for the user. |
| `$idfa` | iOS advertising identifier UUID. |
| `$idfv` | iOS vender identifier UUID. |
| `$gpsAdId` | The advertising ID that is provided by Google Play services. |
| `$amazonAdId` | Amazon Advertising ID. |
| `$adjustId` | The unique Adjust identifier for the user. |
| `$amplitudeDeviceId` | The Amplitude Device ID. |
| `$amplitudeUserId` | The Amplitude User ID. |
| `$appsflyerId` | Appsflyer Id. The unique Appsflyer identifier for the user. |
| `$brazeAliasName` | The Braze 'alias_name' in User Alias Object. |
| `$brazeAliasLabel` | The Braze 'alias_label' in User Alias Object. |
| `$clevertapId` | The CleverTap ID for the user. |
| `$fbAnonId` | The Facebook Anonymous ID for the user. |
| `$attConsentStatus` | Apple App Tracking Transparency consent status for the user. |
| `$mparticleId` | The unique mParticle user identifier (mpid). |
| `$onesignalId` | The OneSignal Player Id for the user. |
| `$airshipChannelId` | The Airship channel ID for the user. |
| `$iterableUserId` | The Iterable ID for the user. |
| `$iterableCampaignId` | The Iterable campaign ID. |
| `$iterableTemplateId` | The Iterable template ID. |
| `$firebaseAppInstanceId` | The Firebase instance identifier. |
| `$mixpanelDistinctId` | The Mixpanel user identifier. |
| `$kochavaDeviceId` | The unique Kochava device identifier. |
| `$ip` | The IP address of the device. |
| `$email` | Email address for the user. |
| `$phoneNumber` | Phone number for the user. |
| `$posthogUserId` | The PostHog User ID |
| `$deviceVersion` | Device, platform and version information. |
| Key | Description |
| :------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `$displayName` | Name that should be used to reference the user |
| `$apnsTokens` | Apple push notification tokens for the user. |
| `$fcmTokens` | Google push notification tokens for the user. |
| `$attConsentStatus` | Apple App Tracking Transparency consent status for the user. |
| `$clevertapId ` | Clever Tap ID for the user. |
| `$idfa` | iOS advertising identifier UUID. |
| `$idfv` | iOS vender identifier UUID. |
| `$gpsAdId` | The advertising ID that is provided by Google Play services. |
| `$amazonAdId` | Amazon Advertising ID. |
| `$adjustId` | The unique Adjust identifier for the user. |
| `$amplitudeDeviceId` | The Amplitude Device ID. |
| `$amplitudeUserId` | The Amplitude User ID. |
| `$appsflyerId` | Appsflyer Id. The unique Appsflyer identifier for the user. |
| `$brazeAliasName` | The Braze 'alias_name' in User Alias Object. |
| `$brazeAliasLabel` | The Braze 'alias_label' in User Alias Object. |
| `$clevertapId` | The CleverTap ID for the user. |
| `$fbAnonId` | The Facebook Anonymous ID for the user. |
| `$attConsentStatus` | Apple App Tracking Transparency consent status for the user. |
| `$mparticleId` | The unique mParticle user identifier (mpid). |
| `$onesignalId` | The OneSignal Player Id for the user. |
| `$airshipChannelId` | The Airship channel ID for the user. |
| `$iterableUserId` | The Iterable ID for the user. |
| `$iterableCampaignId` | The Iterable campaign ID. |
| `$iterableTemplateId` | The Iterable template ID. |
| `$firebaseAppInstanceId` | The Firebase instance identifier. |
| `$mixpanelDistinctId` | The Mixpanel user identifier. |
| `$kochavaDeviceId` | The unique Kochava device identifier. |
| `$ip` | The IP address of the device. |
| `$email` | Email address for the user. |
| `$phoneNumber` | Phone number for the user. |
| `$posthogUserId` | The PostHog User ID |
| `$deviceVersion` | Device, platform and version information. |
| `$appleRefundHandlingPreference` | The [App Store refund preference](/platform-resources/apple-platform-resources/handling-refund-requests#overriding-refund-preference) to override for the user. |

:::warning attConsentStatus is populated regardless of requesting any permission
Expand Down
Loading