Re: ConversionTrackerId cannot be used in combination with ConvertedClicks in v201605?!

2016-09-28 Thread Zweitze
I'm afraid this answer is not very helpful either. You say "Converted clicks can't be segmented by conversion name, conversion source, or conversion category, because a single click can lead to multiple conversion actions". Believe it or not:

Re: INVALID_BILLING_ACCOUNT_ID_FORMAT

2016-09-28 Thread cpelegrin
Thanks, Now is working El martes, 27 de septiembre de 2016, 13:50:55 (UTC+2), cpel...@qdqmedia.com escribió: > > Hello, I am migrating from v201603 to v201607 > > I have a main MCC and under this I have 60 SubMcc with account under each > SubMCC. > > I am using BudgetOrderService like in v20

LanguageSearchParameter

2016-09-28 Thread qsd QDS
Hi, I'm trying to implement the TargetingIdeaService, since I'm using NodeJS and there is no official client I went with node-adwords . I can't seems to figure out how to properly add a LanguageSearchParameter, it always return this error: Unmarsha

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

2016-09-28 Thread marcin . czepinski
Hi, Objects of clas ManagedCustomer are returned from get() calls of the ManagedCustomerService. There is a field companyName which is empty for some newly created accounds. I have information that this is know bug which is not to be fixed. The field companyName was usefull to determine who w

Field companyName from ManagedCustomer obtained by ManagedCustomerService

2016-09-28 Thread marcin . czepinski
Hi, there is a problem lately - field 'companyName' is empty (for some new accounts, not for all) in results of get() call from ManagedCustomerService. I was informed lately that this is a known bug with very low priority and is not to be fixed. Values of the field were useful to determine who

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2016-09-28 Thread Bartosz Ferenc
Hi Josh, I have a problem. 1. Customer agrees by Oauth2 on campaign management and application receives ACCESS_TOKEN and refresh_token. Everything is OK. 2. To be able to manage user account I need to know his clientcustomer_id. 3. I want to get them through CustomerService.get using customer re

Re: Batch job service is not efficient, stucked

2016-09-28 Thread Stefano Fontana
See this issue https://github.com/googleads/googleads-python-lib/issues/118 On Tuesday, September 27, 2016 at 8:10:05 PM UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi Mike, > > The advantage of batch jobs is in the fact that you can group many > operations of various kinds into a single

Getting Keyword Status through the JAVA API

2016-09-28 Thread Aba
Hi all, I am trying to get the list of all keywords with a specific status per account. For instance, I would like to retrieve all keywords that are flagged as "Low search volume". I checked the KeyPerformance Report, and fetching the Keyword objects, but I can't seem to find a way to get to

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2016-09-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, In step 3, are you clearing the client customer ID? If not, then that attribute may be left over from your previous request or set via the clientCustomerId in your auth.ini file, and the

Re: LanguageSearchParameter

2016-09-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, this looks like an issue in the third-party node.js library and I would not be able to help you with debugging the issue completely. However, I can see that there are namespace conflicts in the SOAP request XML generated by your code. If you compare the XML in your previous

Budget per Ad?

2016-09-28 Thread rentcafedev1
Hi, I'm building a tool that I'm hoping to simplify creating Ads for our clients, similar to Adwords Express. I've been instructed to just create a single campaign and adgroup for each client, which all ads would be under. Can I set a budget for each single Ad in this case? Or does a budget

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2016-09-28 Thread Bartosz Ferenc
Hi, It's works. Another instace /singleton AdwordsUser uses auth.ini in my test code. My test object doesn't use it but had access to this variable. THX 2016-09-28 17:03 GMT+02:00 'Josh Radcliff (AdWords API Team)' via AdWords API Forum : > Hi, > > In step 3, are you clearing the client customer

Re: Getting Keyword Status through the JAVA API

2016-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can include the SystemServingStatus field in the predicate to filter keywords based on serving status of the keyword. You can use the code below to add a predicate to filte

Google Product Taxonomy vs Product Bidding Category

2016-09-28 Thread Joe Stedman
Hi All, When automating the creation of shopping campaigns I noticed that the Google Product Categories returned by the API don't quite match up with the taxonomy found here: https://www.google.com/basepages/producttype/taxonomy-with-ids.en-GB.txt Causing my code to throw exceptions when it tr

invalid_grant and Bad Request

2016-09-28 Thread yada . bilal
Hi, I have a error for adwords api but I didn't understand and I didn't solve. Error in the down. Please, Can you help me? Thanks. (Note: My server is localhost and my acount is testing.) *Fatal error*: Uncaught exception 'OAuth2Exception' with message '{ "error": "invalid_grant", "error_descr

Re: ConversionTrackerId cannot be used in combination with ConvertedClicks in v201605?!

2016-09-28 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Zweitze, It was a pleasure seeing you again at the AdWords API workshops! I hope you're doing well. I'm jumping in since you're getting into the nuances of conversion tracking. Let's see if I can get this sorted out for you. I'll start out with your related question, and if we need to

Re: Creating default audiences (userlists) using API

2016-09-28 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alexey, My guess would be to have a rule that says pagetype equals cart AND pagetype not equals purchase. This would mean users that have things in their carts but did not purchase the items. To be sure, I would ask the AdWords Community Forum

Re: Budget per Ad?

2016-09-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, A budget can be set at the campaign level only i.e. you cannot set a budget for an ad group or an ad. Please refer to this guide for getting started with setting budgets via AdWords API. Regarding ad creation, I would recommen

Re: Google Product Taxonomy vs Product Bidding Category

2016-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Joe, The taxonomy you are referring is more than a year old and is most likely deprecated. Please see this document for the current list of products and services category codes. You can r

Exception in thread "main" com.google.api.client.auth.oauth2.TokenResponseException: 401 Unauthorized

2016-09-28 Thread Alfredo Rivera
I have a problem with the example of the API call, the following is what I get in eclipse: Exception in thread "main" com.google.api.client.auth.oauth2.TokenResponseException: 401 Unauthorized at com.google.api.client.auth.oauth2.TokenResponseException.from( TokenResponseException.java:105) a

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

2016-09-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi MC, Just to make sure I understand your concern, do you want to fetch the legal entity name that you see against "*Who Pays*" in the billing section of your AdWords web interface for your AdWords client account? You can do so with CustomerService

Re: invalid_grant and Bad Request

2016-09-28 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Did you follow this guide on how to create OAuth credentials and refresh token? Make sure you are generating the refresh token using the same login you used to create the credentials. Than

Re: Exception in thread "main" com.google.api.client.auth.oauth2.TokenResponseException: 401 Unauthorized

2016-09-28 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Alfredo, When you generate the refresh token, you need to make sure that you paste the URL given while signed on to the account that you generated your OAuth credentials from. If that does not work, please try to create new OAuth credentials