GithubHelp home page GithubHelp logo

enonic / app-google-analytics-old Goto Github PK

View Code? Open in Web Editor NEW
0.0 16.0 3.0 4.83 MB

App for integration with Google Analytics

License: Apache License 2.0

JavaScript 66.22% HTML 2.96% Java 20.22% CSS 10.60%

app-google-analytics-old's Introduction

Google Analytics App for Enonic XP

This app extends the administration console by allowing to collect Google Analytics statistics for current page or site.

Here's the documentation for this application:

Releases and Compatibility

App version Required XP version Download
1.11.0 7.3.0 Download
1.10.1 7.3.0 Download
1.10.0 7.3.0 Download
1.9.1 7.0.0 Download
1.9.0 7.0.0 Download
1.8.0 6.8.0 Download
1.7.0 6.8.0 Download
1.6.3 6.8.0 Download
1.6.2 6.8.0 Download
1.6.1 6.8.0 Download
1.6.0 6.8.0 Download
1.5.0 6.7.0 Download
1.4.0 6.6.0 Download
1.3.0 6.4.0 Download
1.2.0 6.3.1 Download
1.1.0 6.3.0 Download

Building and deploying

Build this application from the command line. Go to the root of the project and enter:

./gradlew clean build

To deploy the app, set $XP_HOME environment variable and enter:

./gradlew deploy

Releasing new version

To release a new version of this app, please follow the steps below:

  1. Update version (and possibly xpVersion) in gradle.properties.

  2. Compile and deploy to our Maven repository:

    ./gradlew clean build uploadArchives

  3. Update README.md file with new version information and compatibility.

  4. Tag the source code using git tag command (where X.X.X is the released version):

    git tag vX.X.X

  5. Update gradle.properties with the next snapshot version and commit changes.

  6. Push the updated code to GitHub.

    git push origin master --tags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.