AdWords API Rotation TextAds

2010-03-09 Thread Alexis ROUSSEAU
In my Google account, which I manage with the API, I have several campaigns(countrysides), in whom(which) are several groups, who contain announcements themselves. He can be that the same keyword can be in different groups and thus different campaigns, but I would want that my textAds display in

AdWords API Re: BulkMutateJobService

2010-03-09 Thread daniel.pl...@gmail.com
AccountService.getAccountInfo() returns 0 for customer id for all 1 - 5 sandbox accounts. Dan On Mar 8, 10:15 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Daniel, In production environment you can obtain your customer id in the AdWords web interface.  For the sandbox

AdWords API Re: can't login with user

2010-03-09 Thread NVB
Where can I find the requestId? This error i get: [previous:Exception:private] = [faultstring] = AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'8443638926' [faultcode] = soap:Server [detail] = stdClass Object ( [ApiExceptionFault] = stdClass Object

AdWords API Reg ScheduleJobReport

2010-03-09 Thread tria tria
Hi, i passed the following as the parameters values soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/ envelope/ xmlns:v13=https://adwords.google.com/api/adwords/v13; soapenv:Header v13:applicationTokenXX/ v13:applicationToken

AdWords API clientId for MCC

2010-03-09 Thread Dovid
Is there a way to retrieve a list of client Ids (together with email address for that client) for a given MCC account via the API? Or do I need to look up my client IDs in another way? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on

AdWords API adwords new version question

2010-03-09 Thread Jay
Hi Group, We are using Apility for our in house tool to create campaigns and auto bid on the keywords. As google will stop v13 and we have to use v2009, does anyone know if Apility Guys will come out with new version? If not whats easiest way to migrate? --

AdWords API Competetor ads

2010-03-09 Thread Dave S
Hello, We are trying to get the number of competetor adds and then drill down to view all the competetor ads and it URL. Please could you suggest how we get the data using google adwords API. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13

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

2010-03-09 Thread Dave S
Hello, Please could you help us with how we can obtain the data for daily spend, affilate programs and number of adds for a particular keyword using the API. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010.

AdWords API Re: How i will add AdScheduleTarget to campaign through php client library (v200909)

2010-03-09 Thread AdWords API Advisor
Hi, Please see the SetCampaignTargets.php example for the general process of setting campaign targets: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/SetCampaignTargets.php Best, - Eric Koleda, AdWords API Team On Mar 5, 1:12 am, Zaheer

AdWords API Re: Request Ad approval status description

2010-03-09 Thread AdWords API Advisor
Hi, Thank you for bringing this to our attention. The Korean docs for this type are out of date, and I've just requested that they be re- translated. If in doubt, always use the English docs and they are the most recent. Best, - Eric Koleda, AdWords API Team On Mar 5, 2:33 am, Nicky

AdWords API Re: Campaign Stats

2010-03-09 Thread AdWords API Advisor
Hi, This is a PHP error, and it looks like you aren't getting the data you're expecting. Do a print_r on $campaign_stats to see the data being returned by the service: $campaign_stats = $campaign_service-call('getCampaignStats', $request_xml); // Add this line print_r($campaign_stats);

AdWords API Re: API not working in php5.3.1 version in server

2010-03-09 Thread AdWords API Advisor
Hi, Please follow up on your original thread: http://groups.google.com/group/adwords-api/browse_thread/thread/98f7326ab20e2de5/ Best, - Eric Koleda, AdWords API Team On Mar 5, 8:25 am, silvester josephsilvestercorr...@gmail.com wrote: Hi, The Adwords api script is working perfectly in my

AdWords API Re: cost,cpc,cpm and costPerConv values in response XML

2010-03-09 Thread AdWords API Advisor
Hi, All currency amounts in the AdWords API are returned in micros, which are one millionth of the fundamental currency of the account. 825,000,000 micros X ($1 / 1,000,000 micros) = $825.00 Best, - Eric Koleda, AdWords API Team On Mar 5, 9:22 am, Elad elad.isra...@gmail.com wrote: H'ya I'm

AdWords API Re: Fatal error: Access level to AdsSoapClient::__construct() must be public

2010-03-09 Thread AdWords API Advisor
Hi Terry, The SoapClient class changed between PHP version 5.2.X and 5.3.X, and the constructors are not compatible. The AdsSoapClient class extends SoapClient, but not in a way that is compatible with PHP 5.3.X. This is a known issue and at this time there is no fix available. The AdWords API

AdWords API Re: Invalid headers for 'https://adwords.google.com', but not adwords-sandbox.google.com ?!

2010-03-09 Thread AdWords API Advisor
Hi Jonathan, This error is returned if you are using sandbox credentials in the production environment, or vice versa. Please ensure you've also update your credentials to be valid for production. Best, - Eric Koleda, AdWords API Team On Mar 5, 5:00 pm, Jonathan Blake 0.squ...@gmail.com wrote:

AdWords API reinstalling soap::lite

2010-03-09 Thread sudha
it was posted in one of the messages that soap::lite was installed incorrectly and hence they could not access the attributes. I'm having the exact same problem. pls see the issue at http://www.mail-archive.com/adwords-api@googlegroups.com/msg01843.html So can you'll let me know how to

AdWords API Re: How to get a Geographic report splitted into days?

2010-03-09 Thread AdWords API Advisor
Hi Tom, It doesn't appear to be documented correctly, but if you also pass in the aggregation type Daily you'll get the date breakdown like the UI delivers. DefinedReportJob myJob = new DefinedReportJob(); myJob.name = Geographic Report; myJob.selectedReportType =

AdWords API Re: The meaning of AD status

2010-03-09 Thread AdWords API Advisor
Hi Nicky, Those ad approval statuses have been removed from v200909, although some of the translated documentation doesn't have this update yet. The English documentation includes the current list of statuses:

AdWords API Re: http://code.google.com/apis/adwords/ - Developer registration problems

2010-03-09 Thread AdWords API Advisor
Hi James, The process for signing up for the API has changed, the new steps are outlined in the help article. You first need to create an MCC account, and then go to the My Account - AdWords API Center tab. Best, - Eric Koleda, AdWords API Team On Mar 8, 7:04 am, james jamesmar...@gmail.com

AdWords API Re: Rotation of text Ad

2010-03-09 Thread AdWords API Advisor
Hi Alexis, You can change the field Campaign.adServingOptimizationStatus to ROTATE to get your ads to rotate evenly: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.Campaign.html#adServingOptimizationStatus Best, - Eric Koleda, AdWords API Team On Mar 8, 11:51 am,

AdWords API Re: Application Pending SOAP response, developer token is Valid please advise

2010-03-09 Thread AdWords API Advisor
Hi, I've approved your application token, so you shouldn't get this error again. For reference please see the following the thread: http://groups.google.com/group/adwords-api/browse_thread/thread/69a84e85609b6aa6/ Best, - Eric Koleda, AdWords API Team On Mar 8, 3:52 pm, Dhammiko

AdWords API Re: The meaning of Ad status

2010-03-09 Thread AdWords API Advisor
Hi, Please see my response on a related thread: http://groups.google.com/group/adwords-api/browse_thread/thread/37329b47388cd0d4/ Best, - Eric Koleda, AdWords API Team On Mar 8, 8:05 pm, 김현정 imnicky...@gmail.com wrote: HI, I tried to find out the following Ad status' meaning but failed.

AdWords API Re: Keyword Suggestion

2010-03-09 Thread AdWords API Advisor
Hi, My apologies, I didn't understand your question. Monthly search volume for *last* month won't be available until about a week after the month has ended. This is as designed and there are no plans to change this behavior. Best, - Eric Koleda, AdWords API Team On Mar 9, 2:34 am, Dotslash

AdWords API Re: Report services

2010-03-09 Thread dreadjr
I am seeing something similar. For example I have a child-MCC account. I am pulling a keyword report for a single campaignId and date. DefinedReportJob job = new DefinedReportJob(); job.selectedReportType = Keyword; job.crossClient = true; job.crossClientSpecified = true; When i run the