Sha256: 1f82768c2aa76fc8acca2fcc194b501f22a5633f45a86cc21c92cebf1a31906c

Contents?: true

Size: 1.47 KB

Versions: 4

Compression:

Stored size: 1.47 KB

Contents

Workarea Callrail
================================================================================

A Workarea Commerce plugin for Callrail.

Overview
--------------------------------------------------------------------------------

Tracking and analytics for phone calls and web forms. Optimize your marketing and increase ROI on your PPC, SEO, and offline ad campaigns.

Getting Started
--------------------------------------------------------------------------------

This gem contains a Rails engine that must be mounted onto a host Rails application.

Then add the gem to your application's Gemfile specifying the source:

    # ...
    gem 'workarea-callrail'
    # ...

Update your application's bundle.

    cd path/to/application
    bundle

Configuration.

To integrate your Workarea application with CallRail you need to configure your host application with your CallRail script source and swap target number on the configuration page.

		#...
		callrail_target_num = ""

		callrail_script_src = ""
		#...

Features
--------------------------------------------------------------------------------

### TODO

Workarea Platform Documentation
--------------------------------------------------------------------------------

See [https://developer.workarea.com](https://developer.workarea.com) for Workarea platform documentation.

License
--------------------------------------------------------------------------------

Workarea Callrail is released under the [Business Software License](LICENSE)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-callrail-1.0.3.pre README.md
workarea-callrail-1.0.2.pre README.md
workarea-callrail-1.0.1.pre README.md
workarea-callrail-1.0.0.pre README.md