What is Free PQL?

Edited

PQL (Platform Query Language) is the proprietary language for defining rule sets to govern traffic distribution.

In simple words, this feature allows you to create more detailed and precise rules for traffic filtering.

Free PQL provides a complete range of PQL features, accessed via a selector. On selecting rules in this mode, the raw code is visible in the toolbar above.

Operators and Commands

Below are the fundamental operators and commands for those preferring manual bar inputs:

Fields:

  • Country

  • Affiliate

  • Advertiser

  • State

  • Offer

  • IP

  • Sale Status

  • Traffic Provider

  • Day of Week

    • For example, if we select Day of Week Monday Tuesday and Hour of Day 06.00 09.00 that would mean:

      • Only leads from 06.00 to 09.00 GMT+0 coming on Monday and Tuesday would be able to enter.

      • Bear in mind that Day From is counting from 00:00 GMT +0, Day To is counting up to 23:59 GMT +0.

  • Hour of Day

    • Let’s say we have a range of 06.00 09.00, that means only leads from this time range would be able to enter, on GMT+0.

  • Any Lead Profile Field

Commands:

  • IN: Only items on the list are accepted.

  • NOT_IN: Excludes the items on the list.

  • ANY_IN: Accepts any item from the list.

  • ANY_NOT_IN: Excludes any item from the list.

  • START_WITH: Accepts items that start with a specific value.

  • START_WITH_NOT: Excludes items that begin with a specific value.

  • Logical Operators:

    • AND: If multiple rules are linked with AND, only leads satisfying all the conditions will be accepted.

    • OR: If rules are linked with OR, leads meeting at least one condition will be considered.

Note: The "Free PQL" section is not essential for executing traffic rotation.