Re: Ad Performance - Report fails 50% when calling CreativeApprovalStatus

2011-08-31 Thread Lloyd Pick
Yeah it seems the API was updated but the docs hadn't been. I've just removed the predicate for DISABLED on my report. * Lloyd Pick* Developer *Forward* Floor 1, Centro 3 19 Mandela Street London NW1 0DU T: 020 3214 8403 W: www.forward.co.uk On 30 August 2011 20:14, Kevin Winter

Re: Video ads creation in the sandbox

2011-08-31 Thread Jakub Matějka
Hi, I have a problem with creating video ad in sandbox. I use PHP API example (in file AddAds.php) and as I see I need to add mediaId to Video class instance. But according to documentation (http://code.google.com/intl/cs/apis/adwords/docs/reference/latest/MediaService.html#upload) I can

acceptable inputs for the array $selector-fields in GetCampaignService()

2011-08-31 Thread iateadonut
referencing GetAllCampaigns.php // Get the CampaignService. $campaignService = $user-GetCampaignService('v201101'); // Create selector. $selector = new Selector(); $selector-fields = array('Id', 'Name'); $selector-ordering = array(new OrderBy('Name', 'ASCENDING')); // Get all

Re: Get Error: QuotaCheckError.INVALID_TOKEN_HEADER @ trigger: lt;nullgt; for TrafficEstimatorService

2011-08-31 Thread Eric Koleda
Hi David, I believe the problem is with the namespace used in your header. The RequestHeader element is correctly set to the o/ namespace, since the request is to an o/ service. However, the object it holds is of the type SoapHeader, which is in the cm/ namespace. This means that all the

Re: Keyword Performance Report v201101 discrepency with v13

2011-08-31 Thread Eric Koleda
Hi, Unfortunately I don't have any updates on this. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Get allowed size of image ads in placements list (TargetingIdeaService)

2011-08-31 Thread Kevin Winter
Hi, Unfortunately, this information is not currently exposed via the API. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Common billing method for AdWords API and AdWords for advertisers

2011-08-31 Thread Kevin Winter
Hi, Yes, this is possible, but you'll need to contact your CSR to get it set up (or whoever helped you set up the invoice billing in the first place). - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Digit group separator in ad params

2011-08-31 Thread Kevin Winter
Hi Dorian, Thanks for the feedback. It seems like there's a good bit of variation: http://en.wikipedia.org/wiki/Decimal_mark#Examples_of_use . I'm going to pass this on to the core engineering team and see if we can support it. - Kevin Winter AdWords API Team --

Re: What's the maximum number of keywords that can be passed as RelatedToKeywordsParameter to TargetingIdeaService?

2011-08-31 Thread Kevin Winter
Hi, The limit refers to the number of results that will be returned in a single response, not overall. Adding more keywords to the selector will mean that some keywords may not return any results as the earlier keywords will use up the available slots in the response. (i.e. it won't

error when trying to download Keyword Performance report (v201101)

2011-08-31 Thread bgraves
I keep getting the following error after calling client library function Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadClientReport() : Received an unexpected EOF or 0 bytes from the transport stream. This is the 3rd time in a row that this exception was thrown. I didn't get this

What is equivalent to constants _HasTraffic, _VeryLowTraffic on v201101

2011-08-31 Thread shamred
Hi, We are migrating our TrafficEstimateorService code from API version v13 to v201101. We used to use the checkKeywordTraffic() method to determine if a keyword would get any traffic at all and then do a full estimation for a keyword. I read from the post

Re: AdWords API Developer's Token Approval

2011-08-31 Thread Kevin Winter
Hi, If you could send your account details to kevin.win...@google.com I'll take a look and see if we can expedite this. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Strange behavior (maybe?) in v201101 TrafficEstimatorService

2011-08-31 Thread Ian Knox
I'm not 100% sure if this is the expected behavior or not but I figured someone here would know: When sending request for a group of keywordEstimates within one adgroupEstimate that has no adGroupID the data returned seems to vary based upon the keywords included as if they're being grouped

shouldn't proxySiteMaxCpc really be proxyContentMaxCpc

2011-08-31 Thread RoyBoy
I have been looking into Optimize based on budget bidding strategy. Ad the AdGroup level there is a field called proxySiteMaxCpc. Since the siteMaxCpc field at the group level has been removed, shouldn't it be proxyContentMaxCpc? Or is this field even relevant anymore? Please let me know.

Re: Bulk Download width API

2011-08-31 Thread David Torres
Hi Artur, As you noticed BMJS is only for adding/updating data, to download data we recommend you use the ReportDefintionService since is the least costly and faster way to retrieve big amounts of data. Please read through this blog post