TABLE OF CONTENTS
- What Level of Pixel Trackier support?
- How can I create a campaign on image/iframe Pixel?
- Generating the pixel for default and goal
- Adding Pixel on Advertiser end
- Making a test Conversion
Trackier supports both Image and iFrame pixel, you can place this pixel at the advertiser end on the Thank you page or Landing page. Both iframe and image pixel are similar to each other there are not much difference between them, so based on the Advertiser requirement you can share the required pixel with them.
|
What Level of Pixel Trackier support?
We support 2 levels of the pixel.
- Advertiser Level: We recommend to use this only in case when Advertiser is not comfortable in adding pixel multiple times.
- Campaign Level (Recommended): This pixel is valid only for particular pixels, we recommend using campaign level pixel, as it will be a lot easier to check the Pixel log, in case of an issue.
Trackier Pixel is used only for recording the conversions based on the macros that are passed by the advertiser. No other data is being tracked by the pixel.
Our Pixel will track conversions for the traffic which will come through our Tracking domain. The pixel will not track any other traffic data which is coming from outside our Tracking domain.
How can I create a campaign on image/iframe Pixel?
You can select/change the conversion tracking method to Https Iframe/Image pixel anytime.
You will get the option to select while creating the campaign and if the campaign is fetched through API or already created then you can change the details as shown in the image below.
Once you have set the conversion tracking method as an iframe/image pixel then you can follow below-mentioned steps to do integration on Advertiser End:
Step 1
Generating the pixel for default and goal
Your default Conversion can be anything, it depends on which type of campaign you are running. It can be Registration, Purchase, etc. Let's take an example below.
|
Your pixel for default conversion will be
This will be your pixel for Registration and it will be placed on Registration Thank you page.
|
Your pixel for Goal conversion will be
So you need to:
- Select the checkbox Goal value.
- Select the goal value, that you had created.
- once you have selected it will get implemented in postback as &goal_value=sale.
- Add parameter for &sale_amount= and ask the advertiser to pass the sale amount in this parameter.
The same way you can generate Multiple event postbacks and share with advertisers based on the conversion that you want to track.
You can find a list of all Parameters that can use in postback to get the information from the advertiser.
|
Step 2
Adding Pixel on Advertiser end
Now you need to share the pixel generated for default and goal with the advertiser, you need to make sure pixel is placed as intended.
- copy the code as it is and ask the advertiser to add it without any alteration.
- It should be placed inside <body> tag
- Pixel should be placed on Thank you page.
- Thank you page would be the page that appears when the user entered the details and click submit button
- make sure Advertiser has added txn_id={ADVERTISER_MACRO} and replaced "{ADVERTISER_MACRO}" with there macro.
Step 3
Making a test Conversion
Once Advertiser said that they have added the pixel, you can make the test conversion.
- Generate a tracking URL for the demo publisher.
- Make sure the domain for tracking link and pixel domain is the same.
- Open Incognito mode of browser.
- Make a test Conversion.
- Check Pixel Logs and Conversion Log for the conversion.
- If you found then it is a success, if not you can review Article Pixel Troubleshooting