All Projects → MacPaw → Google-Analytics-for-OS-X

MacPaw / Google-Analytics-for-OS-X

Licence: MIT license
Google Analytics SDK for OS X

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Google-Analytics-for-OS-X

Analytics
UNMAINTAINED! - Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for Meteor
Stars: ✭ 211 (+313.73%)
Mutual labels:  google-analytics
nextjs-google-analytics
Google Analytics for Next.js
Stars: ✭ 242 (+374.51%)
Mutual labels:  google-analytics
gatsby-plugin-gdpr-cookies
Gatsby plugin to add Google Analytics (V4 is supported), Google Tag Manager, Facebook Pixel, TikTok Pixel and Hotjar in a GDPR form to your site.
Stars: ✭ 88 (+72.55%)
Mutual labels:  google-analytics
Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy.
Stars: ✭ 3,140 (+6056.86%)
Mutual labels:  google-analytics
yii2-stat
Yii2 Multi Web Statistic Module (yametrika, google-analytic, own db-counter)
Stars: ✭ 18 (-64.71%)
Mutual labels:  google-analytics
tag-manager
Website analytics, JavaScript error tracking + analytics, tag manager, data ingest endpoint creation (tracking pixels). GDPR + CCPA compliant.
Stars: ✭ 279 (+447.06%)
Mutual labels:  google-analytics
Mobile App Landingpage Template
📱 Free to use static generated website template for your mobile app
Stars: ✭ 208 (+307.84%)
Mutual labels:  google-analytics
react-native-base-project
Base react native application for scalable project using Redux + React Navigation + Code Push + Realm + Axios + i18n + Google Analytics + Facebook login with fbsdk...
Stars: ✭ 31 (-39.22%)
Mutual labels:  google-analytics
angular-scaffolding
🔥 A seed project to help us get up & running with Progressive Web Apps, Google Analytics, Angular Universal, and be able to deploy to App Engine & GitHub Pages
Stars: ✭ 12 (-76.47%)
Mutual labels:  google-analytics
privera
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.
Stars: ✭ 23 (-54.9%)
Mutual labels:  google-analytics
Next Ga
Next.js HOC to integrate Google Analytics on every page change
Stars: ✭ 228 (+347.06%)
Mutual labels:  google-analytics
Centcount Analytics
An open-source web analytics software. Developed by using PHP + MySQL + Redis, Can be easily deployed on your own server, 100% data ownership.
Stars: ✭ 249 (+388.24%)
Mutual labels:  google-analytics
gtm-guidelines
A collection of best practices for your daily Google Tag Manager routine
Stars: ✭ 39 (-23.53%)
Mutual labels:  google-analytics
Vue Analytics
Google Universal Analytics support in Vue.js
Stars: ✭ 213 (+317.65%)
Mutual labels:  google-analytics
gadget
Gadget is a library that makes analytics tracking easier for android apps
Stars: ✭ 54 (+5.88%)
Mutual labels:  google-analytics
Magento2 Google Tag Manager
Google Tag Manager is a user-friendly, yet powerful and cost-effective solution that is a must-have integration for every Magento store. It simplifies the process of adding and managing third-party JavaScript tags. With dozens of custom events and hundreds of data points our extensions the #1 GTM solution for Magento.
Stars: ✭ 208 (+307.84%)
Mutual labels:  google-analytics
shopify-gtm-ga
Enhances Google Analytics and integrates Google Tag Manager for Shopify.
Stars: ✭ 44 (-13.73%)
Mutual labels:  google-analytics
roku-libs
Compilation of utilities for Roku development
Stars: ✭ 47 (-7.84%)
Mutual labels:  google-analytics
hubot-analytics
📈 A hubot script to get google analytics reports
Stars: ✭ 16 (-68.63%)
Mutual labels:  google-analytics
php-analytics-event
Create a Google Analytics Event from PHP
Stars: ✭ 23 (-54.9%)
Mutual labels:  google-analytics

Google-Analytics-for-OS-X

Google Analytics SDK for mac OS

This is an Objective-C wrapper around Measurement Protocol

Installation

Google-Analytics-for-OS-X is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Google-Analytics-for-OS-X"

Alternatively, you can just clone the repo, build GoogleAnalyticsTracker target and use the framework in your project.

Usage

    MPAnalyticsConfiguration *configuration = [[MPAnalyticsConfiguration alloc] initWithAnalyticsIdentifier:@"UA-TEST-X"];
    [MPGoogleAnalyticsTracker activateConfiguration:configuration];

Track Event

    [MPGoogleAnalyticsTracker trackEventOfCategory:@"Interaction" action:@"Button Click"
                                             label:@"Track Event Button" value:@0];

Track Timing

    [MPGoogleAnalyticsTracker trackTimingOfCategory:@"Timings" variable:@"App Launch Duration"
                                               time:@100 label:@""];

Debug Window

There is a special debug window included in the framework. It can be used by developers/QA/marketing for testing.

ScreenShot

#License

Google-Analytics-for-OS-X is licensed under the MIT License. See the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].