PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Integrate iDev Affiliate Program

  1. travin
    Member

    So, I am trying to find a way to integrate iDev affiliate program into a Gravity Genius form. iDev has several options for putting code into the sales confirmation page. There is Generic Pixel, Javascript, and the HTTP API call. iDev affiliate program says to insert the following code into the sales confirmation page:

    <img border="0" src="http://www.mywebsite.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=XXX" width="1" height="1">

    or

    <script language="JavaScript" type="text/javascript" src="http://www.mywebsite.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=XXX"></script>

    I would also need to replace the XXX with variable info from the form. I would actually use the wordpress id and email from the form.

    Now, I am not actually charging for signup on my membership website so what I want to do is upgrade to the developer license and use the wp role features of Gravity Forms for signups. When the user submits the form for registration, I want to activate the above code so the affiliate program tracks the sign up and passes the data into the XXX placeholders.

    There is also a 3rd Party Affiliate Call option:

    http://www.mywebsite.com/idevaffiliate/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=XXX

    Can anyone give me an idea how I can accomplish my goal here?

    Posted 13 years ago on Sunday April 3, 2011 | Permalink
  2. You would place this code in your form confirmation thank you message by going to Form Settings, selecting Confirmation and then placing your code there and turn auto-formatting off for the Confirmation Text. You can then insert form field variables where they need to go using the insert form field drop down.

    You can also create a custom WordPress page for your thank you page, then use the Confirmation Redirect option to redirect to that page and place your confirmation code on that page.

    Posted 13 years ago on Monday April 4, 2011 | Permalink