Hello, guys. Maybe this tip is already on STM, but I cant find. So, if it double-info, please, tell, I will delete.
Today, a check for payment is a daily routine in the life of publishers. The process is simple: we knit a card and the account almost immediately becomes allegedly banned.
Usually, if you go to Ads Manager, then we will see the “Confirm Account” button, clicking on which we will go to the check passage page:
But this button does not always come out, you have to either wait or press on “Create a campaign”:
And only there, with a proper share of luck, we will see the button for passing the check:
I suggest you a simpler way)
We go here and copy the Javascript code. If you are too lazy to go, here is the code:
javascript: (function () {
var re=new RegExp('self_resolve_uri:"(.*?)"');
var m=document.documentElement.innerHTML.match(re);
var confirm='https://business.facebook.com/'+m[1];
window.location.href=confirm;
})();
Create a bookmark in the browser on the bookmarks bar with this code (open the menu in your browser, select "Bookmarks" → "Add page to bookmarks"). We call it, for example, Risk Payment. Well, that’s it!
Now, when the account is knocked out on the payment check, go to Ads Manager and press the button on the bookmarks bar. You are immediately thrown into the desired interface.
To Glory!
Thank you!
I try it,but no working