kontrabass
Well-known member
In vbulletin I used the following to target DFP campaigns to forums and usergroups:
Is there an equivalent in xenforo?
Code:
googletag.pubads().setTargeting("forumid", "$forumid");
googletag.pubads().setTargeting("usergroup", "$bbuserinfo[usergroupid]");
Is there an equivalent in xenforo?