Plugin Directory

Changeset 2065074


Ignore:
Timestamp:
04/08/2019 01:36:22 PM (7 years ago)
Author:
clabsvishnuprasad
Message:

Name corrections

Location:
customerlabs-actionrecorder
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • customerlabs-actionrecorder/trunk/ActionRecorder.php

    r2064995 r2065074  
    11<?php
    22/*
    3 Plugin Name: Customerlabs ActionRecorder
    4 Description: A simple implementation of e-commerce events tracking for ActionRecorder
     3Plugin Name: Customerlabs Action Recorder
     4Description: A simple implementation of e-commerce events tracking for Action Recorder
    55Version: 1.0.0
    66License: GPLv2
     
    213213
    214214        add_options_page(
    215             apply_filters( 'cltracker_admin_menu_page_title', __( 'ActionRecorder', 'cltracker' ) ), // Page Title
    216             apply_filters( 'cltracker_admin_menu_menu_title', __( 'ActionRecorder', 'cltracker' ) ), // Menu Title
     215            apply_filters( 'cltracker_admin_menu_page_title', __( 'Action Recorder', 'cltracker' ) ), // Page Title
     216            apply_filters( 'cltracker_admin_menu_menu_title', __( 'Action Recorder', 'cltracker' ) ), // Menu Title
    217217            apply_filters( 'cltracker_admin_settings_capability', 'manage_options' ),  // Capability Required
    218218            self::SLUG,                                                              // Menu Slug
  • customerlabs-actionrecorder/trunk/Readme.md

    r2060794 r2065074  
    1 CustomerLabs ActionRecorder
     1CustomerLabs Action Recorder
    22====================================
    33
     
    1616Event Tracking for WordPress is the easiest way to integrate analytics and marketing tools into your WordPress site.
    1717
    18 Instead of installing each tool individually, just install CustomerLabs's WordPress plugin and use ActionRecorder integrate third-party analytics and marketing tools.   Once you're setup, you can add new analytics services with the flick of a switch!
     18Instead of installing each tool individually, just install CustomerLabs's WordPress plugin and use Action Recorder integrate third-party analytics and marketing tools.   Once you're setup, you can add new analytics services with the flick of a switch!
    1919
    2020## Here's how it works:
    21 * Install the ActionRecorder plugin
    22 * ActionRecorder will automatically start tracking how people are using your site – what pages they view and the information they provide to you, like their emails
    23 * Go to the ActionRecorder Integrations and enable integration where you want to send data
    24 * ActionRecorder will send this data along to each integrations
     21* Install the Action Recorder plugin
     22* Action Recorder will automatically start tracking how people are using your site – what pages they view and the information they provide to you, like their emails
     23* Go to the Action Recorder Integrations and enable integration where you want to send data
     24* Action Recorder will send this data along to each integrations
    2525* The service is fully integrated into your site–zero code required!
    2626
     
    3131
    32321. Go to the **Plugins > Add New** page in your WordPress admin.
    33 1. Search for "ActionRecorder" and install **Event Tracking for WordPress — by CustomerLab's ActionRecorder**.
     331. Search for "Action Recorder" and install **Event Tracking for WordPress — by CustomerLab's Action Recorder**.
    34341. Click **Activate Plugin**.
    35 1. Go to **Settings > ActionRecorder** and enter your ActionRecorder App ID.
     351. Go to **Settings > Action Recorder** and enter your Action Recorder App ID.
    3636
    37 That's it! You can now turn on any Integrations in ActionRecorder Integrations section.
     37That's it! You can now turn on any Integrations in Action Recorder Integrations section.
    3838
    3939## Frequently Asked Questions
    4040
    4141- Is this plugin free =
    42 Yes its free. but you should sign in to ActionRecorder before getting started
     42Yes its free. but you should sign in to Action Recorder before getting started
    4343
    4444- Which actions does it record automatically? =
  • customerlabs-actionrecorder/trunk/Readme.txt

    r2060794 r2065074  
    1 CustomerLabs ActionRecorder
     1CustomerLabs Action Recorder
    22====================================
    33
     
    1616Event Tracking for WordPress is the easiest way to integrate analytics and marketing tools into your WordPress site.
    1717
    18 Instead of installing each tool individually, just install CustomerLabs's WordPress plugin and use ActionRecorder integrate third-party analytics and marketing tools.   Once you're setup, you can add new analytics services with the flick of a switch!
     18Instead of installing each tool individually, just install CustomerLabs's WordPress plugin and use Action Recorder integrate third-party analytics and marketing tools.   Once you're setup, you can add new analytics services with the flick of a switch!
    1919
    2020## Here's how it works:
    21 * Install the ActionRecorder plugin
    22 * ActionRecorder will automatically start tracking how people are using your site – what pages they view and the information they provide to you, like their emails
    23 * Go to the ActionRecorder Integrations and enable integration where you want to send data
    24 * ActionRecorder will send this data along to each integrations
     21* Install the Action Recorder plugin
     22* Action Recorder will automatically start tracking how people are using your site – what pages they view and the information they provide to you, like their emails
     23* Go to the Action Recorder Integrations and enable integration where you want to send data
     24* Action Recorder will send this data along to each integrations
    2525* The service is fully integrated into your site–zero code required!
    2626
     
    3131
    32321. Go to the **Plugins > Add New** page in your WordPress admin.
    33 1. Search for "ActionRecorder" and install **Event Tracking for WordPress — by CustomerLab's ActionRecorder**.
     331. Search for "Action Recorder" and install **Event Tracking for WordPress — by CustomerLab's Action Recorder**.
    34341. Click **Activate Plugin**.
    35 1. Go to **Settings > ActionRecorder** and enter your ActionRecorder App ID.
     351. Go to **Settings > Action Recorder** and enter your Action Recorder App ID.
    3636
    37 That's it! You can now turn on any Integrations in ActionRecorder Integrations section.
     37That's it! You can now turn on any Integrations in Action Recorder Integrations section.
    3838
    3939## Frequently Asked Questions
    4040
    4141- Is this plugin free =
    42 Yes its free. but you should sign in to ActionRecorder before getting started
     42Yes its free. but you should sign in to Action Recorder before getting started
    4343
    4444- Which actions does it record automatically? =
  • customerlabs-actionrecorder/trunk/class.cltracker-settings.php

    r2064995 r2065074  
    1212    public static function general_section_callback() {
    1313        ?>
    14         <p style="max-width: 49em"><?php _e( 'Once you&rsquo;ve saved your App Id, You can able to send ecommerce events to customerlabs ActionRecorder', 'cltracker' ); ?></p>
     14        <p style="max-width: 49em"><?php _e( 'Once you&rsquo;ve saved your App Id, You can able to send ecommerce events to customerlabs Action Recorder', 'cltracker' ); ?></p>
    1515        <?php
    1616    }
  • customerlabs-actionrecorder/trunk/templates/settings.php

    r2060768 r2065074  
    11<div class="wrap">
    2     <h2><?php _e( 'ActionRecorder Settings', 'cltracking' ); ?></h2>
     2    <h2><?php _e( 'Action Recorder Settings', 'cltracking' ); ?></h2>
    33    <form method="post" action="options.php">
    44      <?php
Note: See TracChangeset for help on using the changeset viewer.