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
In Kiosk, please support "File upload field" in the "Field Update" action
Hello. Supporting "File upload field" in the "Field Update" actions would be a great addition to Kiosk Studio. I would appreciate it if you could evaluate it. Saludos,
can I link a contacts to multiple accounts
can I link a contacts to multiple accounts
Change Last Name to not required in Leads
I would like to upload 500 target companies as leads but I don't yet have contact people for them. Can you enable the option for me to turn this requirement off to need a Second Name? Moderation update (10-Jun-23): As we explore potential solutions for
For security reasons your account has been blocked as you have exceeded the maximum number of requests per minute that can originate from one account.
Hello Zoho Even if we open 10-15 windows in still we are getting our accounts locked with error " For security reasons your account has been blocked as you have exceeded the maximum number of requests per minute that can originate from one account. "
Zoho Creator - Zoho Analytics
I am facing an issue in Zoho Analytics where I am still seeing deleted data from the Zoho Creator form I created. Could you please look into this and let me know what needs to be done?
The Social Wall: November 2024
Hey everyone, As we move into December, we're excited to share all the updates that went live in Social during November. View, monitor, and respond to your WhatsApp and Telegram messages from Inbox Take your communication a step further by integrating
Launching CPQ for Zoho CRM! An in-built solution for bespoke quote management
Hello everyone, We are thrilled to announce the public release of CPQ (Configure, Price, Quote) for Zoho CRM, which is a fundamental block in sales management. NOTE: CPQ was a public early access feature from March 2023 — January 2024. Since February
Add an action to set agent as a member of a team in zoho desk
Hi, Please add an action to zoho flow to set agent as a member of a team in zoho desk (add to a team or remove from a team). Regards, Ram
Power of Automation :: Automatically set the dependency between Parent task and the respective sub tasks
A custom function is a software code that can be used to automate a process and this allows you to automate a notification, call a webhook, or perform logic immediately after a workflow rule is triggered. This feature helps to automate complex tasks and
Registration in community
Namaste I am from Shimla, But there is no option selection of shimla.
Spell Check default language
Hello All, Is it possible to set the Spell Check default language? I can't find it in the settings. Thanks a lot! Levente
Function #4: Schedule Customer Statements
Regularly sending statements to customers is an imperative part of many business processes as it helps foster strong customer relationships and provides timely guidance on payments. While you can generate the statement of accounts and have it sent over
Music files on Zoho Docs
1) Uploaded a ma3 music file from Itunes. When I click on the link, i go to the page and see a music player but it doesn't play. Clicking on the play arrow does nothing. How to fix???? 2) Also, when i put up a .zip file and goto the page, anyone download it. That's fine. But with a music file, all I get is that non functional player with no way to simply download the song. Do I have to zip every song so it can be downloaded?
5名限定 課題解決型ワークショップイベント Zoho ワークアウト開催のお知らせ (12/19)
ユーザーの皆さま、こんにちは。Zoho ユーザーコミュニティチームの藤澤です。 12月開催のZoho ワークアウトについてお知らせします。 参加登録はこちら: https://us02web.zoom.us/meeting/register/tZAqdOCrrDMtGdL3w__UraUPaZxJpeS_wcyt ━━━━━━━━━━━━━━━━━━━━━━━━ Zoho ワークアウトとは? Zoho ユーザー同士で交流しながら、サービスに関する疑問や不明点の解消を目的とした「Zoho ワークアウト」を開催します。
Restrict Employees Access to Zoho Support
Dear Zoho Support Team, Greetings! I am the focal point for all Zoho-related matters in our organization, and I would like to request the following features to help us streamline and centralize our support interactions. We request that zoho one support
How to import timesheets or entries into a projecgt
How can one import timesheets into a project via a csv file?
Automatic License Management Upon User Deactivation in Zoho One
Dear Zoho Team, We would like to propose a feature enhancement for Zoho One regarding license management. Currently, when a user is deactivated, their license is not automatically downgraded or removed from our account. Zoho explains this behavior by
Shared Snippets Everyone
Hi, Now that the Shared Snippets have been released and I think will be the most used feature implemented in 2023 :) Creating and Using Snippets in Ticket Responses - Online Help | Zoho Desk Maintain consistency in ticket responses with shared snippets
Introducing parent-child ticketing in Zoho Desk [Early access]
Hello Zoho Desk users! We have introduced the parent-child ticketing system to help customer service teams ensure efficient resolution of issues involving multiple, related tickets. You can now combine repetitive and interconnected tickets into parent-child
How to suppress display of "USD" of currency field?
When is Zoho Vault getting fuzzy search?
Seeing posts on here dating back as far as 3 years complaining about Vaults search functionality. It’s terrible. Please include fuzzy search, and sorting of results according to “most applicable”; not just alphabetically.
Automation#22 Track Ticket Duration at Specific Status
Hello Everyone! Welcome back to the Community Learning Series! Today, we explore how Zylker Techfix, a gadget servicing firm, boosted productivity by tracking the time spent at a particular ticket status in Zoho Desk. Zylker Techfix customized Zoho Desk’s
Self-Support Portal invites
I'm a one man operation and I'm using the free version of the Zoho Desk for now, but I am in need of help. When I do test tickets, I get a reply from the system inviting me to join the Self Service portal. I don't plan on using that, so I wonder if there
Lookup field in User module cannot look up to custom modules!
Hi there, Expense has been great so far but it's sad to see that a simple thing such as allowing a lookup to custom modules from the Users module is not yet implemented. Hope to see this in the next release. Do you have any plan for that?
Tip #10: Automatically add tags to Zoho CRM records using form responses
You may be using tags to filter records, create reports based on specific tags, or let your sales team to know which clients to give priority to. Don't skip tagging for the crm records added via forms. The tags can be set to be automatically captured during the form submission. How it works When you set up a configuration to push form entries into CRM, you can add a tag to them automatically. The tag value can vary based on the respondent's input (captured using form fields), or you can include a
Understanding response time
We have the following set up for our SLA. When a contact first writes in, the response due and resolution due dates are set. When one of our agents responses, the response due goes away. When a ticket gets a response from the contact, it appears to reset
Publish multiple languages at once in Knowledge Base
Does anyone know if it is possible to publish multiple translated articles at the same time? My knowledge base has about 35 languages, and while I have them set up to automatically translate, I still have to go in and select each language and manually
Canvas and Related lists
Hi, As much as I like canvas, when adding in a asection with related lists,it doesnt mimic the same functionality as the standard view within the CRM e.g left hand panel will show the module and total number of records. Is there a way of indicating this
Email address ZOHO suggestions in replying - how to delete unwanted suggestions?
Hi, I have some "unwanted" email addresses suggestions by ZOHO, and made some mistakes by replying for some tickets already. How can I clear this in ZOHO directly, I deleted all web browser history and cookies . Did not help :/ Below example, where one
Copy Widget to another Dashboard
I can see the option to clone a widget to the same dashboard but is it possible to copy it to another dashboard?
Subform edits don't appear in parent record timeline?
Is it possible to have subform edits (like add row/delete row) appear in the Timeline for parent records? A user can edit a record, only edit the subform, and it doesn't appear in the timeline. Is there a workaround or way that we can show when a user
CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive
Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
Zoho Learn vs. Trainer Central
Hi, I'm currently using Zoho One with a WordPress-based website and WooCommerce to manage my online courses. I would like to know what is the difference between Zoho Learn and Trainer Central and if it's possible for these two platforms to replace WP
How to Display a Logo Image on a Public Form?
I would like to display a logo image in the header of a form. To achieve this, I added an Add Notes field to the form. The code below works perfectly for Zoho users accessing the form. However, when the form is made public, the image does not load properly:
Creating a Zoho Online Meeting in a Blueprint
We are looking for an easy solution to schedule online meetings in a blueprint and ran into the same problem discussed in this topic: https://help.zoho.com/portal/en/community/topic/custom-function-to-set-meeting-to-online-meeting (After connecting Zoho
Enabling 'From Number' and 'To Number' fields in the Calls module
Hello everyone, We've added "To Number" and "From Number" fields in the Calls module as part of our latest update to provide users with the option to enable or disable them through the Calls Preferences tab. When enabled, these fields will be displayed
Exciting Update: Multi WhatsApp Business Account (WABA) Support Now Available in SalesIQ!
We’re pleased to share an important update that will enhance the way you manage your WhatsApp Business accounts (WABAs) within SalesIQ. With the launch of Multi WABA support, you can now connect and manage multiple brands more effectively, each under
Route Optimizer
Does Zoho Inventory offer route optimization for our in-house deliveries? It will save us time to manually route our daily orders. Thank you
Can documents attached to different ZohoForms automatically go to different OneDrive folders?
Hi there, I set a workflow to track and store applications coming in from our website. I created two different Zoho forms, one for unsolicited applications, one for applications to job postings. After any of the forms has been filled in, a new record
Kaizen #126 - Circuits in Zoho CRM - Part 1
Hello everyone! Welcome back to another week of Kaizen! Today, we will discuss an exciting topic—Circuits in Zoho CRM. For starters, we will discuss what Circuits are, how beneficial they are for businesses, different views of a Circuit, and the different
Next Page