Hi Ben,
There are several existing solutions for automating Excel reporting,
including Tatvic and my company ShufflePoint. These can provide coverage
for your reporting needs and give you some breathing room while you
investigate using the API directly. Feel free to contact me (chris AT
shuffle
That is my interpretation of the page
http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefinitionService.html
"When you send an HTTP request to this URL, the AdWords server
generates a report based on the report definition ID you specified.
This request is inherently synchronous, but
the file comes back empty so wondering if anyone
> > knows if there is meant to be any data in the sandbox and if not what
> > do I do to generate some.
>
> > Anthony.
>
> > On Jun 9, 2:39 pm, chris h wrote:
>
> > > That is my interpretation of the
> >
Hi,
I'm looking for insights into when OAuth will be supported for
authentication in the AdWords API.
Thanks,
Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~
Or if ClientLogin is all that will be supported in the sort-term,
could the token live time be made at least a month?
On Jul 5, 1:28 pm, chris h wrote:
> Hi,
>
> I'm looking for insights into when OAuth will be supported for
> authentication in the AdWords API.
&g
I'm looking for examples using the different predicate operators and
can find none. Where are they?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~
Do fields with the same name have the same definition across reports?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You
Thanks. How about IN and NOT_IN. I assume they compare against a set.
Could you show how they are used?
- Chris
On Jul 6, 1:21 am, adwordsapiadvi...@google.com wrote:
> Hi Chris,
>
> http://code.google.com/p/google-api-adwords-java/source/browse/trunk/...
> shows the use of PredicateOperator.E
Also, are values always strings? even when field is of another type?
On Jul 6, 1:21 am, adwordsapiadvi...@google.com wrote:
> Hi Chris,
>
> http://code.google.com/p/google-api-adwords-java/source/browse/trunk/...
> shows the use of PredicateOperator.EQUALS. The usage of other operators
> are simil
ntials.
Thanks,
Chris
On Jul 6, 1:12 pm, "Joshua J. Kugler" wrote:
> On Monday 05 July 2010, chris h elucidated thus:
>
> > Or if ClientLogin is all that will be supported in the sort-term,
> > could the token live time be made at least a month?
>
> > On J
Or to rephrase the question, isn't a report just a specific list of
fields? I come from the Google Analytics API space where that is the
case. Why is it not the case with AdWords? I guess this related to an
earlier question of mine on this group: does the same field name in a
different report have
Predicate
> object:
>
> http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefini...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 6, 1:16 pm, chris h wrote:
>
> > Also, are values always strings? even when field is of another type?
>
> > On
he criterion
> ID in a KEYWORDS_PERFORMANCE_REPORT and the ad ID in a
> AD_PERFORMANCE_REPORT.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 5, 11:05 pm, chris h wrote:
>
> > Do fields with the same name have the same definition across reports?
>
>
--
;
> Best,
> - Eric
>
> On Jul 7, 2:51 pm, chris h wrote:
>
> > Eric,
>
> > If a list of predicates is supplied, are the ANDed together?
>
> > meta-question: where would I find the answer to that in the
> > documentation?
>
> > Thanks,
> > C
Am I missing something? That seems totally wrong. I would call that a
bug.
- Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
an take advantage of the values array and the IN
> operator.
>
> AdGroupId IN (12345, 67890)
>
> Is there a use case you have in mind where you would need to OR
> predicates?
>
> Best,
> - Eric
>
> On Jul 7, 10:56 pm, chris h wrote:
>
> > I think it would
sions" always refers to the number of impressions received, but
> this will mean impressions per keyword in a
> KEYWORDS_PERFORMANCE_REPORT, and impressions per ad in an
> AD_PERFORMANCE_REPORT.
>
> Best,
> - Eric
>
> On Jul 7, 2:57 pm, chris h wrote:
>
> > Hi Eri
If I query requesting all fields, I get an xml load error
'adID' is a duplicate attribute name
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=
As an experiment, I removed the field ID from the report definition,
and now get error:
!!!Unexpected exception|||1581255
On Jul 9, 1:10 pm, chris h wrote:
> If I query requesting all fields, I get an xml load error
>
> 'adID' is a dupli
. cannot query without Id field
On Jul 9, 1:30 pm, chris h wrote:
> As an experiment, I removed the field ID from the report definition,
> and now get error:
>
> !!!Unexpected exception|||1581255
>
> On Jul 9, 1:10 pm, chris h wrote:
>
> > If I query requesting al
I'm repeating this post since the previous received no reply. If for
some strange reason they cannot have the same names, at least provide
a mapping table.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://g
t
> were all different:
>
> http://code.google.com/apis/adwords/docs/developer/adwords_api_report...
>
> I'll raise this issue with the core engineering team and see if this
> can be configurable in the v201003 reporting system.
>
> Best,
> - Eric Koleda, AdWords API
, 5:29 pm, AdWords API Advisor
wrote:
> Hi,
>
> I guess the Id field is the same measure as well, since it is always
> returning the ID of object the report is being run on.
>
> - Eric
>
> On Jul 8, 9:42 pm, chris h wrote:
>
> > Ok. But it is still the same measure
ID of object the report is being run on.
>
> - Eric
>
> On Jul 8, 9:42 pm, chris h wrote:
>
> > Ok. But it is still the same measure. Are there any other identity or
> > categorical fields besides "Id" which are context dependent?
>
> > On Jul 8,
Get error
!!!Unexpected exception|||2329335
when I include all fields in a report request
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT with all fields gives
error
!!!Unexpected exception|||2329575
On Jul 11, 4:57 pm, chris h wrote:
> Get error
> !!!Unexpected exception|||2329335
> when I include all fields in a repor
or
>
> > wrote:
> > > Hi,
>
> > > I've noticed that there are some transient errors when downloading
> > > reports. Can you try downloading these reports again?
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > >
at report are no longer support
> for a negative placement report. Please call the getReportFields()
> method to get the fields currently supported.
>
> Best,
> - Eric
>
> On Jul 18, 8:29 am, chris h wrote:
>
> > Here's mine for CAMPAIGN_NEGATIVE
I get error:
!!!Unexpected exception|||2410215
When running adgroup_performance_report with these fields:
AverageCpc, AverageCpm, AveragePosition, Clicks, ConversionRate,
ConversionRateManyPerClick, Cost, CostPerConversion,
CostPerConversionManyPerClick, Conversions,
ConversionsManyPerClic
Note: the report succeeds if you remove ExperimentRowStatus and
ExperimentDeltaStatus.
But both of those are listed as valid fields for this report
On Jul 29, 3:35 pm, chris h wrote:
> I get error:
>
> !!!Unexpected exception|||2410215
>
> When running adgroup_performance_re
The core engineering team is
> aware of those invalid fields and is working to remove them. Let us
> know if you run into further issues.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 29, 3:43 pm, chris h wrote:
>
> > Note: the report succeed
Use an xml library. example:
http://perl-xml.sourceforge.net/faq/
On Aug 16, 5:10 pm, Susan Ostroski wrote:
> Hello (thanks for any help in advance),
>
> I have successfully gotten my keyword report but I can't seem to parse
> it with Perl LWP::Simple. The format of the report isn't in a format
Anash,
Please also follow up on the forum so that the rest of us having this
issue can find out what is the resolution.
- Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adword
I also sent an email with my account info since am having this same
issue.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
In addition to the enumerated ranges, you can specify an exact date
range. So just create your own wrapper to implement you own
enumerations. We created a couple dozen named date ranges.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwo
You got me there. I create a new report every time I run a report. So
my reports cost ten cents each instead of a fraction of a cent (did I
do the math right?) Either way it is still such a tiny cost component
of the overall AdWords initiative that I've just dismissed it.
- Chris
--
=~=~=~=~=~=~
I see both Month and MonthOfYear. Is there a difference? If not,
wouldn't it be better to be consistent?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=
Hi,
While things have certainly improved, there are still these which are
inconsistent in that attribute name can be different for same field
name. Below are fields and attributes (attributes in parens) which are
inconsistent:
KeywordText (negativeKeyword)
KeywordText (exclusion)
KeywordText (key
Missed these in my first analysis:
Id (adID)
Id (adGroupID)
Id (keywordID)
Id (campaignID)
should be:
AdId (adID)
AdGroupId (adGroupID)
KeywordId (keywordID)
CampaignId (campaignID)
Or all attributes should be "ID"
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog a
Another inconsistency:
ValuePerConv and ValuePerConversion
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received t
adgroup_performance_report.csv doesn't have MaxCpc row
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this m
Which is correct?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
resolved: This was because I had used the v201003 api to get report
fields. After changing to v201008 I see the missing fields.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-
But found new inconsistency after running v201008. These two fields
were not present in any of the CSV files
ConversionOptimizerBidType
DeduplicationMode
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://group
Interesting. If the API supports OAuth, that should be documented in
the API. But I can't even find a page on authentication in the docs.
Anyone have a link?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://gr
Hi Eric,
Is there any documentation on the oauth authentication (besides looking
a PHP code)? Is it Oath 1a? Any rough idea when support for report
downloads may be available?
Thanks,
Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http:/
Hi Eric,
I meant in the context of the AdWords API. There is no AdWords scope
listed in the OAuth Playground:
http://googlecodesamples.com/oauth_playground/
The GA API has documentation on authentication
http://code.google.com/apis/analytics/docs/gdata/gdataAuthentication.html
I am looking for th
Hi Eric,
I'm getting an HTTP 500 error when I do this. Here's the SOAP message I
tried using:
XX
XXX
true
UNIT_COUNT_FOR_CLIENTS
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Kevin,
Should this work with an existing oauth token? Or do I need to get a new
token? I'm sure my token was created before you made this change.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.goo
Hi Eric,
Scanning back through the forum, I found this posting you had made:
"That was my mistake, I described the solution incorrectly. The SoapHeader
element should be in the service's namespace, but it's contents should be
in the cm namespace."
So following that guidance, I tried:
The report field defintions have this in Notes for AdPerformance.KeywordID
and SearchQueryPerformance.KeywordID
"In the Ad Performance Report this field contains the ID of the criterion
that triggered the ad, segmenting the report and preventing zero
impressions. The ID can be for any type of c
Same problem here. More guidance would be helpful
On Monday, March 5, 2012 11:42:55 AM UTC-5, James Preece wrote:
>
> Hi David,
>
> We have the same problem - we are based in the UK and our calls at 3am our
> time are returning INVALID_DATE_RANGE
>
> I assume this is because 3am our time is 'tomo
Hi Eric,
Before implementing sorting on my own, I thought I should check if there is
any ETA for sorting via the API.
Thanks,
Chris
On Tuesday, April 3, 2012 11:12:20 AM UTC-4, Eric Koleda wrote:
>
> Hi,
>
> Sharing the same selector class is done on purpose, to make more parts of
> the API re
Have this predicate
Id
NOT_EQUALS
66642776
Id
NOT_EQUALS
73335776
Status
EQUALS
ACTIVE
And getting this error
ReportDownloadError.INVALID_REPORT_DEFINITION_XML
Invalid ReportDefinition Xml: cvc-complex-type.2.4.a: Invali
Hi Stamatina,
If the client account is linked to your MCC account, then you can use your
OAuth token to a) get a list of all accounts and b) query those accounts
via the API. The customer has already granted you access via linking so you
don't need to have them grant via OAuth. They could still
Had same problem here. My solution was to switch to OAuth 2.0 - that is
working for me. So it must be something Google changed with the
authentication.
On Sunday, January 20, 2013 12:18:26 AM UTC-5, Michael Ni wrote:
>
> same thing over here, what is going on at google?
>
> On Saturday, Januar
Kevin,
Can you elaborate? Does the limit pertain to the application or the account?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi,
You should let us know what language/platform you are looking for.
On Thursday, October 10, 2013 12:59:48 PM UTC-4, Alexander Belozerov wrote:
>
> Hi there
> I'm looking for someone to code a basic script for editing Google Adwords
> campaign using API.
>
> Here are some functions script is
Hi Kevin,
Any update on a read-only scope?
Thanks
On Monday, May 13, 2013 5:18:08 PM UTC-4, Kevin Winter (AdWords API Team)
wrote:
>
> Hi Scott,
> Currently, this is not possible - you will get the full permissions of
> the authenticated user. One way to emulate this is to get a user with
>
Am migrating to v201409
Getting error:
AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED
when calling getReportFields
Reading this:
https://developers.google.com/adwords/api/docs/reference/v201409/ReportDefinitionService
I find in errors section:
CLIENT_CUSTOMER_ID_IS_REQUIRED Client Customer
> понедельник, 27 октября 2014 г., 5:11:18 UTC+2 пользователь chris h
> написал:
>>
>> Am migrating to v201409
>>
>> Getting error:
>>
>> AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED
>> when calling getReportFields
>>
>>
sing your MCC CID should work fine.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, October 27, 2014 1:22:58 PM UTC-4, chris h wrote:
>>
>> Thanks, but I'm not using Python. I need to know what has changed with
>> the protocol handshake that
tomerId goes in the
> SOAP RequestHeader header.
>
> Cheers,
> Anash
>
> On Monday, October 27, 2014 1:33:57 PM UTC-4, chris h wrote:
>>
>> Hi Anash,
>> I did add the clientCustomerId to the header (was mentioned in my
>> original post) but I still get thi
s further? It is part of the SOAP response header.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, October 27, 2014 8:22:09 PM UTC-4, chris h wrote:
>>
>> Hi Anash,
>> Yes, I did add it to the request header. Can you think of anything else
MLSchema'
>xmlns:cm='https://adwords.google.com/api/adwords/cm/v201409
> '>
>
>
> **
> **
>
>
>
>
>ACCOUNT_PERFORMANCE_REPORT
>
>
>
>
> This should be in the SOAP headers instead:
>
>
> **
> *
You could switch to using the protocol directly instead of using the client
library. This is precisely the reason that I don't use the libraries.
On Wednesday, December 31, 2014 7:14:43 AM UTC-5, Αυγερινός Καραλής wrote:
>
> Hi,
>
> I'm using the google adwords.net api (googleads-dotnet-lib
> <
Developers, like myself, will be happy to assist.
On Thursday, June 18, 2015 at 7:41:27 AM UTC-4, Pravin Yadav wrote:
>
> Hi,
>
>Q1.
> I try to download reports using(v201502) ReportDefinition Service but
> i not getting data or even error (with c#.Net Application).
>
> report
Hi Nathan,
You can contact me for information about our service. Email is chris AT
shufflepoint DOT com.
- Chris
On Wednesday, February 3, 2016 at 8:27:35 AM UTC-5, Nathan Weinberg wrote:
>
> I have seen a number of questions asking if it is possible, but none
> saying if one exists, so: Are t
Tell us the parse error you are getting with XmlDocument
On Friday, March 4, 2016 at 3:12:43 PM UTC-5, Big Daddy Leon wrote:
>
> I'm using the .NET Client Library. AdWords API allows downloading report
> data in a number of formats. I am using the XML format as illustrated in
> the sample code:
Has been pending for a month. We have several clients anxious to get their
reports. How do we get this resolved?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~
Can one use the Google OAuth Playground to test the AdWords API? Can
you please provide some more instructions? Thanks.
http://googlecodesamples.com/oauth_playground/
On Jan 24, 4:46 pm, AdWords API Advisor
wrote:
> Hi Mike,
>
> In addition to the query string the OAuth information can be includ
Thanks Eric.
Can you tell us if the reporting part of the API is supported by OAuth? You
mentioned that not all features are yet supported.
- Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.
Mike, Eric,
Is the clientEmail needed in the SOAP header? If so, does it need to have a
value (using AdWords library, no value is inserted)?
- Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.
Hi Eric,
Well, I did a test using OAuth against ReportDefinitionService. I used same
code as I use for the Google Analytics API. It puts the oauth stuff in the
URL. The result was a SOAP fault with the message:
AuthenticationError.OAUTH_TOKEN_HEADER_INVALID @
Service[ReportDefinitionService.
Hi Eric,
This is not an MCC situation, which is why switching to OAuth makes sense.
We don't have have UI or API access to the customer's Adwords account.
Instead, we are having them grant us an access token. So in this scenario,
what information needs to be in the SOAP header?
Is the Authent
Eric,
For the useragent, I'm assuming we can use anything - like our app name?
When using OAuth, who gets billed for the API usage?
I'll try again, and post a sanitized URL. Even though it won't serve our
needs until the download servlet does oauth, it is still a necessary first
step and is li
Which version of the API?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscr
What does it mean when ones gets the error "You don't have permission to
perform this action." when attempting to link for API access? I don't get
the error if I link for "User Interface and API". Does a "User Interface and
API" link have to be present before an "API only" link can be establish
For anyone still following, I want to report that I was able to use the
OAuth Playground to submit a Report Definition request.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adword
questions:
1. Has Google started charging?
2. What is the cost for a report download?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
WebRequest request = HttpWebRequest.Create(downloadUrl);
WebResponse response = request.GetResponse();
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load(response.GetResponseStream());
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
The API team really needs to finish the OAuth implementation. What is
missing is the ability to download a report. Without this feature, us SaaS
application developers are sort of stuck. Can Google provide some idea as
to when this might be completed?
We generate reports for our customers. Cu
What is the "human readable" equivalent of the "Id" field in this
report? For campaigns, there is CampaignId and CampaignName. Likewise
for AdGroupId and AdGroupName. But it's not apparent what field give
the name of the ad - or something equivalent to the name.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Does the new adhoc report download support OAuth?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this messag
Hi Kevin,
That's great news! Could you share info or a code sample on how it
works?
- Chris
On Oct 10, 10:23 am, Kevin Winter wrote:
> Hi,
> Yes, OAuth is now supported.
>
> - Kevin Winter
> AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and
of a
> big
> change :)
>
> This is great news!
>
> yagmur
>
>
>
>
>
>
>
> On Mon, Oct 10, 2011 at 3:04 PM, chris h wrote:
> > Hi Kevin,
>
> > That's great news! Could you share info or a code sample on how it
> > works?
>
>
http://code.google.com/apis/adwords/docs/appendix/reports.html
just checking if it still makes sense to refer users to that
documentation of available fields
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://g
We may be able to assist. You can email me at ch...@shufflepoint.com.
On Feb 4, 10:09 pm, Silvio wrote:
> Hello,
>
> I need something simple, but i don`t know how to do this.
>
> My Agency has many Google Adwords Accounts and we need to send reports
> to all every week, i read the tutorials but i
Look for this in the schema:
On Feb 12, 9:54 pm, Andrezza wrote:
> At the migration from v13 to v201109 version we are using 'AdHoc reports
> with plain HTTP POST requests' to download the reports
> ACCOUNT_PERFORMANCE_REPORT, CAMPAIGN_PERFORMANCE_REPORT,
> ADGROUP_PERFORMANCE_REPORT, KEYWORD_
Hi Kevin,
I figured I'd check in on this before the Hangout tomorrow since I'll
bring this up to find out if there is any update.
Thanks,
Chris
On Jan 23, 2:10 pm, Kevin Winter wrote:
> Hi Sean,
> I apologize, I presented an invalid solution earlier. The
> Account/Campaign report workaround
90 matches
Mail list logo