Network panel
The network panel will show all resources that are downloaded or uploaded the moment you visit a website. The most common use cases for Adhese users are:
- Making sure the necessary ad request(s) are being executed
- Inspecting the properties of an individual request, such as its HTTP headers, content, size, ...
- Inspecting the different positions that are being requested
- Inspecting the target data that is send together with the request
- Inspecting the ad response
- Making sure the user sync request is executed (not applicable to every setup)
Locating the ad requests
As documented on the request API page , there are 2 main endpoints that are used for requesting ads. They have the same use case but one is for GET requests and the other for POST requests.
Both endpoints can be found by filtering the requests on '/json/'. Filtering could also be done on the domain itself which will be 'ads-[account].adhese.com' OR a custom first domain party domain.
Get
Post
More information can be found on https://developer.chrome.com/docs/devtools/network