{"id":13744194,"url":"https://github.com/randori/ANE-Localytics","last_synced_at":"2025-05-09T02:32:57.393Z","repository":{"id":3614026,"uuid":"4679304","full_name":"randori/ANE-Localytics","owner":"randori","description":"Localytics analytics for mobile Adobe AIR applications (iOS \u0026 Android)","archived":false,"fork":false,"pushed_at":"2012-06-22T12:34:36.000Z","size":405,"stargazers_count":10,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T15:42:22.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randori.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-15T19:44:20.000Z","updated_at":"2024-06-06T15:49:11.000Z","dependencies_parsed_at":"2022-09-15T09:51:38.657Z","dependency_job_id":null,"html_url":"https://github.com/randori/ANE-Localytics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randori%2FANE-Localytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randori%2FANE-Localytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randori%2FANE-Localytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randori%2FANE-Localytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randori","download_url":"https://codeload.github.com/randori/ANE-Localytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177872,"owners_count":21866409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:04.898Z","updated_at":"2025-05-09T02:32:56.940Z","avatar_url":"https://github.com/randori.png","language":"ActionScript","funding_links":[],"categories":["Native Extension","AIR Native Extensions"],"sub_categories":["API ANE"],"readme":"ANE-Localytics\n==============\n\nLocalytics (http://localytics.com) analytics native extension for mobile Adobe AIR applications (iOS \u0026 Android)\n\nby Piotr Kościerzyński\n\n\nHow to use\n----------------\n1. Sign up for a free / premium Localytics account and create and application key https://dashboard.localytics.com/localytics_applications\n2. Add the ANE to you project (https://github.com/randori/ANE-Localytics/downloads)\n   Start a Localytics session when the app finishes loading:\n    \n//Start Localytics session\n    Localytics.startSession('APP-KEY');\n   \n * When the session has been initialized you can log events and screens. Events can have attributes (optional).\n    \n//Example: location based sports app - finished run / walk\n\tLocalytics.tagEvent(\"run_finished\", {'distance':'1-2km', 'time':'6-10min', 'gps_accuracy':'10-20 meters'});\n\tLocalytics.tagEvent(\"run_finished\", {'distance':'\u003e10km', 'time':'30-45min', 'gps_accuracy':'\u003e100 meters'});\n\t\t\t\n//Example: button was pressed\n    Localytics.tagEvent(\"button_pressed\");\n    Localytics.tagEvent(\"button_pressed\", {'button_id':'login'});\n    Localytics.tagEvent(\"button_pressed\", {'button_id':'share', 'share_type':'facebook'});\n\n\n//Example screen flow: E-commerce app\n\tLocalytics.tagScreen('home');\n\tLocalytics.tagScreen('categories');\n \n * Check out the example projects (Flash CS6, Flash Builder 4.6)\n \n * Localytics native extensions work for iOS and Android AIR applications\n \n * What's the differece between ANE_Localytics-debug and ANE_Localytics-release? Release builds are optimized builds and don't print logs to iOS console. \n \n# Changelog:\n\n2012-06-22\n\n- Version 1.1.0\n- Added Android support\n\n2012-06-18\n\n- Version 1.0.0\n- Supports Adobe AIR iOS","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandori%2FANE-Localytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandori%2FANE-Localytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandori%2FANE-Localytics/lists"}