Hi Florian,
AdSense reports are protected by authentication mechanisms to prevent
unauthorized users from accessing your data. Unfortunately, this also
prevents the iGoogle proxy (which requests the data in
_IG_FetchContent) from accessing it. You'll need the AdSense reports
to expose an API (which as far as I know, they do not yet do) in order
to access this data.
Best,
Dan
On Sep 4, 3:34 am, Florian <[EMAIL PROTECTED]> wrote:
> Hello, i'm trying to access google adsense data in my igoogle gadget.
> with the following snippet, i always get the error "Information is
> temporarily unavailable". anyone know the reason? or is there an
> easier way to access adsense data? thanks
>
> var con = escape("http://www.google.com/adsense/report/aggregate?
> product=afc&dateRange.dateRangeType=simple&dateRange.simpleDate=lastmonth&reportType=property&groupByPref=date&outputFormat=TSV_EXCEL&unitPref=page");
>
> var url = "https://www.google.com/accounts/ServiceLoginBox?
> service=adsense&ifr=true&passive=true&rm=hide&nui=1&alwf=true&continue="+con
> +"&followup=https%3A%2F%2Fwww.google.com%2Fadsense
> %2Fgaiaauth";
>
> _IG_FetchContent(url, response);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---