Re: Daterange values in reportdefinationservice

2012-11-29 Thread krunal shah
Thanks a lot Anash for help. On Thursday, 29 November 2012 12:21:51 UTC+5:30, Anash P. Oommen wrote: > > Hi Krunal, > > You can refer to > https://adwords.google.com/api/adwords/reportdownload/v201209/reportDefinition.xsdfor > reportDefinition schema. > > Cheers, > Anash P. Oommen, > AdWords API

Re: campaignService.mutate exception, customer id required

2012-11-29 Thread Hum Hawks
Does this takes forever On Wednesday, November 7, 2012 3:01:46 PM UTC-8, Hum Hawks wrote: > > Hi, > I am using adword api, I supplied client customer id, when I run the > campaignService,mutate, it still ask for it? > > Google charge API use, why no one support? > > Humm > -- -- =~=~=

Why updates for 2 keywords don't work, but for 2 Adgroups work ok???

2012-11-29 Thread Mirror
Hello! We can do the upgrade bid for Adgroup, using AdGroupService and passing the two Adgroups ID in the array, like: function UpdateAdGroupExample … // Create ad group using an existing ID. $adGroup = new AdGroup(); $adGroup->id = $adGroupId-1; … // Update the bid. $adGroup->bids =

Re: Units for current request?

2012-11-29 Thread Mirror
Hi Paul! Thank's for rate sheet! But it is not clear: AdGroupCriterionService mutate (SET) - 3 per AdGroupCriterion If I update distantion URL for each keywordl, price - ( 3 p er AdGroupCriterion ) it's price for each keyword update ( if I update 2 keywords i pay 6 units)? or for REQUEST! mu

Re: best practices for preventing any interruption for API usage

2012-11-29 Thread S Naseweis
Perfect! Thanks a lot! We do not disable a developer token based on algorithms, we always reach > out to the developers a couple of times before taking any action. However, > in practice, we find that developers tend to miss the email due to various > reasons, and would notice only much later o

Re: Can you help me to find out how to reach client’s payments through API.

2012-11-29 Thread pumba
Hi! Tell me, please, in v201209 not have such an opportunity? On https://developers.google.com/adwords/api/docs/reference/latest/BudgetOrderService not see -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: Units for current request?

2012-11-29 Thread Paul Matthews
Hi Mirror, You can retrieve the number of units for the previous request using the $service->GetLastUnits(); method in the AdWordsSoapClientclass. For example: // Setu

Re: How often is Keyword Performance report data refreshed?

2012-11-29 Thread Danial Klimkin
Hello road11, This is not really possible as those stats are normally updated daily. They can change for a particular date again though (within 48 hours) as some of the clicks may get filtered out due to click validations. As per (c), yes, you will get zero-impression rows if no segmentation f

Units for current request?

2012-11-29 Thread Mirror
Hello! If I use php library - GetGampaignStats, UpdateAdGroup, etc... Can I send some fields ($selector->fields ... ) or something else, to see how much UNITS I spent on this request service and this operations? For example, if I Get stats for campaign or update price for several Adgroups. Ma

Re: non-shared Budget through the BudgetService

2012-11-29 Thread Danial Klimkin
Hello Ian, No, the API currently only allows to create 'UI-visible' budgets. -Danial, AdWords API Team. On Tuesday, November 27, 2012 11:53:14 PM UTC+4, Ian wrote: > > Is there a way to create a budget that is not displayed in the budget UI > via the BudgetService? Since the ability to do so

Re: [v201209] New Test Account - OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED

2012-11-29 Thread Danial Klimkin
Hello Stamatina, Please send me the full XML request and response code, including CID over * email* ('Reply' button). -Danial, AdWords API Team. * * On Thursday, November 29, 2012 2:38:35 PM UTC+4, Stamatina Thomaidou wrote: > > Language: Java > > I am trying to create a new campaign using the

[v201209] New Test Account - OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED

2012-11-29 Thread Stamatina Thomaidou
Language: Java I am trying to create a new campaign using the New Test Account. So, after the proper authentication using Test Account ClientCustomerId I'm trying to add a campaign with several other settings (budget, etc). The error that I'm getting is: OperationAccessDenied.ADD_OPERATION_NOT_P

Re: Manage Account Budgets

2012-11-29 Thread Sudip Datta
Hi Anash/Adwords API team, How can I request whitelisting for a developer? Thanks, --Sudip. On Friday, 27 July 2012 11:45:40 UTC+5:30, Anash P. Oommen wrote: > > Hi Alok, > > BudgetOrderService is the replacement you are looking for. > https://developers.google.com/adwords/api/docs/reference/v