Dashboard | ActiveTrail
var application_url = AT.Application.ApplicationUrl(); var dir = "ltr"; var gridDir = "ltr"; var reloadAfterBillingTransaction = "0"; var isOnlineUser = true; var selected_lang ='en'; var schema_id = "8"; var _userGeneralInfo = { UserType: 'Free', GaClientId: '' } var spfDomainKeysDilaogWrapper = null; var _loginUserId = '222103'; var _isEditContactsDisabled = false; var _timeZoneDifference = -2; var _utcTimeZoneDifference = 1; var _isShowConversions = false; var liveChatParams = { license:'7448301', group: 4 }; var version = '2.0.8635.27327'; var isBuilder3 = false;
var _gaTracker = new GaTracker();
_clientSession.init('en', '213093', 'Hugo');
var __userName = "hugoperkins@proton.me"; var __culture = "en";
$.fn.modal.Constructor.prototype.enforceFocus = function () { };
(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-TFXXHH');
function callAnalyticsTag(transaction) { if (transaction != null) { var googleTrans = { 'sessionID': '04bjcnlcaylpkitmqcrbhxhk', 'userEmail': 'hugoperkins@proton.me', 'transactionId': transaction.Id, 'transactionTotal': transaction.TotalCharge, 'transactionTax': transaction.VATPrice, 'transactionAffiliation': '', 'event': 'transactionComplete', 'transactionProducts': [{ 'name': transaction.SystemPlanName, 'sku': transaction.PlanId, 'category': transaction.PlanCategoryName, 'price': transaction.ProductPrice, 'currency': transaction.CurrencyName, 'quantity': transaction.Quantity }] }; window.dataLayer = window.dataLayer || [] dataLayer.push(googleTrans); } }
//
Account
Settings
Language
עברית
Français
Deutsch
Spanish
Billing Details
Purchase History
Free trial
Days left:
30
Trial ends:
26/09/2023
Purchase email plan
Purchase SMS plan
List size:
Unlimited
Credits:
2,000 left
SMS:
5
Account:
[email protected]
Logout
Contacts
New Contact
Import
All Contacts
Groups
Filters
Dynamic Groups
Import Status
Contact Fields
Search
Email
New Email
Email List
Email Reports
Transactional Messages
Executive Reports
My Templates
Sending Profiles
Sending Status
Scheduled Reports
SMS
New SMS
SMS List
SMS Report
Sending Profiles
WhatsApp
Landing Pages
New page
Page List
Domains
Forms & Popups
New Signup Form
Form List
Automations
New Automation
Automation List
Surveys
New Survey
Survey List
Integrations
API
API Keys
Documentation
Smart Pixel
Webhooks
Zapier
ActiveCommerce
Social
Account under review
Review my account
Create email
Website signup form
Free trial
Days left:
30
Trial ends:
26/09/2023
Purchase email plan
Purchase SMS plan
List size:
Unlimited
Credits:
2,000 left
SMS:
5
Emails
New
Drafts
[email protected]
- 28/08/2023
Sent
No emails found
Contacts
New
Import
Landing pages
New
Page List
No pages found
Reports
All
Executive
Contact Statistics
There is no data available for the report.
Need Help?
Contact us Via
Chat
Mail
1(929)214-1037
Guides
Create a Simple Email Marketing Campaign
After setting up your ActiveTrail user, adding your contacts, creating mailing groups and authenticating your account, it’s time to build your first email marketing campaign and send out your first newsletter...
Read more
Learn How to Create Outstanding Landing Pages
A landing page is exactly as its name describes – the first page a user lands on after clicking on a certain link. Following are instructions for building a superb landing page in the ActiveTrail system in three short steps…
Read more
Create a ‘Welcome Automation’ on ActiveTrail
A welcoming message, such as “Welcome” or “Thank you for joining”, in an Email, SMS or Website Pop-up is essential to begin a long-term relationship with your contacts. Creating a ‘welcome automation’ takes just a few minutes…
Read more
function shareOnFaceBook() { window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent("http://www.activetrail.co.il/"), 'facebook-share-dialog', 'width=626,height=436'); return false; }
$('.dashboard-section-mail').click(function () { $('.dashboard-section-mail a')[0].click(); }); $('.dashboard-section-phone').click(function (e) { $('.dashboard-section-phone a')[0].click(); });
Your account is under review
In order to provide optimal deliverability, Activetrail needs to manually review some of its users' accounts from time to time. During this short review process, the account remains fully functional and allows you to build landing pages, design campaigns, import contacts, etc. However, you will not be able to send emails/SMS or publish landing pages until we finish the review process.
Please provide us with the following information in order for us to review your email/SMS:
1. What is the source of your contact list:
2. Did your contacts request/authorize you to send them emails/SMS?
Please provide the URL where your contacts have approved you to send them emails/SMS:
3. Design a campaign (email/SMS) that you wish to send and save it.
When you are done, please click "Ready for review", and we'll review your account.
We will do our best to expedite the review process and approve your account.
var _requestId = -1; var _campaignCount = 1; var _props; $(document).ready(function () { $('.modal-body').css('max-height', '650px').css('padding', '20px 25px'); $(".pop_over").popover({ trigger: 'hover' }); }); function InitAccountSuspendedDialog(props) { _props = props; AT.UI.floatingWindow.ClearError(AT.UI.floatingWindow.Instances['accountsuspendeddialog']); //populate requestData if exists if (_requestId > 0) { $('#questions').hide(); $("[id*='btn_save']").hide(); } else { $('#questions').show(); $("[id*='btn_save']").show(); } $(AT.UI.floatingWindow.Instances['accountsuspendeddialog']).find("[id*='btn_save']").unbind("click").click(function () { var listSource = $(AT.UI.floatingWindow.Instances['accountsuspendeddialog']).find('#listSource').val(); var contactsAuth = $(AT.UI.floatingWindow.Instances['accountsuspendeddialog']).find('#contactsAuth').val(); var contactsUrl = $(AT.UI.floatingWindow.Instances['accountsuspendeddialog']).find('#contactsUrl').val(); if (validateData(listSource,contactsAuth,contactsUrl)) { save(_requestId, listSource,contactsAuth,contactsUrl); } }); $(AT.UI.floatingWindow.Instances['accountsuspendeddialog']).find("[id*='btn_close']").unbind("click").click(function () { if (typeof(_props.callbackFunc) !== 'undefined') _props.callbackFunc.call(this, null); }); } function save(requestId, listSource, contactsAuth, contactsUrl) { // get the iframe link from the BillingProvider var webMethod = AT.Application.ApplicationUrl() + "/Handlers/UnderReviewHandler.ashx"; parameters = { action: "save_request", requestId: _requestId, listSource: listSource, contactsAuth:contactsAuth, contactsUrl: contactsUrl }; AT.UI.Ajax.call(webMethod, "POST", parameters, function (data) { var processResultObj = data; if (processResultObj.ObjectData) processResultObj = eval('(' + processResultObj.ObjectData + ')'); if (data.HasErrors) return false; if (typeof(_props.callbackFunc) !== 'undefined') _props.callbackFunc.call(this, null); AT.UI.floatingWindow.Close(AT.UI.floatingWindow.Instances['accountsuspendeddialog']); }); } function validateData(listSource, contactsAuth, contactsUrl) { if (listSource.length <= 0 || contactsAuth.length <= 0 || contactsUrl.length <= 0) { AT.UI.floatingWindow.ShowError(AT.UI.floatingWindow.Instances['accountsuspendeddialog'], 'All fields are mandatory'); return false; } if (_campaignCount <= 0) { AT.UI.floatingWindow.ShowError(AT.UI.floatingWindow.Instances['accountsuspendeddialog'], 'You need to create and save at least one email.'); return false; } return true; }
var domainPath = "https://app.activetrail.com"; var _isShowUpgrade = 'False'; var systemAlertDialogWrapper = null; var _isDemoExpired = false; var _isFirstVisit = false; var status_data = [{ label: AT.TranslationProvider.get_global_label("lblActive"), data: 0 }, { label: AT.TranslationProvider.get_global_label("lblInActive"), data: 0}]; var _isAccountSuspendedDialogShown = 'False'; var _isBillingIssue = false; function initDraftLinks() { $("a[data-campaign-id]").bind("click",function() { var campaignId = $(this).attr("data-campaign-id"); if (campaignId) NavigateToCampaignSend(campaignId); }); $("a[data-activepage-id]").bind("click",function() { var pageId = $(this).attr("data-activepage-id"); if (pageId) { //Open in a pure domain (http://) var pureUrl = AT.Application.ApplicationUrl().replace("https://","http://"); //redirect to the copied campaign location.href = pureUrl + "/Members/LandingPages/Builder/PageBuilder.aspx?id=" + pageId; } }); } function initChart() { AT.UI.ChartGenerator.generate_pie_chart($('#graphStatus'), status_data, null, true); } $(document).ready(function () { homepageInit(); showPopups(); at.AlertsController.renderAlert( $('.alerts'), function (data) { }, true); //show waiting merge contacts alert AT.UI.MergeCustomerDialogUtil.HandleWaitingMergesAlerts($('.waiting-merge-conflicts-alert')); }); function showPopups() { if (AT.User.isUnderReview() && _isAccountSuspendedDialogShown=='False') { //First - check if the user is under review openAccountSuspendedDialog(); } else if (AT.User.isSubscriptionExpired()) { //open subscription expiry date dialog. openSubscriptionExpiryAlert(false); } else if(AT.User.isSubscriptionAlmostExpired()) { //new - check if user subscription ended. openSubscriptionExpiryAlert(true); } else if (_isShowUpgrade.toLowerCase() == 'true' && location.hash.indexOf("shown") < 0) //Show it once { //Second - check if the user has to change plans if (isOnlineUser) openChangePlanDialog({ category: 'Purchases', action: 'Main dashboard screen', label : 'external upgrade link' }); else //Show him an appropriate message ShowOkMessageDialog("info", AT.TranslationProvider.get_global_label("lblUpgradeCrmUserTitle"), AT.TranslationProvider.get_global_label("lblUpgradeCrmUserBody")); location.hash = "shown"; }//Check if the user has a billing issue else if (_isBillingIssue) { openBillingIssueDialog(); } else if(typeof(openGift) == "function") { openGift(); } //3 - check if there is an active alert-- else if(systemAlertDialogWrapper == null) { //Show the alerts (if exist) AT.DialogsProvider.load_dialog("SystemAlertDialog", null, function(typeName){ systemAlertDialogWrapper = typeName; initAlerts(); }); } } function showDemoExpiredMsg() { openBillingWindowWithMask('demoexpired'); } function homepageInit() { initChart(); initDraftLinks(); } function createNewCampaign() { //Register in GA _gaTracker.SendEventWithLabel('New Regular Campaign', 'App main screen', 'clicks on create new campaign 1', function(){ window.location.href='http://app.activetrail.com/Members/CampaignWizard3/CampaignTypeSelect.aspx'; }); } function createNewSignUpForm(){ //Register in GA _gaTracker.SendEventWithLabel('New Signup Form', 'App main screen', 'clicks on create new signup form 1', function(){ window.location.href='http://app.activetrail.com/Members/SignupForms/TypeSelect.aspx?id=-1&vnum=-1'; }); }
(function(a,e,f,g,b,c,d){a.WisePopsObject=b;a[b]=a[b]||function(){(a[b].q=a[b].q||[]).push(arguments)};a[b].l=1*new Date;c=e.createElement(f);d=e.getElementsByTagName(f)[0];c.async=1;c.src=g;d.parentNode.insertBefore(c,d)})(window,document,"script","//loader.wisepops.com/get-loader.js?v\x3d1\x26site\x3dZf3FjdWX8b","wisepops");
$(function(){var a={};$("#_popupRules").children().each(function(){var b=$(this).attr("id");a[b.replace("div#","")]="true"});void 0!=a._detail_product_crm&&void 0!=a._detail_sms_true&&(a._detail_sms_true=!1);wisepops("properties",a,!0)});
function initGaUserType() { //Mark user type (Free, Paying or CRM) if not done before var ckName = "gaUserType"; var ckVal = _userGeneralInfo.GaClientId + "_" + _userGeneralInfo.UserType; var existingVal = readCookie(ckName); if (existingVal == null || existingVal == '' || existingVal != ckVal) { _gaTracker.SetUserTypeDimension(_userGeneralInfo.UserType); //Store in cookie createCookie(ckName, ckVal, 30); } } function initGaClientId() { //Get the client id from ga _gaTracker.GetClientId(function (clientId) { //store it _userGeneralInfo.GaClientId = clientId; //Update via sever handler var webMethod = AT.Application.ApplicationUrl() + "/Handlers/BillingHandler.ashx"; var parameters = { action: "setgaclientid", gaClientId: clientId }; AT.UI.Ajax.call(webMethod, "POST", parameters); //Mark user as existing _gaTracker.SetExistingUser(true); trackPageView(); }); } function trackPageView() { try { initGaUserType(); } catch (e) { } _gaTracker.TrackPageView(); } if ('false' == "true") { var _trackPageView = true; if (_userGeneralInfo.GaClientId != '') { //Set the client id before creation _gaTracker.SetClientId(_userGeneralInfo.GaClientId); } else { //don't track the page view sequently _trackPageView = false; try { initGaClientId(); } catch (e) { } } _gaTracker.SetAllowLinker(true); _gaTracker.ForceSSL(true); _gaTracker.Create("UA-224251-6", "auto"); if (_trackPageView) trackPageView(); }
maxmind_user_id = "89808"; (function() { var loadDeviceJs = function() { var element = document.createElement('script'); element.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//device.maxmind.com/js/device.js'; document.body.appendChild(element); }; if (window.addEventListener) { window.addEventListener('load', loadDeviceJs, false); } else if (window.attachEvent) { window.attachEvent('onload', loadDeviceJs); } })();