Re: customer not accessible in mcc

2024-08-28 Thread tkraja mdu
Thanks for your reply $session = (new GoogleAdsClientBuilder()) ->fromFile() ->withOAuth2Credential($oAuth2Credential) ->withLoginCustomerId(111) ->build(); when i pass logincustomerid value in api, It return same response On Wednesday, August 28, 2024 at 11:52:07 AM UTC+5:30 Google Ads API

Re: customer not accessible in mcc

2024-08-27 Thread tkraja mdu
Thanks for your reply I tried with new project credentials in API but the response Google Ads failure details: authorization_error: User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' hea

Re: customer not accessible in mcc

2024-08-23 Thread tkraja mdu
Hi, Thanks for your reply, In this case i can see that account but when i try to fetch the products from account it return below response Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token`

Customer not accessible in MCC

2024-08-23 Thread tkraja mdu
My problem is one customer linked in MCC account But using api i couldn't access that customer details But in interface i can accessible so, i tried this api https://developers.google.com/google-ads/api/samples/list-accessible-customers But, the response not return the my MCC account id, It re

Re: How to get a campaign limited by budget via Google Ads API?

2024-08-09 Thread tkraja mdu
Hi, Any possible to access the "Limited by Budget" campaign status products in Adwords API? On Friday, September 28, 2018 at 8:58:43 AM UTC+5:30 Luis Xander Talag (AdWords API Team) wrote: > Hi Hadar, > > I'm afraid the status "Limited by Budget" is currently not supported in > the AdWords A

Google ads api failure

2024-03-08 Thread tkraja mdu
Hi, I'm facing Google Ads failure details: authorization_error: User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header Please explain how to resolve this error -- -- =~=~=~=~=~=~=

Looking for google ads api refresh token regenrate

2024-03-04 Thread tkraja mdu
Hi, Last few days google ads api return response as { "error": "invalid_grant", "error_description": "Token has been expired or revoked." } So, I need how to regenerate the refresh token and I tried all cases it return 'ACCESS TOKEN' only Please explain how to regenerate the refresh token.