Campaignstats not available in v201309

2013-12-05 Thread F.Per
Hi guys, sorry to bother you but i do not find anything in the google migration guide releases or documentation about how to handle this. In my old code ive set the campaignstats like following: [code] ... plaCampaign.setBudget(budget); NetworkSetting networkSetting = new

Re: Problem api adword

2013-12-05 Thread KAMOUN Ilyess
Hi, I copied the same script as AddTextAds.php but i ve alaways the same error [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] help please. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: Get the Campaign name By Creative ID

2013-12-05 Thread Zweitze
Use the AD_PERFORMANCE_REPORT and add a predicate on Id, equalling your creative id. Ask for the field Campaign and other fields if you need that too. Note: Creative Ids are only unique within their ad groups. So be prepared to deal with multiple results. Hope this helps. On Friday,

Re: is adwords down right now? getting 502 server error

2013-12-05 Thread Zweitze
We got it again today... The good news is that we now log the headers. This was the request: Request POST to /api/adwords/reportdownload/v201306: ?xml version=1.0? reportDefinition selector xmlns=https://adwords.google.com/api/adwords/cm/v201306; fieldsAccountDescriptiveName/fields

Fwd: Where is my mistake? Please help.[AdError.INVALID_AD_TYPE @ operations[0].operand.ad

2013-12-05 Thread KAMOUN Ilyess
Hi, i like add new keywords , i try to do this way : soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=https://adwords.google.com/api/adwords/cm/v201309; soapenv:Header v20:RequestHeader v20:authTokenDQA*/v20:authToken

Difference between AccountDescriptiveName and CustomerDescriptiveName

2013-12-05 Thread Arthur Gerigk
what is the difference between the two fields? usually they coincide but it isn't always the case. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: AccountDisabled Error

2013-12-05 Thread Josh Radcliff (AdWords API Team)
Hi Maxim, When you manually log into AdWords using an account for which you received this error do you see any alerts explaining why the account was disabled? Thanks, Josh, AdWords API Team On Tuesday, December 3, 2013 5:33:27 PM UTC-5, Maxim Kurapatkin wrote: Thanks for the insight. Did

Re: Google places under location extension

2013-12-05 Thread Josh Radcliff (AdWords API Team)
Hi, LocationSyncExtensionhttps://developers.google.com/adwords/api/docs/reference/v201309/CampaignAdExtensionService.LocationSyncExtensionis indeed the object that corresponds to a Location Extension that is tied to your Google Places (LBC) account. A few things to check are: 1. Have you

Re: Get transactions on MCF Report

2013-12-05 Thread Josh Radcliff (AdWords API Team)
Hi Pierre, Unfortunately this forum is just for questions related to the AdWords APIhttps://developers.google.com/adwords/api/. The link you sent over has a companion Libraries Pagehttps://developers.google.com/analytics/devguides/reporting/mcf/v3/mcfLibraries, however, and if you click on

Re: Your client does not have permission to get URL

2013-12-05 Thread Modix Germany
It's working again but I don't know why and what to do to prevent this from happening again. If someone has experienced the same, feel free to share.. Am Dienstag, 3. Dezember 2013 17:51:17 UTC+1 schrieb Modix Germany: Hi Josh, Thanks for the info. I've checked inbox but found nothing

Re: API v201309 CampaignService selector fields SelectorError.INVALID_FIELD_NAME

2013-12-05 Thread Josh Radcliff (AdWords API Team)
Hi, As far as I can tell those fields should be selectable. I'm investigating and will provide an update once I have more information. Cheers, Josh, AdWords API Team On Monday, December 2, 2013 11:56:00 AM UTC-5, Leny wrote: Hi, I am trying to get every available fields from the

Re: MultiplierError.BID_LESS_THAN_MIN_ALLOWED_BID_WITH _MULTIPLIER

2013-12-05 Thread Josh Radcliff (AdWords API Team)
Hi, Thank you for providing the sample request and response. We're working on resolving this and I will post an update once I have more information. Cheers, Josh, AdWords API Team On Tuesday, November 26, 2013 8:10:26 PM UTC-5, Devesh Parekh wrote: Fixing a typo to reduce confusion: On

Re: Error running AdWords API with Google App Engine

2013-12-05 Thread Anders Hansen
Hi Takeshi, Thanks for your feedback. Based on this I will continue my AdWords API learing on App Engine, but I think I will prefer Java over Python for several reasons, one of which is that I don't have to learn a new programming language, another is my concern for performance. Is there any