Re: Youtube ADs data - No API and now a change to emails?

2014-11-26 Thread Francesco Boano
Hi Max, I have the same problem, did you come up with a solution ?, no far I had no solution from Google I'm rather dejected to implement google-login for downlaoding the csv file. Francesco -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

java.lang.NullPointerException after trying to get traffic estimations

2014-11-26 Thread Jorge Brasil
Hi, After following all the instructions and spending a lot of time reading this forum I'm still getting that message when trying to get traffic estimations. I had an application running on V201404 which has been discontinued so I start my migration process. After running into to several

Re: Handle Authentication error when user logged in with non adwords account using Adwords API

2014-11-26 Thread Danial Klimkin
Hello Raman, I don't understand the question. If user logged in under a login w/o AdWords account, you'll get a NOT_ADS_USER error. You can send the user to the login page then to re-auth. -Danial, AdWords API Team. On Tuesday, November 25, 2014 8:58:53 AM UTC+3, raman kumar wrote:

Retreiving structural data for sitelinks

2014-11-26 Thread Visar
Hi, I'm having a little trouble using the API to retrieve structural data on sitelinks within an account. What I'm looking to do is to construct a list of which sitelinks belong to which campaigns (this is unavailable in the reports due to the lack of Zero Impressions support). Ideally data

Re: Retreiving structural data for sitelinks

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, You need to use the CampaignFeedService to retrieve the MatchingFunction and then parse it to identify the FeedItems that are associated with a campaign. The C# code to do this looks : private CampaignFeed[] GetCampaignFeeds(AdWordsUser user, Feed feed) { CampaignFeedService

Re: java.lang.NullPointerException after trying to get traffic estimations

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jorge, If you can capture a SOAP request and response XML and post it after removing the credentials and developerToken from the request XML, it would be most useful. See https://github.com/googleads/googleads-java-lib#how-do-i-enable-logging for details on how to capture SOAP logs using

Re: HourOfDay returns 400 on AdGroup

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jakub, Can you please use the Reply to Author option to share with me the report definition you are using, and your customer ID? I can investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 24, 2014 12:18:19 PM UTC-5, Jakub Jirka wrote: Hello I have a

Re: Youtube ADs data - No API and now a change to emails?

2014-11-26 Thread max
Hi Francesco - unfortunately we have not found any solutions - we are currently manually downloading the files and the uploading them - really not great. It seems there are no plans to add youtube data to the API and the login is here to stay On Wednesday, November 26, 2014 8:35:29 AM UTC,

Re: Youtube ADs data - No API and now a change to emails?

2014-11-26 Thread max
Hi again Francesco, quick question - how would using google-login work? On Wednesday, November 26, 2014 8:35:29 AM UTC, Francesco Boano wrote: Hi Max, I have the same problem, did you come up with a solution ?, no far I had no solution from Google I'm rather dejected to implement

Re: setting a budget and enhanced CPC for campaings in v201409

2014-11-26 Thread András Révai
Hi Danial, I replied but it looks like you did not receive my answer so I'm writing again. The non-shared budget settings works now, thanks. I still have a problem with Enhanced CPC though. I've tried it several ways but always get an error message. Can you give me an example you tested

Re: setting a budget and enhanced CPC for campaings in v201409

2014-11-26 Thread András Révai
Hello Danial, Setting a non-shared budget works now, thanks! I still have a problem with Enhanced CPC. #1 If I try it this way: $biddingStrategyConfigurationC = new BiddingStrategyConfiguration(); $biddingStrategyConfigurationC-biddingStrategyType = 'ENHANCED_CPC';

Offline Conversions stopped showing up

2014-11-26 Thread nicola baisero
Hi there, we're having some issues sending conversions through the adwords API (those used in [1]). We managed to get all the authentication/authorization tokens for making the adwords session work (we based our code on the examples in attached java client in [1], and we generated the refresh

Re: Handle Authentication error when user logged in with non adwords account using Adwords API

2014-11-26 Thread Raman Dadhwal
Hello Danial, Thanks for your valuable response. The Adwords API version that i am using while fetching Adwords data is *v201409.* Will you please guide me in displaying campaign performance data. I have successfully display the campaign performance report but data displayed on my website is

Best practice for downloading Report with two segments

2014-11-26 Thread Dan
Hey! I'm trying to download a report (ACCOUNT_PERFORMANCE_REPORT) with all the basic stuff like Clicks, Impressions and so on. This work great and I segment by Date so I get back data with every day being a new row. My problem is with the Ctr metric. It isn't too useful having the Ctr of both

Re: Retreiving structural data for sitelinks

2014-11-26 Thread Visar
Hi Anash, That's exactly what I needed, thanks. Visar On Wednesday, November 26, 2014 11:53:00 AM UTC, Anash P. Oommen (AdWords API Team) wrote: Hi Visar, You need to use the CampaignFeedService to retrieve the MatchingFunction and then parse it to identify the FeedItems that are

Re: How to get campaign budget on given date

2014-11-26 Thread Josh Radcliff (AdWords API Team)
Hi, I think the issue here is that the *CustomerSyncService* may only support queries for a date range within the last 90 days. I'll post back once I've confirmed that's correct. Thanks, Josh, AdWords API Team On Wednesday, November 26, 2014 12:05:03 AM UTC-5, seo.allia...@gmail.com wrote:

Re: Traffic Estimator Service: RateExceededError

2014-11-26 Thread Lan
We are getting the same exact error as well. We even tried rotating through a list of accounts and still getting the error. On Wednesday, November 26, 2014 4:37:22 AM UTC-5, Parander wrote: Sorry for the me too post but I'm experiencing exactly the same problem as Christian. I first

Re: False Positive Offline Conversion Post

2014-11-26 Thread chimdi
Thanks Danial, So, would there be any issue if I removed the offending results from the array and resubmitted those that were successful? Or would it make sense to submit individual posts for each offline conversion? There is a considerable delay in the AdWords interface Tools Conversions