Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Make JSON data for Amplitude

BeckyLV
5 - Atom

I want to use Alteryx for "Amplitude" data ETL.

Amplitude is User behavior analysis tool and need "JSON data source" in order to use Amplitude HTTP API2.

 

I reached Amplitude API requirement but JSON code is complicated for me...

https://developers.amplitude.com/docs/http-api-v2

 

However, Alteryx have JSON output system.

I really want to make suitable JSON data source for Amplitude with Alteryx...

 

I just have dummy data source flow and attached.

If there is the one who is familiar with Amplitude / JSON/ API, I'm glad to have some advise about that..

 

thanks.

4 REPLIES 4
AkimasaKajitani
17 - Castor
17 - Castor

I don't know about Amplitude, but I mention the JSON.

 

I think we can get less the information about the JSON Build tool.
JSON Build tool is the data that is made by JSON Parse tool change into JSON format.

 

If you get the sample data of Amplitude, you can know how format you have to make the Pre JSON data.

 

AkimasaKajitani_0-1612708996098.png

Sample JSON : https://developers.amplitude.com/docs/http-api-v2#uploadrequestbody

 

Pre JSON data. You can convert to JSON format by JSON Build tool.

AkimasaKajitani_1-1612709299999.png

 

BeckyLV
5 - Atom

thank you very much! I will check sample flow and come back

BeckyLV
5 - Atom

thanks! I confirmed this topic with our engineer and I found its enough!

I will confirm about API etc with another root, thank you very much!

AkimasaKajitani
17 - Castor
17 - Castor

I'm glad it worked out!

Labels