Re: [java]After upgrade to BatchJobServiceInterface got error in report status

2016-01-12 Thread Grigory
hello, remove Guava library from pom now Guava library version is: 19.0 rc-2 and with new error .. Batch job ID 1133141 has status 'DONE'. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.a

Daily statistics

2016-01-12 Thread center . clients . flor
Hello! Could you tell me what kind of report I need to get statistics of a single campaign for each day of a period? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Attaching a non existing boomuserlist::xxx to an AdGroup

2016-01-12 Thread Stefano Fontana
Hello, I'm trying to add an audience to an AdGroup. I see that it's possible to add an non existing audience with the following operation: operation = {'operator': 'ADD', 'operand':{ 'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': 24076441286, 'criterionUse': 'BIDDABLE', 'crite

[RateExceededError ]

2016-01-12 Thread Ulaş Yılmaz
Hello, I've seen that a similar question has been asked lately, but there are no clear answers. That's why this post. We have been updating/adding Labels and FinalUrls of our Adgroups automatically thru the Adwords API. The update scripts, i.e. mutate and mutateLabel functions, were working fi

Get cost or other values from Ad object

2016-01-12 Thread google
I would like to know how you can get the cost for an Ad or other values from like an TextAd object. Since the TextAd.Fields doesn't include that, is there a way I can get this from a different object, so I can include that in the fields Selector? Or which docu would I have to check to find info

Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2016-01-12 Thread Anash P. Oommen (AdWords API Team)
Hi Chirag, Could you post a report request log after masking out the credentials? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, January 12, 2016 at 12:15:57 AM UTC-5, Chirag wrote: > > Hello Anash, > > I am using v201509. This issue is with GRETER_THAN Predicate with value as > 0. >

Re: Daily statistics

2016-01-12 Thread Anthony Madrigal
Hello, In order to get stats on a campaign level, you should use the Campaign Performance Report . Here is a sample of what your AWQL should look like: SELECT CampaignName, CampaignId, Clicks, Impress

Re: [java]After upgrade to BatchJobServiceInterface got error in report status

2016-01-12 Thread Yin Niu
Hello, Did you include guava-jdk5 dependency? It is not recommended to include the guava-jdk5 dependency. As announced in November of last year , the minimum JRE version required for the library is 1.6. The

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
De*ar Vishal,* have you find a solution for this probelm? If yes, can you help me? Robertp On Saturday, 28 June 2014 09:04:08 UTC+2, Vishal Chawla wrote: > > I am trying to get Average Monthly Search for a keyword using the Adwords > API (v201402) in PHP. For this I am using the TagretingIdea

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Ray, here the screenshot, i am using the java api and the example getKeywordIdeas. As you can see the script returns just related keywords, but not the specific keyword. Do you know how can I modify the code in order to get the precise information? Thank you so much. RobertoMalcotti <

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Vishal, I got it. I am using Java but I think for PHP is similar. When you set the selector, selector.setRequestType(RequestType.STATS); if you put .STATS you get the info for the specific keyword. if you put .IDEAS you get the related keywords. Hope this can help! Roberto On Saturda

Re: Get cost or other values from Ad object

2016-01-12 Thread Anthony Madrigal
Hi, Unfortunately, the only way to get stats such as Cost is through reporting. For your use case, you should use the Ad Performance Report . Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: [RateExceededError ]

2016-01-12 Thread Anthony Madrigal
Hi Ulas, The rate exceeded error occurs when you are exceeding the number of operations per day. In order to ensure this error will not happen again, I recommend applying for Standard Access , since that will give you unlimited operations p

RateExceededError on test account

2016-01-12 Thread Nikola Jordanovski
Hello so i was wondering since i am working with a test account, and i have been doing testing so far ... but all of a sudden i am getting RateExceededError error and cant proceed with my work for the next 24 hours, i thought that test accounts don't have limits ... Please help Adwords Dev team T

Re: RateExceededError on test account

2016-01-12 Thread Yin Niu
Hi Nick, Test accounts have the same rate limits as production accounts. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Specifying a namespace for the Soap:Body

2016-01-12 Thread Ian Ker-Seymer
Here is an example request I am making: http://www.w3.org/TR/REC-xml/>" encoding="UTF-8"?> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:wsdl="https://adwords.google.com/api/adwords/mcm/v201

Content of upcoming API releases

2016-01-12 Thread Dan Arad
In this Blog post , it states that Google will release new API versions every alternating month. Where can we see the planned content of the upcoming API releases? -- This e-mail, as well as any attached

Re: Specifying a namespace for the Soap:Body

2016-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, There is not an option to remove the namespaces. Since the response contains elements from multiple namespaces, removing the namespaces would make the XML ambiguous and invalid. Why does the presence of namespaces pose a problem? Thanks, Josh, AdWords API Team On Tuesday, January 12, 2016

Re: Content of upcoming API releases

2016-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, As with the current release cycle, we won't be pre-announcing the features for each release. However, we'll continue to post Release notes , a Migration guide