Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread Takeshi Hagikura (AdWords API Team)
Hello John, Please use CampaignCriterionService to update device bid adjustments. You can find a code example

Re: Questions for bid landscape

2013-06-26 Thread cynust
Anyone help on my questions? Thanks a lot. 在 2013年6月25日星期二UTC+8上午10时17分22秒,cyn...@gmail.com写道: > Thanks David for your response. Some follow-up questions, > > 1. Why would the landscape points not considered as current, I thought the > simulation is based on last 7 days results which should be

ClickType selector in AD_PERFORMANCE_REPORT

2013-06-26 Thread alx
Hi, My understanding is that when asking for AD_PERFORMANCE_REPORT with ClickType selector, number of impressions in records with clickType='Headline' should reflect number of impressions in records for sitelinks, product extensions, etc... as headline should be present every time the ad is se

Re: Keyword Report Anomalies

2013-06-26 Thread Federico J. Sutin Citterio
That solve my problem! Thank you very much. Regards El miércoles, 26 de junio de 2013 04:04:33 UTC-3, Anash P. Oommen (AdWords API Team) escribió: > > Hi Federico, > > Those are the negative keywords in your adgroups. Try adding IsNegative > column to your reports to filter the unwanted rows.

Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman
On Wednesday, June 26, 2013 10:27:56 PM UTC+1, Alan Coleman wrote: > > I set the COMPRESSION Setting to 0 in the settings.ini > > This was necessary to disable SOAP Content-Encoding when using AdWords PHP > Library adwords_api_php_4.2.5 > > Content-Encoding: deflate > > > [SOAP] > ; Enable/disa

Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman
I set the COMPRESSION Setting to 0 in the settings.ini This was necessary to disable SOAP Content-Encoding when using AdWords PHP Library adwords_api_php_4.2.5 Content-Encoding: deflate [SOAP] ; Enable/disable gzip compression on SOAP requests and responses. COMPRESSION = 0 On Tuesday, June

How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread John Bliss
Currently, I can use the AdWords website to view a Campaign, click Settings (tab), Devices, and then edit Device Bid adjustment. When looking at https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.Campaign I do not see how I'd use the API to edit those Device Bid a

Re: Costs

2013-06-26 Thread Денис Воскобойник
Does that mean all costs in API will be stabilizied within 3 days? If I get to costs May 4 for May 1, the costs will never change? среда, 26 июня 2013 г., 16:33:15 UTC+3 пользователь Danial Klimkin написал: > > Hi Denis, > > > You can't get the transactions or corrections, but you can get total c

Re: Costs

2013-06-26 Thread Danial Klimkin
Hi Denis, You can't get the transactions or corrections, but you can get total costs for all campaigns (with account performance or campaign performance report). Please note the numbers can get changed over time and only stabilize 3 days after the fact. So if you collect costs for yesterday, a

Differences in Placement Performance Report and Adwords GUI

2013-06-26 Thread Ivan Vasilchev
Hi, we're using the adhoc Placement Performance Report for our inhouse statistics system. We spotted differences between the data that we get from AdWords GUI and the API. The case: There are placements for which the url/domain is reported as something in the form of 12345.anonymous.google.co

Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Francesco Della Vedova
adgroup 5102825077 in campaign 73887277. I fill an array with operations for the campaign, including 2 ads per adgroup, and then i push all these operations with one or more bulk mutate jobs according to the number (i split the ops in groups of 5000) and then move to the next campaign. This exa

Re: Supporting hourly reports

2013-06-26 Thread nf7588
OK, Thanks. On Monday, June 24, 2013 3:02:33 PM UTC+3, Danial Klimkin wrote: > > Hello, > > > HourOfDay is not supported within those reports. I don't have a definite > answer but I belive this is due to a much larger amount of keywords and ads > comparing to the number campaigs. > > > -Danial,

PLACEMENT PERFORMANCE REPORT get empty rows

2013-06-26 Thread nf7588
Hi, We've noticed that if we don't include measures fields in request for PLACEMENT PERFORMANCE REPORT - it returns with *empty rows*. I read another post here that someone said he uses CRITERIA_PERFORMANCE_REPORT and including "PLACEMENT" in the CriteriaType to get the managed placements. Is

Re: Can the API access the campaign label?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, One approach I could think of is to link the "inactive" accounts under an MCC if you know for sure that the accounts are inactive. You could then fetch the account hierarchy of that MCC to prevent sending requests to those accounts. Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: What does SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED mean?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jared, Could you also add a predicate for CampaignId in xxx, xxx? The SizeLimitError is coming in this case because the total number of items that match your conditions is quite high (this is independent of the page size you set in your request). Cheers, Anash P. Oommen, AdWords API Advisor

Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Francesco, Could you elaborate a bit more on this? Did you have two mutate jobs with ads in it for instance? Which campaign id and adgroupid are you seeing this issue for? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, June 25, 2013 3:28:20 PM UTC+5:30, Francesco Della Vedova wro

Re: Feed Service api requirement

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Matthew, Could you please send your queries about api requirement to adwordsapi-tok...@google.com? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, June 26, 2013 6:42:40 AM UTC+5:30, Matthew Ledom wrote: > > Does anyone know which parts of the feed services feature are required fo

Re: How to use the OR condition in AWQL

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi, You could use the IN operator in this case. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesday, June 25, 2013 11:00:45 PM UTC+5:30, plucki wrote: > > Hi! > > I am trying to use the AWQL language in order to get specific Adgroups > which have this condition, Campaign Name contains "ABC

Re: Keyword Report Anomalies

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, Those are the negative keywords in your adgroups. Try adding IsNegative column to your reports to filter the unwanted rows. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, June 26, 2013 12:42:27 AM UTC+5:30, Federico J. Sutin Citterio wrote: > > Hi Anash, > Firstly, th