Skip to content

Commit 7d8ea57

Browse files
authored
Update index.md
Add note about the API Key being region specific
1 parent e23f4be commit 7d8ea57

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Amplitude (Actions) provides the following benefits over the classic Amplitude d
3535

3636
Once you have a mapping, you can follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
3737

38+
> info ""
39+
> The Amplitude API Key is region-specific. For example, if you have a North America Amplitude account and API key, you would need to make sure the **Endpoint Region** in your Amplitude destination settings is set to North America.
40+
3841
### Log Purchases in existing destination instances
3942

4043
Initially, the Log Event Action was reporting purchases to Amplitude for all events containing a `products` array, even if the products were just added to cart. This inflated the LTV Chart in Amplitude.
@@ -226,4 +229,4 @@ In the following example, the Amplitude User property `friendCount` equals 4.
226229
``` js
227230
"traits" : {"$add": {"friendCount": 3} }
228231
"traits" : {"$add": {"friendCount": 1} }
229-
```
232+
```

0 commit comments

Comments
 (0)