I have tried to run the sample php program at http://www.google.com/apis/adwords/samples/php/keywordEstimateDemo.php.txt But this program does not give me any result, all the values are given as 0 in the output. Can anybody tell me why? Am i doing something wrong Any ideas????
For starters, did you change the line that says: $token = "<token>developer_token_here</token>"; Code (markup): to include your actual Google API key? Another thing to check is that you have nusoap.php in the same directory. You can get it from here.
Ultimately i got it work, but am having a weird situation now. In the sample code for traffic estimation http://www.google.com/apis/adwords/samples/php/keywordEstimateDemo.php.txt google has set a max cpc of 50000, whenever i reduce it to 50 or even 5000, the program does not work and gives the output 'cpc out of range' I am clueless why cant it work for a lesser CPC.
hi, Seeing this code i also tried but its not working the api is in place $email = "<email>youremail@yourcompany.com</email>";which email? $password = "<password>yourpassword</password>";which pass word? $userAgent = "<useragent>YOURCOMPANY -- PHP Traffic Estimator Demo</useragent>";what do we put here? $token = "<token>developer_token_here</token>";google api here plz help me thanks susomoy sinha www.mstechno.com
hi, Seeing this code i also tried but its not working the api is in place $email = "<email>youremail@yourcompany.com</email>";which email? $password = "<password>yourpassword</password>";which pass word? $userAgent = "<useragent>YOURCOMPANY -- PHP Traffic Estimator Demo</useragent>";what do we put here? $token = "<token>developer_token_here</token>";google api here require_once('nusoap.php');in same folder plz help me thanks susomoy sinha www.mstechno.com