For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default Targeting

Understand DataImpulse default proxy targeting behavior. Learn what location and parameters are used when no specific targeting is set in your proxy request.

This targeting includes Country selection/exclusion and ASN exclusion.

Default Targeting is already included in the base proxy price and is not billed additionally.

If you set parameters through the Dashboard, please click the Save Configuration button. The selected parameters will not be applied if you don’t click this button.

If you want to set the parameters manually in the code, you need to use special parameters after the username:

  • __cr — used to select the country from which the request should be sent.

  • __noasn — used to exclude specific ASN .

For example:

If you want to select Germany as the country, your code would look like this:

Last updated