Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I assume that both you and Pradeep have the same issue right now on which you could not get the metrics (clicks, impressions, etc.) result in the AdWords API. These metrics can only be retrieved using reports . For example,

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-08 Thread kanhaiya . techximum
Hi Vincent, Thank you so much for helping me throughout the integration process. my name is Kanhaiya, a colleague of Pradeep working on the same API integration. We have done the integration. Now we have some issue related to fetching the data like clicks, imprssion, creatives, conversion etc.

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-07 Thread Pradeep Kumar
While Accessing new fields like budget, clicks, impressions then i am getting an error. Please help to get these data from google adwords api On Friday, September 8, 2017 at 10:19:00 AM UTC+5:30, Pradeep Kumar wrote: > > Dear Vincent, > > I hope you are doing well. > > I want more help from you

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-07 Thread Pradeep Kumar
Dear Vincent, I hope you are doing well. I want more help from you regarding the API. I am trying to display text ads of a particular group but unable to fetch that ads. also i am trying to fetch Impressions, Clicks, creatives from the campaigns but unable to fetch that data. Please guide me

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Dear Vincent, Thank you for for kind help. You are very helpful and your info takes me to the right path. I read all your previous information and again i did the same thing you you know what now the API is working fine/ Once again thank you for for help. On Wednesday, September 6, 2017 at 6

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Dear while accessing the script then i am getting an error which is attached please have a look on the attachment. On Wednesday, September 6, 2017 at 3:50:37 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Pradeep, > > Could you confirm if you generated your client ID and secret u

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, Could you confirm if you generated your client ID and secret using "Installed app" type? Please ensure that you followed the guide here in authenticating using installed app type. Also, could you confi

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Hi Vincent, Thank you for your kind support. I did the same and run it on CMD the previous errors are resolved now i am getting a new error which is given velow. [06-Sep-2017 08:11:54 UTC] PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error:

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, It seems that you are running the PHP examples from a web application. Our PHP examples are meant to be run in a command prompt, and not in a web page as stated here . Also, you don't need to update the OAuth2TokenBuilder.p

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
Also I am running Api from http://*.com/adwords/examples/AdWords/v201609/Reporting/GetReportFields.php and i configured the file as you mentioned. public static function main() { // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBui

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
Hi Vincent, I tried to o the same but getting same error. What i did is given below. Please have a look and guide me what am i doing wrong?? public function fromFile($path = null) { /*if ($path === null) { $path = self::DEFAULT_CONFIGURATION_FILENAME; }*/

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, The error means that it could not locate the adsapi_php.ini in your *home directory*. Please make sure that the configuration file is in the home directory. Or, if it is not in your home directory, then kindly set the correct location in fromFile() method as described here

Trying Google Adwords API ver v201609 - Got some error

2017-09-04 Thread Pradeep Kumar
Hi All, I am using google adwords php api and i got stuck while accessing the GetReportFields.php file. When i execute this file then an error log file generated which says. [04-Sep-2017 12:05:50 UTC] PHP Fatal error: Uncaught exception > 'InvalidArgumentException' with message 'Config file no