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
-~----------~----~----~----~------~----~------~--~---