Re: Automated Rules In Adwords API

2011-02-21 Thread Rob Ryan
It does, I guess I was thinking it terms of using it to simplify in terms of how regular certain parameters are checked and use less credits for when a form of automation it supports is required. Not essential of course as it's features can be replicated just thought better design may be to hand

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
Hi Anash, That's exactly what I'm doing, but the $result variable is empty. This is despite of the fact that the value of $httpCode is 200 and the value of $downloadSize is a pretty high number. Thank you in advance! On 21 Feb, 12:02, AdWords API Advisor wrote: > Hi Robert, > > If you pass a

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
Hi Anash, That's exactly what I'm doing, but the $result variable is empty. This is despite of the fact that the value of $httpCode is 200 and the value of $downloadSize is a pretty high number. Thank you in advance! On 21 Feb, 12:02, AdWords API Advisor wrote: > Hi Robert, > > If you pass a N

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
That's exactly what I'm doing, but when I try to output the response I can see that the "$result" variable is empty. This is despite to the fact that the "$httpCode" variable returns a value of 200 (should mean that there's no errors) and the "$downloadSize" variable contains a pretty high number.

Re: activating sandbox using .NET client library

2011-02-21 Thread AdWords API Advisor
Hi Rocker, For the sandbox, you need to provide youremail++CUR as the developer token. E.g. if john@gmail.com is the email you are using with the sandbox and the currency you need is USD, your developer token is john@gmail.com++USD. Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 17

Re: AuthenticationError.NOT_ADS_USER @ ; trigger:'231214396642' Service[CampaignService.get]

2011-02-21 Thread AdWords API Advisor
Hi Tivakr, Please post the request id for the failed request on this thread. I'll take a look at the logs and figure out what went wrong with your request. You can get the request id for a request by turning on SOAP logging in the client library. See the library's README to see how this may be do

Re: CampaignStats array getting values null.

2011-02-21 Thread AdWords API Advisor
Hi Deepak, You need to provide a statsSelector to retrieve stats. See http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignSelector.html#statsSelector for details. You can also refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/tests/Google/Ap

Re: Download report without saving

2011-02-21 Thread AdWords API Advisor
Hi Robert, If you pass a NULL to $path parameter when calling ReportUtils.DownloadReport, then the actual report contents are returned by the method. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#59 for details. Cheers, Ana

Re: Get traffic estimates conditions or filters for maxCPC and dailyBudget

2011-02-21 Thread AdWords API Advisor
Hi, When you set $adGroupEstimateRequest->maxCpc = new Money(100), you are restricting the max bids for estimates for this ad group to $1 ($1 = 10^6 micros). If you change the value to 500, then max bid for estimates become $5. See http://code.google.com/apis/adwords/docs/reference/lates

Re: Google AdWords-Target Service

2011-02-21 Thread AdWords API Advisor
Hi Remya, Yep, this is correct. Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 18, 7:59 am, Remya wrote: > Ok.So same type of Targets will overwrites itself. > Considering the case ,i have added Language Target and then added Language > Target and City Target . > Will that overwrite Langu

Re: Having different api budgets for different clients.

2011-02-21 Thread AdWords API Advisor
Hi Anthony, You can use the InfoService API to find the API cost breakup for each of your clients. This information can then be used to charge individual clients. See http://code.google.com/apis/adwords/docs/reference/latest/InfoService.html for details. Note that AdWords API Terms and Condition

Re: custom time range not saved in ReportDefinition

2011-02-21 Thread Rohit Dantas
Hi Eric, Sorry about the confusion, I misread the 'request ID' as 'report ID' for some reason. The report failed again and in the soap_xml.log the request ID saved was *652b5a957c66dd412fa722032004ffbf* Hope that helps with identifying the error. Cheers, Rohit -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Error in the Metro Codes CSV

2011-02-21 Thread MB
Never mind, it looks like Many-to-Many from Metro Area to Region; one metro area can spread into multiple regions. The same metro area of the capital of the state of Idaho spills over the border into Oregon. What confused me here, there is a locality named Boise in OR too, it's a tiny suburb of

Re: Error in the Metro Codes CSV

2011-02-21 Thread MB
actually, there are a LOT of errors of this kind: Alabama,Atlanta GA,524 Alabama,Columbus GA,522 Alabama,Meridian MS,711 Alabama,Mobile AL-Pensacola (Ft. Walton Beach) FL,686 Arizona,Albuquerque-Santa Fe NM,790 and so on. Hence, first column is useless. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Error in the Metro Codes CSV

2011-02-21 Thread MB
Whoever maintains the CSV download of this table: http://code.google.com/apis/adwords/docs/appendix/metrocodes.html There is an error with the metro area 757, wrong state. Should be Idaho, Oregon is mistakenly specified. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b