Campaign

How do I use the conversion pixel?

Author

Tom Wendt

30 Apr 2026

Measure conversions reliably and attribute them to your campaigns. Learn how to correctly create and install the conversion pixel.

A woman working on a laptop

Measure your success!

Use AdUp Technology's conversion tracking to find out which of your campaigns and keywords are most efficient and thereby increase your ROI. You can also track which actions follow a click on an ad, such as purchasing a product or signing up for a newsletter. 

How it works

All you need to do is create a conversion code and integrate it on your page where the conversion happens (e.g. on the booking confirmation page) using an <img> tag.​ As soon as a user arrives on your website by clicking on an AdUp advertisement, a temporary cookie is stored, through which the conversion is then registered or tracked.

Create conversion code

Step 1

Log in to the Advertiser Front-End here with your access details. 

Step 2

Click on the "Tools" tab and select "Conversion Tracking".

Step 3

Now generate a new conversion code by clicking the "Create conversion code" button.

Step 4

Assign a name and define the type (for internal classification purposes only):​

  • Enquiry

  • Registration

  • Page view

  • Sale

  • Other

Step 5 (optional)

Specify a value for the conversion (this and other values can also be passed dynamically later when calling the conversion tag via URL parameters).

Step 6 (optional)

Change the counting method of the conversion code. The "Every" counting method records every conversion for which there has been a valid click through your ad(s) during conversion validation. In contrast, the "One-off" option only records the first conversion. A click can then only lead to one conversion. This setting applies individually per conversion code.  

Done

After clicking the “Save” button, the “Conversion Tracking” page should automatically refresh and the new conversion code should be available in the list.

Installing a conversion tag on your site

Integration

Integrate an <img> tag with the corresponding URL parameters in the <body> section on your website where the conversion should be tracked (e.g. on the booking confirmation page). It is easily possible to record different conversions by creating multiple conversion codes and integrating them where they occur.

The functioning integration code of your conversion codes can be viewed on the “Tools” > “Conversion Tracking” page in the Advertiser Front-End. Simply select the “Integration code” option in the “Actions” column of the desired conversion code.


...
<img src="https://d.adup-tech.com/campaign/conversion/[USER_ID]?[PARAMETER]"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/[USER_ID]?[PARAMETER]"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/[USER_ID]?[PARAMETER]"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />


Required parameters

Name

Description

Example

t

Your unique conversion code

  • max. 255 characters

  • UTF-8 & URL-encoded


t=ABCDEF


Optional parameters

Name

Description

Example

order_id

Order number

  • max. 25 characters

  • UTF-8 & URL-encoded

  • Used for deduplication of conversions


order_id=A12345

total

Total price of the conversion

  • max. 2 decimal places

  • Dot as separator for decimal places

  • No thousands separators

  • max. 99999.99


total=399.98

item_number

Item number

  • max. 25 characters

  • UTF-8 & URL-encoded


item_number=EF_7890

quantity

Quantity

  • max. 2 decimal places

  • Dot as separator for decimal places

  • No thousands separators

  • max. 999.99


quantity=2

price

Unit price of the item

  • max. 2 decimal places

  • Dot as separator for decimal places

  • No thousands separators

  • max. 99999.99


price=199.99

description

Description of the conversion

  • max. 255 characters

  • UTF-8 & URL-encoded


description=TravelBooking

gdpr
gdpr_consent

Here you have the option to pass GDPR information to us.

gdpr

1 = GDPR applies

0  = GDPR does not apply

(omit) = Unknown (Standard)

gdpr_consent

The IAB Consent String (base64url-encoded)


gdpr=1&gdpr_consent=[CONSENT_STRING]


Examples

Simple

  • Advertiser ID: 1234

  • Conversion code: ABCDEF


...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />


Advanced

  • Advertiser ID: 1234

  • Conversion code: ABCDEF

  • Description: Booking

  • Order number: abc123

  • Item number: def456

  • Unit price: £15.50

  • Quantity: 3

  • Total price: £46.50


...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF&description=Buchung&order_id=abc123&item_number=def456&price=15.50&quantity=3&total=46.50"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF&description=Buchung&order_id=abc123&item_number=def456&price=15.50&quantity=3&total=46.50"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />

...
<img src="https://d.adup-tech.com/campaign/conversion/1234?t=ABCDEF&description=Buchung&order_id=abc123&item_number=def456&price=15.50&quantity=3&total=46.50"      
     width="1px"
     height="1px" 
     border="0px"
     alt="" />


Create test conversion

Step 1

Log in to the Advertiser Front-End here with your access details. 

Step 2

Click on the "Tools" tab and select "Conversion Tracking".

Step 3

In the “Actions” column of the desired conversion code, select the “Create test conversion” option.

Step 4 (optional)

Add a comment for the test conversion.

Step 5

Click on the “Create test conversion“ button.

Step 6

Now, in a new browser tab, open the web page where your conversion code was integrated (e.g. your order confirmation page).

Done

Then refresh the “Conversion Tracking” page in the Advertiser Front-End or open it again via the menu item “Tools” > “Conversion Tracking”. A new test conversion should now be visible in the “Test conversions” column of the corresponding conversion code.