Re: REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mostafa, I am also a member of the Google Ads API team and let me provide support to your concern. If you will directly use REST API to manage Google Ads account programmatically such as the keyword planner, then I would suggest to refer to this document as it presents details specific to R

Re: REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-28 Thread Mostafa Ezzat
I have been through this issue for very long time and I know googleleads API will be go away next year so all I need is to how to pass the word to Google Ads API with REst API to get the metrics I have mentioned in the start or can I reply to the past conversation? I have this conversation al

RE: REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-27 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mostafa, Thank you for reaching out to us. It appears that your concern is more on implementation/integration of our client libraries rather than anything specific to Google Ads API itself. Since this is more of implementation/integration specific issue, then we would recommend reaching out

REST API Get request to generate KeywordPlanHistoricalMetrics in PHP

2021-12-27 Thread Mostafa Ezzat
I want to get request by using file_get_contents() php function. I have this function is that parameters are correct but the problem there is no sample to parse the word it self to get the metrics for so how to write the parameters and pass the word to then i'll use `json_decode()` ```