Skip to content

Commit d67dd1a

Browse files
committed
Removing double actions/presets, first pass of advanced settings language
1 parent 89bd17f commit d67dd1a

File tree

1 file changed

+12
-2
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)