Frequently Asked Questions

Frequently Asked Questions

1. How is Conversion Rate calculated in Goals?
  1. Conversion Rate is calculated using the formula: 
    Conversion Rate = (Total Conversions ÷ Total Visitors) × 100
  2. This metric helps you understand how effectively your page, campaign, or experiment is driving the desired action.
  3. For example, if 500 visitors were eligible for tracking and 50 completed the goal, the conversion rate would be 10%.
  4. This is the primary metric used to evaluate performance and determine winning variations in experiments.

2. Why is my Goal not triggering?
If your goal is not recording conversions, check the following:
  • The PageSense tracking snippet is installed correctly on the page
  • The goal element selector still exists and hasn’t changed
  • URL targeting conditions are accurate
  • The visitor qualifies for the experiment or campaign
  • The action actually occurred after the visitor was included in tracking
Most goal issues are related to targeting conditions or missing tracking code. Reviewing these areas usually resolves the problem.

3. How should I choose the right Goal for my campaign?
Choose a goal based on the one action that truly defines success for your business.
Ask yourself:
  1. Is the main objective a purchase, signup, download, or engagement action?
  2. Does this action directly impact revenue or user progression?
  3. Is it measurable and clearly trackable?
Avoid selecting vanity interactions (like minor clicks) unless they directly support your primary objective.
A well-defined goal leads to meaningful insights and accurate optimization decisions.


4. Can I use Goals to measure Google Ads performance?
Yes. By enabling Google Ads integration, you can connect your campaign spend with actual goal conversions.
This allows you to track:
  • Ad impressions and clicks
  • Total ad spend
  • Conversions generated from ads
  • Cost per conversion
With this integration, you can evaluate whether your advertising investment is delivering profitable results - and optimize campaigns accordingly.


5. Can a visitor trigger the same goal multiple times?
  1. No. In most cases, each visitor is counted once per goal within the reporting period to avoid inflated conversion data.
  2. Even if a visitor performs the same action multiple times (for example, clicking the same button repeatedly), PageSense records it as a single conversion per visitor for accurate reporting.
  3. This ensures your conversion rate reflects real user behavior rather than repeated interactions.

6. What happens if I edit a Goal after launching it?
Editing certain configurations after launch may affect how data is recorded going forward.
  • Minor changes (like renaming the goal) do not impact data.
  • Changing core settings (like the tracked element, URL condition, or event trigger) will only apply to future visitors.
  • Previously collected data remains unchanged.
If you need a completely different tracking condition, it is recommended to create a new goal to maintain clean reporting.


7. Can I track Goals across multiple pages?
 Yes. Depending on how you configure targeting, goals can track actions:
  1. On a single page
  2. Across multiple URLs
Correct URL targeting ensures accurate data capture.


8. How long does it take for Goal data to appear in reports?
Goal reports update after data collection begins. In most cases:
  1. Basic conversion data appears shortly after visitors trigger the goal
  2. Integrated metrics (like Ad Spend data) may take up to 24 hours

9. Is it possible to track an element click goal beyond the login page?
Yes, it is possible. You can track element click goals beyond the login page by using the Chrome extension, which allows you to capture elements even on Single page applications and beyond login pages.

10.Is it okay to track more than one element in a single goal?
Ideally, no. It’s not recommended to track multiple elements under one goal because the report will show consolidated data. Currently, you won’t be able to see how many clicks occurred on each individual element separately, which can make analysis less precise.

Instead, you can consider the following alternatives:
  1. Create separate goals for each individual element to get clear, element-wise conversion data.
  2. Use distinct custom event goals for different interactions to maintain better reporting accuracy.
  3. Group elements logically only when you intentionally want combined performance data (for example, tracking multiple CTAs with the same purpose).

11. Can I push the goals report to a different tool using an API?
Yes, you can retrieve goals report data using the Goals API and integrate it with other tools such as BI platforms or internal systems.
Please note that PageSense does not automatically push the data. You will need to fetch the required goal metrics via the API and then send them to your desired tool through your own integration setup.
Refer to the API documentation for detailed explanation.


12. What are the different API functions available for Goals?
The Goals APIs in Zoho PageSense allow you to programmatically access and work with goal-related data. The available functions generally include:
  • Retrieving the list of configured goals
  • Fetching goal performance metrics and reports
  • Accessing goal-related analytical data for integration purposes
These APIs help you extract goal data for reporting, analysis, or syncing with external systems.
For detailed information on specific endpoints, parameters, authentication, and response formats, refer to the official documentation.


13. Why is my website not loading in the Goal Visual Editor?
If your website does not load in the Visual Editor in Zoho PageSense, it may be due to one of the following reasons:
  • Login-protected pages – The editor may not access pages that require authentication.
  • Content Security Policy (CSP) – Strict CSP settings can block the editor from loading your site.
  • Browser extensions – Certain extensions (such as ad blockers or security plugins) may interfere with page loading.
  • CORS restrictions – Cross-Origin Resource Sharing settings may prevent the page from being rendered within the editor.
  • Iframe restrictions – If your website blocks iframe embedding, the Visual Editor may not load properly.
Review these factors and adjust the settings accordingly to resolve the issue.


14. Can I track goals for single-page applications (SPAs)?
  1. Yes, you can track goals on single-page applications (SPAs). However, since SPAs load content dynamically without full page refreshes, standard page-based tracking may not work as expected.
  2. In such cases, you may need to implement custom event tracking to accurately capture user interactions and goal completions.

15. What happens if the tracked element is removed from the page?
  1. If the tracked element is removed from the page or its structure changes, the goal will stop recording conversions.
  2. To resume tracking, you’ll need to update the element selector in the goal settings so it matches the current version of the element on your website.