Skip to content

Commit f06dc68

Browse files
author
Rob
committed
categories targeting possible in profile
1 parent 9dd7291 commit f06dc68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Atomx/Resources/Profile.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ public function setDomainTargeting($action, $domains)
7474
$this->domains_filter_action = strtoupper($action);
7575
}
7676

77+
public function setDomainCategoryTargeting($action, $categories)
78+
{
79+
$this->domain_categories_filter = $categories;
80+
$this->domain_categories_filter_action = strtoupper($action);
81+
}
82+
7783
public function setRequestAttributeTargeting($action, $attributes)
7884
{
7985
$this->request_attributes_filter = $attributes;

0 commit comments

Comments
 (0)