We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dd7291 + f06dc68 commit 110172eCopy full SHA for 110172e
Atomx/Resources/Profile.php
@@ -74,6 +74,12 @@ public function setDomainTargeting($action, $domains)
74
$this->domains_filter_action = strtoupper($action);
75
}
76
77
+ public function setDomainCategoryTargeting($action, $categories)
78
+ {
79
+ $this->domain_categories_filter = $categories;
80
+ $this->domain_categories_filter_action = strtoupper($action);
81
+ }
82
+
83
public function setRequestAttributeTargeting($action, $attributes)
84
{
85
$this->request_attributes_filter = $attributes;
0 commit comments