Re: Different CPC from keyword tool and API

2010-12-02 Thread vinceadwords
I selected "All Countries" and English in the API and the Keyword Tool but got different results too. Here's my post on this issue: http://www.maverickwebcreations.com/2010/11/27/maverick-keyword-researcher-preview-google-adwords-api.html The average CPC of the keyword “dog bed” from the Google

TrafficEstimatorSelector 201008 PHP - Avg CPC too high?

2010-11-26 Thread vinceadwords
I am referring to the PHP library of the TrafficEstimatorSelector 201008 service. In the file GetTrafficEstimates.php: // Create ad group estimate requests. $adGroupEstimateRequest = new AdGroupEstimateRequest(); $adGroupEstimateRequest->keywordEstimateRequests = $keywordEstimateRequests; $adGrou

Settings.ini and Auth.ini Security on Web Servers

2010-11-22 Thread vinceadwords
Do you guys have any idea how to make these files secure on a web server so that the public cannot open the files and see the contents? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Re: TARGETED_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2010-11-22 Thread vinceadwords
I looked at the TARGETED_MONTHLY_SEARCHES data with the live server and found that it has data from September 2010 and earlier. What that means is the first array entry had no data but the 2nd one onwards had data... Does the sandbox server return zero forever? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

TARGETED_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2010-11-22 Thread vinceadwords
I am looking for the keyword data for Local Search Volume and the Global Monthly Search Volume in the TargetingIdeaService v201008. http://www.google.com/support/forum/p/AdWords/thread?tid=178ff45b5b388aa7&hl=en Local Search Volume: [Last Available Month]: This column shows the approximate number

Re: AdWords API 201008 Sandbox getClientAccounts in PHP?

2010-11-18 Thread vinceadwords
I updated my code: http://schemas.xmlsoap.org/soap/envelope/"; xmlns="https://adwords.google.com/api/adwords/cm/v201008";> MY EMAIL MY PASSWORD MY TOKEN MY APP '; #OPEN CURL SESSION $curl_session = curl_init("https://adwords.google.com/api/adwords/v13/AccountService?wsdl";); curl_setopt($c

Re: AdWords API 201008 Sandbox getClientAccounts in PHP?

2010-11-18 Thread vinceadwords
After looking at these pages: http://code.google.com/apis/adwords/docs/#soap http://code.google.com/apis/adwords/docs/developer/AccountService.html and this video: http://www.youtube.com/watch?annotation_id=annotation_389875&feature=iv&v=cqVtUdB975M I created an XML file with the following code

AdWords API 201008 Sandbox getClientAccounts in PHP?

2010-11-18 Thread vinceadwords
I would like to start developing applications with the AdWords API by using the sandbox. I have read the following pages: http://code.google.com/apis/adwords/articles/adwords_api_sandbox_best_practices.html#initsandbox http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClie

Application Token in PHP

2010-11-15 Thread vinceadwords
Hi everyone, I was reading the README file of the PHP package and here was what I found out about the application token. Basic usage --- For those of you who have already built PHP clients without using the client library, the AdWords class has methods for setting username,

Newbie Questions about API Units, PHP for AdWords API

2010-11-15 Thread vinceadwords
Hi everyone, I have a developer token ready and I would like to test the AdWords API in PHP to create some simple keyword applications. I have some newbie questions: 1. Do I have to pay AdWords to use the API before or after I use the API service? Do I need to prepay to use the API? Or is it pos