Skip to content

Commit

Permalink
update low ctr tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopaunov committed Dec 9, 2024
1 parent 96b1549 commit 89ebee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/CreateCampaign/StepThree/StepThree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ const StepThree = () => {
<Tooltip
multiline
maw={420}
label={`Enabling bidding on sources that perform low on Clickthrough rate (CTR)
will result on higher chance of winning bids but will lower the overall CTR if the campaign.
This option can be useful when the purpose of the campaign is brand awareness not strictly click turnover.`}
label={`Enabling bidding on sources with a low Clickthrough Rate (CTR) increases the chances of winning bids
but may reduce the campaign’s overall CTR. This option is helpful for campaigns focused on brand awareness
rather than driving clicks.`}
>
<ActionIcon size="sm" variant="transparent">
<InfoIcon />
Expand Down
6 changes: 3 additions & 3 deletions src/components/EditCampaign/EditCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ const EditCampaign = ({ campaign, isAdmin }: { campaign: Campaign; isAdmin?: boo
<Tooltip
multiline
maw={420}
label={`Enabling bidding on sources that perform low on Clickthrough rate (CTR)
will result on higher chance of winning bids but will lower the overall CTR if the campaign.
This option can be useful when the purpose of the campaign is brand awareness not strictly click turnover.`}
label={`Enabling bidding on sources with a low Clickthrough Rate (CTR) increases the chances of winning bids
but may reduce the campaign’s overall CTR. This option is helpful for campaigns focused on brand awareness
rather than driving clicks.`}
>
<ActionIcon size="sm" variant="transparent">
<InfoIcon />
Expand Down

0 comments on commit 89ebee1

Please sign in to comment.