Re: Can't list the managed customers

2017-11-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Zeus, To get the client accounts under a manager account, you will need to make sure that the client customer Id in the request header is set to the manager account. If this does not fix your issue, could you please enable logging and share the complete SOAP logs including the header so

Re: How to clear a targetRoasOverride value?

2017-11-03 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Al, That is a good question. I'll have to check on that and get back to you because I haven't tried that before, and I double-checked our documentation as well. Best, Nadine, AdWords API Team On Friday, November 3, 2017 at 2:12:07 PM UTC-4, wrote: > > The "targetRoasOverride" field that

Re: Why disabled ads status does not cover removed ads.

2017-11-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Rafał, On this forum we address questions specific to AdWords API. Since your question is about AdWords Scripts could you please post this on their forum ? Thanks, Sreelakshmi, AdWords API Team -- --

Re: How to enable SOAP log for client library >= v22.0

2017-11-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Caihua Starting in v22.0.0 of the Ads API .NET library, SOAP backend has been upgraded from System.Web.Services to System.ServiceModel (WCF). As a result, SOAP extensions are no longer used for logging. You can still configure your logging settings through the system.diagnostics section of

Can't list the managed customers

2017-11-03 Thread Zeus Pérez
Hi, I'm having some troubles listing the customers in the API. In the web console, I can see accounts connected but when I can't list them in the API (no error, just no elements returned). I am using the ManagedCustomerService to retrieve this list. Any idea why I am getting an empty

Adwords Python lib - TargetingCampaignId not working for Price Extension update

2017-11-03 Thread allan . sene
Guys, I'm trying to update a Price Extension via API to a specific campaign, but, even passing the `*TargetingCampaignId*`, the API is not linking extension to that campaign, just to the account. I'm

Can't list the managed customers

2017-11-03 Thread Zeus Pérez
Hi, I'm having some troubles trying to get the list of managed customers. I can see accounts in the AdWords web console but when I try to list them in the API the list is empty (no error received, just no elements in the list). I am using the "ManagedCustomerService" to retrieve the list. Any

Why disabled ads status does not cover removed ads.

2017-11-03 Thread Rafał Ciok
Hi I have a simple question: why selector *AdWordsApp.ads().forDateRange("YESTERDAY").withCondition(condition).withCondition("Status=ENABLED" && "Status NOT_IN ['DISABLED','PAUSED']" && "Impressions>0").get(); *return removed ads? I discover it why analyzing an error reported by the script

How to enable SOAP log for client library >= v22.0

2017-11-03 Thread Caihua Du
Hi there, We are trying to update our c# client library to v22.3. However according to this post, the SOAP logging is not supported anymore: https://github.com/googleads/googleads-dotnet-lib/wiki/Upgrading-your-client-library-to-v22.0.0 Since SOAP logging is very critical to troubleshooting,

Re: UNEXPECTED_INTERNAL_API_ERROR when calling AdGroupCriterionService

2017-11-03 Thread Caihua Du
Thanks Sreelakshmi. The issue seems auto recovered and only last for a few mins (which cause about 10+ request failures). I will report again if I see more instances. Thanks, Caihua. On Wednesday, November 1, 2017 at 7:53:43 AM UTC-7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi

How to clear a targetRoasOverride value?

2017-11-03 Thread adivenuti
The "targetRoasOverride" field that has been available since v201705 of the AdWords API is described in the API's Bidding Guide as: > > > "The TargetRoasBiddingScheme >

Re: Download Call Extensions data

2017-11-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, if a user clicks in a Call extension, then this click will be available in the Click Performance Report as well. You can use the ClickType field to get the click types for the clicks in your account. You can also use the Call Metrics Call Details Report

Re: How to upload batch keywords

2017-11-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Steve, It looks like you are trying to perform the bulk uploads via the web interface which is explained here . If the new UI experience is the roadblock in performing the upload, you could switch between the UI views by following

How to upload batch keywords

2017-11-03 Thread sburley
Hi All, I have a question as to how I can upload a batch of keywords. I have tried to look at several videos and read a number of how to but they are not specific as to how this is done. I have seen this on my site for doing bulk uploads: To get started with bulk uploads: 1. Go to the

Re: Download Call Extensions data

2017-11-03 Thread MWA
Ok thanks. One related question more, if someone taps on call extension ad on mobile devices and make a call then this click will be available on CLICK_PERFORMANCE_REPORT or not? On Thursday, November 2, 2017 at 6:20:05 PM UTC+5, MWA wrote: > > Hi, > > I'm trying to download call extensions

Re: dateRange of reportDefintion

2017-11-03 Thread deadKenny2
Hi, Vincent I worked it out through client library. It works all the way good. It was totally my fault, I missed the structure, sorry for bothering. пятница, 3 ноября 2017 г., 5:50:22 UTC+3 пользователь Vincent Racaza (AdWords API Team) написал: > > Hi, > > You can use this example >

Re: Can we create Refreshtoken per account or per client id and client secret?

2017-11-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hari, Refresh tokens and the rest of the credentials should be created using an email address that has access to a specific client account. For simplicity, if you wish to be able to use only a single set of OAuth2 credentials, I would recommend that you identify an email address which has

Can we create Refreshtoken per account or per client id and client secret?

2017-11-03 Thread hari krishna
Hi , Can you Please let us know whether we can create Refreshtoken per customerid (clientCustomerId=000-000-) or per client id (-XXX.apps.googleusercontent.com)and client secret? If we are able to create Refreshtoken per clientCustomerId, Then can we use

Re: (URGENT!) Total : AdGroups Costs

2017-11-03 Thread biuser
Hi, I sent you a message with the reply privately to the author option. If you answer within the day, I'd be happy thanks for your interest. Çağatay ERDOĞDU Database Administrator cagatay.erdo...@tatilsepeti.com On Wednesday, November 1, 2017 at 8:46:38 PM UTC+3, Shwetha Vastrad (AdWords API