-
Notifications
You must be signed in to change notification settings - Fork 20
Proxy amplitude requests from web js through nodejs #197
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Summary
In the docs under Build a proxy solution it says:
...If you already have a Node API server, you could consider using the Node SDK to pass events from your own endpoint to the main Amplitude event servers.
Can you give a quick example? Which apmplitude api to call in node and how/which parameters to pass?
On the web client I'm planning to do something like this:
amplitude.getInstance().init('default', undefined, {
apiEndpoint: 'https://my-custom-domain.com/api/logging/amplitude',
})
Your input is very much appreciated!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested