Forum Discussion
Connecting Adjust Insights API with PBI
Hi,
I used to be able to connect Powerbi with Adjust Insights, a solution that enables to track app mobiles.
Now that my colleague left and that I take the succession, I have to login with my credentials but it seems that the way we have to change the code changed...
I cannot find any tutorial on that topic on Adjust or internet.
=>I thought I need to change the bearer with my credentials but it does not work.
=>The message error indicates to connect anonymously but nothing happen.
How can I replace the code with my credentials ?
Thanks for your help!
_________________________________________________________________
= Csv.Document(Web.Contents("https://api.adjust.com/kpis/v1/5g8j57fi9tog,igt8eiifiqyo?start_date=2021-03-01&end_date=2022-03-31&kpis=installs&grouping=months,os_names", [Headers=[Authorization="Bearer k-cGU4cyHFFqxykuzAxZ", Accept="text/csv"]]),[Delimiter=",", Columns=3, Encoding=65001, QuoteStyle=QuoteStyle.None])
2 Replies
- amitchandak
Super User
tramcc , In Datasource setting clear permissions and try again. It should as for credentials again
- tramccNew Member
I already tried but it still does not work because of expiration of credentials.
The thing is that i need to replace my colleague' credentials with mine but dont know where exactly in the code I need to change. I tried to change the bearer part of the code but it does not work either...