Re: Audience Performance Report: clickType value is empty string

2017-01-23 Thread Test Sem
Are there any updates on the status of this fix? On Tuesday, January 10, 2017 at 9:32:04 AM UTC-8, Eric B wrote: > > *Report:* AUDIENCE_PERFORMANCE_REPORT > reference: > > https://developers.google.com/adwords/api/docs/appendix/reports/audience-performance-report#clicktype > > *Issue: *When we ru

Re: how to tag clicks and get detailed click reports based on these tags

2017-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, there might not be an easy way to do this. I strongly recommend that you post this question in the Advertisers community forum to check if there are any better options. Thanks, Sreelakshmi, A

Re: 401 Unauthorized trying to get the products in Merchant Center account

2017-01-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Rafa, To confirm, are you using AdWords API for this purpose? In case you are using Content API for Shopping, I would recommend posting your query on this forum . Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Get empty campaign list with AWQL for production MCC with several more than 1000 active campaigns

2017-01-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Campaigns are associated with your client accounts, not manager account. You can use the OAuth2 credentials of your manager account, but you need to provide the clientCustomerId of the client acco

Re: Retrieving search volume data problem

2017-01-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Daphna, After having a discussion with my teammates about this, I've put in a feature request to also return the other keyword that matches the statistics. That way you would have both keywords without disrupting people who are used to the current behavior. Best, Nadine, AdWords API Team O

Re: HTTPError: Internal Server Error when accessing Google Adword API (Python)

2017-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Markus, Could you confirm that your SOAP request has the 'clientCustomerId' populated? The client customer Id is mandatory and any request missing this field will fail. If that is missing, you could either update the client customer Id in your googleads.yaml

Re: [SHOPPING] java.lang.IllegalArgumentException: Please use the Builder and call setJsonFactory, setTransport and setClientSecrets

2017-01-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Rafa, If you are trying to create an AdWords session without the properties file, you can refer to this example . You can use

Re: Can I do Legal Services ppc

2017-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Anamika, Are you looking for assistance in setting up the AdWords account? If so, you could refer to our guide on getting started and the guide on sign up process s

Re: Maximum length of a label?

2017-01-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The length of the label name should be between 1 and 80, inclusive. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: Change History

2017-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Daniel, Yes, CustomerSyncService is the closest service that we have for getting the change history. You will be able to get the changes made to the account, campaign, etc for the given date range as lon

Re: how to tag clicks and get detailed click reports based on these tags

2017-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You could implement the conversion tracking with required conversion tags and then track these conversions from the Ad impressions. Please check our guide on conversion tracking for reference. To extract the data

Re: Waiting to hear back about my API application.

2017-01-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, I would recommend waiting for 1-2 more business days. If you still do not hear back, please feel free to get in touch with AdWords API compliance team here . Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: BatchJobService taking too long since yesterday?

2017-01-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefano, We found the root cause of the issue, and things should be back to normal now. We've put measures in place to make sure this root cause does not happen again. Please let me know if your batch jobs in the past day have encountered this problem. If you still encounter slowness with yo

Re: While downloading report Response Code: 0, Error Message: Report download failed.

2017-01-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Chirag, This might be an intermittent issue that caused the report download failure. Could you please retry the API call and see if that works? I'll check with my team to see why the report download is taking longer than usual. Could you please provide me with your 10 digit client customer I

Waiting to hear back about my API application.

2017-01-23 Thread tigerrcardsmanager
Hi, We had applied for Adwords API dated on 19th Jan 2016. Intended use of Adwords API will be create, manage or optimize campaigns , get analytical Insights, pause/enable ads at the ad level via AdGroupAd , account performance report to pull account-level reports.Once our request got rejected.

Get empty campaign list with AWQL for production MCC with several more than 1000 active campaigns

2017-01-23 Thread km
Hi all, I use Java examples and get standard access dev token for production MCC. I use standard lib from google and sample code to test basic moves. I followed guides for OAuth and API basics. On test account I used sample GetCampaigns.java from github and tune it a little to get relevant da

Maximum length of a label?

2017-01-23 Thread David Antunes
Hi, What is the maximum length of a label? (Getting an StringLengthError.TOO_LONG exception) Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=

Re: Are feedIds unique across user accounts

2017-01-23 Thread Matthew Wawrin
Thank you Shwetha, I had come across that page awhile back but forgot of its existence and that it included the feed(item)ids. At the time I was interested in campaign/adgroups mainly. On Friday, January 20, 2017 at 12:24:37 PM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Matthew,

Re: HTTPError: Internal Server Error when accessing Google Adword API (Python)

2017-01-23 Thread Markus Sørensen
Hi, Has this been solved? I am having the exact same problem, trying to make a request using the template for get_campaigns via the python library. Just started working with AdWords API, but thinking the template at least should work :) Best regards, Markus Den tirsdag den 17. januar 2017 kl.

[SHOPPING] java.lang.IllegalArgumentException: Please use the Builder and call setJsonFactory, setTransport and setClientSecrets

2017-01-23 Thread rafa . romero
I'm getting that error java.lang.IllegalArgumentException: Please use the Builder and call setJsonFactory, setTransport and setClientSecrets trying to execute the following line: credential.setRefreshToken(token.getRefreshToken()) It's very weird because the '*setRefreshToken*' method is wait

401 Unauthorized trying to get the products in Merchant Center account

2017-01-23 Thread rafa . romero
I'm trying to get the products from a Merchan Center account but i'm getting a 401 Unauthorized error. My code is: ShoppingContent.Products.List productsList = content.products().list( BigInteger.valueOf(merchantId)).setMaxResults(PAGE_SIZE); ProductsListResponse page = productsList.execute();

While downloading report Response Code: 0, Error Message: Report download failed.

2017-01-23 Thread cv
Hello All, >From past few days so many reports are going to failed while downloading report also report download service working very slow. The same process are taking at least 2 hours more than usually I do previously. Getting This response while downloading report [Jan 23 2017 05:14:00.0

Change History

2017-01-23 Thread Daniel Hall
Hi, I want to create a dashboard that shows a number of things but one of the main elements I want to show is the amount of changes made to an account over the previous 30 days. The API doesn't seem to give access to this information. People have asked about this previously and CustomerSyncServ

Can I do Legal Services ppc

2017-01-23 Thread Anamika kumari
my website https://www.legistify.com, I want to do ppc . so can i do ppc. with the same website my keyword legal services advisor. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goog

Re: Failed to refresh access token

2017-01-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Guy, I would recommend that you recreate your refreshToken by following this guide . Please let me know if this works. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Failed to refresh access token

2017-01-23 Thread guy
Hi, we sometimes get this error: Failed to refresh access token. { "error" : "invalid_grant" } It first happened after more than a year with our token and second we recreated a token and it happened again after about 1.5 months. Does anybody know why it happens? How can we prevent it? Thanks,