AdWords API Re: can't login with user

2010-03-10 Thread NVB
The requestId is 6abddfbc60b4f937a3162078c034c84d On 9 mrt, 22:09, AdWords API Advisor wrote: > Hi, > > There is a header included in the response called "requestId" that > includes this value.  If you look at the raw SOAP XML logs you can see > this information. > > Best, > - Eric > > On Mar 9,

AdWords API Re: Criterion Stats in PHP

2010-03-10 Thread daniel.pl...@gmail.com
The examples show the dateRange being used in this way. // For today's date. $selector->dateRange = new DateRange(date('Ymd'), date('Ymd')); Dan On Mar 9, 10:06 pm, Mike-Indiana wrote: > Hi Eric, could you help me out with the dateRange for stats? This is > still pulling all stats, and not the

AdWords API Forcing errors in sandbox

2010-03-10 Thread Manuel
Hi all, currently I'm migrating to v2009 and the sandbox is doing a nice job for this so far... At the moment I'm trying to deal with the error-handling and stumbled upon: http://code.google.com/intl/de/apis/adwords/docs/developer/adwords_api_sandbox.html#forcingerrorresponses which says, that yo

AdWords API client reporting

2010-03-10 Thread freesystems.t...@gmail.com
Hi, Plz let me know what is api service for getting client report in v2009. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

AdWords API Re: client reporting

2010-03-10 Thread Manuel
Hi, as you can see on http://adwordsapi.blogspot.com/2010/02/60-days-left-to-migrate-to-v200909.html Report-Services haven't been migrated to v2009 yet. I think that you'll find all important information and developments about the API here at first. Regards, Manuel On 10 Mrz., 14:34, "freesystems

AdWords API Multiple accounts campaignservice get costs campaign

2010-03-10 Thread Bart
Hi, I want to make a script that requests day by day the google costs of my active campaigns. I have in my MCC multiple accounts. At this moment I'm able to have the adwords costs per campaign for one google account (the account that I have configured in the clientId). What is the best and cheape

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

2010-03-10 Thread smar...@tacklefanatics.co.uk
I am totally new to the API and am finding the documentation on both of the API and services confusing. Is there a TrafficEstimatorService in v2009? Also I am using .net libraries that I have downloaded from Google. The app.config is causing me all sorts of problems, does this look right, I just n

AdWords API Re: Rotation TextAds

2010-03-10 Thread AdWords API Advisor
Hi Alexis, Please see my response in a previous thread: http://groups.google.com/group/adwords-api/browse_thread/thread/ac08aa96eeac8b66/ Best, - Eric Koleda, AdWords API Team On Mar 9, 4:49 am, Alexis ROUSSEAU wrote: > In my Google account, which I manage with the API, I have several > cam

AdWords API Re: BulkMutateJobService

2010-03-10 Thread AdWords API Advisor
Hi Dan, I'm not able to replicate that behavior, as my auto-generated client accounts are returned with a customerId. Do you have the SOAP XML logs or requestId from a request that demonstrates this behavior? Best, - Eric On Mar 9, 6:03 am, "daniel.pl...@gmail.com" wrote: > AccountService.getA

AdWords API Re: Competetor ads

2010-03-10 Thread AdWords API Advisor
Hi Dave, It's isn't possible to get information about competitors' ads using the AdWords API. Best, - Eric Koleda, AdWords API Team On Mar 9, 1:22 am, Dave S wrote: > Hello, > > We are trying to get the number of competetor adds and then drill down > to view all the competetor ads and it URL. P

AdWords API Re: Posting a conversion through API and obtaining the generated code

2010-03-10 Thread AdWords API Advisor
Hi Dave, It's isn't possible to post a conversion, or obtain the javascript code for conversion tracking, using the AdWords API. Best, - Eric Koleda, AdWords API Team On Mar 9, 1:25 am, Dave S wrote: > Hello, > > We would like to know how we can post a conversion through API and > thus obtain t

AdWords API Re: Daily spend, Affiliate programs, number of Adds for a keyword

2010-03-10 Thread AdWords API Advisor
Hi Dave, It's isn't possible to get that kind of information using the AdWords API. The best you can do is use the TargetingIdeaService to get STATS on a keyword and return the COMPETITION attribute. This is a 0 to 1 scale of how competitive the keyword is. http://code.google.com/apis/adword

AdWords API Re: adwords new version question

2010-03-10 Thread AdWords API Advisor
Hi Jay, The APIlity project has been deprecated, and there won't be support added for the v200909 version of the API. Instead we recommend using the new (and more generically named) AdWords API PHP client library: http://code.google.com/p/google-api-adwords-php/ That site includes a video sho

AdWords API Re: XML_STREAM_EXC faultstring

2010-03-10 Thread AdWords API Advisor
Hi Rofel, You are getting this error because your XML is invalid. You can check your XML for validity using this online tool: http://validator.w3.org/#validate_by_input In this case, your header field is being clodes with a tag, which is invalid. Best, - Eric Koleda, AdWords API Team On M

AdWords API Re: Reg ScheduleJobReport

2010-03-10 Thread AdWords API Advisor
Hi Tria, The error message isn't very helpful in this case, but the problem is caused by not correctly defining your job object. The job must be of the type DefinedReportJob, as specified in the xsi:type attribute. See this sample XML for an example of how to specify this attribute correctly:

AdWords API Re: clientId for MCC

2010-03-10 Thread AdWords API Advisor
Hi Dovid, This can be done by using the method AccountService.getClientAccounts() http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts This will return the email address of each client account of an MCC. The ids of the clients must be fetched one at a time

AdWords API Re: Criterion Stats in PHP

2010-03-10 Thread AdWords API Advisor
Hi Mike, The hierarchy of objects should be: AdGroupCriterionSelector |_ StatsSelector |_ DateRange Here is an example: $selector = new CampaignSelector(); $selector->statsSelector = new StatsSelector(); $selector->statsSelector->dateRange = new DateRange('20090101', '20090131'); Best, - E

AdWords API Re: Report services

2010-03-10 Thread AdWords API Advisor
Hi, MCC accounts cannot have campaigns of their own, so if you run a report as an MCC without crossClient=true then there are no campaigns to run reports on. If you only want to run reports on only one client then you should set the clientEmail header in the request and set crossClient=false. Be

AdWords API Re: can't login with user

2010-03-10 Thread AdWords API Advisor
Hi, I found this entry in the logs, and the customer ID you are specifying in the clientCustomerId header doesn't seem to exist in the AdWords system. Where did you get this value from? Best, - Eric On Mar 10, 3:52 am, NVB wrote: > The requestId is 6abddfbc60b4f937a3162078c034c84d > > On 9 mrt

AdWords API Getting only campaign stats

2010-03-10 Thread jean robert
Hi, i want to know if it is possible to get only campaign stats (without campaign's name, campaign's status, ...) in v2009 as we can do in v13 (getCampaignStats) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find u

AdWords API Re: Report services

2010-03-10 Thread dreadjr
Thanks for information Eric. I just had one follow up question. So can i, for any login (MCC, child-MCC, or regular login) just add the login to the clientEmail header and set crossClient=false? Basically I am looking for a way to run all report exactly the same way. We always pull a report for c

AdWords API Re: Report services

2010-03-10 Thread dreadjr
Thanks for information Eric. I just had one follow up question. So can i, for any login (MCC, child-MCC, or regular login) just add the login to the clientEmail header and set crossClient=false? Basically I am looking for a way to run all report exactly the same way. We always pull a report for c

AdWords API Re: adwords new version question

2010-03-10 Thread Jay
Thanks Eric, we will have a look. On Mar 10, 8:22 pm, AdWords API Advisor wrote: > Hi Jay, > > The APIlity project has been deprecated, and there won't be support > added for the v200909 version of the API.  Instead we recommend using > the new (and more generically named) AdWords API PHP client

AdWords API is sandbox (for v200906) up?

2010-03-10 Thread vlad
Why does this error happen? http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> 012345678912345678912 * PHP v5.2.6-3ubuntu4.2 - AdWords API PHP

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

2010-03-10 Thread vlad
It's v200909 On Mar 10, 4:04 pm, vlad wrote: > Why does this error happen? > > > http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ > v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> >   >     >       012345678912345678912 ns1:

AdWords API Re: XML_STREAM_EXC faultstring

2010-03-10 Thread rofelpcrush
Hi Eric, Thanks for the response. I figured out the error right before I got your response. Is there something wrong with Sandbox today? I've been getting the following errors all day (March 10, 2010): FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT Unmarshalling Error: cvc-datatype-valid.1.2.1: '' is not

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

2010-03-10 Thread rofelpcrush
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.google.com/api/adwords/cm/ v200909"> e368dd36984372c571e3d6544ead8030 0 71 0 -

AdWords API v2009 limits documentation

2010-03-10 Thread pmac72
Are the limits for various fields listed anywhere in the v2009 documentation? For a simple, example the v13 documentation tells the length limits for a text ad in the docs here: http://code.google.com/apis/adwords/docs/developer/TextAd.html However the similar v2009 documentation does not: http:/

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-10 Thread Albert
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 - but we haven't received a solution so far. we've pulled a structure report for the c

AdWords API Re: can't login with user

2010-03-10 Thread NVB
I already know what i did wrong, i use a client id with the - stupid of me .. On 10 mrt, 16:45, AdWords API Advisor wrote: > Hi, > > I found this entry in the logs, and the customer ID you are specifying > in the clientCustomerId header doesn't seem to exist in the AdWords > system.  Where did yo