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
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
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
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
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
-- 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
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
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
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?
>
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
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
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
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
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.
--
=~=~=~
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo