QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account

2017-10-25 Thread vananppcmanager
i have this issue QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account i have developer token and refresh token and client id but i am getting this error. please help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper

How to get Landing Page in Adwords API PHP

2017-11-23 Thread vananppcmanager
i dont know how to get landing page details in the adwords api report. Someone help me with this with sample code -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/po

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i want landing report with criteria performance report or keyword performance report or in custom report. here i have attached the screenshot of landing page report.

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i have given the attribute FinalUrls from CRITERIA_PERFORMANCE_REPORT from but i am getting only empty values. this is my code. $selector = new Selector(); $FromDate = ($fromdate) ? $fromdate : date('Ymd'); $ToDate = ($todate) ? $todate : date('Ymd'); $

SEARCH_QUERY_PERFORMANCE_REPORT is returning wrong data

2017-12-04 Thread vananppcmanager
Hi Team, i am getting wrong data in SEARCH_QUERY_PERFORMANCE_REPORT. getting correct data in KEYWORDS_PERFORMANCE_REPORT . help me with this -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

How can i use multiple client accounts to get report

2017-12-08 Thread vananppcmanager
Hi Team, I need to get report for multiple client accounts under one manager account. I dont know how to use this feature. my client id and other configuration are configured in 'adsapi_php.ini' file. $selector = new Selector(); $FromDate = ($fromdate) ? $from