Problems with connection to the Bing Ads API

Asked

Viewed 52 times

2

I am creating a connection to the Bing Ads API via R, as there is no library for this and I need to get all the data Analytics existing for my project.

But I’m not getting this connection through POSTMAN to perform tests. Whenever I try to do it, it asks to open the browser to allow access and I would like to know if it is possible to make a direct connection or I will have to make this route to the browser, since I will automate this connection on my server.

  • The API asks for authentication (Oauth)?

  • @Tomásbarcellos They order authentication to be done through this authorization URL to obtain the code to use in another URL to authenticate the user and be able to perform the requests with the token generated. Oauth of POSTMAN, for example. More on: https://msdn.microsoft.com/en-us/library/bing-ads-user-authentication-oauth-guide.aspx

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.