On Tue, Aug 19, 2014 at 9:18 AM, Vishal <[email protected]> wrote:
> Hi Om, > > Thanks for the support. > > One more help, Can we show the application version and the time taken for > UI rendering (e.g time taken when user click on button to show a view to > the time taken to get it rendererd correctly on to the stage) to the > analytics page. > > You should be able to send in anything you want in the 4 params. As long as you label them correctly, you will be able to see it in the google analytics reports. You can get the application version during runtime like this: var xml : XML = NativeApplication.nativeApplication.applicationDescriptor; var ns : Namespace = xml.namespace(); var version : String = xml.ns::versionNumber; And for the time elapsed, you can keep a local track of when the UI action took place and when the updateComplete event of the component gets fired using a Timer class. Thanks, Om > -Regards > Vishal Kumar > > > On Tue, Aug 19, 2014 at 8:19 PM, OmPrakash Muppirala [via Apache Flex > Users] <[email protected]> wrote: > > > On Aug 19, 2014 1:47 AM, "Vishal" <[hidden email] > > <http://user/SendEmail.jtp?type=node&node=7672&i=0>> wrote: > > > > > > Hi Om, > > > > > > Thanks for the reply. > > > > > > I tries using analytics.swc obtained from > > > > > > > > https://code.google.com/p/gaforflash/downloads/detail?name=gaforflash-1.0.1.319.zip&can=2&q= > > > . > > > > > > Apart from this, the swc uses external interface internally which is > > used > > > for communication with JS and swf embed in html wrapper and currently I > > do > > > not wish to use any external html loader to load html pages. > > > > > > Any help will be appreciated. > > > > There is a way to set it to not use ExternalInterface. If should be in > > the > > documentation. If you are not able to figure it out, I will take a look > > in > > a while. > > > > Thanks, > > Om > > > > > > > > -Regards > > > Vishal Kumar > > > > > > > > > On Tue, Aug 19, 2014 at 12:53 PM, OmPrakash Muppirala [via Apache Flex > > > Users] <[hidden email] > > <http://user/SendEmail.jtp?type=node&node=7672&i=1>> wrote: > > > > > > > Gaforflash has worked fine for me. You may need to get the source > > code > > > > and > > > > fix a couple of minor issues. > > > > > > > > http://code.google.com/p/gaforflash/ > > > > > > > > Thanks, > > > > Om > > > > On Aug 18, 2014 11:17 PM, "Vishal" <[hidden email] > > > > <http://user/SendEmail.jtp?type=node&node=7670&i=0>> wrote: > > > > > > > > > Hi All Flex Gurus, > > > > > > > > > > Is there any third party library by the help of which I can > > integrate > > > > > GoogleAnalytics into my flex air application meant for the desktop > > > > > platform. > > > > > > > > > > Any help will be much appreciated. > > > > > > > > > > Thanks in advance. > > > > > > > > > > -Regards > > > > > Vishal Kumar > > > > > > > > > > > > > > > > > > > > -- > > > > > View this message in context: > > > > > > > > > > > > > > http://apache-flex-users.2333346.n4.nabble.com/Integrate-GoogleAnalytics-to-flex-air-application-on-Desktop-platform-tp7669.html > > > > > Sent from the Apache Flex Users mailing list archive at Nabble.com. > > > > > > > > > > > > > > > > > ------------------------------ > > > > If you reply to this email, your message will be added to the > > discussion > > > > below: > > > > > > > > > > > > > http://apache-flex-users.2333346.n4.nabble.com/Integrate-GoogleAnalytics-to-flex-air-application-on-Desktop-platform-tp7669p7670.html > > > > To unsubscribe from Integrate GoogleAnalytics to flex air > application > > on > > > > Desktop platform, click here > > > > < > > > > > > . > > > > NAML > > > > < > > > > > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > > > > > > > > > > > > > > > > -- > > > View this message in context: > > > > > http://apache-flex-users.2333346.n4.nabble.com/Integrate-GoogleAnalytics-to-flex-air-application-on-Desktop-platform-tp7669p7671.html > > > > > Sent from the Apache Flex Users mailing list archive at Nabble.com. > > > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://apache-flex-users.2333346.n4.nabble.com/Integrate-GoogleAnalytics-to-flex-air-application-on-Desktop-platform-tp7669p7672.html > > To unsubscribe from Integrate GoogleAnalytics to flex air application on > > Desktop platform, click here > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7669&code=YmFybndhbGNvb2xndXlAZ21haWwuY29tfDc2Njl8MTMzNTc2NTA3Mg== > > > > . > > NAML > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Integrate-GoogleAnalytics-to-flex-air-application-on-Desktop-platform-tp7669p7674.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
