# Affiliate Tracking FAQs

**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.


---

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