AdWords API Re: Reg ScheduleJobReport

2010-03-11 Thread tria tria
Hi Adwords, Thanks for your response its working fine with the xml specified in the url,but where can we find the wsdl path we gone through the https://adwords.google.com/api/adwords/v13/ReportService?wsdl document. we are again getting the same error mentioned in the previous posts. we would l

AdWords API Max CPA vs Target CPA

2010-03-11 Thread vhoang
Hi, Can anyone help with the following questions? 1. When setting "targetCpa" using AdGroupService v2009, why does the new value show up in the AdWords interface as "Max CPA"? 2. When retrieving "AdGroupTargetCpa" using ReportService v13, is it really Target CPA? Or Max CPA? 3. Is it possible to

AdWords API How to retrieve keyword stats by country (v2009)

2010-03-11 Thread optiontrader1138
We are about to begin migrating over to the new API and I'm wondering how we would go about getting daily statistics (clicks, impressions, cost, etc) for each of the keywords in our account, preferably broken out by country. Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you mi

AdWords API TargetingIdeaService - This is so lame - Please help to fix it

2010-03-11 Thread arastogi
Read the code below : I noticed that KeywordToolExternal changes the order of inputs and sorts them by relevancy. Guess what , same thing happens when i want to get same data through API. and best part is there is no way i can map back the results to Keywords. So if i want to get the stats in bu

AdWords API Re: v200909 Authentication

2010-03-11 Thread Greg Heidel
The issue was the namespace issue that I saw in another posting. I set the target namespace in the request header as follows and it worked: TargetNamespace = "https://adwords.google.com/api/adwords/cm/v200909"; On Mar 11, 4:04 pm, Greg Heidel wrote: > I am using the following code to initialize

AdWords API Re: v200909 Authentication

2010-03-11 Thread Greg Heidel
I changed the URL to: _targetingIdeaService.Url = "https://adwords.google.com/api/adwords/o/ v200909/TargetingIdeaService"; and now I get an error that the authToken is missing in the soap header... On Mar 11, 4:04 pm, Greg Heidel wrote: > I am using the following code to initialize the service

AdWords API v200909 Authentication

2010-03-11 Thread Greg Heidel
I am using the following code to initialize the service: var requestHeader = new RequestHeader { authToken = new AuthToken("gheidel...@gmail.com", "Demand78704").GetToken(), clientEmail = "gheidel...@gmail.com",

AdWords API Re: Criterion Stats in PHP

2010-03-11 Thread Mike-Indiana
Many thanks Dan and Eric, I got it now. Solution (Displays first page min CPC, stats such as clicks, impressions, etc and quality score): // Create id filter. $idFilter = new AdGroupCriterionIdFilter(); $idFilter->adGroupId = $adGroupId; $idFilter->criterionId = $c

AdWords API Converting from V13 to V200909 AdService.getMyBusinesses

2010-03-11 Thread T Pace
I am new to this API and am trying to convert our system from v13 to v200909. I have a method now that calls the AdService.getMyBusinesses(); and returns an array of Business objects. I iterate over the array and pull info out of each Business object. How do I get the same functionality in v200

AdWords API Integrating with conversions

2010-03-11 Thread adtraka
We have created an application that adds offline conversions to Analytics, however we would also like to pass the information to Adwords conversions, is there a way of creating a 'fake' conversion with Adwords by way of the image or through the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread AdWords API Advisor
Hi All, I've found the source of the problem and pushed out a fix to SVN. http://code.google.com/p/google-api-adwords-php/source/detail?r=51 Please update your library with the newest version of trunk and try again. If there aren't any problems I'll release a new version of the client library

AdWords API Can no longer connect after upgrading to aw_api_php_lib_2.0.0

2010-03-11 Thread OneTime
Is the client email string no longer an accepted form of input? The error descriptions list this as: CLIENT_EMAIL_INVALID Client customer Id is not a number. PHP Soap fault is in the form of: AuthenticationError.CLIENT_EMAIL_INVALID @ ; trigger:'client_1+onetime.mas...@gmail.com' -- =

AdWords API GeoTarget[] size limitation in v2009 CampaignTargetService

2010-03-11 Thread Guy Zucker
Hi, I've been looking for a limit on the number of Geo-Targets you can upload in v2009 (CampaignTargetService). In v13 there was a limit on 300 'positive' and 300 'excluded' geotargets. I can't find any limits on the size of GeoTarget[] in v2009. Were the limits changed? Thanks, Guy -- =~=~=~

AdWords API Re: Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
can you please tell me how to use criterion service to get keyword informaion? On Mar 11, 10:05 am, Raj wrote: > Hello Adwords team, > > Please help me in getting keywords information like cpc, average > position, clicks, and impressions using > TargetingIdeaService. > We can get this information

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread AdWords API Advisor
Hi, Thanks for this information. I'm also seeing this error for PHP 5.2.6 and below. I'll work on a patch and update this thread when it's ready. Best, - Eric On Mar 11, 11:35 am, vlad wrote: > Thanks Chris > > On Mar 11, 10:28 am, Christian Krahn > wrote: > > > > > Confirmed. The PHP Framew

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread vlad
Thanks Chris On Mar 11, 10:28 am, Christian Krahn wrote: > Confirmed. The PHP Framework works with Ubuntu 9.10 running PHP > 5.2.10, but no longer on Ubuntu 9.04 running PHP 5.2.6. > > - Christian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 suns

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Christian Krahn
Confirmed. The PHP Framework works with Ubuntu 9.10 running PHP 5.2.10, but no longer on Ubuntu 9.04 running PHP 5.2.6. - Christian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Christian Krahn
Hi Eric, I am using the latest version since it has been released and it worked fine, till today when the XML Validation got activated. So sorry to tell you, but... no, it doesnt include a fix for it. Using PHP Version 5.2.6-3ubuntu4.5 (Ubuntu 9.04) Update: it seems to work on a co-worker's loca

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Ivo.bathke
sure? i have the trunk: http://google-api-adwords-php.googlecode.com/svn/trunk as an externals included in my project and did an update but i still get the error: Cannot resolve 'get' to a type definition for element 'ns1:get'. cheers On 11 Mrz., 17:13, AdWords API Advisor wrote: > Hi, > > The m

AdWords API Re: Enhanced XML validation enabled in the sandbox

2010-03-11 Thread Ivo.bathke
hi will the google-api-adwords-php react on those changes? or do i have to change the calls? cheers ivo On 11 Mrz., 15:13, AdWords API Advisor wrote: > Hi All, > > Yesterday we enabled an enhanced form of XML validation on the AdWords > API sandbox that returns more detailed error messages for

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread AdWords API Advisor
Hi, The most recent version of the AdWords API PHP client library includes a fix for this problem. http://code.google.com/p/google-api-adwords-php/ The PHP SoapClient class wasn't adding the namespace to the method element (get or mutate) which lead to this error. If you update your library t

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-11 Thread AdWords API Advisor
Hi All, I've also seen cases recently where this error was returned because the account used to generate the authToken (or specified in the clientEmail header) was not the account that owned those entities. Could you ensure this is not the case? Best, - Eric On Mar 11, 7:42 am, mariek wrote: >

AdWords API Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
Hello Adwords team, Please help me in getting keywords information like cpc, average position, clicks, and impressions using TargetingIdeaService. We can get this information in KeywordToolService but in New TargetingIdeaService what AttributeTypes do I need to use to get this information? Thanks

AdWords API Re: v2009 limits documentation

2010-03-11 Thread AdWords API Advisor
Hi, Thanks for the feedback on this. There is certainly more we can do to get these types of limits into the developer documentation. The restrictions on ad text length and manual addresses are enforced by the AdWords product, not necessarily the API: http://adwords.google.com/support/aw/bin/

AdWords API Re: XML_STREAM_EXC faultstring

2010-03-11 Thread AdWords API Advisor
Hi Rofel, Please see the following thread for more information on the sandbox: http://groups.google.com/group/adwords-api/browse_thread/thread/f5057acf438bc702 Best, - Eric On Mar 10, 7:43 pm, rofelpcrush wrote: > Hi Eric, > > Thanks for the response. I figured out the error right before I

AdWords API Re: Which Service in v2009 should I be using instead of v13 . TrafficEstimatorService

2010-03-11 Thread AdWords API Advisor
Hi Duncan, The TrafficEstimatorService hasn't been migrated to the v2009 API yet, so for the time being continue to use the v13 version. What problems are you having with the App.config file? It looks like some of your ClientEmail values aren't specified correctly. Please double-check those. B

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread vlad
What version of PHP do you use, 5.2 or 5.3? Can anybody try to run an example on 5.3, please? On Mar 11, 9:18 am, Christian Krahn wrote: > Same problem here with the AdWords API PHP Framework, every job is > failing including getAllCampaigns: > > Request: > >   >     >       https://adwords.goo

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Christian Krahn
Same problem here with the AdWords API PHP Framework, every job is failing including getAllCampaigns: Request: https://adwords.google.com/api/adwords/ cm/v200909" xsi:type="ns1:CampaignSelector"/> Response: http://schemas.xmlsoap.org/soap/envelope/";> soap:Se

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread vlad
Can you run an example (like GetAllCampaigns.php) of the last aw_api_php_lib_2.0.0? It's only one operation - get and the server can't understand it: Can't resolve get to type for element 'ns1:get'. Namespace is wrong? On Mar 11, 8:17 am, AdWords API Advisor wrote: > Hi All, > > These new Unmar

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Ivo.bathke
ah ok thanx for the info i am using the AdWords API PHP Client Library shouldnt this lib handle the changes? is there an update about to come? sorry, its just to avoid double work for me. On 11 Mrz., 15:17, AdWords API Advisor wrote: > Hi All, > > These new Unmarshalling errors are due to a ch

AdWords API Re: Report services

2010-03-11 Thread AdWords API Advisor
Hi, The clientEmail header allows your request to assume the identity of an account that you have access to. If you use the header to assume the identity of an MCC account then you will need to specify crossClient=true in your reports to retrieve the data from that MCC's clients. If you assume t

AdWords API Re: Getting only campaign stats

2010-03-11 Thread AdWords API Advisor
Hi, In the v200909 version of the API stats can only be retrieved along with the campaign data (name, id, etc). Best, - Eric Koleda, AdWords API Team On Mar 10, 12:39 pm, jean robert wrote: > Hi, > i want to know if it is possible to get only campaign stats (without > campaign's name, campaign'

AdWords API Re: Forcing errors in sandbox

2010-03-11 Thread AdWords API Advisor
Hi Manuel, The v200909 version of the API doesn't use error codes, and therefore the v13 method of triggering errors int he sandbox doesn't work. Unfortunately there is no way in v2009 to trigger an arbitrary error in the sandbox, but this is something we will continue to investigate. Best, - Eri

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread AdWords API Advisor
Hi All, These new Unmarshalling errors are due to a change in how XML validation is done. More information is available here: http://groups.google.com/group/adwords-api/browse_thread/thread/f5057acf438bc702 Best, - Eric Koleda, AdWords API Team On Mar 11, 9:07 am, Christian Krahn wrote: >

AdWords API Enhanced XML validation enabled in the sandbox

2010-03-11 Thread AdWords API Advisor
Hi All, Yesterday we enabled an enhanced form of XML validation on the AdWords API sandbox that returns more detailed error messages for incorrectly formatted SOAP XML requests. This new validation mechanism is more strict and enforces rules that were previously ignored. Most SOAP libraries alre

AdWords API Re: is sandbox (for v200906) up?

2010-03-11 Thread Christian Krahn
Similar problem here: http://schemas.xmlsoap.org/soap/envelope/";> soap:Server Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'mutate' to a type definition for element 'ns1:mutate'. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909

AdWords API [adwords4r] How can I get ApiException out of response?

2010-03-11 Thread qingbo
Hi, I'm using adwords4r but when I tried to implement the same logic as the Java code in http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.html I didn't get the expected ApiException but a GoogleInternalError (subclass of ApiError) object, and its "detail" attribute is ni

AdWords API Mistake in Per-Call Migration Guide?

2010-03-11 Thread qingbo
Hi AdWords Team, I think in the cell AdService => "Add ads" => v200909, hash iterm: 'status': 'ENABLED', should be moved to the operand level. It is an attribute of AdGroupAd type, isn't it? Qingbo -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 su

AdWords API Re: is sandbox (for v200909) up?

2010-03-11 Thread Ivo.bathke
hi all same problem here! ?? cheers On 11 Mrz., 01:46, rofelpcrush wrote: > Hi vlad, > > I'm experiencing the same problems since around 10AM PST today. Also > got this error message when trying to add a new AdGroup: > > - http://schemas.xmlsoap.org/soap/ > envelope/"> > - > - https://adwords.go

AdWords API Re: Multiple accounts campaignservice get costs campaign

2010-03-11 Thread Bart
I had an answer from the support of Adwords API: You can switch the clientid at runtime using AdWordsUser::SerClientId() method. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#507 for details. On 10 mrt, 11:56, Bart wrote:

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-11 Thread mariek
I experience the same problem with ruby lib On 11 Mar, 04:01, Albert wrote: > i have to disagree with Eric, > > we've been having this issue for about a month now (using .net/c#). no > data is corrupted. our soap logs clearly show that. > > adwords have confirmed that the problem is on their side