0){
foreach($past_promotions['active'] as $active){
$profile_visits = $active['Promotion']['profile_visit_count'];
$id = $active['Promotion']['id'];
$price = $active['Promotion']['price'];
$video_url = $active['Video']['thum'];
$audience = $active['Promotion']['audience_id'];
if($audience > 0){
$audience = "customized";
}else{
$audience = "followers";
}
?>
0){
foreach($past_promotions['non_active'] as $non_active){
$profile_visits = $non_active['Promotion']['non_active_profile_visit_count'];
$price = $non_active['Promotion']['price'];
$audience = $non_active['Promotion']['audience_id'];
$video_url = $non_active['Video']['thum'];
if($audience > 0){
$audience = "customized";
}else{
$audience = "followers";
}
?>
0){
foreach($past_promotions['completed'] as $completed){
$profile_visits = $completed['Promotion']['profile_visit_count'];
$price = $completed['Promotion']['price'];
$audience = $completed['Promotion']['audience_id'];
$video_url = $completed['Video']['thum'];
if($audience > 0){
$audience = "customized";
}else{
$audience = "followers";
}
?>