how to set exclude location for campaign. i tried to found out it . i found this
$negativeCriterion = new \NegativeCampaignCriterion();
$negativeCriterion->campaignId = $result->value[0]->id;
$negativeCriterion->criterion = $location;
but i cannot understand how to pass location here. could you explain with example ?