With Zeustrack it’s also possible to add an iframe Google AdWords conversion pixel to the offers "thank you page". However, this is only possible if your affiliate network allows you to put custom code into the offer pages.

  1. Make sure your lander code contains the Google AdWords conversion pixel code.
  2. Create a new traffic source and name it Google AdWords if you haven't already done so.
  3. In the traffic source create two lander parameters under the Lander parameters section named g_id for Google AdWords ID and g_pid for the Google AdWords conversion pixel ID.

  4. Update your lander links with the following
    https://{trackingdomain}/click/?origin={origin}&domain={trackingdomain}&g_id={lander.param:g_id}&g_pid={lander.param:g_pid}
  5. Update your offer link with one subid which will receive a tracking domain like this
    &sub4={click.var:domain}
  6. and two subids which will receive the Google AdWords parameters from a lander like this
    &sub5={click.var:g_id}&sub6={click.var:g_pid}.
  7. When creating a campaign and choosing Google AdWords as a traffic source; at the bottom of the General tab you will find the Lander parameters section, where you can type the values for the Google AdWords conversion pixel.


  8. Paste this code into your offer settings inside your affiliate network
    <iframe src="https://{sub4}/__thankspage?g_id={sub5}&g_pid={sub6}" style="width: 0; height: 0; border: 0; border: none; position: absolute;"></iframe>