Open zacksmash opened 2 years ago
@timothymarois I have same issue!
Hi again. I found the issue. You should change the scope and update Microsoft Bing package to last version You must update your application to get user consent using the new msads.manage scope. All application developers must take action to use the new scope. for more information read this document: Document
@webmid Thanks for pointing me in the right direction with your comment. My credentials expired yesterday and I couldn't get them renewed, even when manually changing the url to have the new scopes and enabling MFA on my account (Bing docs said MFA was now also mandatory). Updating laravel-ads to dev-master, solved it.
@webmid How did you change the scope?
@zacksmash
You can see my changes here:
https://github.com/tmarois/laravel-ads-sdk/commit/04021abb4163affaa70be1fcc7f931bab9e9cb71
@webmid That's helpful, thank you!
Do we have an estimate on when this will be incorporated into the package, and released? @timothymarois
I'm using the Bing Ads service, with the
getCampaignReport()
method, and I keep getting this error:Here's my query:
I've double checked my credentials and even generated new ones to be absolutely sure. I've request a new access token, using the artisan command provided. Any ideas what could the issue?