Changeset 1079222
- Timestamp:
- 01/30/2015 08:37:14 PM (11 years ago)
- Location:
- tailtarget
- Files:
-
- 29 added
- 6 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
trunk/_inc (added)
-
trunk/_inc/images (added)
-
trunk/_inc/images/icon-menu.png (added)
-
trunk/_inc/images/icon-tailtarget-pb.png (added)
-
trunk/_inc/images/screenshots (added)
-
trunk/_inc/images/screenshots/banner-772x250.png (added)
-
trunk/_inc/images/screenshots/screenshot-1.png (added)
-
trunk/_inc/images/screenshots/screenshot-2.png (added)
-
trunk/_inc/images/screenshots/screenshot-3.png (added)
-
trunk/includes/Connect.php (added)
-
trunk/includes/Layout.php (added)
-
trunk/includes/Option.php (added)
-
trunk/includes/Scripts.php (added)
-
trunk/includes/Settings.php (added)
-
trunk/includes/Tracking.php (modified) (5 diffs)
-
trunk/includes/Translate.php (added)
-
trunk/languages (added)
-
trunk/languages/tailtarget-pt_BR.mo (added)
-
trunk/languages/tailtarget-pt_BR.po (added)
-
trunk/public (added)
-
trunk/public/css (added)
-
trunk/public/css/style.admin.css (added)
-
trunk/public/image (added)
-
trunk/public/image/icon-menu.png (added)
-
trunk/public/image/icon-tailtarget-pb.png (added)
-
trunk/public/image/tailtarget-header.jpg (added)
-
trunk/public/js (added)
-
trunk/public/js/angular.min.js (added)
-
trunk/public/js/angular.min.js.map (added)
-
trunk/public/js/app.admin.js (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tailtarget/trunk/includes/Tracking.php
r683081 r1079222 2 2 /** 3 3 * Class trackingTailTarget insert tracking code into header all pages of blog/site 4 * @author Weslley Alves <weslley [email protected]>5 * @version 0.0.14 * @author Weslley Alves <weslley@wezo.com.br> 5 * @version 1.0 6 6 */ 7 7 … … 10 10 public $urlRegister = 'http://www.tailtarget.com/'; 11 11 public $urlBaseJs = 'd.tailtarget.com/base.js'; 12 public $version = ' 0.0.1';12 public $version = '1.0'; 13 13 public $message = null; 14 14 public $typeMessage = null; … … 16 16 public function __construct(){ 17 17 18 if(is_admin()){19 add_action('admin_menu', array($this, 'add_plugin_page'));20 add_action('admin_init', array($this, 'page_init'));21 }22 add_action('wp_head', array($this, 'add_tailtarget_tags'),99);18 //if(is_admin()){ 19 // add_action('admin_menu', array($this, 'add_plugin_page')); 20 // add_action('admin_init', array($this, 'page_init')); 21 //} 22 //add_action('wp_head', array($this, 'add_tailtarget_tags'),99); 23 23 } 24 24 … … 75 75 76 76 public function create_admin_page(){ ?> 77 78 77 <div class="wrap"> 79 <?php screen_icon(); ?> 80 <h2> 81 <?php echo __('Tail Target Tracking')?> 82 </h2> 83 <form method="post" action="options.php"> 78 <h2> Opções </h2> <br> 79 <div data-ng-include="template.url"></div> 80 <form method="post" action="options.php"> 84 81 <?php 85 82 settings_fields('tailtarget_tracking_option_group'); 86 83 do_settings_sections('tailtarget-tracking-setting-admin'); 87 ?> 88 <?php submit_button(); ?> 84 submit_button(); ?> 89 85 </form> 90 86 </div> 91 92 87 <?php 93 88 } … … 184 179 185 180 } 181 182 183 if ( class_exists('trackingTailTarget') ) { 184 $ttTracking = new trackingTailTarget(); 185 } -
tailtarget/trunk/readme.txt
r683081 r1079222 1 === Tail Target for Wordpress===1 === TailTarget DMP === 2 2 Contributors: wezoalves 3 Tags: statistics, stats, analytics, tail target, clusters, tailtarget.com , views , clusters , target , trackyt ,3 Tags: statistics, stats, analytics, dmp , data science, tail target, clusters, , trackyt 4 4 Requires at least: 3.0 5 Tested up to: 3.5.16 Stable tag: 1.0 .05 Tested up to: 4.0.1 6 Stable tag: 1.0 7 7 License: GPLv2 8 Donate link: http://tailtarget.com 8 9 Using TailTarget for WordPress plugin you will be able to better understand your web site audience. 10 11 == Description == 12 Using TailTarget plugin in your blog or website, you will have access to comprehensive information about the online behaviour of your visitors. Using this plugin, you will have access to TailTarget exclusive dashboard, where you can better understand your audience through useful statistics like gender, age, interests, and so on. 13 14 == Installation == 15 In order to use this plugin, you first you need to create an account at TailTarget. Go to www.tailtarget.com, register your website, and then: 16 17 1. Download the TailTarget DMP plugin by clicking in the donwload button on this page and save the \'tailtarget.zip\' file 18 2. Unzip the file in a \"tailtarget\" folder in the plugins folder at wordpress. Usually, the path for this folder is \"wordpress/wp-content/plugins/\" 19 3. Go to Plugins screen and find the TailTarget DMP plugin in the list. 20 4. Click Activate Plugin to activate it 21 5. Click on TailTarget DMP on menu 22 6. In the Tracking ID field type your website identification code that was sent to you when you created your TailTarget account 23 7. Save your changes 24 8. And you are done! Now you can better understand your visitors. 25 26 == Frequently Asked Questions == 27 How can I get a TrackingID? 28 29 In order to get your TrackingID go to http://www.tailtarget.com and click on Sign In. Then, provide the required information and you will receive a TrackingID for your website. 30 31 == Screenshots == 32 1. Plugin Settings 33 2. Dashboard TailTarget 34 3. Dashboard TailTarget 35 36 == Changelog == 37 = 0.0.1 = 38 * Initial release 39 40 = 1.0 = 41 * Update Interface Settings 9 42 10 43 11 Utilizando o plugin da Tail Target for Wordpress, você terá um entendimento qualitativo dos usuários que navegam pelo seu site.12 44 13 45 14 == Description == 46 == Upgrade Notice == 47 = 0.0.1 = 48 * Initial release 15 49 16 Utilizando o plugin da Tail Target em seu blog/site você terá entendimento do padrão de comportamento online dos usuários do seu site e não somente dados superficiais como sexo e idade, a Tail Target disponibiliza um dashboard personalizado para acompanhamento em tempo real da sua audiência. 17 18 O que faz o plugin Tail Target for Wordpress 19 20 * Inclui no header de todas as páginas do seu site uma tag para "trackeamento" da sua audiência 21 22 23 == Installation == 24 Para utilizar o plugin você deve ter uma conta na Tail Target, acesse: www.tailtarget.com 25 26 1. Faça o download do plugin da Tail Target for Wordpress, clicando no botão de download nesta página e salvar o arquivo 'tailtarget.zip' 27 2. Descompacte a pasta "tailtarget" dentro da pasta de plugins do wordpress, geralmente fica localizada em "wordpress/wp-content/plugins/" 28 4. Ative o plugin Tail Target for Wordpress através da página "Gestão de Plugin" na interface de administração do WordPress. 29 5. Acesse o menu Configurações e no sub-menu acesse Tail Target 30 6. No campo Tracking ID, insera o codigo do seu site cadastrado na Tail Target 31 7. Clique em Salvar Alterações 32 8. Pronto !!! 33 9. Você terá um entendimento qualitativo dos usuários que navegam em seu site. 34 35 36 == Frequently Asked Questions == 37 38 = Como obtenho o TrackingID = 39 40 Para obter o TrackingID acesse http://www.tailtarget.com e clique Registrar, preencha o cadastro insira o endereço do seu site e obtenha o TrackingID 41 42 43 == Screenshots == 44 45 11. Dashboard. 46 22. Clusters. 47 33. Configuração Tag. 48 49 50 == Changelog == 51 52 = 0.0.1 = 53 * Release Inicial 54 55 == Upgrade Notice == 56 57 = 0.0.1 = 58 * Release Inicial 50 = 1.0 = 51 * Update Interface Settings
Note: See TracChangeset
for help on using the changeset viewer.