> 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/frequently-asked-questions-faqs/affiliate-tracking-questions.md).

# Affiliate Tracking Questions

### **Q: I'm using direct API and need to fire an iframe pixel. How do I do that?**

* A: Because iframe and image pixels must interact with the customer's browser, it is not possible for Konnektive to fire those on your behalf when using a direct API implementation

### **Q: I need to fire an image pixel and an iframe on my step1, how can I do that?**

* A: Add the html for both pixels into a single pixel configuration in konnektive.

### **Q: I need to fire an image pixel and a postback pixel on my step, how can I do that?**

* A: At this time, it is not possible to fire a postback and image pixel simultaneously. In most cases however, you can ask your affiliate network to provide an image pixel replacement for the postback.

### **Q: I have a direct api connection and the affiliate values are not passing into my orders**

* A: Ensure your site is setting the affId parameter on the order import api call

### **Q: I have a direct api connection and the sub affiliate values are not passing into my orders**

* A: Ensure your site is setting sourceValue1... sourceValue5 on the order import api call. (These map to c1-c5 in the affiliate setup page)

### **Q: What happens to the orders if I delete an affiliate**

* A: The affiliate will be removed from all orders and report filters.

**Q: In the CRM, where does an affiliate see their tracking string?**

* A: The affiliate user would need to have access to the Affiliates section so they can view and edit their user. The affiliate will only be able to see their own profile.

<figure><img src="/files/D8LRDwMvTbwegA3N7kdf" alt=""><figcaption><p><strong>Affiliate:</strong> The affiliate created in the CRM that this user should be tied to.<br><strong>Affiliate in the CRM Pages:</strong> Allows them access to view their affiliate, their string, and edit their post backs.</p></figcaption></figure>

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

&#x20;


---

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

```
GET https://help.checkoutchamp.com/crm/frequently-asked-questions-faqs/affiliate-tracking-questions.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.
