New Screencast: Getting Started with the AdWords API Python Client Library

2010-01-15 Thread AdWords API Advisor
Hi Everyone, We've just finished a new screencast, "Getting Started with the AdWords API Python Client Library". In this video we show you how to get up and running with the library, including writing a simple example program. http://www.youtube.com/watch?v=RMbGZIE2vpY Here are some of our ot

AdWords API Re: I got an error when trying to run keywords example

2010-01-15 Thread AdWords API Advisor
Hi, There is a known issue with some Ubuntu versions of PHP because they include the Suhosin patch. More information is available here: http://code.google.com/p/google-api-adwords-php/wiki/PhpCompatibility In general the PHP SoapClient extension is significantly more stable in later versions

Job Opportunity: Google AdWords API developer needed

2010-01-15 Thread Trademark Interactive
Looking for experienced adwords api developer to work in a PHP environment. Project will entail working with AdWords API to do custom integration for web based, custom search marketing software. Requirments: - Year or more development experience with AdWords API - Must be able to program in V13

AdWords API Re: SOAP headers are set when service object is created in PHP client lib

2010-01-15 Thread Volker Kueffel
Hi. That fact that the user object serves as a factory too actually caused my confusion. But maybe that's just me. I'd rather just use a factory class to obtail the service object. In my opinion a service generally is just a proxy to allow to call remote functionality. It basically deals with the

AdWords API Re: Strange Login Error

2010-01-15 Thread AdWords API Advisor
Hi Pete, I was able to find your requests in the logs, but the email account specified isn't showing up in AdWords. Can you log into this account using the AdWords web interface? If so, can you email the Customer ID of this account to adwordsapiadvi...@google.com and then ping this thread? Than

AdWords API Re: I got an error when trying to run keywords example

2010-01-15 Thread bakti kurniawan
yes im using php client library this is my php version PHP Version 5.2.4-2ubuntu5.10 -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send emai

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-15 Thread shive
On Jan 15, 5:18 pm, AdWords API Advisor wrote: > Hi, > > In the v2009 API a keyword is made of two parts: the > BiddableAdGroupCriterion (which extends AdGroupCriterion) and the > Keyword (extends Criterion).  The BiddableAdGroupCriterion (the outer > object) holds the ad group specific configur

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-15 Thread AdWords API Advisor
Hi, In the v2009 API a keyword is made of two parts: the BiddableAdGroupCriterion (which extends AdGroupCriterion) and the Keyword (extends Criterion). The BiddableAdGroupCriterion (the outer object) holds the ad group specific configuration for a keyword, including it's bid, desitnation URL, etc

AdWords API Re: Error:QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2010-01-15 Thread AdWords API Advisor
Hi James, To complete the signup process you need to agree to the AdWords API terms and conditions. This is normally done when you set up the billing information on your MCC user that has the developer token. If not, then you need to contact your AdWords Account Representative or adwords-supp...

AdWords API Keyword Hit Count

2010-01-15 Thread K_V_R
Hi, I have one requirement that i need to find out the number of hits occurred for a particular keyword from google. Simply i would like to know how many users searched for Honda CR-V from google in the last month. like ->https://adwords.google.com/select/KeywordToolExternal .Is there any method

AdWords API Re: I got an error when trying to run keywords example

2010-01-15 Thread AdWords API Advisor
Hi, Are you using the PHP client library? If so, what is the exact version of PHP you are using? Best, - Eric Koleda, AdWords API Team On Jan 15, 12:21 am, bakti kurniawan wrote: > I got an error message when im trying to run keywords example it say > child pid exit signal Segmentation fa

AdWords API Re: Exemption reason in v2009 Exemption Requests?

2010-01-15 Thread AdWords API Advisor
Kemal, The reasonText field of the exemption request was deliberately removed in v2009. Resubmitting the PolicyViolationKey in the exemption request is now all you need to do. Best, - Eric Koleda, AdWords API Team On Jan 15, 7:44 am, Kemal wrote: > Hello, > > Seems like the v2009 ExemptionRequ

AdWords API Re: Adwords account delinquent

2010-01-15 Thread AdWords API Advisor
Hi Harroot, You may want to double-check that your credit card information is update for your MCC account in the AdWords web interface. If you are still experiencing problems you should contact adwords- supp...@google.com. Best, - Eric Koleda, AdWords API Team On Jan 15, 4:30 am, harroot wrote

AdWords API Re: SOAP headers are set when service object is created in PHP client lib

2010-01-15 Thread AdWords API Advisor
Hi Volker, Thank you for the feedback on the client library, we really appreciate your honest and thoughtful review. The pattern we have been using in the client libraries is to treat the AdWordsUser as a factory of sorts, that can create service instances. Once created though, the services are

AdWords API Re: Strange Login Error

2010-01-15 Thread pete
Hi Eric I'm not seeing a request id in the SOAP Exception being thrown - I'm making a call to the validateReportJob(), is there a call I can make which would return the request Id? I double checked the details here for both API calls and even re- requested a new auth token - and the v2009 stuff w

AdWords API Re: Can't Get Content Network Data In Reports

2010-01-15 Thread AdWords API Advisor
Hi Pete, For the benefit of the forum I thought I would review the solution. The problem we found was that you were explicitly setting the keywordStatuses field of the job. Although you were setting it to every possible status, since the content network doesn't have any keyword data those results

AdWords API Re: AdGroupAd service - I want only 'paused' status

2010-01-15 Thread AdWords API Advisor
Hi Noam, If you don't specify any paging values you should receive all of the results. If you have a large number of results you should using paging to get them in smaller chunks: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.Paging.html Best, - Eric On Jan 14, 1

AdWords API Re: V220909- Category codes

2010-01-15 Thread AdWords API Advisor
Hi Nicolas, The current plan is to expose the list of categories in the AdWords API documentation, but I don't have a timeline of when that would be available. Best, - Eric On Jan 14, 7:08 am, kolok wrote: > Hi Eric > > I have the same request. I use TargetingIdeaServices and I want to > know p

AdWords API API v2009 - Distinct Criteria but not Keywords

2010-01-15 Thread shive
Hello, I need help with following issue. Suppose I have two AdGroups and I'm adding Keywords to them. I've added Keyword with Criterion "Sample Text 1" to AdGroup "Test 1". Then I tried to add Keyword with same text "Sample Text 1" to AdGroup "Test 2". Since criteria texts are the same I got sa

AdWords API Error:QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED

2010-01-15 Thread James604
I have been working on google adwords for couple of day, it just works fine when testing on sandbox. but when I switch the developer token, application token and clientemail for the RequestHeader, and try to add a campaign, i got the following error. QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_NETAP

AdWords API I got an error when trying to run keywords example

2010-01-15 Thread bakti kurniawan
I got an error message when im trying to run keywords example it say child pid exit signal Segmentation fault (11) how can i fix this? please is there anyone that can help me? thx -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post

AdWords API Re: LocationExtension fields

2010-01-15 Thread AdWords API Advisor
Hi, To address your questions: 1) Location extensions in v2009 support custom icons that are uploaded to the AdWords server, referred to by these IDs. Unfortunately the API doesn't yet support the ability to upload these images, and it currently must be done through the AdWords web interface. 2)

AdWords API Exemption reason in v2009 Exemption Requests?

2010-01-15 Thread Kemal
Hello, Seems like the v2009 ExemptionRequests don't have a reason field to fill in. The constructor just takes the PolicyViolationKey (which includes policyName and violatingText) and that is passed in from the ApiExceptionFault we get from the server/AdGroupAdService. Is this an incompleteness o

AdWords API Re: How to run a 3rd-party account management system?

2010-01-15 Thread JC
Hi, The terms and conditions do specify what a 3rd party is under section I, definitions: “Third Party” means a party other than Google or you and includes without limitation any database, software or service owned by or under the control of a party other than Google or you. Good luck getting th

AdWords API Adwords account delinquent

2010-01-15 Thread harroot
Hi all I use .net api v13 accountService, and I gor this error message from google adwords ` The specified account has been made delinquent because the last attempt to bill the customer's credit card failed. How can I solv this problem because the payment had made successfuly. Best regards, tha