Hi Anash,
Thanks for getting back to me.
I'm using a console app with the following in the app.config:
https://adwords-sandbox.google.com"; /
>
There is no other config file in my project
Is there another way to specify the sandbox service?
I have a very different looking developer token - jus
Greetings. I know people will think I'm jumping the gun on this one ... but
we're doing an analysis of our exposure to IPV4 / IPV6 risks, and we'd like
to know if there are any plans on sunsetting the Adwords API over IPV4.
Thanks :)
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also fin
Hi Uzair,
I've responded to your other thread. Please follow up on that thread since
this thread is about AdWords API reports.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blog
Hi Uzair,
The functionality of the Keyword tool is available in AdWords API through
TargetingIdeaService. See
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
for
details.
Assuming you are new to the AdWords API, this is what you need to do to use
the Targe
Hi Adam,
Your sandbox developerToken is yourlogin++CUR, where CUR is the currency
code. An example developer token for sandbox would be
john@gmail.com++USD. See
http://code.google.com/apis/adwords/docs/sandbox.html for more details on
using the AdWords API sandbox.
That said, AdWords API
Hi,
As of now, we haven't announced the plans for releasing cross-client support
in v201101, but we will announce them on the AdWords API blog
(adwordsapi.blogspot.com) when support is available. Also, for your
reference,
http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sun
Hi Yagmur,
AdWordsUser(header) was broken in v12.2.0 and fixed in v12.3.0. May be you
had a broken library version at your end for a while. Report downloads using
OAuth is still not available, so you can't use OAuth for reporting yet. For
other services, OAuth works fine and the library fully s
Hi Steve,
You could check in the following order for troubleshooting:
1. Is your config file being picked up properly? (Set a wrong password in
the config file, your call should fail).
2. Is the call going to sandbox or production environment? Your config says
it goes to production, but you mig
Thank you, that appeared to be the problem.
While I used user%dom...@gtempaccount.com as the sandbox username, I
had to use client_1+user@domain as the client account. This seemed
weird until I realized the authentication system changed and not the
data in the sandbox.
I decided to create a new s
i also tried to get the :ReportDefinitionService, but got no
":entries" back.
On Jul 26, 3:58 pm, Steve Burkett wrote:
> Hi,
> We were previously using the v13 service to get campaign/customerid
> cost, clicks, imp, conv, pos. I found the google Adwords Api gem,
> and set it up this way:
>
>
Hi,
We were previously using the v13 service to get campaign/customerid
cost, clicks, imp, conv, pos. I found the google Adwords Api gem,
and set it up this way:
aw = AdwordsApi::Api.new(File.expand_path("#{ROOT_DIR}/config/
adwords_api.yml"))
c = aw.service(:CampaignService, :v201101)
Hi,
We were previously using the v13 service to get campaign/customerid
cost, clicks, imp, conv, pos. I found the google Adwords Api gem,
and set it up this way:
aw = AdwordsApi::Api.new(File.expand_path("#{ROOT_DIR}/config/
adwords_api.yml"))
c = aw.service(:CampaignService, :v201101
I found the
aw=AdwordsApi::Api.new(File.expand_path("#{ROOT_DIR}/config/
adwords_api.yml"))
s=aw.service(:CampaignService, :v201101)
s.get({})
but i get no campaigns back (in v13, i get campaigns). It's using the
same developer_token, and it appears to be authenticating ok.
any gues
Hi Tony,
In the UI, I believe the category tree contains the categories of the
keyword ideas that were generated, not necessarily the categories of the
source keyword. There is no exact UI equivalent of STATS requests.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also fin
This page lists the current types of ads in the Type box of field ad:
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.AdGroupAd.html
You should pay attention to the DeprecatedAd type and it's field
DeprecatedAd.type which can return a whole different list of type of
ads
Hi,
I took over (Ruby) code that uses v13. it calls
https://adwords.google.com/api/adwords/v13/ReportService w/ some home
grown SOAP::RPC::Driver code. it uses the getReportDownloadUrl, to
get a report Url to grab the account's cost, clicks, imps, conv, pos
statistics for campaign.
Using the ne
Same here...
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the G
Hi,
I took over (Ruby) code that uses v13. it calls
https://adwords.google.com/api/adwords/v13/ReportService w/ some home
grown SOAP::RPC::Driver code. it uses the getReportDownloadUrl, to
get a report Url to grab the account's cost, clicks, imps, conv, pos
statistics for campaign.
Using the ne
Eric,
One example is the word [pants] The API returns a NULL value in the
AttributeType.KEYWORD_CATEGORY portion of the code. However the word
[jeans] returns the following values: 0, 194606, 198387, 198371,
198400. Which are all reasonable categoryIDs and are reflected in the
UI.
the keyword [pa
It did work for us before too.
Any code pushed out recently?
When will this be fixed?
Thanks
Eric
On Jul 26, 12:04 pm, "Luke Renn (Channel Intelligence)"
wrote:
> I just posted the same thing. I've removed my thread, but here is my
> original post:
>
> Hi,
>
> As of yesterday, the managed plac
Hello Kevin,
I have posted question on link provided by you.But i am nt getting any
response.
http://code.google.com/p/google-api-adwords-php/issues/detail?id=62
Thanks,
chirag
On Jul 20, 10:06 pm, Chirag wrote:
> Hi Kevin,
>
> Thanks for your help.
> I have also sent you customer Id.
> Please n
I just posted the same thing. I've removed my thread, but here is my
original post:
Hi,
As of yesterday, the managed placement performance report is sending us "--"
for the placement url. Here is a snippet:
Oddly enough, those placement url's that have auxiliary information after
the :: (
Hi,
As of yesterday, the managed placement performance report is sending us "--"
for the placement url. Here is a snippet:
Oddly enough, those placement url's that have auxiliary information after
the :: (like myurl.com::top right) are still coming down ok:
This report has been working fi
Hi,
While generating MANAGED_PLACEMENTS_PERFORMANCE_REPORT using the
following
fields, the data in the PlacementUrl (xml attribute "placement" ) are
blank ("--").
Snippet:
report.reportType =
ReportDefinitionReportType.MANAGED_PLACEMENTS_PERFORMANCE_REPORT;
report.reportTyp
Hi Tony,
The code looks good, what keywords are showing different results in the UI?
If you plan to run this over many keywords, it's better to batch up many
keywords into fewer requests:
http://code.google.com/apis/adwords/docs/bestpractices.html#batch_stats
Best,
- Eric
--
=~=~=~=~=~=~=~=
Hi Rina,
More information about this error is available on the troubleshooting guide:
http://code.google.com/apis/adwords/docs/troubleshooting.html#AuthenticationError.NOT_ADS_USER
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blo
Hi Ken,
This error is likely do to a Google Apps domain migration on the account you
used in the clientEmails field:
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=188607
Have the user log into their account, complete the migration, and then log
into the AdWords web interface.
Eirc,
Here is the code that I am running. Some keywords work fine, others do
not yield any category results. However the same keywords DO yield
category results when examined through the AdWords web UI.
Am I missing a component? Also I have included a
RelatedToKeywordSearchParameter withn the sear
Can only "STATUS" be updated with the SET operator?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this mess
Hi,
The internal error says that the clientEmails used in the report job aren't
managed by the account you are making the request with. From what I can
tell they are managed, so there shouldn't be an issue. I would recommend
un-linking and re-linking the affected accounts, as that should rese
Hi Jan,
For most entities (ad groups and keyword included) you don't need to specify
any predicate for the status, as objects of any status are returned by
default. The only exception is the AdGroupAdService, which by default hides
DISABLED ads.
Something to be aware of is that the date range
Hi,
I am not sure why but the AdWords with header param construct didn't
work for me for a while... Now it does, so I am happily coding away.
About OAuth, can I download my clients' reports? I thought that was
the limitation a while back.
Thanks,
Yagmur
On Jul 26, 11:24 am, AdWords API Advisor
Ok so I have tried updating $adGroupAd->ad->url
$adGroupAd->ad->url = "http://www.google.com";;
It says it was successful, but when I get the Ad again it is still the old
URL.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsap
Hi Yagmur,
AdWordsUser(header) does work, I'm not sure why it isn't working for you.
See
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v13/AccountServiceNoConfigDemo.cs
for
details. Other than that, there are couple of more ways to switch the config
at
Hi Peter,
It looks like the element of the XML has two xsi:type attributes
defined, when it should only have one. This may be a bug in the Perl client
library, and you can open an issue here:
http://code.google.com/p/google-api-adwords-perl/issues/list
Best,
- Eric Koleda, AdWords API Team
Hi Minius,
I am not aware of any backup mechanisms built into the API or the UI.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi,
In regards to your questions:
1) YouTube Promoted Video Ads can be managed to a degree via the API, but
it's not yet possible to create one of these ads end-to-end via the API
alone. We are working to improve this process but we don't have any updates
at this time.
2) The same stats are
Hi Tony,
I'm not sure that the Keyword Tool UI allows you to download all the
keywords either, but the API does have limits on how many results will be
returned. The STATS request should be used to get the categories of input
keywords using the RelatedToKeywordSearchParameter.
Best,
- Eric
-
Eric,
So the ONLY way to get all of the keywords for a particular category
is to manually request a bulk download via the UI?
Will using the STATS request type return the current category or
categories associated with the keyword passed into the method?
Thanks for your quick responses,
Tony
On
Hi Gray,
While we aim to provide comprehensive sample code it is not possible for
us to cover every use case. If you have any specific questions about
using the API I'll be glad to answer them on the forum.
Best,
- Eric
Original Message Follows:
From: Gray Hughes
Subje
Unfortunately, we do not have any updates at this time regarding a dedicated
report for criteria.
-Kevin
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=
Thank you for the information. So it sounds like my report call to the v13
API ReportingService will continue working for now. Does anyone know when
the cross client feature will be released for the v201101
ReportDefinitionService?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also fin
Thanks you for the information. Does anyone know when the cross client
feature will be released for the v201101 ReportDefinitionService?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/gro
Hi,
I've been developing some code to download reports for our agency
and it seems that during testing, my code was connecting to the
production service even though I had specified the sandbox service in
my config file.
We were recently informed that you need to use a sandbox-specific
developer
44 matches
Mail list logo