RE: Revoking invitations

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi, Issues such as these are out of scope for my team. You will need to reach out to the product team by navigating to this link. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q218MRn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Revoking invitations

2020-07-02 Thread MWA
Found the problem, API is working fine, but on web interface request takes an hour or so to disappear the request, when I request again then NO_PENDING_INVITATION error occurs because the request was fulfilled first time only request doesn't go way on website, it would be great help if you

RE: Revoking invitations

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hello, Please share your SOAP request and response and a screenshot that shows a pending invitation through reply privately to author so I can take a closer look. Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q218MRn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Revoking invitations

2020-06-22 Thread MWA
Hi, I want to revoke the invitation via API. My code is $oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build(); $session = (new AdWordsSessionBuilder())->fromFile()->withOAuth2Credential( $oAuth2Credential)->build(); $adWordsServices=new AdWordsServices();