mixpanel / sheets

🔄 integrate mixpanel with google sheets
3 stars 2 forks source link

Is project ID validation working? #9

Closed dasilvacontin closed 1 year ago

dasilvacontin commented 1 year ago

I tried running the import adding an extra character to the project ID, to see if it failed. But to my surprise, it didn't fail.

dasilvacontin commented 1 year ago

You can write anything on the project token, and it will not fail.

ak--47 commented 1 year ago

hi @dasilvacontin thanks for writing in.

tokens are not used for events; just for user profiles + group profiles. project Ids are only necessary when using service accounts (not API secrets).

ideally the UI would only ask for what it needs, but we wanted to keep the form standard. will take that into consideration for future releases.