Re: v201003 ReportDefinitionService - Cross-client reports are not supported?

2010-05-28 Thread Christian Krahn
really want is to give you (Adwords that is) a big chunk of data I need, and you let me know when it is done.  It looks like I can request multiple reports at once.  Can this be 1000 individual client reports? -Clay On May 26, 4:55 pm, Christian Krahn ckrahn1...@googlemail.com wrote

v201003 ReportDefinitionService - Cross-client reports are not supported?

2010-05-26 Thread Christian Krahn
I've read in the documentation that Cross-client reports are not supported. Is it just because it's still beta or won't there be any chance to grab a report covering all accounts underneath an MCC? Kind regards, Christian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Adword API for MCC

2010-05-18 Thread Christian Krahn
The AdWords API doesn't allow account creation. - Christian On 17 Mai, 08:20, accou...@myadengine.com accou...@myadengine.com wrote: Hi, Just wondering, how we could create a new client account using adword api if we have a MCC account? I couldn’t find any way to do this on adword api docs

Re: Why does it cost money to use the AdWords API?

2010-04-21 Thread Christian Krahn
The AdWords API can be used for much more than just look for keywords or analyse them. If you just need what the free tools offer, simply use those :) - Christian On 21 Apr., 17:54, Matthew McGinty mcgin...@gmail.com wrote: I understand that using the AdWords API in the sandbox is free, and

AdWords API Re: PHP get all client IDs

2010-04-16 Thread Christian Krahn
Hi, this kind of functionality will probably be in the AccountService, which is not yet implemented in the new API. You will have to use the old API / Framework for that service. Regards, - Christian On 15 Apr., 17:54, billybob billy.bar...@gmail.com wrote: I can't seem to find a method that

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread Christian Krahn
Maybe so you can verify if the changes actually took place? Or save the returned object to a local database? There are plenty of possible applications. Regards, - Christian On 13 Apr., 20:24, dshevnock dshevn...@gmail.com wrote: Out of curiosity, why do the mutate operations (such as

Re: AdWords API 200909 ReportService

2010-04-13 Thread Christian Krahn
Hi, AccountService, ReportService and TrafficEstimatorService are not available yet in v2009. It's marked as coming soon. - Christian On 12 Apr., 16:22, mra214 mra...@gmail.com wrote: Hi there. I was reading AdWords API docs for 200909 version and couldn't find ReportService API

AdWords API Re: v200906 samples dont work it seems

2010-04-13 Thread Christian Krahn
Hi Asif, v200906 is deprecated and should not be used any more. Try using v200909. - Christian On 12 Apr., 13:54, Asif Solkar asifsol...@gmail.com wrote: Hi Guys I am using code samples for v200906 refhttp://code.google.com/p/adwords-api-dotnet-samples/source/browse/tru... I am trying to

AdWords API Re: German Postcodes over Adwords API

2010-03-30 Thread Christian Krahn
Hi Eric, this method does not work, it seems that the GeoLocationService needs at least the streetAddress to get a geolocation. SOAP-ENV:Body ns1:get ns1:selector xmlns:ns1=https://adwords.google.com/api/adwords/ cm/v200909 xsi:type=ns1:GeoLocationSelector ns1:addresses

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

2010-03-12 Thread Christian Krahn
, 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 vlad.c...@gmail.com wrote: Thanks Chris On Mar 11, 10:28 am, Christian Krahn ckrahn1

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

2010-03-11 Thread Christian Krahn
Similar problem here: ?xml version=1.0? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Body soap:Fault faultcodesoap:Server/faultcode faultstringUnmarshalling Error: cvc-elt.4.2: Cannot resolve 'mutate' to a type definition for element 'ns1:mutate'.

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

2010-03-11 Thread Christian Krahn
Koleda, AdWords API Team On Mar 11, 9:07 am, Christian Krahn ckrahn1...@googlemail.com wrote: Similar problem here: ?xml version=1.0? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;   soap:Body     soap:Fault       faultcodesoap:Server/faultcode

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

2010-03-11 Thread Christian Krahn
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 ckrahn1...@googlemail.com wrote: Same problem here with the AdWords API PHP Framework, every job is failing including getAllCampaigns: Request:   SOAP-ENV:Body

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: V200902 API

2009-05-21 Thread Christian Krahn
Hi Jeff, any information about the AccountService being available in v2009? Regards. - Christian On May 18, 11:04 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hello Weston,  As per our announcement blog post linked to above, We plan to launch the core functionality of API

AdWords API Re: first page bid

2008-10-21 Thread Christian Krahn
The new API version has been released and a new field firstPageCpc has been introduced. Regards, Christian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email

AdWords API Re: first page bid

2008-10-16 Thread Christian Krahn
My guess would be that it replaces the field but gets a new name so it won't interfere with existing applications. Regards, Christian On 16 Okt., 11:33, brandon [EMAIL PROTECTED] wrote: Hi Tim, Will the First Page Bid information be a new field labeled FirstPageBid (as

AdWords API Re: update campaign?

2008-10-14 Thread Christian Krahn
Hi Das, to pause a campaign, create a Campaign object whose id matches the id of the campaign to be paused. Set the status field to Paused, then call updateCampaign. Right from the documentation ;) Regards, Christian On 14 Okt., 00:48, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could

AdWords API Re: Can I get Google Adword database Scheme?

2008-10-14 Thread Christian Krahn
Hi Das, there is an SQL scheme for APIlity on Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=144351 Maybe that will give you some ideas. Regards, Christian On 13 Okt., 20:24, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello Das,  You can determine the basic data types

AdWords API Re: US Regions and Cities List

2008-10-14 Thread Christian Krahn
Hi R.E., there is a list of codes in the API documentation: http://code.google.com/apis/adwords/docs/developer/adwords_api_us_cities.html Regards, Christian On 13 Okt., 23:40, REFerguson [EMAIL PROTECTED] wrote: Does anyone have a list of US regions and the corresponding cities that are

AdWords API Re: Filter in Keyword report

2008-10-14 Thread Christian Krahn
helpful if you can show me some way. Thanks regards - Dyutiman On Oct 13, 6:47 pm, Christian Krahn [EMAIL PROTECTED] wrote: Hi Dyutiman, there is an example for that in the AdWords API documentation:http://code.google.com/apis/adwords/docs/developer/adwords_api_report... Regards

AdWords API Re: Is there any limit on number of Campaigns under on client account?

2008-10-06 Thread Christian Krahn
Hi, the limit on campaigns is 25 per account. Each campaign can hold up to 100 adgroups. Regards, Christian On 3 Okt., 18:56, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could someone please help. We're trying to create campains under client account through Adword Java API. 1. Is

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
hm tried to reply here but i always get an error... --~--~-~--~~~---~--~~ 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-api@googlegroups.com To unsubscribe from this

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
Hi, i am not using asp, but i think there is a dot net sample code in the sample library that might help you: Regards, Christian On 6 Okt., 16:01, Christian Krahn [EMAIL PROTECTED] wrote: hm tried to reply here but i always get an error

AdWords API Re: How do I get all the Account for given customerId?

2008-10-02 Thread Christian Krahn
That way you can get all the accounts in that MCC. That doesnt mean that those accounts belong to one customer (unless you have one MCC for each of your customers to handle each customer's accounts). So you still would need some sort of identifier for each customer inside the MCC. One possible