Skip to content

Commit

Permalink
Merge branch 'ADP-1730-custom-attributes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Nov 4, 2024
2 parents 46be837 + e0ecc0d commit e5dcf99
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please use the following files as samples for [iOS](https://docs.google.com/spre
| **created_at** | optional | Date and time of profile creation (2019-12-31 23:59:59-06:00) |
| **birthday** | optional | The birthday of the user in format 2000-12-31 |
| **email** | optional | The e-mail of your user |
| **gender** | optional | The gender of the user. Possible values are: `f` \| `m` |
| **gender** | optional | The gender of the user |
| **phone_number** | optional | The phone number of your user |
| **country** | optional | format [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) |
| **first_name** | optional | The first name of your user |
Expand All @@ -80,13 +80,14 @@ Please use the following files as samples for [iOS](https://docs.google.com/spre
| **adjust_device_id** | optional | The device ID from Adjust |
| **facebook_anonymous_id** | optional | A unique identifier generated by Facebook for users who interact with your app or website anonymously, meaning they are not logged into Facebook |
| **branch_id** | optional | Unique identifier from Branch |
| **attribution_source** | optional | The source integration of the attribution, for example, appsflyer | adjust | branch | apple_search_ads |
| **attribution_status** | optional | organic | non_organic|unknown |
| **attribution_source** | optional | The source integration of the attribution, for example, appsflyer |
| **attribution_status** | optional | organic |
| **attribution_channel** | optional | The attribution channel that brought the transaction |
| **attribution_campaign** | optional | The attribution campaign that brought the transaction |
| **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: <ul><li>**key**: (string) The name of the custom attribute</li><li> **value**: (string, integer, float, or boolean) The value of the custom attribute in this format:<br/>`"{'string_value': 'some_value', 'float_value': 123.0, 'int_value': 456}"`.<p>Note the use of double and single quotes in the format. Keep in mind that Boolean values will be converted to strings.</p></li></ul> |


### Required Fields
Expand Down

0 comments on commit e5dcf99

Please sign in to comment.