Re: Using ReportDefinitionService in sandbox what do I have to do to get sample data?

2010-06-11 Thread Alex Parij
That's really nice ! You should add it to documentation or something . On Jun 10, 4:48 pm, AdWords API Advisor wrote: > Hi All, > > Reports in v201003 can be run in the sandbox, and unlike the v13 > reports will return real rows of data.  The stats will all be zero > however, since ads don't run

CUSTOMER_NOT_FOUND in Sandbox with Java

2010-06-11 Thread Barton
Hi, I'm am running the GetRelatedKeywords example. My ~/ adwords.properties has the customer id which I copied from my Adwords MCC. I have tried both with and without the dashes. I continue to get faultSubcode: faultString: AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'4360535129' Serv

Re: How to exclude an IP with API?

2010-06-11 Thread AdWords API Advisor
Hi Alexey, Unfortunately this feature isn't available in the AdWords API. Best, - Eric Koleda, AdWords API Team On Jun 8, 9:55 am, Алексей wrote: > Hello, > > I found this in > API:http://code.google.com/apis/adwords/v2009/docs/reference/CampaignCrit... > So, I think, I can block a placement u

Re: AdSchedule targeting error

2010-06-11 Thread AdWords API Advisor
Hi, This is the expected behavior: "List of ad schedule targets. An empty list means all time is targeted." http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.AdScheduleTargetList.html Best, - Eric Koleda, AdWords API Team On Jun 11, 4:35 am, sonka sonka wrote:

Re: duplicate keywords whth report service

2010-06-11 Thread AdWords API Advisor
Hi Warren, This is a known bug of the Account Structure report, but at this time I don't have any estimate on when it will be resolved. Best, - Eric Koleda, AdWords API Team On Jun 11, 2:02 am, Hongyu Li wrote: > I used Report Service to get account structure, I request with all column > and it

Re: Access denied - Invalid_Add_Operation when trying to add a campaign using sandbox mode

2010-06-11 Thread AdWords API Advisor
Hi, This error is being returned because you have not specified a valid clientEmail to work against, and MCC accounts cannot contain campaigns. In the sandbox you get 5 auto-generated client accounts, with clientEmails in the format client_x+em...@address.com, where X is the number 1 through 5.

Re: INVALID_ENCODED_LOCATION while adding an AdExtension to a campaign.

2010-06-11 Thread AdWords API Advisor
Hi Don, You need to ensure that you use the exact address returned by the GeoLocationService in your LocationExtension. Any difference between the two addresses will result in this error. Best, - Eric Koleda, AdWords API Team On Jun 10, 4:46 pm, Don Spaulding wrote: > Can anyone tell me why I'

Re: "The developer token is invalid" response on the production

2010-06-11 Thread AdWords API Advisor
Hi Alexander, Is there a requestId header that is returned with the response? Best, - Eric Koleda, AdWords API Team On Jun 10, 11:31 am, Alexander wrote: > I'm using production environment to request the service (not > sandbox). > The developer token is in the "APPROVED" state. But i'm always g

Re: Turning get to getBulkKeywordIdeas?

2010-06-11 Thread Mauri
Is there any way to get BROAD (and PHRASE) match results in bulk? By creating a bulk mutate job instead or some I'm trying to get 50 keywords or so and if I request too many too quickly it errors out due to too many requests per minute. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: How can i sum statistics ?

2010-06-11 Thread AdWords API Advisor
Hi, Unfortunately it is not possible to get this summary information, and you will need to add the values client side. Best, - Eric Koleda, AdWords API Team On Jun 10, 11:31 am, pacen wrote: > Hello everybody, i have a small question. Is there a way that adwords > can directly send me the stati

Re: Newbie's question about using the sandbox

2010-06-11 Thread AdWords API Advisor
Hi Oren, You cannot start using the production API until the MCC account that owns your developer token has billing information set up. You need to configure this in the AdWords web interface, and after that you should be able to use the API. Best, - Eric Koleda, AdWords API Team On Jun 10, 8:2

Re: Balance of a particular account

2010-06-11 Thread AdWords API Advisor
Hi Zaher, I'm not sure what you mean by balance, but information about cost or spend of a campaign can be retrieved using the statsSelector. Best, - Eric Koleda, AdWords API Team On Jun 10, 4:19 am, Zaher Hazeem wrote: > Hello, > > I can't find any references in the documentation - I am wonderi

Re: Get in CampaignService API Call not returning correct Networks Values

2010-06-11 Thread AdWords API Advisor
Hi, The network field you are referring to is in the Stats object, and describes the scope of the statistics returned. It currently isn't possible to change the scope of the statistics using the selector, so the value of that field isn't useful. To determine which networks your campaign targets

Re: pertinence

2010-06-11 Thread AdWords API Advisor
Hi, This forum is dedicated to the AdWords API specifically. For general AdWords questions please try this forum: http://www.google.com/support/forum/p/AdWords Best, - Eric Koleda, AdWords API Team On Jun 9, 4:54 pm, NexTone wrote: > Hi i have a recording studio and id like to know why my a

Re: Different xml output with v13 ReportService and v2010 ReportDefinitionService

2010-06-11 Thread AdWords API Advisor
Hi Christopher, The v201003 ReportDefinitionService and v13 ReportService are based on different technologies, and the generated reports are not designed to be interchangeable. Since cross-client reporting is not yet available in the v201003 service all reports are run at the client level. Curren

Re: v201003 beta : ReportDefinitionService - getReportFields - Not contains all fields

2010-06-11 Thread Jony
Thanks ! There is an other problem. CampaignId field isn't present in every reports. For example with an AD_PERFORMANCE_REPORT I can get the field "CampaignName" but the field "CampaignId" isn't present. It's quite bizzare ! I thinks it's necessary to give the field "CampaignId" in every Performan

Re: PAYLOAD_STORE_UNAVAILABLE

2010-06-11 Thread mariek
this problem seems not to be solved, or I get it from some another reason ? So the solution is to sleep for 20 sec after scheduling first part of the job ? On 5 Maj, 21:38, AdWords API Advisor wrote: > Hi Charles, > > Thanks for letting us know, I've passed on this information to the > core engin

v201003 php examples

2010-06-11 Thread Sebastian Nitzsche
Hello, i would like to use the new api v201003 with the php library 2.2.0 I've searched on web by any examples oder codes for the ReportDefinitionService. There is no examples. Has anybody a link or code snippets for me? Thats my ReportDefinitionOperation Object: $repDefOp = new ReportDefinitio

Empty NGRAM_GROUP value in TargetingIdeaService.get method

2010-06-11 Thread Sergey Mashentsev
Hi everybody, When I trying to get keyword ideas with TargetingIdeaService including NGRAM_GROUP attribute in response I get empty value for all keywords I get. Type_AttributeMapEntry Object ( [key] => NGRAM_GROUP [value] => StringAttribute Object ( [value] =>

AdSchedule targeting error

2010-06-11 Thread sonka sonka
If campaign works 24 hours 7 days per week CampaignTargetingService gives [0] => Array ( [campaignId] => 54711193 [TargetList.Type] => AdScheduleTargetList ) instead of [0] => Array ( [campaignId] => 54711193 [TargetLis