About Pixels
Each campaign has 4 type of pixel, each of them sends a signal for a specific event: landing
, clickout
, lead
, conversion
. Each of them play an important role for campaign optimization automation. Please reach out to your account manager to find out when exactly the events should be triggered per your campaign funnel. Revenue field is optional and should be provided if you want us to keep track of your campaign profitability.
Click ID value is supplied with ad click coming to your landing page like this:
link.com/something?utm_source=upscale.digital..&click_id=12dc299f-7c53-4b14-98d4-f6ad30ba88d8
...
How to install pixels:
Image pixel
- Trigger the conversion by loading
<img>
tag on the page where event happens.
Examples:<img hidden width="1" height="1" src="https://dsp.upscale.digital/conversion/?event=landing&click_id={click_id}">
<img hidden width="1" height="1" src="https://dsp.upscale.digital/conversion/?event=conversion&click_id={click_id}&revenue={optional}">
S2S (server to server)
- Trigger the conversion by sending
GET
request when event happens.
Target URL:https://dsp.upscale.digital/conversion/?event=conversion&click_id={click_id}&revenue={optional}
Please notice that {click_id} variable should be replaced upon triggering the pixel.