Re: java.lang.VerifyError

2016-01-06 Thread sritamsspl
When I paste code in to my project and tried to run using main method in shows error Jan 07, 2016 12:19:13 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet action threw exception java.lang.VerifyError: Cannot inherit from final class at java.lang.Cla

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-06 Thread Nadine Sundquist (AdWords API Team)
ll) >> Result on one of other accounts: 1095 rows retrieved in 3.49 seconds ( >> *2.79* seconds spent on the google api call) >> >> Query 2 (all time): SELECT Device, AdNetworkType1, Date, Impressions, >> Clicks, Cost, ConvertedClicks, AveragePosition, SearchImpres

Re: GclIds for automatic placements

2016-01-06 Thread Anthony Madrigal
Hi John, Could you please send me your client customer Id and a copy of your report via *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: HourOfDay and GeoPerformanceReport

2016-01-06 Thread Anthony Madrigal
Hi Fabián, Thanks for the request. I'll pass it to the team and see if they will be able to implement it. I will let you know if there are any updates. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

HourOfDay and GeoPerformanceReport

2016-01-06 Thread Fabián Latorre
I think this would be a request, as it seems it is not possible to segment the geo performance report by HourOfDay. Of course one workaround is to set different campaigns for each territory/country but it would be a nice addition to be able to segment by location and HourOfDay thanks. -- --

Re: Statistic reports by hour AND by country?

2016-01-06 Thread Fabián Latorre
Hi Michael, as of today is this still the case? if it is, do you think it would be a possible request for the API team? On Wednesday, November 12, 2014 at 11:01:51 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > It is not possible to report on both hour and country in the same

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-06 Thread Ralph Samuel
That's sort of what I was thinking and that's why I used this other account. The accounts and permissions and stuff are pretty complex so i will go through again and make sure everything is in order there and report back. Thanks --Ralph On Wed, Jan 6, 2016 at 6:21 AM, Michael Cloonan (AdWords AP

Re: How to tell if an account is MCC or non-MCC (client)

2016-01-06 Thread Yin Niu
Hi, Code looks fine to me. Please send your client *CustomerID* and the *SOAP request and response*. Please click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: How to tell if an account is MCC or non-MCC (client)

2016-01-06 Thread James Andrews
Hello Yin, I'm working with Lena and we're using php not python. From looking at what you provide I believe it coded correctly in php. This is what we have. // Function to get the adwords user from credentials $user = $this->getAdwordsUser($account, $params); // Get th

Re: How to tell if an account is MCC or non-MCC (client)

2016-01-06 Thread Yin Niu
Hello, The code below checks the CanManageClients field. It should return true for MCC account and false for client account. SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder .fields(ManagedCustomerField.CustomerId, ManagedCustomerField.Name, Managed

RateExceededError in the adwords api

2016-01-06 Thread herlessi nogueira
Hi, I need changes my basic access to standard Access quickly. My campaings are stoped because the adwords api is with error. RateExceededError I sent form to apply standard access and I'm waiting a long time for response. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: How to tell if an account is MCC or non-MCC (client)

2016-01-06 Thread Lena Madenci
I have tried using canManageClients, however, when the account I am finding clients with is a Manager account, canManageClients returns true for all accounts, including accounts that I know are non-MCC accounts. On Tuesday, January 5, 2016 at 3:55:27 PM UTC-5, Yin Niu wrote: > > Hi Lena, > >

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-06 Thread Assaf Frank
seconds ( > *2.79* seconds spent on the google api call) > > Query 2 (all time): SELECT Device, AdNetworkType1, Date, Impressions, > Clicks, Cost, ConvertedClicks, AveragePosition, SearchImpressionShare, > ContentImpressionShare FROM ACCOUNT_PERFORMANCE_REPORT DURING 20001101, > 2

Re: Large number of 'Problem sending data to report download server.' errors

2016-01-06 Thread Assaf Frank
Hi Anash, This same issue is happening since yesterday. We have a few large clients that their account performance report with several segments (date/device) is causing time out and failing. The same reports worked fine up to yesterday. We are using Java to fetch the reports. Is there any know

Re: How to handle click fraud adjustments to costs and clicks?

2016-01-06 Thread Michael Cloonan (AdWords API Team)
Hello, The best resource on this topic is the help center article on determining your data's freshness . Unfortunately, there is no time limit on when fraudulent clicks might be removed, and as the article mentions, it's even possible th

How to handle click fraud adjustments to costs and clicks?

2016-01-06 Thread Ryan Caplette
I have been downloading our companies campaign cost data for the previous week, however over time I have noticed that googles number adjust (presumably for click fraud). I am wondering how I can use the adwords api to download information and avoid the mismatch of data between our records and g

Re: GclIds for automatic placements

2016-01-06 Thread John Velonis
Thanks for your reply. When I run the Placements Report for Jan 3, I see lots of automatic placements (youtube.com, etc.) with clicks. But when I run the Click Performance Report for Jan. 3, I see various keywords in the "Keyword / Placement" column, but no placements at all. I'm selecting th

Re: How to get YouTube campaigns information using adwords API

2016-01-06 Thread Anthony Madrigal
Hi Maurice, Unfortunately, the CampaignService (and any other API service) currently does not support video campaigns, so you won't be able to get back information on them. Currently, the only way to get that information is to run a report. Please see our blog

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-06 Thread Michael Cloonan (AdWords API Team)
Hello, The only thing I can think of if the request works on a test account but not on your production account is that possibly you actually don't have write permissions on your production account. Are you able to make mutate calls on any other services, or do you get this error on every mutate

Re: java.lang.VerifyError

2016-01-06 Thread Anthony Madrigal
Hi, Do you have all your dependencies, jar files, and properties files set up correctly? Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

How to get YouTube campaigns information using adwords API

2016-01-06 Thread maurice . keightley
Hi, I am trying to list all the campaigns from an account using the Adwords API - currently tried CampaignsService however this did not show youtube campaigns. I understand there is a video performance report, however I need the campaignservice fields information of the youtube campaign. I al

Re: How to know if the keyword daily budget is spent?

2016-01-06 Thread Zweitze
For historic information on that, run a campaign report and check the SearchBudgetLostImpressionShare field. When it is not 0 some impressions were lost due to insufficient budget. I can't say whether this works for today because I don't know how often this information is updated. On Tuesday,

Re: Account Status

2016-01-06 Thread Zweitze
I recall suspended accounts give certain errors on operations, eg. you cannot create new campaigns. Unfortunately I cannot recall which error that was. Anyway, if you know a suspended account right now try creating a new campaign in it with validateOnly set. Check whether you get errors and whi

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-06 Thread Zweitze
e, Impressions, > Clicks, Cost, ConvertedClicks, AveragePosition, SearchImpressionShare, > ContentImpressionShare FROM ACCOUNT_PERFORMANCE_REPORT DURING 20001101, > 20160106 > Result on the problematic account: 5436 rows retrieved in 42.204 seconds ( > *40.967* seconds spent on the google api call) >