DogQ User-Agent

Learn about our User-Agent, public IP and the ways you can use it to better integrate DogQ into your pipeline.

“User-Agent” is a standard part of HTTP headers that web clients like browsers or web crawlers use to identify themselves to web servers. It plays the role of the client in a client–server system and when a web server receives a request from a client, it typically includes a User-Agent string. The string “DogQ Agent” in our User-Agent serves as a unique identifier for our automated testing software. Let's take a look at a couple examples of how you can use it to your benefit.

Bypassing CAPTCHA with an allow-list

CAPTCHA is a common anti-bot protection system and if the website you're testing utilizes it, DogQ will have trouble performing actions protected by it. As a workaround you can add DogQ to your allow-list so it would not be asked to "solve" CAPTCHA. This can be done in two ways:

  • use the string “DogQ Agent” from our User-Agent.

  • use our public IP address 3.145.188.138. Although, this is not preferable since IP may change under specific circumstances, for instance during maintanance or when upgrading the server.

Filtering DogQ activity from your GA4 reports

By default, the activity generated by DogQ is visible in your analytics when testing your website or web application. Here are the steps you can follow to exclude this traffic from your GA4 reports and view clear data of your site metrics:

  1. in Google Analytics, click Admin.

  2. in the Property column, click Data Streams.

  3. click on a web data stream.

  4. in the web stream details, click Configure tag settings.

  5. click Show all.

  1. click Define internal traffic.

  1. click Create.

  2. Enter a name for the rule.

  3. Enter a value for the traffic_type parameter. Note: traffic_type is the only event parameter for which you can define a value. By default, it's internal, you can enter a new value (e.g. dogq) to represent the traffic origin.

  4. in IP address > Match type, select IP address equals.

  5. in IP address > Value, enter our IP address: 3.145.188.138.

  6. click Create.

Please note that you need the Editor role at the property level to identify internal traffic and create, edit, and delete data filters.

Last updated