From e0ecc0dacd8399cf4517beb633e046ad3eb37d6c Mon Sep 17 00:00:00 2001 From: Liudmila Nemkova Date: Mon, 4 Nov 2024 16:12:07 +0300 Subject: [PATCH 1/2] Version for review --- .../version-3.0/importing-historical-data-to-adapty.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versioned_docs/version-3.0/importing-historical-data-to-adapty.md b/versioned_docs/version-3.0/importing-historical-data-to-adapty.md index 115f7ba..140a29c 100644 --- a/versioned_docs/version-3.0/importing-historical-data-to-adapty.md +++ b/versioned_docs/version-3.0/importing-historical-data-to-adapty.md @@ -87,6 +87,7 @@ Please use the following files as samples for [iOS](https://docs.google.com/spre | **attribution_ad_group** | optional | The attribution ad group that brought the transaction | | **attribution_ad_set** | optional | The attribution ad set that brought the transaction | | **attribution_creative** | optional | Specific visual or textual elements used in an advertisement or marketing campaign that are tracked to determine their effectiveness in driving desired actions, such as clicks, conversions, or installs | +| **custom_attributes** | optional | Any custom attributes you want. Provide them as a JSON dictionary in a key-value format where: | ### Required Fields From 97d9540459d98ece9b8c1cd4447209091a4fb288 Mon Sep 17 00:00:00 2001 From: Liudmila Nemkova Date: Tue, 5 Nov 2024 11:21:39 +0300 Subject: [PATCH 2/2] Format for custom_attributes updated --- .../version-3.0/importing-historical-data-to-adapty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.0/importing-historical-data-to-adapty.md b/versioned_docs/version-3.0/importing-historical-data-to-adapty.md index 140a29c..e21f8a1 100644 --- a/versioned_docs/version-3.0/importing-historical-data-to-adapty.md +++ b/versioned_docs/version-3.0/importing-historical-data-to-adapty.md @@ -87,7 +87,7 @@ Please use the following files as samples for [iOS](https://docs.google.com/spre | **attribution_ad_group** | optional | The attribution ad group that brought the transaction | | **attribution_ad_set** | optional | The attribution ad set that brought the transaction | | **attribution_creative** | optional | Specific visual or textual elements used in an advertisement or marketing campaign that are tracked to determine their effectiveness in driving desired actions, such as clicks, conversions, or installs | -| **custom_attributes** | optional | Any custom attributes you want. Provide them as a JSON dictionary in a key-value format where: | +| **custom_attributes** | optional | Any custom attributes you want. Provide them as a JSON dictionary in a key-value format where:

Format:`"{'string_value': 'some_value', 'float_value': 123.0, 'int_value': 456}"`.

Note the use of double and single quotes in the format. Keep in mind that Boolean values will be converted to strings.

| ### Required Fields