The PageSense team is back for another round of Ask the Experts!
We'd love to answer any questions you might have on PageSense, conversion optimization best practices, and creating personalized experiences for your visitors. Here's everything you need to know about PageSense ATE #2:
When: October 10, 2019 between 7.00 AM to 12.00 PM PDT
Where: Right here! In the comments section of this post!
How can you participate:
- You can ask us your questions during the time we're actively answering them (on October 10, 2019, between 7.00 AM to 12.00 PM PDT).
- Add your questions as comments under this post.
- Note: If you can't see an option to comment below, please click on Sign in on the top-right corner of the screen and the comment section should pop right up.
A couple of sample questions to get you started:
- How do I use Custom Goals from PageSense's Goals module?
- How do you assign a visitor a particular variation in A/B tests?
- Will adding the tracking code to my website affect its speed?
Do not limit yourselves to just these samples, feel free to ask our team anything PageSense!
We're excited to hear from you and help you with any queries that you might have. Make sure you drop a comment below!
Cheers,
Tanya
Funnel Analysis
1. I'm not sure how to use this feature yet.
You can use funnel analysis to breakdown a visitor's journey on your website. For example, you can create a funnel with four steps:
Step 1: Home page
Step 2: Product page
Step 3: Add to cart page
Step 4: Successful checkout
All you have to do in PageSense is to add the URL of these four pages and launch the funnel analysis. Once it is live, we will start tracking the visitors' flow through these ordered steps. You can use this information to find the page with the most drop-offs, and begin optimizing it using A/B test or split URL test. Here's how you can create a funnel analysis using PageSense.
2. I'm not sure how to use the custom event option as a funnel step.
If you want to track a funnel step that doesn't have any page navigation, you can use custom event to achieve it. For example: Pop-ups, Button click with successful Ajax transaction(Add to Cart button).
Implementation:
To trigger a funnel once Signup popup is opened:
- function showSignupPopup() {
- //Code to display popup
- var popup = document.getElementById("signup-popup");
- popup.style.display = "block";
- //Code to trigger custom event
- window.pagesense = window.pagesense || [];
- window.pagesense.push(['trackEvent', 'signup-popup-viewed']);
- }
To track Add to cart event on ajax success as a custom step:
- function addToCart() {
- $.ajax( {
- "url" : http://zylker.online/addtocart/,
- "type" : "POST"
- }).success(function() {
- //Code to trigger custom event
- window.pagesense = window.pagesense || [];
- window.pagesense.push(['trackEvent', 'new-signup']);
- })
- }
3. How do you calculate drop-offs from a funnel step?
Drop-offs are calculated based on any of the following 2 conditions:
1. If a visitor haven't achieved the particular step at all
For example: Consider if the funnel is having 3 steps A=>B=>C
and consider the following visitors
Visitor 1 achieved A=>B=>C
Visitor 2 achieved A=>B
Step A will have 100% conversion rate and no dropoffs.
Step B will have 50% conversion rate and 50% dropoff as Visitor 2 haven't achieved Step C.
2. The visitor haven't achieved the steps in configured order
For example: Consider if the funnel is having 3 steps A=>B=>C
and consider the following visitors
Visitor 1 achieved A=>B=>C
Visitor 2 achieved A=>C=>B
Step A will have 100% conversion rate and no dropoffs
Because, Visitor 1 & 2 have travelled A=>B one after another as per configured order. Other steps/pages can also be visited in between path A=>B.
Step B will have 50% conversion rate and 50% dropoff
Because, Visitor 2 haven't achieved Step C after achieving Step B.
4. I would like to include / exclude users based on cookie settings
Currently, we don't support audience targeting based on Cookie value in Funnel Analysis.
1. I've used other tools for tracking goals like Google analytics, Mixpanel, KissMetrics, just to name a few. They all work the same as far as, they all need you to copy the tracking pixel on your thank page so the conversion gets triggered. But I do not see that here on PageSense.
PageSense tracks all the pages on which you've added our tracking code. So, that means, goals like click on elements, click on links, and time spent on page are tracked without adding any extra piece of code. However, if you wish to track a custom event, say, a successful form submission, then you can create a custom event goal. When you create a new custom event, you will be shown a code snippet that tracks its success. You just have to add this new custom event code in the section you wish to track, (in this case: a successful submission response), and you're done. Here's how you can create a custom event goal in PageSense.
Heatmap
1. I'm not sure how to use this feature yet.
A heatmap will show you where your visitors have clicked on the web page, how far down the page they've scrolled (scrollmap), and the time they've spent across the various sections of your web page. The only thing you need to run a heatmap is a website. Just enter the URL of the page you wish to heatmap, and launch the experiment. The data points are tracked in real time. However, we suggested you give the heatmap a couple of days to collect substantial visits, so that you can derive actionable insights from it. Here's a detailed how-to for creating a heatmap for your website using PageSense.
2. How do I create a single heatmap experiment for all the pages on my website?
All the pages of a website can be configured under a single Heatmap experiment using the "URL Targeting" feature. While creating an experiment, you can toggle the "Advanced" option and can specify the pages for which the data should be tracked in the "Include URLs" field. It can either be all the pages or a set of multiple pages. Similarly, the pages for which the data should not be tracked can also be configured in the "exclude URLs" field. Here's how you can run a heatmap on multiple pages at the same time.
Polls
1. Is it possible to download all the responses?
Yes, it is possible to download all the responses received for a Poll. In the Reports section of each poll experiment, there is a provision to export all the responses received for that particular poll, as a CSV file.
A/B Test
1. I'm not sure how to use this feature yet.
2. Is there a minimum per month visitor count my website needs to have to run an A/B test?
In PageSense, there is no minimum visitors count required to create and run an A/B test. However, for the experiment's result to reach a statistical significance, the number of conversions recorded per variation is an important metric. And this metric is heavily dependent on the number of visitors a variation gets and the duration for which the test is run.
Split URL test
1. I'm not sure how to use this feature yet.
A split URL test is a version of an A/B test that involves a complete design overhaul of the original page while maintaining its core idea. This means, you run a test between two or more pages, each with a unique URL, to find the one that gets more conversions. But you should note that each of these pages should be grounded in a common purpose. For example, you have a case-study page with a form that asks visitors for their email ID so that they can receive product updates. You can run a split URL test with a version that has gated content and one that doesn't to test which one generates a greater number of valid leads. Here's a document that will help you set up a split URL test in PageSense from scratch.
2. Is there a minimum per month visitor count my website needs to have to run a split URL test?
In PageSense, there is no minimum visitors count required to create and run a Split URL test. However, for the experiment's result to reach a statistical significance, the number of conversions recorded per variation is an important metric. And this metric is heavily dependent on the number of visitors a variation gets and the duration for which the test is run.
3. I want to know how you choose which variation to serve.
When a visitor lands at an experiment configured page for the first time, we use Javascript's Math.random() function to choose a variation for that particular visitor. The traffic allocated for each variation is an important metric in this calculation. The traffic allocation of all the variations ideally adds up to 100. So, we split the numbers 1-100 into multiple(number equal to the number of variations) buckets and each bucket is sized with respect to the traffic allocated for each variation. And when the Math.random() Javascript function returns a number between 1-100, the variation corresponding to the bucket within which the number falls would be chosen for that visitor. And once a variation is set for a visitor, we store the selected variation in the browser's cookie, to make sure that the same variation is served whenever the visitor revisits.
Recent Topics
Change format of quantity format
Hi, I would like to change the qunatity format from 1,00 to 1. Is this possible? thanks!
Ticket Views: filter criteria -> dynamic date values in relation to the current date
Hello all, It would be very helpful if you could build custom views in such a way that you do not have to adjust the criteria daily or at whatever interval in order to change the fixed date value as needed. For example, I would like to create a view that,
Captchas: No support for Google reCAPTCHA or similar
Hi all, The current captcha integrated into Creator is very basic, and often near-impossible to read. I'm building an app for a charity which includes a couple of public-facing forms, and this is a real issue for people with dyslexia and related conditions - it's effectively excluding them if you want any form of spam protection at all on your published forms (and that being said, the current captcha doesn't even seem very effective - bots can often read it more easily than humans). I've raised this
Maintain consistency in ticket responses with shared snippets
Hello everyone! We are excited to announce that our highly anticipated snippet sharing feature is now available to all users. As you know, snippets are pre-defined message templates, or canned messages, that help agents respond to tickets with efficiency.
Tickets - Zoho Desk
Hi Team, My Clients need to see their tickets created and the status of the ticket in the Zoho Support Desk itself. How can I do this? My Client doesn't have a Zoho Account. They need to access the ticket by the provided link without signing in.
Automatically assign Contacts to Account owners
Hi, I have a finite number of accounts set up in the CRM, and each new contact that comes in is automatically assigned to an Account according to a rule I set up. I want the Contact owner in the Contacts module to be assigned to the relevant Account owner.
Making Copies/Duplicates of Zoho Forms (Shared)
Question to the community: is there a way to take a 'shared form' , make a duplicate copy and save under My Forms, so that i can use that which was already created as a template to make updates to and use as a test form and be able to have full access,
Using IMAP configuration for shared email inboxes
Our customer service team utilizes shared email boxes to allow multiple people to view and handle incoming customer requests. For example, the customer sends an email to info@xxxx.com and multiple people can view it and handle the request. How can I configure
Can you help us creating a customised form with payment link?
I would like to create a customised Transport form where the user will be asked to make payment basis the drop/ pick up they select.
Deleting or disabeling predefined ticket list views
Is it possible to delete or disable predefined views or is this still not possible? For instance, we are not using the chat function and therefore have no use for the "Missed Chats" view. Thanks!
How to restore deleted Field
I edited a field in zoho form and by accident I deleted a field (email address). The form is ongoing to be filled by respondent. Then, when I checked to the all entries and report, the email address is gone. I checked in audit log, there is a record that
Unable to load your extension. Please check your plugin-manifest or Resources.json.
Hi Team, I am using the config module with multiple fields of different types, such as checkboxes and picklists. However, I am encountering the following issues: Error Message: When loading the extension, I get the error: "Unable to load your extension.
Remove or hide default views
I'm looking to only have the views pertinent to my organization. Is there a way to show only my custom views (or separate them to a different area or something)? If not, this should be a feature as switching from Zendesk we had this option...
No Sales Returns on SO's with Dropped Shipped items + Inventory Items
We have encountered an issue in Zoho related to sales orders that include both dropshipped items and inventory items. Specifically, it is currently not possible to create sales returns for the company’s own inventory items from these sales orders. This
Layout Rules / Quick create
Hello, is there a way to create a layout rule for quick create option? Regards, Katarzyna
Issue with Create Note Button and Popup Form in Leads Module
Hello Zoho Community, I am trying to implement a "Create Note" button in the Leads module with the following functionality: 1. When the button is clicked, a form should pop up with fields to add notes. 2. After filling out the form and clicking Send,
Finding draft ticket replies
Is there a way to see all tickets which have draft replies?
Guidance on Making Zoho Desk Connections Available for All Data Centers
Hi Team, I’m currently developing an application using Zoho Desk connections to manage OAuth for my third-party products. Could you please advise on the steps required to make it available across all data centers? Looking forward to your thoughts on
Caso de Uso | Menos trámites, más salud: Clínicum optimiza sus recursos con Zoho One
"La automatización del proceso de solicitud de bajas y su trazabilidad a través de Zoho nos ha supuesto una mejora en el ROI." - Carol Rodríguez, Responsable de Experiencia del Cliente interno y externo en Clínicum ¡Hola a todos! Estamos emocionados de
Is it possible to disable Chat Waiting Time, or to make it indefinite?
We have used many online chat services over the years. However, Zoho's SalesIQ appears to be the only one we've tried that has a mandatory time limit where we must respond to new customer queries. We are a small business so we have no dedicated staff to monitor incoming chats, which makes this requirement very undesirable. (There have been no complaints from our clients when we're slower to follow up.) Is there an option I'm missing to turn Chat Waiting Time off, or to allow an infinite wait time?
Double opt-in notifications and customizable confirmation messages for your webforms
Dear CRM Community, We are excited to announce a major upgrade to our Webforms feature. You can now customize the confirmation message shown to your users who double opt-in from your webform and also customize your confirmation emails when they submit
Bulk create tasks - Zoho Projects API
Hi Zoho/Community, I am trying to create multiple tasks in a single API call, is there a way we can combine multiple request bodies into one single payload? The issue I am facing is the rate limiting on the API, I wanted to create certain amount of tasks
Task Due dates and Reminder Date & Time
I like to have a reminder on many tasks in Zoho Recruit. I find the process cumbersome in that each task requires the following: 1. click and select due date 2. Click the reminder box 3. Click on (Reminder) Start Date 4. Click on (Reminder )Time If one
Unable to Access Admin Console and Email Sending Issues
Hello Zoho Support Team and Community, I hope this post finds you well. I am currently facing two significant issues with Zoho services: Admin Console Access Issue: Every time I try to access the Zoho Admin Console, it gets stuck on the loading screen
Tracking new lead response time
Hi, I have a team of Sales Development Reps, who have a KPI of responding to a lead within 20 mins or less once it hits the system. I seem to recall that Zoho CRM had the capability to track this in a previous version, but don't see it anywhere. It's
Getting The Following Error.. 550 5.4.6 Unusual sending activity detected
I just launched a marketing campaign and I got this error. Everything was working fine previously. This is a big launch so need to fix it asap. Can anyone help?
mail
Frequent sending of this email, what does this mean? How to solve it
Printing on 80mm bluetooth Pos Printer
Hello. I am trying to print receipts and invoices using my 80mm bluetooth connectivity Pos printer. I have configured the Templates to Retail so that it matches the paper width of the Pos printer. However, when I click Print in zoho, first it opens the
Trying to integrate gmail but google keeps blocking Zoho access for integration??
hi i am trying to integrate a gmail account so can track/access business emails this way. I have followed the instructions but after selecting my email account it gets re-routed to this message (screengrab below) Can anyone advise a way around this or
Which attribute in Zoho books invoice api represent branch attached to the invoice?
Hi Zoho Team, We have done the integration with Zoho Books API. While fetching data from Invoice API we want to get branch value attached to the invoice. We could not figure out which field in "Get an Invoice" api represents branch value attribute. Thanks
How to Billed from two different GST Numbers
How to Billed from two different GST Numbers. Suppose ABC & Co had GST registration in Delhi and Haryana and Zoho account is created with Delhi GST Registration number. Now i also want to issue invoice from Haryana GST Registration number. How can i proceed ?
How to hide Predefined views
Hi, I would like to know how to hide: Predefined views and Recent views or some records from this list. If I'm using it form iPad I have to scroll to see User created views. Or maybe it's possibility to move User created views on the top. All the best,
Is it possible to trigger the review process when a record is edited?
Hello, I need to trigger a review process whenever a field is updated to a specific value. This field is empty when the record is created and is only filled later. I know the approval process exists, but that's not what I'm looking for in this case. What
How to Customize Task Creation to Send a Custom Alert Using JavaScript in Zoho CRM?
Hello Zoho CRM Community, I’m looking to customize Zoho CRM to send a custom alert whenever a task is created. I understand that Zoho CRM supports client scripts using JavaScript, and I would like to leverage this feature to implement the alert functionality.
Deleting Views
How do you delete views? Please syd
Fixed Assets
Where would I manage my fixed assets
Create a purchase order in vendor's currency
I am having a problem working this out and would appreciate some suggestions. We have Books and Inventory working in tandem. We are in Australia, our product is sold in Australia in $A and obviously all our invoices, accounts and reports need to be in
Report on Assets
Hi, Is it possible to report purchased assets on a specific year? The Balance Sheet shows everything up to the current date, and the expense reports will not show purchased assets because they are assets not expenses. If it is not possible, then is it possible to setup an API connection with Books to extract data from to another Reporting application?
Purchase of Fixed Assets
How can I record the purchase of assets using zoho books? For example, I purchased 4 laptop for 100000 $ each and paid it through my bank account. How can I record this transaction and maintain track of how much of the assets I bought?
Where is the Fixed Asset Register?
I am a Zoho One user for 18 months, using invoicing and CRM and now ready to migrate my books to Zoho Books. Where do I keep the fixed asset register for the equipment that I use in my business? I have a service based business with a lot of gear and business
Next Page