Skip to content

Commit a2e7113

Browse files
author
markzegarelli
committed
conflict resolve
2 parents b20b518 + 2af43a9 commit a2e7113

File tree

1 file changed

+13
-3
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+13
-3
lines changed

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212
{% include content/plan-grid.md name="actions" %}
1313

1414

15-
[Amplitude](https://amplitude.com/) is an event tracking and segmentation platform for your web and mobile apps. By analyzing the actions your users
15+
[Amplitude](https://amplitude.com/){:target="_blank"} is an event tracking and segmentation platform for your web and mobile apps. By analyzing the actions your users
1616
perform, you can gain a better understanding to drive retention, engagement, and conversion.
1717

1818

@@ -33,8 +33,6 @@ Amplitude (Actions) provides the following benefits over the classic Amplitude d
3333
4. Click the "Amplitude" item to select it and click **Configure**.
3434
5. Choose which of your sources to connect the destination to. (You can connect more sources to the destination later.)
3535

36-
{% include components/actions-fields.html settings="true"%}
37-
3836
Once you have a mapping, you can follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
3937

4038
### Log Purchases in existing destination instances
@@ -217,3 +215,15 @@ You configure the Amplitude (Actions) destination through Filters and Actions. C
217215
> Contact Segment support if you find features missing from the Amplitude (Actions) destination that were available in the classic Amplitude destination.
218216
219217
{% include components/actions-map-table.html name="amplitude" %}
218+
219+
## Advanced Amplitude (Actions) settings
220+
221+
### Increment Traits
222+
The `traitsToIncrement` setting increases a user property by some numerical value. If the user property does not have a value set yet, Segment initializes it with a value of 0. The trait must have a numerical value so it can be incremented.
223+
224+
In the following example, the Amplitude User property `friendCount` equals 4.
225+
226+
``` js
227+
"traits" : {"$add": {"friendCount": 3} }
228+
"traits" : {"$add": {"friendCount": 1} }
229+
```

0 commit comments

Comments
 (0)