About the author

Photo of sanduhrs
sanduhrs

Affilinet Integration

Wie im Dokument WP_Advertiser.pdf [1] auf Seite 29 beschrieben, reicht es für die Verfolgung von Leads und Sales bei Affilinet wohl aus, bei Erfolg folgenden Code einzubinden:
<IMG SRC="http://partners.webmasterplan.com/registersale.asp?site=XXX&order=TRACKING_NUMMER " WIDTH=1 HEIGHT=1>
wobei site für die Programm-ID von Affilinet und order eine eindeutige dynamisch generierte ID steht, die als Bindeglied zwischen dem eigenen und dem Affilinet fungiert.
Die Schnittstelle steht auch über SSL zur Verfügung.

Eine Implementierung in Drupal sähe demnach wie folgt aus:

<?php
$url
= 'https://partners.webmasterplan.com/registersale.asp?site=XXX&order=TRACKING_NUMMER';
$response = drupal_http_request($url);
?>

Zusätzlich sollten noch die Transaktinsdaten gespeichert werden.
Simpel ;)

[1] http://affilinet.de/Portfolio/downloads.aspx

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

Website powered by lovely Drupal · Microformats · XML Feed · Valid XHTML, CSS · No www.