Group: http://groups.google.com/group/adsense-api/topics
- Is it possible to get the adsense revenue by URL... for example revenue on mysite/page [1 Update]
- Having Issue with AdSense API authentication for devices [2 Updates]
- AdSense Host API - Error 113 on associated account [2 Updates]
- Is Adsense Host API working? [3 Updates]
- How long ago exactly was Google Host API made available? Are there verified companies/programmers that have implemented this with success that can be hired for consultation/ independant audit before I apply for my site? [1 Update]
- Adsense API scope issue with device authentication [1 Update]
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 11:15AM -0700
Hi Gil,
I assume you're referring to the AdSense Management API<https://developers.google.com/adsense/management/index>?
I'm afraid the highest level of granularity available is DOMAIN_NAME, so
the only breakdown you'd get would be per domain.
Other than that, if you want to track any finer-grained statistics, you'll
probably need to set up some URL channels<http://support.google.com/adsense/bin/answer.py?hl=en&answer=126138>and report based on those.
Hope this helps!
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Tuesday, June 26, 2012 4:11:19 AM UTC+1, gil wrote:
- Michael Ormonde <michael.ormonde2@gmail.com> Jun 26 02:46AM -0700
Hey all,
I'm trying to implement a new account into the AdSense API application I'm
developing, and I'm having issues adding the scope. I've previously added
accounts in this way, but when I try to perform the following, I just get
an "invalid_scope" response
*curl -d
"client_id=123456789.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/adsense.readonly"
https://accounts.google.com/o/oauth2/device/code*
The unusual thing is that if I change the scope to something like *https://www.googleapis.com/auth/userinfo.email
*it returns me the device_code, user_code successfully. I've been basing my
request on https://developers.google.com/accounts/docs/OAuth2ForDevices and
as I mentioned, I've previously authenticated devices in this way
Any help would be very much appreciated
Michael
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 11:10AM -0700
Hi Michael,
Any chance you could give "https://www.googleapis.com/auth/adsense" instead
a try and see if that works?
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Tuesday, June 26, 2012 10:46:56 AM UTC+1, Michael Ormonde wrote:
- Filippo Silvestro <filippo.silvestro@altervista.it> Jun 26 02:44AM -0700
Hi,
I have a problem with a publisher account created with the host api. The
account works as expected, but when I try to create a AFCSiteReport with
the generateReport api call, the response is error 113. The account is
correctly associated and active, and if I try to create a
AFCAggregateReport the api answers correctly.
What can be the problem? The publisher id of this account is
ca-pub-1377964584786572
Thanks
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 11:09AM -0700
Hi Filippo,
AFCSiteReport has some known issues, and this may be what you're running
into. Would you be willing to give AdSense Host API v4<https://developers.google.com/adsense/host/overview>a try? It's a different technology stack, and it only does reporting at the
moment, but it's got a full-fledged reporting system<https://developers.google.com/adsense/host/v4/reference/reports/generate>with configurable dimensions, metrics and periods.
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Tuesday, June 26, 2012 10:44:19 AM UTC+1, Filippo Silvestro wrote:
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 10:04AM -0700
Hi there,
Apologies for the delay, but the sales/business team is somewhat
overwhelmed, so it may take a while longer before they're able to respond.
They have received your submission and will be reviewing it.
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Sunday, June 24, 2012 1:52:33 PM UTC+1, ellithy wrote:
- abdobasha2004 <abdobasha2004@gmail.com> Jun 26 10:14AM -0700
it is disappointing that Google have this poor type of support to these
large projects
I do not see any one replying or working in support for adsense API except
Sergio
!!!
On Tuesday, 19 June 2012 03:00:32 UTC+2, ellithy wrote:
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 11:04AM -0700
Hi there,
Again, the business team is rather overwhelmed at the moment, but they'll
get to your requests as soon as possible.
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Tuesday, June 26, 2012 6:14:05 PM UTC+1, abdobasha2004 wrote:
- "Sérgio Gomes" <sergiomdgomes@gmail.com> Jun 26 10:17AM -0700
Hi Dan,
I'm afraid I can only really provide you with assistance regarding any
technical issues using the API. adsenseapi-support@google.com should be
able to help you with your business questions, though!
Cheers,
Sérgio
---
Sérgio Gomes
Developer Relations
Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W
9TQ
Registered in England Number: 3977902
---
On Tuesday, June 26, 2012 4:14:16 AM UTC+1, DMov wrote:
- Michael Ormonde <michael.ormonde2@gmail.com> Jun 26 02:00AM -0700
Hey,
I'm having an issue implementing the AdSense API for devices. Previously
I've authenticated accounts without any issue, but when I attempted to add
a new account authentication yesterday, I was unable to perform this
operation. I used the following cURL request to generate the
user_code/device_code etc:
*curl -d
"client_id=XXXXXXXXXXX.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/adsense.readonly"
https://accounts.google.com/o/oauth2/device/code*
which returned to me the json
*{*
* "error" : "invalid_scope"*
*}*
I've double checked the client_id and it is correct, and have been able to
authenticate a different scope (for example *
https://www.googleapis.com/auth/userinfo.email* looks to return correctly)
Any help would be much appreciated.
Thanks,
Michael
You received this message because you are subscribed to the Google Group adsense-api.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
You received this message because you are subscribed to the Google Groups "AdSense API Forum" group.
To post to this group, send email to adsense-api@googlegroups.com.
To unsubscribe from this group, send email to adsense-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/adsense-api?hl=en.
No comments:
Post a Comment