Re: One token on multiple machines

2011-11-15 Thread calford
Hi, Thanks for your answer. can i use the MutateJobService with TargetingIdeaService calls? I couldn't find anything in the documentation. thanks On Nov 14, 4:54 pm, Kevin Winter wrote: > Hi, >   The answer to all of these questions is Yes.  However, you should keep in > mind that there are pr

Howto : please help me starting

2011-11-15 Thread Jeremy Belolo
Hello all ! There it is, I have decided myself to start using adWords API. In a first time, I would like to just download reports automatically and send them by mail or save them on the FTP of my site. I have many questions, though, and you could help me by answering these : - Is it even possib

Re: MCC OAuth Long Lived Token Generation for Reporting

2011-11-15 Thread okiebug1...@gmail.com
Thanks for the reply Kevin. I've reviewed the docs you've referenced, and could not find the method to generate a long-lived access token - one that does not require continued refresh token exchanges. I was looking for an interactive panel to perform the OAuth2 dance; after completing I would

How to view the ads of my campaign , without passing adgroup id

2011-11-15 Thread dummy one
Hi , Using api V201101 in java , how to get the ads of particular campaign .Can any one help , with out using adgroup id , i want the entire ads of a campaign only by passing the campaign id . Is google providing that feature in sandbox? Thanks , Jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Fwd: How to view the ads of my campaign , without passing adgroup id

2011-11-15 Thread dummy one
-- Forwarded message -- From: dummy one Date: Tue, Nov 15, 2011 at 7:05 PM Subject: How to view the ads of my campaign , without passing adgroup id To: AdWords API Forum Hi , Using api V201101 in java , how to get the ads of particular campaign .Can any one help , with out usin

Sum of Criteria Performance Report rows does not match Total row

2011-11-15 Thread Chad Hill
Hi. I am pulling a daily criteria performance report. When I open the report in excel and sum the cost of each of the rows in the CSV, the total of the calculated sum is different from the total row. The cost data is returned with two decimals. Why does the calculated sum not match the total row pr

Re: MCC OAuth Long Lived Token Generation for Reporting

2011-11-15 Thread Kevin Winter
Hi David, OAuth2 does not have long-lived OAuth tokens. It has short-lived access tokens that can be refreshed using the refresh token as needed. OAuth 1 does allow for long-lived access tokens. Note that we've not yet tested OAuth2 support with the AdWords API. The OAuth playground may be

Re: RMF-list - are you kidding? Google, you are loosing the popularity contest...

2011-11-15 Thread Kevin Winter
Hi, You can reach me at kevin.win...@google.com. - Kevin Winter AdWords API Team On Tuesday, November 15, 2011 2:20:27 AM UTC-5, Eazybot wrote: > > Hi Kevin. > > It would mean the world if you could help push things along. How do I > reach you off-list? > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: One token on multiple machines

2011-11-15 Thread Kevin Winter
Hi, Unfortunately, the MutateJobService is intended for mutates. The TargetingIdeaService does have a bulk method, but it has further limitations the normal get method does not have: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html#getBulkKeywordIdeas - Kev

Re: MCC OAuth Long Lived Token Generation for Reporting

2011-11-15 Thread okiebug1...@gmail.com
Thanks for the confirmation, explains my issues with OAuth2 and long lived tokens. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Get Recent Changes Process

2011-11-15 Thread Kevin Winter
Hi, If you are receiving TOO_MANY_CHANGE, then I recommend you try to narrow your date range and/or reduce the number of campaigns you request changes for in a single batch. Note that the date range also accepts a time component, so you should be able to narrow it down to the minute if needed

Re: match Type"KeywordlessAdRule"

2011-11-15 Thread pete
Ah - Dynamic Search Ads - available as a limited Beta. I can't see any mention of that report in the documentation and the keywordID's returned by the Ad Perf report do not appear in a criteria report - is it available please? pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: API version stability, change management, and testing ad-hoc changes

2011-11-15 Thread Kevin Winter
Hi, We don't recommend testing new code against production as there is a chance you can change your production account mistakenly. We provide the sandbox to test these types of changes. You can perform the same test you describe (test without to confirm it fails, add, test again with to conf

Re: TargetinIdeaService doesn't deliver any categories anymore

2011-11-15 Thread 59616E
Hi Danial, did you find out something yet? regards, 59616e -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Current Campaign Language and Platform Target in 201109

2011-11-15 Thread Dickens Nyabuti
How does one go about fetching the current Language and Platform for a given campaign using the 201109 API? Using the java client, I can get the TargetList via the AdWordsService.V201109.CAMPAIGN_TARGET_SERVICE but how do I convert this object to either a Platform or Language. Thanks. -- =~=~=~

Re: API version stability, change management, and testing ad-hoc changes

2011-11-15 Thread Ian
The problem with testing against the sandbox(es) in general is that they are unreliable--see: http://groups.google.com/group/adwords-api/browse_thread/thread/afe33e8b9d709beb/d701ffe0e13f0fd3?lnk=gst&q=criterion+sandbox#d701ffe0e13f0fd3 behavior is frequently different between the sandboxes and pro

Re: API version stability, change management, and testing ad-hoc changes

2011-11-15 Thread Kevin Winter
Hi Ian, It's unfortunate that the Location Criterions do not properly work in the sandbox and we're working to resolve that. However, that does not affect the functionality of AdHoc reporting (which we know works in the sandbox). We do recommend using the sandbox to test this change. - Kevi

Re: Error in PHP code example

2011-11-15 Thread Joshua J. Kugler
On Monday, November 14, 2011, Eric Koleda elucidated thus: > Hi Joshua, > > Have you created an instance of the ServicedAccountService at that > point? These classes aren't loaded until the service has been > created, to avoid name conflicts. You can alternatively use the new > LoadService() meth

Re: API version stability, change management, and testing ad-hoc changes

2011-11-15 Thread Kevin Winter
Hi all, Quick and final update on this: http://adwordsapi.blogspot.com/2011/11/update2-developer-token-required-in.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

AdGroupAdService Error

2011-11-15 Thread Michael Graf
We are experimenting with some video ads that were setup online and now when we try to do a get on AdGroupAdService filtered by adGroupIds I am getting the following error: No valid default value found for enum class com.google.ads.api.services.campaignmgmt.ad.common.TemplateElementField $Type wit

Waiting for > 9 weeks for my developer token to be approved

2011-11-15 Thread Underground Elephant
My company is coming up on the 10 week mark since our developer token was disabled. Unlike many of the other companies, we never received an explanatory email detailing why we had lost access to the API, even though all documentation dictated that we would. Since then, I have tried to contact

Re: API version stability, change management, and testing ad-hoc changes

2011-11-15 Thread dkasak
Hi Kevin. I will clarify my point further. Regardless of whether we do our coding and unit testing against the sandbox or not, we do *NOT* do QA or production verification against the sandbox. This has always been the case, for all search engines that we support. It would require hacking with re

How to set the Predicate in Selector to filter the Negative Criterion?

2011-11-15 Thread Lex Chen
Hi, ALL, I want to *only* get the *negative* keyword in a campaign. How can I set the predicate? P.S. I'm using v201109 API, and I use Java as my develop language. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

The Affiliated Accession Afterwards Severe Academician Trauma: ‘Gabby and I Went Up to That Casting of Afterlife and Bounced Back’

2011-11-15 Thread يوسف محمد
It is actually aberrant and sometimes afflictive as reporters to accoutrement a ceremony about accession away while acceding ourselves in the script. I bethink actually beyond I was, in my acclimation in New York, ashamed the ceremony broke about Gabby Giffords adeptness beforehand in the head. W

Gabrielle Giffords ambulant 'by leaps and bounds'

2011-11-15 Thread يوسف محمد
The Empowered All-around is a acclimatized account from CNN Senior Medical News Correspondent Elizabeth Cohen that helps put you in the driver's case ashamed it comes to blossom care. Looking ashamed over the able nine months, Gabrielle Gifford's neurosurgeon remembers several aeriform believabil

'XML Validation': nothing to see here ... move along

2011-11-15 Thread dkasak
While regressions testing our Google codebase, the vast majority of which we assumed, based on the blogspot notes and release notes, we would not have to touch for the upgrade from v201101 to v201109, we have instead seen that most of our calls now fail. I assume this is what is cryptically mean

How to get the list of ads of the campaign without knowing adgroupid

2011-11-15 Thread dummy one
Hi , How to get the list of ads of the particular campaign , without passing the adgroup id . Do google api v201101 provides this feature in java.Can any one help ? regards , jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

how can I get MCC account info after I calling CampaignService.get mentioned in "Using the Sandbox"

2011-11-15 Thread Jack
I am following the Getting Started under http://code.google.com/apis/adwords/docs/sandbox.html There mentions "To create a sandbox account, send a get request to the sandbox version of CampaignService, using the WSDL location and sandbox headers as described below. This initial call to the sandbox