Well currently I simly use Java internal methods for doing high-speed downloads and use Apaches HttpClient lib for the cases where we need strange voodoo (fontkit libs). So whatever I can do with that is fine.
I guess even if there is JavaScript involved in the installer edition, after all the information has to be sent to the server, so I think it would be best to mimic such a call. Chris ________________________________________ Von: omup...@gmail.com <omup...@gmail.com> im Auftrag von OmPrakash Muppirala <bigosma...@gmail.com> Gesendet: Dienstag, 7. April 2015 23:53 An: dev@flex.apache.org Betreff: Re: AW: Requirements to track downloads via Mavenizer I don't think using the track-installer.html is going to work as it needs to render a web page and execute a javascript function that does the actual tracking. I don't think the Mavenizer is capable of doing it? I think we should use the REST api that Google Analytics has recently exposed to track this. Here are the details: https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide Let me know if you need anything else. Thanks, Om On Tue, Apr 7, 2015 at 1:42 PM, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Well I'll just wait for Om to give me the specs. > > Chris > > ________________________________________ > Von: Alex Harui <aha...@adobe.com> > Gesendet: Dienstag, 7. April 2015 22:03 > An: dev@flex.apache.org > Betreff: Re: AW: Requirements to track downloads via Mavenizer > > On 4/7/15, 12:45 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: > > >Yeah ... sure that I can do that ... just tell me what url to hit :-) > > I’d prefer to defer to Om on what to hit. The base url is > track-installer.html on flex.a.o. We may want to use additional URL > parameters to denote that it is a Maven download. Currently it looks like > we add: > > ?label=" + sdkLabel + "&version=" + version + "&os=" + os > > > -Alex > >