Erik Norvelle
unread,Jul 16, 2009, 9:43:52 AM7/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-api - GA Data Export API
Greetings,
I've built a Java program that uses the Google Analytics Java client
(the AnalyticsService class) in order to connect to Google Analytics
and retrieve data.
Currently it works just fine, but I will soon have to deliver the
application to the client, whose entire network runs behind a
firewall. I have searched the API documentation and online forums in
order to find out how to tell the AnalyticsService object to use a
given firewall to connect, but I have not found any information.
Note that the proxy in question is just a standard forwarding proxy,
with no authentication required.
Does the AnalyticsService object check to see if a system proxy has
been set and adjust accordingly, or does it assume that all
connections are direct (unproxied)? If the latter, how can I tell it
to use the standard system proxy values?
Thanks!
Erik Norvelle