The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Seeking Help Can you embed lead form for affiliate $$$?

Honeybadger

Well-Known Member
AffKit Ninja
technical/tracking question
say you got a blog about home improvement
can you html embed a lead gen form
from a 3rd party website
& receive affiliate commission?
will the tracking process ok?
 
Yes you can aslong as you simply iframe the advertiser’s’ tracking URL.
However, most advertisers do not allow iframe traffic.

We mainly operate in sweepstakes and dating. I don’t know a single advertiser which allows iframe traffic on their lead-gen offers. Might be different in other verticals?
 
Yes you can aslong as you simply iframe the advertiser’s’ tracking URL.
However, most advertisers do not allow iframe traffic.

We mainly operate in sweepstakes and dating. I don’t know a single advertiser which allows iframe traffic on their lead-gen offers. Might be different in other verticals?
ty @Franke for advice
would be good to avoid handling data
also less backend tech work
may need to contact each advertiser directly
 
original idea was
publish a problem/solution blog
& cta would be free quotation form
then
  1. get commission for the lead (completed form)
  2. or/and get commission for $$ transaction
 
Form POST locations can be remote but the POST URL(URI) has to accept the remote POST
This is done with a script on your server using authorization keys or tokens that will be recognized.
In simple terms: your site has to prove it's authorized as authentic to the server it posts to.

<iframe is a VERY insecure way to do this -- "embed" cross-domain is not a good way to do this at all.

It's fine to embed a video, social media post or something trivial.
You should never POST your financial data to an embed or <iframe --that is just lunacy.
 
say you got a blog about home improvement
can you html embed a lead gen form
from a 3rd party website
I have seen that sort of thing done
For privacy reasons, in might be enter the type improvement and your zip code(postal code) or city and submit
--not personal data just data that would segment your request and give your locale.
 
will the tracking process ok?
When you POST data; the script can easily envelope the query string (the affiliate submitted data) and the remote server IP address and a lot more.
However, some browsers and browser addons may truncate (remove) the entire /?{query} <-over that you have no control.
General practice when there is no referring domain will be determined by the POST script.

Is this a danger or can I accept the traffic as slippage and keep all of the profit?
 
Of a remote server --yes if the include your gtag ID
"You can route data through a server-side implementation via Tag Manager or the Google tag (gtag.js)."

Most of the time they will not --it's a complicated process
  • They would need to use the page just for you; or,
  • be rendering the script (GA) specifically for each affiliate; by
  • enveloping the affiliate ID from a session or URL
Also then they cannot shave any sales
 
SEE THIS:
This how it's done in GA4 from the horse's mouth.

This is done with the GA cookie so it's not going to be exact. Cookies suck they are blocked and deleted sometimes.

s2s post-backs are the right way to do this really --if you are concerned with accuracy (and not relying on cookies).

Caveat: the GA js code or the s2s post-backs can be shaved quite easily with developer scripting. All you need is a case if switch (time [all] ) or (affiliate ID [or IDs]. So, it all depends on honesty, intent and competency.
 
banners
Back