Skip to content

Commit

Permalink
Merge branch 'ADP-1730-custom-attributes' into develop
Browse files Browse the repository at this point in the history
* ADP-1730-custom-attributes:
  Format for custom_attributes updated
  • Loading branch information
Lutik-sun committed Nov 5, 2024
2 parents 038a8ce + 97d9540 commit ba9e333
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,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.</li></ul><p> Format:`"{'string_value': 'some_value', 'float_value': 123.0, 'int_value': 456}"`.</p><p>Note the use of double and single quotes in the format. Keep in mind that Boolean values will be converted to strings.</p> |

### Required Fields

Expand Down

0 comments on commit ba9e333

Please sign in to comment.