> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/crm-setup/campaign-setup/campaign-types.md).

# Campaign Types

There are only two variations between the E-Commerce and Phone campaign types. This article will explain difference between the two.

If you are building your funnel within CheckoutChamp, the campaign type does not matter.

* [E-Commerce Campaigns](#campaigntypes-e-commercecampaigns)
* [Phone Campaigns](#campaigntypes-phonecampaigns)

{% hint style="danger" %}
You may notice the Lander campaign type. The Lander campaign type is deprecated and no longer supported. It remains available for legacy reasons. This might be removed at any time.
{% endhint %}

***

### E-Commerce Campaigns <a href="#campaigntypes-e-commercecampaigns" id="campaigntypes-e-commercecampaigns"></a>

E-Commerce type campaigns have more of a shopping cart style. All products are listed in a catalog view allowing the customer to add as many products to their cart, and then proceeds to the cart to checkout.<br>

You have the option to use the CheckoutChamp funnel builder or you can [pass the data directly to the CRM via our API](/api-documentation/api-documentation/recommended-api-flow.md).

\
Within the E-Commerce campaign types you will find the **Affiliates** section. This will show all the affiliates assigned to this campaign and will allow you to set commission for each affiliate.

<figure><img src="/files/DRFHIG2VSRQR0QvYu1CN" alt=""><figcaption></figcaption></figure>

### Phone Campaigns <a href="#campaigntypes-phonecampaigns" id="campaigntypes-phonecampaigns"></a>

If you would like C/S agents to able to manually enter orders into CheckoutChamp, you will need to have a phone campaign created. If you already have a Lander or E-Commerce campaign created, you can simply duplicate that campaign to create a new Phone campaign.\
\
To be able to see the campaign under Customers → Order Entry, check the “List in Order Entry” box under the campaign’s General Details.

The Quality Assurance feature may be more desirable for Phone campaigns. This feature will automatically queue your sales as pre-authorizations until you approve them. They will populate under Customer → Quality Assurance for approval or denial.

<figure><img src="/files/RgqmH7wUj4XPkPWD2IMH" alt=""><figcaption></figcaption></figure>

You will find a section to add a sales script in that location. Here you can add a main script, any upsell scripts, as well as a rebuttal script. These will always display on the right side of the Order Entry page.

<figure><img src="/files/4iV6DKPJ9VoO1DxqRV92" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JZglTUkroAJBy4mhY4tP" alt=""><figcaption></figcaption></figure>

Finally, just as you would assign affiliates for online campaigns, you will be able to assign call centers to the phone campaign that will be selling for you and set commissions for reporting.

<figure><img src="/files/egldJjOwkUR5XPuq4TmP" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.checkoutchamp.com/crm/crm-setup/campaign-setup/campaign-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
