Skip to content

Commit d14ff97

Browse files
committed
Update External Amplitude Link #4523
1 parent b8443e7 commit d14ff97

File tree

1 file changed

+6
-6
lines changed
  • src/connections/destinations/catalog/amplitude

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Segment's Amplitude destination code is open source and available on GitHub. You
1313
- [Kotlin](https://github.com/segment-integrations/analytics-kotlin-amplitude){:target="_blank"}
1414
- [Swift](https://github.com/segment-integrations/analytics-swift-amplitude){:target="_blank"}
1515

16-
In addition to Segment's Amplitude documentation, Amplitude provides a [Segment integration guide](https://developers.amplitude.com/docs/segment-amplitude-integration){:target="_blank"}, as well.
16+
In addition to Segment's Amplitude documentation, Amplitude provides a [Segment integration guide](https://docs.developers.amplitude.com/data/sources/segment/){:target="_blank"}, as well.
1717

1818
> note ""
1919
> To delete users based on GDPR regulations, you must include a secret key in the **Secret Key** setting of every Amplitude destination. You can find your Secret Key on the [General Settings](https://help.amplitude.com/hc/en-us/articles/235649848-Settings#general) of your Amplitude project.
@@ -292,7 +292,7 @@ Property names should be `camelCase` for Android implementations, and `snake_cas
292292

293293
> info ""
294294
> Amplitude [doesn't support currency conversion](https://help.amplitude.com/hc/en-us/articles/115003116888-Track-revenue){:target="_blank"}
295-
. Normalize all revenue data to your currency of choice before sending it to Amplitude.
295+
Normalize all revenue data to your currency of choice before sending it to Amplitude.
296296

297297

298298
### Revenue
@@ -703,10 +703,10 @@ Segment logs the user out by setting the `userId` to `nil` and calling Amplitude
703703

704704
Amplitude offers a robust [Instrumentation Explorer/Debugger](https://help.amplitude.com/hc/en-us/articles/360003032451-Instrumentation-Explorer-Debugger){:target="_blank"}. This is a helpful Chrome extension that shows each page interaction that sends an event to Amplitude.
705705

706-
### Amplitude/Segment FAQ
707-
708-
Have a question about the Amplitude/Segment integration that's already been answered? Take a look at [Amplitude's FAQ](https://developers.amplitude.com/docs/segment-amplitude-integration){:target="_blank"} for common issues integrating Amplitude with Segment.
709-
710706
### I Don't See My Data In Amplitude
711707

712708
If you aren't seeing your data arrive in Amplitude, take a look at our Analytics.js [guide to validating data being transmitted](/docs/connections/sources/catalog/libraries/website/javascript/troubleshooting#is-data-being-transmitted-to-your-third-party-destinations) to your third-party destination.
709+
710+
### Other resources
711+
712+
For more information on the Amplitude/Segment integration, view Amplitude's [Import Segment Data](https://docs.developers.amplitude.com/data/sources/segment/){:target="_blank"} documentation.

0 commit comments

Comments
 (0)