Skip to content

Commit 04326c1

Browse files
Add section on Set Once/Set Always fields
1 parent 730f9d6 commit 04326c1

File tree

1 file changed

+9
-1
lines changed
  • src/connections/destinations/catalog/actions-amplitude

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,15 @@ Keep the following in mind if you plan to move to Amplitude (Actions) from a cla
216216
You configure the Amplitude (Actions) destination through Filters and Actions. Consult the table below for information about configuring your Amplitude (Actions) destination similarly to your classic Amplitude destination.
217217

218218
> info ""
219-
> Contact Segment support if you find features missing from the Amplitude (Actions) destination that were available in the classic Amplitude destination.
219+
> Contact Segment support if you find features missing from the Amplitude (Actions) destination that were available in the classic Amplitude destination.
220+
221+
### Set Once/Set Always fields
222+
223+
Amplitude restricts the mixing of top-level user properties with $set, $setOnce, or $setAlways operations in a single request, [as outlined in Amplitude’s documentation](https://www.docs.developers.amplitude.com/analytics/apis/identify-api/#user_properties-supported-operations).
224+
225+
To circumvent this within Segment, users can opt to exclusively map event parameters to either the User Properties field or to one of the user property operations (Set Once and/or Set Always) available in mappings, avoiding mixing them in the same request. Specifically, if you are utilizing Set Once and/or Set Always fields, include all relevant fields in their respective mappings and do not configure mappings for User Properties in the same request.
226+
227+
Conversely, to send top-level user properties, map only to the User Properties field and exclude mappings for Set Once and Set Always fields.
220228

221229
{% include components/actions-map-table.html name="amplitude" %}
222230

0 commit comments

Comments
 (0)