need Google Adwords API

2016-09-29 Thread gdigitalindia2
Hello, I want to take Google Adwords API. Pls help me out. Thank, Vinay Pal Singh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to get refresh token in Visual .NET

2016-09-29 Thread adwordsgeo
Hello everyone: I'm starting with the AdWords API from Visual .NET and have trouble getting the OAuth2RefreshToken. I have the rest of the keys but I lack the OAuth2RefreshToken. On the other hand, I do not know if I get another refresh token during the execution of the application. If

Re: Field companyName from ManagedCustomer is empty for some new Accounts, any workarounds?

2016-09-29 Thread marcin . czepinski
Hi Vishal, I'm afraid that the bug applies also to the field companyName in the Customer class from CustomerService (I suspect that the value is being taken from the same place). In short: for given customerId I'd like to get value from the column "Billing customer" in the section "Accounts"

Re: need Google Adwords API

2016-09-29 Thread adwordsgeo
https://developers.google.com/adwords/api/docs/clientlibraries El jueves, 29 de septiembre de 2016, 15:40:24 (UTC+2), gdigita...@gmail.com escribió: > > Hello, > > I want to take Google Adwords API. Pls help me out. > > Thank, > Vinay Pal Singh > -- --

Re: получение баланса аккаунта adwords

2016-09-29 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, This error usually means that you're trying to run a report with your manager account, rather than with a client account. Reporting only works on the client account level; you can only report on a single account at a time. Please try running the report on your client account and see if

retriving advertisingChannelSubType is null or --

2016-09-29 Thread Donnie Darko
When i try to retrieve advertisingChannelSubType through report CAPAIGN_PERFORMANCE_REPORT or thourgh Campaign service i get null or --, but in the UI i have Other values setted up in the campaigns like "Only Calls" or "Interaction with mobile app" -- --

getting AdvertisingChannelSubType retrieves null or "--"

2016-09-29 Thread Donnie Darko
So im building a web for my clients I have tried from the Campaign Service and i get "advertisingChannelSubType": null, and from report CAMPAIGN_PERFORMANCE_REPORT and i get "advertisingSubChannel":"--" in the UI this campaign is SET to Mobile Applications. is there any way to get this value?

Re: Google Product Taxonomy vs Product Bidding Category

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Joe, These product bidding categories are now obsolete, which will be indicated by the status field in the response. You would need to find other categories that best

v201609 ... any word on release? Also, any work on the sunsetting of v201605?

2016-09-29 Thread Eric Bolstad
Just looking for some word on the release of the next version (v201609)... and interested in the exact sunset date of v201605. Once could extrapolate from https://developers.google.com/adwords/api/docs/sunset-dates that it will be in November, but I need to plan my team around it. (Also,

Re: need Google Adwords API

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vinay, Glad to hear that you are interested in using AdWords API. This getting started guide provides instructions for signing up for the API. Depending on the type

Remarketing lists with API - Include past users option

2016-09-29 Thread Patrik Gallik
Hey guys, I'm using AdWords API to create remarketing lists and it works like a charm. There is only one issue: how can I specify 'prefill' option when creating a remarketing list, similar than in the UI (screenshot attached). I'm using ExpressionRuleUserList to create the list, my intentions

Re: How to disable automated extensions?

2016-09-29 Thread GDZ
We have >24 thousand accounts under our MCC umbrella. How do I suppose to do it manually? :) GDZ On Thursday, September 29, 2016 at 8:01:09 PM UTC-4, Anthony Madrigal wrote: > > Hello, > > Unfortunately, there is no AdWords API equivalent to automated extensions, > so you will not be able to

Re: Remarketing lists with API - Include past users option

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patrik, I'm afraid this option is not available in AdWords API. To achieve similar functionality, you can create a DateSpecificRuleUserList with the startDate set to 2101,

Re: retriving advertisingChannelSubType is null or --

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Campaigns created through the API are equivalent to *All features* campaigns. There isn't a 1-1 mapping between the sub-types in the AdWords UI and the API, since the AdWords UI sub-types are mostly used for controlling which AdWords UI elements are available when working with a campaign

How to disable automated extensions?

2016-09-29 Thread GDZ
Hello! Can't seem to find any info on how to disable(opt-out) automated extensions using API. Thank you! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: v201609 ... any word on release? Also, any work on the sunsetting of v201605?

2016-09-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eric, Unfortunately, I cannot comment on the release date for the next version of AdWords API. Please keep an eye on our blog for updates regarding the release (sunset dates for the previous versions would be available on the blog as well).

Elevated rate of ERROR_GETTING_RESPONSE_FROM_BACKEND

2016-09-29 Thread tejas
Hey! We're seeing elevated rates of *ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND* and *urllib.error.HTTPError: HTTP Error 500: Internal Server Error*. We retry 5 times with an initial delay of 1 minute, exponential backoff factor of 2 minutes, and jitter of 1. Some days this retry

Re: invalid_grant and Bad Request

2016-09-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Could you please let me know your clientCustomerId, the version of the API you are using, and any related SOAP request and responses? Please do so using *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Get all accounts linked to MCC with Label "BLA"

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can add a predicate to filter only accounts with the specified label in the response. The selector should look like this: SelectorBuilder selectorBuilder = new

Re: Get all accounts linked to MCC with Label "BLA"

2016-09-29 Thread Aba
Hi Shwetha , What if I don't know the LabelID before hand , I just know the labelName. On Thursday, September 29, 2016 at 4:07:16 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You can add a predicate >

Re: The client library for a long time carries mutate request

2016-09-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Igor, To help understand the issue better, could you please provide me with the SOAP XML request and response logs for this API call? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get refresh token in Visual .NET

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Javier, Depending on type of authentication flow used in your application, you can follow the articles provided here to generate a refresh token. Once you have populated your configuration file, the client library refreshes

Get all accounts linked to MCC with Label "BLA"

2016-09-29 Thread Aba
Hi all, I am trying to retrieve all accounts with label "BLA" that are linked to my MCC . I have managed to do so by creating the following selector : SelectorBuilder selectorBuilder = new SelectorBuilder() .fields(ManagedCustomerField.CustomerId

Re: invalid_grant and Bad Request

2016-09-29 Thread yada . bilal
Hi Anthony, Thank you for answer. Yeah, I did. I have a refresh token, client id, client secret (...) but it is error. Did I wrong did? I don't understand. 29 Eylül 2016 Perşembe 02:23:13 UTC+3 tarihinde Anthony Madrigal yazdı: > > Hi, > > Did you follow this guide >

Re: LanguageSearchParameter

2016-09-29 Thread qsd QDS
Thanks Vishal, problem solve. If anyone have the same problem check this issue on github. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: invalid_grant and Bad Request

2016-09-29 Thread yada . bilal
Hi Anthony, Thank you for answer. Yeah, I did. I have client id, client secret (...) but it is error. I have a url for refresh token but I have 400 error when I was flow url 29 Eylül 2016 Perşembe 02:23:13 UTC+3 tarihinde Anthony Madrigal yazdı: > > Hi, > > Did you follow this guide >

SAXParseException due to incomplete response

2016-09-29 Thread Christian H.
Hi, starting Wednesday, 28 September 2016, 21:11 CET, I occasionally get SAXParseException when Axis tries to parse the SOAP-Response, e.g. org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 35807; The element type "descriinalUrls" must be terminated by the matching end-tag "" must

Can we upload data with API Adwords into created audince from CRM?

2016-09-29 Thread makintourinfo
Hi there! We want to upload users emails into existing audience automatically from our CRM and need to understand - is it possible with API adwords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Can we upload data with API Adwords into created audince from CRM?

2016-09-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Yes, it is possible to append email addresses to an existing audience using the AdWords API. You may refer to this guide for more information as to how. I hope this helps and if you have

Re: SAXParseException due to incomplete response

2016-09-29 Thread 'Joyce Lava' via AdWords API Forum
Hi Christian, Could you please send to me the complete SOAP request and response when you encountered this error? Please use *reply privately to author* when responding. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Google Product Taxonomy vs Product Bidding Category

2016-09-29 Thread Joe Stedman
Hi Shwetha, Thank you for getting back to me. I still have a problem though, example: I have a selection of products with the taxonomy "Hardware/Painting & Wall Covering Supplies/Paint" Using the ConstantDataService, I can get category ids of '1689639310991627077' for Hardware and

Why are keywords case sensitive?

2016-09-29 Thread Chloe
The docs says keywords are not case sensitive, but the API returns different Google ids for different cases of keywords (all other things being equal). select keyword, google_id from keyword join ad_group_keyword on keyword.id = keyword_id where keyword.id in (29537062,32051019); keyword |

Re: How to disable automated extensions?

2016-09-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Unfortunately, there is no AdWords API equivalent to automated extensions, so you will not be able to disable them using the API. You will need to use the UI. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Elevated rate of ERROR_GETTING_RESPONSE_FROM_BACKEND

2016-09-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you please *reply privately to author *an example of a report definition you used that resulted in this error? Please make sure the report definition includes your client customer Id. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

The client library for a long time carries mutate request

2016-09-29 Thread igor kontext
The client library for a long time carries mutate request (about 30 seconds). $ Operations - an array of 1000 elements with keywords. Please help us to understand what is the problem. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: получение баланса аккаунта adwords

2016-09-29 Thread adwords
Got a basic access, the error is now: Fatal error: Uncaught exception 'ReportDownloadException' with message 'Report download failed. Underlying errors are Type = 'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH', Trigger = '', FieldPath = 'selector'. ' in

Re: Get all accounts linked to MCC with Label "BLA"

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use AccountLabelService get method to retrieve a list of account labels that are created by this manager account. The response will contain the id and name of the account labels. I haven't

Re: Get all accounts linked to MCC with Label "BLA"

2016-09-29 Thread Aba
Also, selectorBuilder does not work with predicate it seems ??? On Thursday, September 29, 2016 at 4:17:00 PM UTC-4, Aba wrote: > > Hi Shwetha , > > What if I don't know the LabelID before hand , I just know the labelName. > > > On Thursday, September 29, 2016 at 4:07:16 PM UTC-4, Shwetha

Re: Field companyName from ManagedCustomer is empty for some new Accounts, any workarounds?

2016-09-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Marcin, The Billing Customer that you see from your manager account is the same as the information that you see in the "*Who Pays*" section of your child account (as described in my previous response). If you try to fetch the CompanyName using the CustomerService, you should be able to get