You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/add-paywall-locale-in-adapty-paywall-builder.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,9 @@ We automatically detect which lines have never been translated or have changed i
59
59
60
60
Rich text formatting (bold, italic, colored text, etc.) won’t be preserved in the translated version. Please adjust the translated text manually as needed.
61
61
62
-
1. Select the languages for translation.
62
+
1. Click the localization icon to select languages for translation:
63
+
-**In the language column header**: Translates all lines at once—ideal for initial translation or when updating the entire language.
64
+
-**In individual lines**: Translates specific lines independently—useful when making targeted changes without affecting other translations.
| `app_token` |String| The Adjust App Token from your integration settings. |
306
+
| `event_token` |String| The Adjust Event Token mapped to the specific Adapty event. |
307
+
| `s2s` |Integer| Server-to-Server event flag. |
308
+
| `environment` |String| `sandbox` or `production`. |
309
+
| `created_at_unix` |Integer| Timestamp of the event in seconds. |
310
+
| `currency` |String| Currency code (e.g., "USD") for the transaction. Included only when revenue exceeds 0.001, as Adjust requires both revenue and currency to be sent together. |
311
+
| `revenue` |Float| Transaction revenue amount. Only included when the value exceeds 0.001. Note that refund events are sent without revenue properties, since Adjust doesn't support negative revenue values. |
312
+
| `customer_user_id` |String| The user's Customer User ID. |
313
+
| `external_device_id` |String| Same as `customer_user_id`. |
314
+
| `ip_address` |String| User's IP address (IPv4 only). |
315
+
| `user_agent` |String| Device User Agent string. |
316
+
| `adid` |String| Adjust Device ID (if known). |
317
+
| `android_id` |String|**Android only**. Google Advertising ID. |
318
+
| `gps_adid` |String|**Android only**. Google Advertising ID. |
319
+
| `idfa` |String|**iOS only**. ID for Advertisers. |
320
+
| `idfv` |String|**iOS only**. ID for Vendors. |
321
+
| `callback_params` |String| JSON string containing all available [event fields](webhook-event-types-and-fields#for-most-event-types). Only non-null fields are included. |
322
+
| `partner_params` |String| Same as `callback_params`. |
0 commit comments