Add a goal

1. Log in to ConversionTracking.com

Open your web browser and go to conversiontracking.com. Enter your login credentials (email and password) and click on the login button.

2. Navigate to the 'Goals' Page

Once logged in, you will be directed to the main dashboard. From the dashboard, locate and click on the "Goals" section to view your list of tracked websites.

3. Add a New Site

On the 'Goals' page, look for the blue button labeled "Add Site" located on the right side of the screen. Click on the "Add Site" button to begin the process of adding a new website.

4. Enter Website Details

You will be directed to a page titled "New Site" with a form labeled "Website Details". Fill in the following fields:

  • Domain: Enter the domain of your website. Do not include "https://" or "www". Example: awesomesite.com.
  • Report Timezone: Select the timezone you would like to use for your reports from the dropdown menu. Example: America/New_York (UTC -4).
  • Report Currency: Choose the currency in which you would like to see your reports from the dropdown menu. Example: United States dollar ($).

5. Proceed to the Next Step

After entering the necessary details, click on the blue "Next" button at the bottom of the form to proceed.

6. Add JavaScript Snippet

You will be directed to a page titled "Tracking Code" with instructions to add a JavaScript snippet. Example:

Paste this snippet in the <head> of your website:

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

Paste this snippet on your conversion page:

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

Replace ORDER_ID and ORDER_TOTAL with the appropriate values.

7. Complete the Setup

After adding the JavaScript snippets to your website, click on the blue "Start Tracking Conversions" button to complete the setup process.

8. Waiting for Data

You will be redirected to a page titled "Waiting for data". Once someone visits the website tracking will start.

Managing Your Goals

Search Goals: Use the search bar labeled "Search Goals..." to quickly find a specific site in your list by typing its name or URL.

Actions: For each site listed, there are several actions you can perform:

  • Pin Site: Click on the pin icon to pin a site for easy access.
  • Edit Site: Click on the pencil icon to edit the details of an existing site.
  • Settings: Click on the gear icon to access additional settings and configurations for the site.