# Click event

For click events, CustomFit.ai supports three types of operator types:

| Operator Type          | Description                                         |
| ---------------------- | --------------------------------------------------- |
| Has been clicked       | Whether the selected event has been clicked         |
| Has not been clicked   | Whether the selected event has not been clicked     |
| Compare click by count | Comparing two different events by their click count |

### Has been clicked

CustomFit supports the following conditions for has been clicked operator type

| Conditions | Allowed Values | Description                                                           |
| ---------- | -------------- | --------------------------------------------------------------------- |
| Frequency  | Exactly        | The selected event has been clicked exactly "n" times                 |
|            | At Most        | The selected event has been clicked at most "n" times                 |
|            | At Least       | The selected event has been clicked at least "n" times                |
| Duration   | On             | The selected event has been clicked on the given date "X"             |
|            | In The Last    | The selected event has been clicked in the last "X" days or "X" hours |
|            | In Between     | The selected event has been clicked between "X" date and "Y" date     |
|            | Before         | The selected event has been clicked before "X" date                   |
|            | After          | The selected event has been clicked after "X" date                    |

#### Frequency Exactly

For example, targeting visitors who have clicked on Get pricing button exactly 3 times in the last 10 days then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsVukZsdI-eHJcOknX%2F-MUsYX48oIb1SeAVidzE%2Fimage%20\(169\).png?alt=media\&token=c2fb3f66-753b-4a47-965d-58663ca10546)

#### Frequency Atmost

For example, targeting visitors who have clicked on Get pricing button atmost 3 times in the last 10 days then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsdSQhK7Xy9pkUDGfx%2F-MUsdgouDWVgzl9l0N7N%2Fimage%20\(190\).png?alt=media\&token=04df9e57-fc5e-40f2-840f-3f3143fbb9fd)

#### Frequency Atleast

For example, targeting visitors who have clicked on Get pricing button atleast 1 times in the last 10 days then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsdSQhK7Xy9pkUDGfx%2F-MUsdVe7j-75-yt5T0EN%2Fimage%20\(186\).png?alt=media\&token=4988692d-ea0f-443c-b390-7cbcef14c5b8)

#### Duration On

For example, targeting visitors who have clicked on Get pricing button atleast 1 times on 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUscJphHQLcyFmzDyHt%2F-MUsdIgc-0We99JaYoAN%2Fimage%20\(185\).png?alt=media\&token=cdb1ce6b-fe9e-473d-8f29-fe9918b6ca3e)

#### Duration In the last

For example, targeting visitors who have clicked on Get pricing button atleast 1 times in the last 10 days then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUscJphHQLcyFmzDyHt%2F-MUsdEhn4_cI1rU2Utlv%2Fimage%20\(186\).png?alt=media\&token=6dd8aafe-27f1-4ab9-b4b3-0d8f60d92e74)

#### Duration In between

For example, targeting visitors who have clicked on Get pricing button atleast 1 times between 01/10/2021(MM/DD/YYYY) and 01/20/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUscJphHQLcyFmzDyHt%2F-MUsd96MPUOEiAGcVm_1%2Fimage%20\(187\).png?alt=media\&token=59c7cf86-591a-4d9f-9d91-96e7f843dbf7)

#### Duration Before

For example, targeting visitors who have clicked on Get pricing button atleast 1 times before 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUscJphHQLcyFmzDyHt%2F-MUsd4jW_-olzvSom7hF%2Fimage%20\(188\).png?alt=media\&token=2c53ac05-7d27-4995-9162-4822191d49e0)

#### Duration After

For example, targeting visitors who have clicked on Get pricing button atleast 1 times after 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUscJphHQLcyFmzDyHt%2F-MUsd12V-Jqlh9Gzmc0i%2Fimage%20\(189\).png?alt=media\&token=7472c243-35cf-4f44-a4a0-f174436454fc)

### Has not been clicked

CustomFit supports the following conditions for has not been clicked operator type

| Conditions | Allowed Values | Description                                                               |
| ---------- | -------------- | ------------------------------------------------------------------------- |
| Duration   | On             | The selected event has not been clicked on the given date "X"             |
|            | In The Last    | The selected event has not been clicked in the last "X" days or "X" hours |
|            | In Between     | The selected event has not been clicked between "X" date and "Y" date     |
|            | Before         | The selected event has not been clicked before "X" date                   |
|            | After          | The selected event has not been clicked after "X" date                    |

#### Duration On

For example, targeting visitors who have not clicked on Get pricing button on 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsaU4fyoEW0c2oqqIp%2F-MUsbn8WxKIt1fC0aneA%2Fimage%20\(184\).png?alt=media\&token=a28a9b01-57bb-4aec-9a40-208da3ee8694)

#### Duration In the last

For example, targeting visitors who have not clicked on Get pricing button in the last 10 days then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsaU4fyoEW0c2oqqIp%2F-MUsbrGKHBa3dMiPdZ-L%2Fimage%20\(183\).png?alt=media\&token=6777ccb0-0aaf-4e21-a1dd-91b8d971261c)

#### Duration In between

For example, targeting visitors who have not clicked on Get pricing button between 01/10/2021(MM/DD/YYYY) and 01/20/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsaU4fyoEW0c2oqqIp%2F-MUsbun85cRNhXAtgL2O%2Fimage%20\(182\).png?alt=media\&token=98583b4f-a0b3-4b37-8691-16b25d81fc9f)

#### Duration Before

For example, targeting visitors who have not clicked on Get pricing button before 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsaU4fyoEW0c2oqqIp%2F-MUsbyW-RzsgaGNtUras%2Fimage%20\(181\).png?alt=media\&token=031792ea-e0d7-44fb-abf0-7026abff0d44)

#### Duration After

For example, targeting visitors who have not clicked on Get pricing button after 01/10/2021(MM/DD/YYYY) then serve them B1 behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsaU4fyoEW0c2oqqIp%2F-MUsc5LfE-jo6PyGTn0P%2Fimage%20\(180\).png?alt=media\&token=dcdee606-d1a1-4145-94a0-bdb5bd58ee76)

### Compare click by count

CustomFit supports the following conditions for click by count operation type

| Conditions | Allowed Values            | Description                                                                                                      |
| ---------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Frequency  | Greater Than              | The selected event has been clicked more number of times when compared with the list of events selected          |
|            | Greater Than or Equals to | The selected event has been clicked more or equal number of times when compared with the list of events selected |
|            | Lesser Than               | The selected event has been clicked less number of times when compared with the list of events selected          |
|            | Lesser Than or Equals To  | The selected event has been clicked less or equal number of times when compared with the list of events selected |
|            | Equals                    | The selected event has been clicked equal number of times when compared with the list of events selected         |
| Duration   | On                        | The comparison of the count value will be on the given date "X"                                                  |
|            | In The Last               | The comparison of the count value will be in the last "X" days                                                   |
|            | In Between                | The comparison of the count value will be between "X" date and "Y" date                                          |
|            | Before                    | The comparison of the count value will be before "X" date                                                        |
|            | After                     | The comparison of the count value will be after "X" date                                                         |

#### Frequency Greater than

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsf3dFdnFEXRas_Cow%2F-MUsh_Ve7XRWYd39xBpw%2Fimage%20\(191\).png?alt=media\&token=9f6cf57c-e4e4-42bf-8d09-43fb4bdb7df6)

#### Frequency Greater than Equals

For example, targeting visitors who have clicked Startup plan button more or same number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them Startup Behavior

#### Frequency Less than

For example, targeting visitors who have clicked Startup plan button less number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them SMB or Enterprise Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsf3dFdnFEXRas_Cow%2F-MUshWUvgpdzz-GFScCb%2Fimage%20\(192\).png?alt=media\&token=64f6974d-ff1f-42f4-aea4-138414b6d413)

#### Frequency Less than Equals

For example, targeting visitors who have clicked Startup plan button less or same number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them SMB or Enterprise Behavior

#### Frequency Equals

For example, targeting visitors who have clicked Startup plan button same number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them SMB or Enterprise or Startup behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUsf3dFdnFEXRas_Cow%2F-MUshSkcujNk48ZER2Or%2Fimage%20\(193\).png?alt=media\&token=2ce4102a-1582-4e3c-ad2d-8349d59b56c6)

#### Duration On

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button on 10/01/2021 then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUszTxvPhb_iiEOu-LS%2F-MUt2Ehr18MnTD9c3m_e%2Fimage%20\(194\).png?alt=media\&token=470d7805-d50b-477e-b6b5-f96021513666)

#### Duration In the last

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button in the last 10 days then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUszTxvPhb_iiEOu-LS%2F-MUt2B5Q4jFiRBDrnVu6%2Fimage%20\(195\).png?alt=media\&token=b278519a-11c0-4a16-824a-e791ea074f99)

#### Duration In between

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button between 10/01/2021 and 20/01/2021 then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUszTxvPhb_iiEOu-LS%2F-MUt27QihB1B_sLznxP0%2Fimage%20\(196\).png?alt=media\&token=c0b49591-27fd-4c0c-83c5-890fa3730dd6)

#### Duration Before

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button in the before 10/01/2021 then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUszTxvPhb_iiEOu-LS%2F-MUt21RHzNc1DJriK8Fu%2Fimage%20\(197\).png?alt=media\&token=d90319d4-027a-4178-be6e-8b90c5724c3c)

#### Duration After

For example, targeting visitors who have clicked Startup plan button more number of times when compared to SMB plan & Enterprise plan button in the after 10/01/2021 then, serve them Startup Behavior

![](https://1136256215-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MUgAFLO61VraHX8jwLt%2F-MUszTxvPhb_iiEOu-LS%2F-MUt1xojWjFg4QyMYoL0%2Fimage%20\(198\).png?alt=media\&token=2bca8d94-b6f1-4bec-ba86-4a5db3490803)
