No ExternalCustomerID in LABEL_REPORT?

2015-03-05 Thread Oliver
I noticed the new LABEL_REPORT does not have the *ExternalCustomerID *field (it has only the AccountDescriptiveName field). Since entities are identified by IDs, and names can change, was there any reason why the account ID not included in this report? Oliver -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [JAVA] Checksum validation failed

2015-03-05 Thread Brandon
Hi Josh, Yes, I've tried some of the answers but it still not works. And I'm not using Archiva so I can't do the rest. Maybe it's time to try the Gradle. Thanks, Brandon Josh Radcliff (AdWords API Team)於 2015年3月4日星期三 UTC+8下午9時59分35秒寫道: > > Hi Brandon, > > Did you try any of the suggestions in

Re: googleads.yaml Location Problem

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi, The file is named googleads.yaml . There's a sample version of this file in the library as well. Thanks, Josh,

Re: googleads.yaml Location Problem

2015-03-05 Thread atrombley
What is the name of the config file? On Tuesday, December 2, 2014 at 2:48:21 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > By default, the library is going to look for your configuration file in > your home directory. However, if you want it to load the file from an > alternate

Re: Video Ads - How to pull metrics from Adwords API.

2015-03-05 Thread Jamie Quint
Hi Josh, We'd like to register our need for this functionality as well, can you provide any context for why this has not been added in yet? There seems to be quite a bit of demand for programatic access to reporting here. Best, Jamie On Monday, January 12, 2015 at 7:57:33 AM UTC-8, Josh Radcli

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi, Do you happen to have request IDs from a response for a request that succeeded and a request that failed? Thanks, Josh, AdWords API Team On Wednesday, March 4, 2015 at 1:57:47 AM UTC-5, Dzmitry Zahusta wrote: > > Hi! > > While performing the following code INVALID_PROXIMITY_ADDRESS occurs

Re: Get Website URL where my ad is displayed

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Please take a look at the ValueTrack examples section in the Help Center article from my previous post . It shows several examples of inserting ValueTrack parameters in your destination URLs. Thanks, Josh, AdWords API

Re: Unable to access some authorized clients

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi Danial, Thanks for sending over the samples. I was finally able to reproduce this behavior by using OAuth credentials for an account *without an associated MCC*. Could you verify that the credentials you are using in the request that produces an empty response are for an account that is not

Re: Unable to mutate ProductPartitions for AdGroup

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi, The problem is that your "other" node is a SUBDIVISION node, but it needs to be a UNIT node. Here's what you are attempting to create: - root, type = SUBDIVISION - CanonicalCondition=NEW, type = UNIT - CanonicalCondition=null, type = SUBDIVISION To fix this, you can eith

ConversionTrackerService get call returning duplicate data

2015-03-05 Thread Michael Buetow
Hello, We've been seeing issue with the ConversionTrackerService across multiple accounts where a get request will end up yielding duplicate ConversionTrackers across several ConversionTrackerPage's. The scenario I've tracked is as follows. 1. We request conversion trackers from the Conver

Re: Get Website URL where my ad is displayed

2015-03-05 Thread MCC Test
Hello Josh, Any updates? Thanks, Ronak Shah On Thursday, March 5, 2015 at 10:02:30 AM UTC+5:30, MCC Test wrote: > > Hello Josh, > > Thanks for getting back to me I would really want to add value track > parameters. But I have one confusion regarding how to set, let's say my ad > is displayed

Re: Get Keywords without rate exceeded error

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi, If your campaigns do not have any impressions (ads served) for the date range of your report, make sure you are including zero impressions , as described in this blog post

Unable to mutate ProductPartitions for AdGroup

2015-03-05 Thread Михаил Бесчетнов
Hello! There is an issue with adding a ProductPartition list for AdGroup. I'm trying to add new ProductPartition to existing root partition, which is now empty: AdGroupCriterionServiceInterface adGroupCriterionService = new AdWordsServices().get(adWordsSession, AdGroupCriterionServiceInterface

Re: Invalid_grant exception while downloading reports

2015-03-05 Thread Danial Klimkin
Hello Murali, It is possible the access for the application was revoked. In this case you need to obtain a new refresh token. -Danial, AdWords API Team. On Thursday, March 5, 2015 at 1:10:16 AM UTC+3, murali.p...@gmail.com wrote: > > > Hi. > > > I have been downloading reports for certai

Re: Consistency of CLICK_PERFORMANCE_REPORT

2015-03-05 Thread Danial Klimkin
Hello Sam, Please see this article on the data freshness: https://support.google.com/adwords/answer/2544985 Generally, stats are final 72 hours, there still could be edge cases (e.g. someone had a page open for a week and then clicked an ad) but those are very uncommon. Side question: no,

Adwords api to get the adspent on a website

2015-03-05 Thread testfocus17
I want to know adSpend/cost on a general website ,so how can i get API for the same -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords api to get the adspent on a website

2015-03-05 Thread Danial Klimkin
Please see this page as a starting point: https://developers.google.com/adwords/api/ -Danial, AdWords API Team. On Thursday, March 5, 2015 at 5:03:44 PM UTC+3, testf...@gmail.com wrote: > > I want to know adSpend/cost on a general website ,so how can i get API for > the same > -- -- =~=~=

Re: Not able to access one (of three) Adwords accounts in MCC: AuthorizationError.USER_PERMISSION_DENIED

2015-03-05 Thread Danial Klimkin
Hello Felix, What are the CIDs of these three accounts and the MCC account (ID like 123-456-7890 visible on the top-right corner in the UI)? -Danial, AdWords API Team. On Thursday, March 5, 2015 at 5:03:44 PM UTC+3, Felix Bodeewes wrote: > > Hi, > > I have an MCC that is linked to three Adwo

Re: Excluded locations.

2015-03-05 Thread Danial Klimkin
Hello Mark, Please check with the general AdWords support on this question as it is out of scope for the API team: https://support.google.com/adwords/ -Danial, AdWords API Team. On Thursday, March 5, 2015 at 5:03:25 PM UTC+3, Mark Ruocco wrote: > > Hello, > > I have all states excluded un

Re: faultString: [AuthenticationError.NOT_ADS_USER @ ; trigger:'<null>']

2015-03-05 Thread Danial Klimkin
Hello Vibhav, Please make sure to be logged in under the AdWords account when generating the refresh token. -Danial, AdWords API Team. On Thursday, March 5, 2015 at 5:03:46 PM UTC+3, Vibhav Agarwal wrote: > > I am new to APIs. I started working on AdWords API recently and my task is > to fi

Not able to access one (of three) Adwords accounts in MCC: AuthorizationError.USER_PERMISSION_DENIED

2015-03-05 Thread Felix Bodeewes
Hi, I have an MCC that is linked to three Adwords-Accounts. Data for all three accounts can be displayed in the MCC web interface. I can access the data for two accounts via API without any problems. However, when trying to access data of the third Adwords account via API, I receive an error:

faultString: [AuthenticationError.NOT_ADS_USER @ ; trigger:'<null>']

2015-03-05 Thread Vibhav Agarwal
I am new to APIs. I started working on AdWords API recently and my task is to find trending words on google or finding traffic estimate for specific words. I did OAuth 2.0 and entered Client Id, ClientSecret and refresh token in ads.properties file. But when i run EstimateKeywordTraffic.java i

Excluded locations.

2015-03-05 Thread Mark Ruocco
Hello, I have all states excluded under* locations* except for *New Mexico* where I want my ads shown. For some reason I am getting clicks from other states. The most recent was from Kansas. This is where the click came from http://addgadgets.com/ipaddress/index.php?ipaddr=73.42.115.34 These c

Re: Unexpectedly getting error faultMessage=[RateExceededError

2015-03-05 Thread Danial Klimkin
Hello Jason, Could you please collect all the upload logs (both succeeded and failed) for the day and send me over email (reply to author on the right)? -Danial, AdWords API Team. On Wednesday, March 4, 2015 at 8:35:36 PM UTC+3, Jason Vander Zalm wrote: > > My last attempt was yesterday, so

Re: Get Keywords without rate exceeded error

2015-03-05 Thread prasanth . g
When using Keyword Performance report i'm getting empty report only with headers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Unable to access some authorized clients

2015-03-05 Thread do
Here are the logs for a request which doesn't return anything, and a request which returns the expected. aw_api_lib.log [04 Mar 2015 14:53:07,766 - INFO ] auth=OAuth client_id= service=ManagedCustomerService method=get response_time=287 request_id=00051076c55f2a980adb476ad3005763 operations=1 i