If I'm using an iframe to pull a site into my site and then traffic goes to that site, they can't see what keywords were searched to get to my site or how that traffic got to my site right?
I'd suggest meta refreshing your request inside the iframe. So
<iframe src="frame.php"
then in frame.php you want
<meta http-equiv="refresh" content="0;url=http://www.linktoofferpage.com"/>
This will clean your referrer and keep your keywords safe.
In theory wouldn't the referrer to the offer be the page calling the Iframe and not the serp?
In theory wouldn't the referrer to the offer be the page calling the Iframe and not the serp?