Re: Adwords API Pending Approval

2012-02-02 Thread jepster
Same problem. My Customer ID is 369-179-9355. On 2 Feb., 17:37, Suhas Kinnimulki wrote: > Hi, > > We have been following up regularly on getting our accounts Adwords > API approved but things are not moving and the approval has been > pending for over a month now. > > Help get the API approved i

Visa Card is OK but Developer Code isn't activated since 1 week

2012-02-02 Thread jepster
Hi, hope someone can reply my on these 2 questions: - how I can contact the google adwords api support, which activates my developer code? - my visa card data is ok, so why I've to wait so long for the dev code activation? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Where is the AuthToken in MyClientCenter (MCC)?

2012-01-11 Thread jepster
Hi, I've already got the AuthToken by the MCC. The problem is: that was some months ago! How I can navigate to the page, where the "AuthToken" is? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2012-01-01 Thread jepster
s as $targetingIdea) { >       $data = MapUtils::GetMap($targetingIdea->data); >       $keyword = $data['CRITERION']->value; >       $averageMonthlySearches = >           isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->value) >           ? $

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-31 Thread jepster
e = 'IDEAS'; > to >  $selector->requestType = 'STATS'; > > But loading data for 1 keyword is not economically effective as you > will be charged 6 API units for this action. (5 per call > TargetingIdeaService + 0.1 rounded to 1). > For example loading data f

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-29 Thread jepster
Thank's for your answer, but I still cannot solve it. The following is my whole code, which I get the error message "Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:searchParameters." http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-29 Thread jepster
I mean that the function CountryTargetSearchParameter() is defined in the file TargetingIdeaService.php. So why this error? On 28 Dez., 23:14, jepster <400...@googlemail.com> wrote: > Thank's for sharing your code. > > I've tried your code and I get always the error.

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-28 Thread jepster
s[]  = strtolower($word); > >         } > > >         // Load related keywords only > >         $relatedToKeywordSearchParameter1 = new > > RelatedToKeywordSearchParameter(); > >         $relatedToKeywordSearchParameter1->keywords = > > $toCheckKeywords; &g

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-28 Thread jepster
; > >             $returnKeywords[]  = strtolower($word); > >         } > > >         // Load related keywords only > >         $relatedToKeywordSearchParameter1 = new > > RelatedToKeywordSearchParameter(); > >         $relatedToKeywordSearchParameter1->keyword

PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-23 Thread jepster
Hi, there are lots of examples in ADWORDS-API-PHP-FOLDER/examples/v201109 - where is the example file, which gets the "exact monthly local traffic value" for a keyword? I've tried the file GetTrafficEstimates.php, but it isn't giving me the searched value. Hope somebody can help me, I've spend a

Re: Exact local search volume for keyword

2011-12-09 Thread jepster
Isn't there a class/function inside the google adwords api, which I can use for getting information about the search volume of a specific keyword (localized)? I want to try that in sandbox. On 8 Dez., 22:44, jepster <400...@googlemail.com> wrote: > Hi, > > how I can get th

Exact local search volume for keyword

2011-12-08 Thread jepster
Hi, how I can get the exact local search volume, for a specific keyword? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: QuotaCheckError.ACCOUNT_DELINQUENT @

2011-11-21 Thread jepster
developing. Kind regards, jepster On 21 Nov., 15:14, Danial Klimkin wrote: > Hello jepster, > > This message means your account or account you are running query against is > suspended due to some reason. Please contact general AdWords API support > providing your ID to get more in

QuotaCheckError.ACCOUNT_DELINQUENT @

2011-11-19 Thread jepster
hi, I want to test the adwords api with the code examples. I guess that I can do that for free, isn't it? my developer token is enabled. but if I run a code example, I get the error QuotaCheckError.ACCOUNT_DELINQUENT @. what I'm doing wrong? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al