Re: rateexceedederror targetingideaservice

2017-06-02 Thread karim . benna
t); betweenList.add(Long.toString(averageMonthlySearches)); System.out.println( "Keyword with text " + keywordText + " and Search volume: " + averageMonthlySearches); } keyWordsWithSV.add(betweenList); } else { System.out.println("No related keywords were found.&qu

Re: rateexceedederror targetingideaservice

2017-05-30 Thread karim . benna
Hello Ivan, Thank you very much for your helpful answer. I will apply for an upgrade to Standard Access and do the way you describe it to me. Kind Regards, Karim Benna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

rateexceedederror targetingideaservice

2017-05-30 Thread karim . benna
Hi, i'm trying to get the searchvolum of an important number of Keywords (over 30.000) and every time i get the rateexceedederror. I know that the adwords api has a limit of requests and i know that there are some methods like using the BatchJobService but somehow i don't get it work and

Re: How to get Warnings from accounts

2016-04-22 Thread Karim Benna
Thank you for your answer but i knew that already. Do you know where to find the warnings according to accounts ? Am Donnerstag, 21. April 2016 16:50:06 UTC+2 schrieb Yin Niu: > > Hi, > > The ManagedCustomerService does not return account warnings. Here >

How to get Warnings from accounts

2016-04-21 Thread Karim Benna
Hi, I'm using the JavaAPI and i'm trying to get all the accounts related to the managercustomeraccount like in the Class GetAccountHierarchy but when i look at the managed customer page i don't find the warnings or errors. How can i find them and get every warning or errors related to those

Re: How to add new Label to AdGroup in Java

2016-03-31 Thread Karim Benna
Thank you very much. Actually i had a problem finding the LabelAd and i find it sad that we can't get the label ID directly from AdwordsEditor. Best regards :) Am Mittwoch, 30. März 2016 16:17:41 UTC+2 schrieb Anthony Madrigal: > > Hello Karim, > > Please have a look at this example >

How to add new Label to AdGroup in Java

2016-03-30 Thread Karim Benna
Hallo, i hope this question wasn't answered yet if yes i'm sorry to ask again. So I'm trying to pu a new label to an AdGroup and i found one solution using the AdGroupLabelOperation[] and ReturnValue but it doesn't work and i get always an EntityNotFound.INVALID_ID Error. I dont' know if what

Re: how to Get SiteLink Final Urls in Java

2016-03-16 Thread Karim Benna
Oh i'm sorry i was importing the wrong version of SitelinkFeedItem the v201506. I hate this mistake. and thank you very much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: how to Get SiteLink Final Urls in Java

2016-03-16 Thread Karim Benna
Hey Anthony Thank you for your post but i can't cast a SitelinkFeedItem from ExtensionFeedItem. Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

how to Get SiteLink Final Urls in Java

2016-03-15 Thread Karim Benna
Hallo, I'm sorry maybe this answer has already an answer on PhP but i couldn't translate is into Java AdWords API. Any way i'm trying to get all the finalUrls of SiteLinks if there is some. As i understand,i have to user the AdGroupExtensionSettingService to get the siteLinks and then

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
lectionOfAdGroupIds]*. >4. Combine results of all the iterations in step 3. > > Cheers, > Josh, AdWords API Team > > On Tuesday, March 1, 2016 at 9:22:03 AM UTC-5, Karim Benna wrote: >> >> The problem is that i have minimum 25 active Ads so i need to find a

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
ervice.AdGroup#status> > > = ENABLED* when building your *Selector*. If you have a large number of > *PAUSED* or *REMOVED* ad groups, the addition of that predicate will > greatly reduce the total number of entries for your request. > > Thanks, > Josh, AdWords API Team > > O

Re: SelectorError.START_INDEX_IS_TOO_HIGH trigger:110000

2016-03-01 Thread Karim Benna
I have the same problem but i wish to have a nicer solution than to change everything by using reports not services could anyone please help me ? int offset = 0; SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder .fields(AdGroupAdField.CreativeFinalUrls,

How to get the FinalUrls related to the Keywords

2016-02-17 Thread Karim Benna
Hi everyone, I have a small issue, i'm trying to call the final Urls related to the keywords in Java and i don't find the way. I could make it for the ads this is the code : I need to do the same thing but for keywords! PLEASE HELP AdGroupAdServiceInterface adService =

Get Sitelinks Urls from an account

2016-02-12 Thread karim . benna
Hi Everyone, I'm trying to get all the urls registered under an account and i could get all the ad finalUrls from the AdGroupServices using AdGroupAd.getAd().getFinalUrls()[0] but i can't find an issue to the SiteLinks final Urls. Can anyone help me by telling me maybe wich services do i have