<%= link_to 'Edit Campaign', edit_campaign_path(@campaign.listingcode) %> | <%= link_to 'Back to Campaigns', campaigns_path %>

<%= @campaign.advertisername %>


<%= notice %>

  • Listing Code
    <%= @campaign.listingcode %>

  • Description
    <%= @campaign.description %>

  • Products & Services
    <%= @campaign.productsandservices %>

  • Websiteurl
    <%= @campaign.websiteurl %>

  • Client Services Rep
    <%= @campaign.vpa %>

  • Billing Code
    <%= @campaign.billingcode %>

  • Email Address
    <%= @campaign.emailaddress %>

  • Business Phone
    <%= number_to_phone @campaign.businessphone %>

  • Contact Phone
    <%= number_to_phone @campaign.contactphone %>

  • Customer First Name
    <%= @campaign.customerfirstname %>

  • Customer Last Name
    <%= @campaign.customerlastname %>

  • Address
    <%= @campaign.address %>

  • City, State, Zip
    <%= @campaign.city %>, <%= us_states item: @campaign.state %>, <%= @campaign.zip %>

  • Awards
    <%= @campaign.awards %>

  • Background
    <%= @campaign.background %>

  • Industry Categories
    <%= @campaign.categories %>

  • Company Colors
    <%= @campaign.companycolors %>

  • Facebook URL
    <%= @campaign.facebookurl %>

  • Target Audience
    <%= @campaign.targetaudience %>

  • Tollfree Phone
    <%= @campaign.tollfreephone %>

    <% @campaign.videolistings.each do |videolisting| %>
  • <%= render 'videolisting', videolisting: videolisting %>
  • <% end %> <% if @campaign.videolistings.empty? %>
  • No Video Listings for this Campaign.

  • <% end %>