Skip to main content

End-to-End Pixel Testing

Updated over a year ago

Getting Started

When testing, tvScientific recommends:

  1. Test with multiple browsers β€” we recommend Google Chrome, Mozilla Firefox, and if possible, Apple Safari.

  2. When testing in each browser, open the developer tools before testing and switch to the Network panel. Learn more about developer tools here.

  3. If possible, temporarily pause all extensions running in your browser, or use fresh browser profiles to test default browser configurations not in incognito mode:

Universal Site Pixel Testing

Follow these steps to ensure your universal site pixel is firing correctly on all pages of your website.

  1. In your browser, open your developer tools, and click Network.

  2. In the Network tab, filter on t.png and navigate to your domain. This is a keyword in the network request for tvScientific.

  3. In the results, click the tvScientific network request and look for the status code 200. This means that the site visit pixel fired.

  4. Examine the request URL to ensure that all parameters are present and correct.

  5. Check your payload (in the Payload tab) to make sure that the tvScientific ID is correctly populated.

  6. Repeat steps 1 - 5 for all pages on your website.

Conversion Tracking Pixel Testing

Follow these steps to ensure your conversion event pixels are firing correctly on the pages where a successful conversion event occurs.

  1. In your browser, open your developer tools, and click Network.

  2. In the Network tab, filter on t.png and place a conversion event.

  3. In the results, find the conversion event network request and look for the status code 200.

Developer Tools

Did this answer your question?