getCampaigns() as $key => $campaign) { if (getVal('url', $campaign) == $url) { return $key; } } return null; } }