unable to authenticate using service account json credentials in php lib

2023-09-07 Thread Nayana Hettiarachchi
Hi, i have my google_ads_php.ini file look as follows jsonKeyFilePath = "/home/nayana/code/keywordapp-backend/managed-client-portal-4176c1bf1e30.json" scopes = "https://www.googleapis.com/auth/adwords"; impersonatedEmail = "analyt...@x.com" and when I use oAuth2Credential = (new OAuth2Toke

Re: unable to authenticate using service account json credentials in php lib

2023-09-07 Thread Nayana Hettiarachchi
Secret', and 'refreshToken' must be set when using " . "installed/web application flow." ); } } based on the code above the service account oauth2 flow doesn't seem to work because it tries to always check for the presence of clientId etc On Thursday, September 7, 20

using service account auth flow from php library

2023-09-20 Thread Nayana Hettiarachchi
Hi, I have logged into google cloud console and search for the ads api and then click manage and created a service account. I didn't give it any permissions because I wasn't able to find any permissions related to ads api. then once the service account was successfully created I went ahead and

Location IDs and Language IDs

2023-10-30 Thread Nayana Hettiarachchi
Hi There, can you please guide me as to where i can obtain location_ids and language_ids. I am planing to call the KeywordIdea endpoint and these values are required for it. Thank you ArgumentNames::LOCATION_IDS => GetOpt::MULTIPLE_ARGUMENT, ArgumentNames::LANGUAGE_ID => GetOpt::REQUIRED_ARGUME

difference between basic and standard API

2023-10-31 Thread Nayana Hettiarachchi
Hi Thank you very much for your answers to my previous questions. Is there a document describing the difference between standard and basic api access levels? Nayana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

how to get cost per keyword

2024-01-15 Thread Nayana Hettiarachchi
Hi Can you please direct me to the right place where i can obtain information on how to retrieve cost based on keyword. Nayana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Price per keyword

2024-01-15 Thread Nayana Hettiarachchi
Can you please guide me where I can find the method / documentation on how to obtain price per keyword -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me