General

Accessing General Settings

1. Navigate to the Settings Page

Log in to ConversionTracking.com and find the relevant site Click on the settings icon to the right of the site name to open the site-specific settings.

2. Open General Settings

On the left-hand side menu, click on "General" to access the General Settings page.

Configuring Site Domain

1. Locate the Site Domain Section

The Site Domain section is at the top of the General Settings page.

2. Update the Site Domain

If you need to update or move to a new domain, enter the new domain name in the "Domain" field. Click the "Change Domain" button to save the changes.

Configuring Site Timezone

1. Locate the Site Timezone Section

The Site Timezone section is below the Site Domain section.

2. Update the Site Timezone

Select the appropriate timezone for your site from the "Timezone" dropdown menu. Click the "Update Timezone" button to save the changes.

Configuring Tracking Code

1. Locate the Tracking Code Section

The Tracking Code section is at the bottom of the General Settings page.

2. Add Tracking Code to Your Website

Copy the provided JavaScript snippet:

<script defer data-goal-id="SIDE_ID" src="https://cdn.conversiontracking.com/api.js"></script>

Paste this snippet into the <head> section of your website's HTML to ensure the tracking code is loaded on every page.

3. Add Conversion Tracking Code

Copy the second provided snippet:

<script>
window.addEventListener('load', (event) => {
  window._ct("purchase", { revenue: {transaction_id: "ORDER_ID", amount: ORDER_TOTAL}})
});
</script>

Paste this snippet on your conversion page (e.g., order confirmation page) to track conversions. Replace ORDER_ID and ORDER_TOTAL with the appropriate values corresponding to the transaction ID and total amount of the purchase.

By following these steps, you can effectively configure the General Settings on ConversionTracking.com to ensure accurate tracking and reporting. If you encounter any issues or need further assistance, refer to the help section or contact support for more detailed guidance.


Previous
Conversions
Next
Sharing