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
Custom field doesn't fill when converting sales order to invoice
Hi, When I convert a Sales Order to an Invoice one of the custom fields on a product line names "Subsidie" does not seem to fill in automatically. I manually have to select the product again by clicking on the product name in the order line en re-select
TeamInbox down?
Hi everyone, we are getting message "Sorry, this action cannot be performed due to an internal error. Please try again later. We are on the Canadian data centers. Can someone please confirm if the service is down? Thank you! F
Purchase Requisition in Zoho Books
I want to understand if Zoho Books is having the following workflow: PR ( Purchase Requisition ) >> PO ( Purchase order) >> GRN/SRN ( Goods/Services receipt note) >> Bill
Confirmation prompt before a custom button action is triggered
Have you ever created a custom button and just hoped that you/your users are prompted first to confirm the action? Well, Zoho knows this concept. For example, in blueprint, whenever we want to advance to the next state by clicking the transition, it is
Marketer's Space: Streamline marketing and sales by integrating ZMA's Planner with Zoho CRM
In a competitive market, clear goal-setting and seamless campaign execution are crucial for marketing and sales alignment. When integrated with Zoho CRM, Zoho Marketing Automation's Planner enables marketers to create, manage, and measure campaigns effectively
Custom emails for Portals not working
I changed the standard templates to custom email templates for all three options, but the invitation is still sending the original email layouts. Anyone know why this would be happening? I changed them 2 days ago.
Switching scheduled webinars from Live to On-demand
Now that On-Demand webinars has been added as an option for webinar presenting, is there a way I can edit already scheduled webinars from Live to on-Demand? These scheduled webinars already have people registered. Thanks
Zoho CRM v2.1 deprecation or sunset plans ?
Hi Team Wanted to know if there is any plan to deprecate v2.1 CRM apis https://www.zoho.com/crm/developer/docs/api/v2.1/ and if yes by when
Forex Bank Refund Entry
Hello, please advise how to enter refunds from our bank forex department. The refund was because we were on preferential rates but at the time of USD purchase were not given the preferential rate, therefore the bank calculated the excess that we paid
Auto-Populating Custom Field
This is to request a feature enhancement for our invoicing system. We're currently creating invoices with a single item per invoice and have a custom field called "Related Vehicle." We would like the "Related Vehicle" field to be automatically populated
How can i Customize Delivery Note?
I need to customize delivery note like change the tittle for language purposes and also include only the balance due
Delivery note template
We have some reasonable templates for sales docs but the delivery note one is very limited. It would be nice if we could have the same options as the sales form templates or even create our own by cloning an existing sales template, modifying (ie: removing
INTERCOMPANIES INVOICING
Dears , I paid expenses on behalf of our sister company from my cash account , then month End i issued an invoice to the sister company , my question is how to put the expenses GL in the invoices
Zoho CRM Theme Color?
I've read multiple articles stating it's possible to change Zoho CRM theme colour (top menu bar) from personal settings menu, however, my zoho has no options for this at all and I've looked everywhere........has this feature been removed? I'm currently
How can i force the user to select a project when creating an invoice ?
Hello I tried all the ways that i know , but no way is able to stop creating an invoice without project.
Sales
1/ How can I make a discount on invoice exmple : invoice 5,100 le , custmar pay 5000 and I need to make this 100 le as a discount , how can i make it ?! 2/ Is thare any report can make me match my company’s balance with the customer’s balance?
Include Project Hours when Creating Estimates from Projects
Hi Currently, in Books, you can create estimates from Projects by inserting tasks that pull both the task and the hourly charge rate. But it doesn't pull the budgeted hours for the task, so you manually have to remember the number of hours for a given
acc
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 pay//
South African Payment Gateways
Since the "Demise" of Wave many South African users have moved over to Zoho and yet for years users have been requesting Integration with a South African Payment Gateway to no avail. Payfast was the most commonly requested gateway as it supports recurring
CRM Implementation
I need to implement Zoho CRM. Is there a useful user manual available to guide me through the implementation?
Zoho Social integration with Zoho Flow
Is there any plans for Zoho Social integration with Zoho Flow?
Marketing 2.0 has been a catastrophe
Anyone else having significant issues with their link between their CRM and Marketing automation since moving to version 2.0? We had an easy flow for triggering leads in the CRM to journeys in Marketing Automation but now nothing seems to work properly.
Cannot average "Duration (Time)" from Pick List History Tracking in Reports
Okay, let's say I have a custom module. In this custom module I have a pick-list named "Status" with "New", "In-Progress", "Completed" values. I also have turned ON pick-list history tracking and chose "Time" to track the duration in (instead of "Calendar
Customer Statement Template
Hi. how can i add order number "customer LPO number" in the customer statement. regards
Authorize.Net Update: Disable Transaction IP Velocity Filter to Avoid Payment Failures
Update: The Authorize.Net integration was updated on November 20, 2024. To prevent recurring transaction failures, we recommend disabling the Transaction IP Velocity Filter at the earliest. We’re updating the Authorize.Net integration in Zoho Books on
Need to send a single email to up to 20 recipients
I want to send a single email to ~16 or 20 recipients. It appears that I cannot do this in Zoho email as it gets flagged as unusual activity. I need to be able to communicate with this group on a regular basis. What am I missing that Zoho doesn't allow
Whatsapp Limitation Questions
Good day, I would like to find out about the functionality or possibility of all the below points within the Zoho/WhatsApp integration. Will WhatsApp buttons ever be possible in the future? Will WhatsApp Re-directs to different users be possible based
Unable to Schedule One-to-One Emails in Zoho CRM
Hi everyone, I’m using the Zoho CRM Professional Edition and facing an issue with scheduling one-to-one emails directly from CRM. While I can send immediate emails without any problem, I don’t see an option to schedule these emails for a later time. I’ve
Canvas Detail View Related List Sorting
Hello, I am having an issue finding a way to sort a related list within a canvas detail view. I have sorted the related list on the page layout associated with the canvas view, but that does not transfer to the canvas view. What am I missing?
Repeatable Fields/Sections in Zoho CRM
Hi Zoho Team, We have a module in CRM named "Clients". We would like to know whether it is possible to have a feature enables us to have repeatable sections in our clients' profiles? For example, if we customized a section in the clients' profiles named
Zoho Analytics: Requests for view access
Hello, We have a user that might request access to a certain view, report etc. However this request for access is being sent to different admins within the workspace, is is possible to set who the "approver" is of these requests? If not what are the rules
Boolean Fields in Mail Merge Displaying as Checkmarks
I'm really liking the new mail merge functionality. It's replaced the Zoho Sign extension for us. One problem I've seen is that boolean operators (i.e. Checkbox fields) in CRM merge as "True" or "False". This looks a little ugly in my final document — is there a way I can get those to display as checkboxes?
Formula in Sub Form
Hello - I have created a sub-form and the data is going to be insurance policy information. However some of the policy amounts are based on a percentage of a main coverage. For example, Debris removal coverage is 5% of the main dwelling policy. Is there
Email alias already exist
Hello, I'm getting an error message the email alias already exist when attempting to add 2 email addresses. The emails are associated with an account I deleted. I started a new account and need to add them back to get 1 email at each. I have an open ticket
Migrate emails from a shared mail box to a private mail box
How is possible migrate a shared mail box if the migration tool require a password, and the shared mail dosent have ?
Support poor service
I just wanted Zoho support to give me some more concrete answers. I’m facing SMTP error issues, and they told me that the South American IP was experiencing problems, but they didn’t provide an estimate for when it would be resolved. Now my company is
Zoho say my domain seems to be already associated with another account
I created a zoho account for try my domain mail configuration. When I want to add my domain in this page https://mailadmin.zoho.com/hosting?plan=free then this shows an error that is "This domain is already associated with this account a*****n@f*****."
Incorrect Device Time
Hi On my windows laptop I can't sign into Zoho mail due to "incorrect device time". I'm in Toronto, Canada. How can this be resolved?
Get user images by API
Hi For our internal management software, I want to retrieve user photos via REST API: curl --location --request GET 'https://profile.zoho.com/file?fs=thumb&ID=<zoid>' \ --header 'Authorization: Zoho-oauthtoken <token>' The token has `profile.userphoto.ALL`,
Depois de 1 ano não consigo receber e-mail
Consigo enviar e-mails mas não estou recebendo nenhum e-mail isso aconteceu pontualmente após eu completar 1 ano de uso. Me ajudem por favor
Next Page