Re: Lots of 502 bad gateway errors

2015-06-03 Thread Zweitze
REMOVED 20150401 20150603 https://adwords.google.com/api/adwords/cm/v201409";>CampaignImpressionShare_20150401_20150603 https://adwords.google.com/api/adwords/cm/v201409";>CAMPAIGN_PERFORMANCE_REPORT https://adwords.google.com/api/adwords/cm/v2014

Re: Add Experiment & set Bid Multiplier for Max. CPC

2015-06-03 Thread Sarah Riddell
Hi Nadine, Many Thanks for your reply , i have fixed above problems, can you please help out on below problem?. 1. How can i *START *Experiment on campaigns ? 2. How can i *PAUSE *or *UNPAUSE *Experiment on campaigns ? Can you provide some example code for this?. AS i am successfully ab

Re: Cannot get AdParamService to update AdParams

2015-06-03 Thread Giles Bodger
Thanks Umesh - I will have a look at the link you sent me - is there an estimation for the time it might take to fix the AdParam update ? cheers On Wed, Jun 3, 2015 at 11:18 PM, Umesh Dengale < adwordsapiadvisor+um...@google.com> wrote: > Hi Giles, > > There may be an issue with AdParam update

Example for finding stats for a given keyword?

2015-06-03 Thread Aditya
Specifically looking to provide a keyword, and retrieve the average monthlySearchVolume and cpc. It looks like I should be using either TargetingIdeaService or TrafficEstimatorService, and some searching indicates that I'm supposed to set some parameter to "STATS", but I haven't found where to

Re: Cannot get AdParamService to update AdParams

2015-06-03 Thread Umesh Dengale
Hi Giles, There may be an issue with AdParam update on our AdWords Product side. Our engineers are looking into it. In the meantime I recommend using AdCustomizer instead of AdParam. Looks like you are using .Net AdWord API

Why is ManagedCustomer.accountLabels always NULL?

2015-06-03 Thread Zweitze
Hi, I'm trying to retrieve the labels of an account. To my surprise it is always NULL. Sample code (C#) ManagedCustomerService mcs = User.GetService( AdWordsService.v201502.ManagedCustomerService); Selector Selector = new Selector(); Selector.fields = new string[] { "CustomerId"

Re: AD_EXTENSIONS_PERFORMANCE_REPORT

2015-06-03 Thread adwordsdev
We are attempting to use the PLACEHOLDER_FEED_ITEM_REPORT to manage callouts, but are unable to pull down zero-impression callouts. After consulting the documentation for the proper fields to request, we are still unable to get results back on the report. What is an acceptable combination of fi

Re: Add "All visitors" Audience Via Adwords API

2015-06-03 Thread Danial Klimkin
Hello Ronak, This list is created by AdWords when the tags get actually served on the target site. It can't be created until tags are in place. It doesn't make much sense to create campaign before tags were created -- it will be an empty list and the campaign will never be served anyway. -Da

InputStream size coming as 20 bytes even when no data is present

2015-06-03 Thread pradeep s
Hi, I am using java client version v201502 for downloading adwords report. Download format used in GZIPPED_CSV. Eventhough the data is null for some client ids , i am getting a 20 byte file. ReportDownloadResponse.getInputStream().available() returns 20 for these calls. Is there any way we can a

Re: Add "All visitors" Audience Via Adwords API

2015-06-03 Thread MCC Test
Hello Danial, Thank you for the response.Yes I agree that "All visitors" tag is automatically created from adwords.But however I am working on creating a remarkerting campaigns via adwords api and assign the "All visitors" tag to adgroups.So Consider a scenario that if someone has created a new

Re: Right tracking template for Upgraded URLs

2015-06-03 Thread Michael Cloonan (AdWords API Team)
Hello Alexander, That sounds like a pretty reasonable request to me. I will pass along your suggestion to the engineering team. Regards, Mike, AdWords API Team On Wednesday, June 3, 2015 at 3:55:37 AM UTC-4, Александр Швец wrote: > > Hi Michael! > > Thank you for your quick response. I think un

Re: Lots of 502 bad gateway errors

2015-06-03 Thread Nadine Sundquist (AdWords API Team)
Hello Ashley, I took a look at the errors on our servers. I'm not seeing anything unusual that could cause gateway issues. If your SOAP response does not have a *requestId*, then the request may not have even made it to our servers. I would recommend checking with your network administrator to

Re: Error creating accounts in sub manager accounts

2015-06-03 Thread Emiliano Martinez
Danial, Thank you very much! We were mixing ids from production and test! Next time im going to be checking everything before posting :( Regards Emiliano 2015-06-03 12:53 GMT-03:00 Danial Klimkin < adwordsapiadvisor+dan...@google.com>: > Hello Emiliano, > > > The account 5435475134 is not a sub

Re: Error creating accounts in sub manager accounts

2015-06-03 Thread Danial Klimkin
Hello Emiliano, The account 5435475134 is not a sub-account of account 1893844881, so if you are using the same credentials, the request is expected to fail. Please make sure the login you are authorized with has administrative access to the MCC you specify in clientCustomerId field. -Danial

Re: Add "All visitors" Audience Via Adwords API

2015-06-03 Thread Danial Klimkin
Hi Ronak, The "All Visitors" list should automatically be created once you've put tags on your site. See this thread for more details and screenshots: https://www.en.adwords-community.com/t5/Advanced-Features/No-all-visitors-remarketing-list/td-p/434436 -Danial, AdWords API Team. On Tues

Error creating accounts in sub manager accounts

2015-06-03 Thread Emiliano Martinez
Hi, Forum: Im having problems creating accounts in sub manager accounts. If i create an account with an MCC account all works perfectly, here is the request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

Re: AdGroupCriterion. Migrate URL fails

2015-06-03 Thread Anthony Madrigal
Hello, The UNEXPECTED_INTERNAL_API_ERROR is a server side error. The request you sent generally does not result in this error. Please try again at a later time and see if you are still getting the same error. R

MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-03 Thread Janak Prajapati
Hi, We have migrated to v201502 recently and we noticed that, when we get DUPLICATE_ADGROUP_NAME error through MutateJobService, the error detail not including respective Adgroup ID. In the earlier API versions, we were getting Adgroup ID along with the DUPLICATE_ADGROUP_NAME error. Here is p

Re: Can't update API account settings

2015-06-03 Thread Bart ten Brinke
I have the exact same issue. Google support tells me it can't help me because they don't offer support on the API. My guess is that I have a pending developer token request, and while that is pending you can't change these? Help? Bart On Wednesday, June 3, 2015 at 1:00:42 PM UTC+2, Armen wrot

Re: Can't update API account settings

2015-06-03 Thread Danial Klimkin
Hello All, I am following up on this issue internally. -Danial, AdWords API Team. On Wednesday, June 3, 2015 at 4:55:02 PM UTC+2, Bart ten Brinke wrote: > > I have the exact same issue. Google support tells me it can't help me > because they don't offer support on the API. My guess is that I

Re: AdWords API APIlitAx Ajax GUI for AdWords based on APIlity released

2015-06-03 Thread Danial Klimkin
Hi Andreas, This thread is from 2006 so I am locking it. We don't have any official solution similar to this one. -Danial, AdWords API Team. On Wednesday, June 3, 2015 at 4:55:33 PM UTC+2, ame...@crealytics.de wrote: > > Hi, > > it seems that this project is down. Is there any follow-up yet?

AdGroupCriterion. Migrate URL fails

2015-06-03 Thread Alexey Makhov
Hello. I try to migrate URL with Strategy 2 according with the guide . AdGroupAds works fine, but when I try to update AdGroupCriterion I receive > InternalApiError.UNEXPECTED_

Re: CampaignExtensionSettingService UNEXPECTED_INTERNAL_API_ERROR

2015-06-03 Thread Danial Klimkin
Hello Michael, Please send me the exact SOAP request and full server response *over email* ("reply to author" on the right). -Danial, AdWords API Team. On Monday, June 1, 2015 at 8:50:08 PM UTC+2, Michael Buetow wrote: > > Hello, > > I'm troubleshooting an issue while using the > CampaignEx

Re: AdWords API APIlitAx Ajax GUI for AdWords based on APIlity released

2015-06-03 Thread ameyer
Hi, it seems that this project is down. Is there any follow-up yet? It would be great to have some open-source GUI for the AdWords API. Thanks, Andreas Am Mittwoch, 28. Juni 2006 19:45:30 UTC+2 schrieb Patrick Chanezon: > > Thanks Thomas, this rocks! > > P@ > > On 6/27/06, Tomac > wrote: >> >>

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-06-03 Thread abbas . naumani
Thanks Thanet! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are sub

Re: KEYWORDS_PERFORMANCE_REPORT returns AuthenticationError.NOT_ADS_USER with trigger null

2015-06-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, I think what you would like to do is impersonation as your AdWords account user. This guide may be useful to what you are trying to achieve. Search for *impersonate* in the page and try following the steps. Hope t

Re: Removed Keywords in Performance Report

2015-06-03 Thread Danial Klimkin
Hello, Please let us know the exact report definitions you are using and the target account CID. -Danial, AdWords API Team. On Monday, June 1, 2015 at 12:17:40 PM UTC+2, prasant...@zohocorp.com wrote: > > Hi, > > When downloading keyword performance report for ALL TIME it shows 52 > removed

Product Partition Report segmented by day returning rows with conversions but zero impressions

2015-06-03 Thread Christian Borck
Given that AdWords Conversion Tracking (many per click) attributes conversions to the day of the click it should not be possible to see conversions for a criterion on a day without a click, or even impression, should it? What would be an explanation for this? Thanks (I know this might happen i

Can't update API account settings

2015-06-03 Thread Armen
In my MCC account, under the AdWords API Center, for every field that I try to update, I keep receiving the error, "There was an error with your operation. If you were trying to make a change, it may not have saved. Please refresh this page to try again. If the error continues, log out of your

Re: Hay algún sistema para evitar que mis anuncios se muestren a ordenadores MACS?

2015-06-03 Thread Danial Klimkin
Hello Javier, I am sorry I can only respond in English. As this is a product-level question not specific to the API please check with the general AdWords support instead: https://support.google.com/adwords/ This forum is for API related issues only. -Danial, AdWords API Team. On Tuesday,

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2015-06-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Abbas, This is not a wrong cost. It's a normal format of costs shown in reports, which uses type Money . If you need to format in different way, please do so (e.g., divide by 1 million) on your application side.

Re: Right tracking template for Upgraded URLs

2015-06-03 Thread Александр Швец
Hi Michael! Thank you for your quick response. I think unifying URLs format is the best strategy for now. But I hope, there will be new tracking value in the future, like {lpurlq}, that adds '?' or '/?' to URL automatically if necessary. Thank you, Alexander On Tuesday, June 2, 2015 at 5:11: