# Campaign Types

There are only a few variations between the Lander, E-Commerce, Phone campaign types. This article will explain difference between each campaign type.

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

***

### Lander Campaigns <a href="#campaigntypes-landercampaigns" id="campaigntypes-landercampaigns"></a>

Lander type campaigns are for standard styled sales funnels. Where the customer only has a few options to choose from on the funnel, but ultimately they can only make a single decision upon checkout (excluding order bumps). This might be a single product landing page or could also be a multi product landing page, allowing the customer to choose only one of the presented offers.\
\
Within the Lander Campaigns there is a **Landing Page** section, just under the Offers and Upsells section. This is the main difference between the different campaign types.

Using this section is not required, but is known as using the [Konnektive form-code](/konnektive-crm/crm-setup/campaign-setup/landing-page-setup-form-code.md). You can either use Konnektive’s form-code to integrate your pages to Konnektive, or you can pass the data directly to [Konnektive's API](/api-documentation/api-documentation/recommended-api-flow.md).

<figure><img src="/files/5IvXKUY7n7o9b5CnYSEf" alt=""><figcaption></figcaption></figure>

Also within the Lander 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/vrEv5v8FHdFPRljWewMu" alt=""><figcaption></figcaption></figure>

### 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.\
\
Within the E-Commerce Campaigns there is a **Shopping Cart** section, just under the Offers and Upsells section. This is the main difference between the different campaign types.

Using this section is not required, but is known as using the [Konnektive form-code](/konnektive-crm/crm-setup/campaign-setup/landing-page-setup-form-code.md). You can either use Konnektive’s form-code to integrate your pages to Konnektive, or you can pass the data directly to [Konnektive's API](/api-documentation/api-documentation/recommended-api-flow.md).

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

Also 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/ZduQHl6bl2gHTzp1YZM8" alt=""><figcaption></figcaption></figure>

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

If you would like C/S agents to manually enter orders into Konnektive, 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/EM5PgxB7IJRKCGreuyiB" alt=""><figcaption></figcaption></figure>

You may notice that instead of a landing page creator, 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/BeZbdpmNxAGzQrgge4iv" 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.

<br>


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
