{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'campaign' } ) }}
{% if mode == 'view' %}

Campaign Base Public URL:

{{ campaignUrl }}
{% endif %}

General Settings

Modify this section to modify the club's settings.

{% if mode == 'new' or mode == 'edit' %} {% elseif mode == 'view' %}

{{ campaign.campaignName }}

{% endif %}

Name of the campaign

{% if mode == 'new' %} {% else %}

{{ campaign.getProviderId().getProviderName() }}

{% endif %}

Ad Provider

{% if mode == 'new' %} {% else %}

{{ campaign.getClubId().getClubName() }}

{% endif %}

Club Name

{% if mode == 'new' or mode == 'edit' %} {% elseif mode == 'view' %}

{{ campaign.campaignCode }}

{% endif %}

Identifier code

{% if mode == 'edit' or mode == 'view' %}
{% if mode == 'edit' %} {% else%}

{% if campaign.status == 'A' %}Active {% elseif campaign.status == 'S' %}Suspended {% elseif campaign.status == 'B' %}Banned {% endif %}

{% endif %}

Campaign status in the system

{% if mode == 'edit' %} {% else %}

{{ campaign.costPerConversion }}

{% endif %}

In USDx10, $3.50 -> 350

{# {% if edit == true %} {% else %}

{{ campaign.campaignCreationTime|date('Y-m-d H:i:s') }}

{% endif %} #}

{{ campaign.campaignCreationTime|date('Y-m-d H:i:s') }}

TimeDate of creation


Operation Settings

Configure the campaign behaviour when receiving a new client.

{% if mode == 'edit' %} {% else %}

{% if campaign.getSectionId() %} {{ campaign.getSectionId().getClubId().getClubName() }}: {{ campaign.getSectionId().getSectionId() }} - {{ campaign.getSectionId().getName() }} {% else %} None selected. {% endif %}

{% endif %}

Specify a custom Section as the return point after registration. Verify that it applies to the club!

{% if mode == 'edit' %} {% else %}

{% if campaign.disableWap %}WAP Traffic is Disabled{% else %}WAP Traffic is Enabled{% endif %}

{% endif %}

If WAP traffic is disabled, a dead-end error page will be shown instead (used to comply with policies and regulations).


Media & Display Settings

Modify the appearance of the campaign in PortalOne landing page.

{% if mode == 'edit' %} {% else %}

{% if campaign.getLandingPageId() %} {{ campaign.getLandingPageId().getClubId().getClubName() }}: {{ campaign.getLandingPageId().getName() }} {% else %} None selected. {% endif %}

{% endif %}

Specify a custom Landing Page. Verify that it applies to the club!

{% if mode == 'edit' %} {% else %}

{% if campaign.displayLegal %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Display full legal text on the landing page, including the "I Accept the terms.." checkbox.

{% if mode == 'edit' %} {% else %} {% if campaign.metadata %}
{{ campaign.metadata|json_encode()|raw }}
{% else %}

{% endif %} {% endif %}

Custom Metadata for optimization. Write as a JSON Object (associative array)

{#
{% if edit == true %} {% else %}

{{ campaign.campaignBanner }}

{% endif %}

Custom Banner's URL

{% if edit == true %} {% else %}

{{ campaign.campaignCss }}

{% endif %}

Custom CSS Stylesheet's URL.

#}

Notification Settings

Configure URL and parameters to send to the campaign.

{% if mode == 'edit' %} {% else %}

{% if campaign.notifyEnabled %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Is a notification method enabled?

{% if mode == 'edit' %} {% else %}

{{ campaign.notifyParamA }}

{% endif %}

{{ campaign.getProviderId().getNotifyParamA() }} (Description from provider configuration)

{% if mode == 'edit' %} {% else %}

{{ campaign.notifyParamB }}

{% endif %}

{{ campaign.getProviderId().getNotifyParamB() }} (Description from provider configuration)

{% if mode == 'edit' %} {% else %}

{{ campaign.notifyParamC }}

{% endif %}

{{ campaign.getProviderId().getNotifyParamC() }} (Description from provider configuration)

{% if mode == 'edit' %} {% else %}

{% if campaign.notifyUseThankYouPage %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Use a landing thank you page?

{% if mode == 'edit' %} {% else %} {% if campaign.notifyAdWords %}
{{ campaign.notifyAdWords }}
{% else %}

{% endif %} {% endif %}

Google Adwords notification scripts

{% if mode == 'edit' %} {% else %} {% if campaign.notifyPreAdWords %}
{{ campaign.notifyPreAdWords }}
{% else %}

{% endif %} {% endif %}

Google Adwords notification scripts for Landing Pages (Pre-conversion)


Suppression Settings

Configure and fine-tune the suppression and peak control system for this campaign.

{% if mode == 'edit' %} {% else %}

{% if campaign.suppressorEnabled %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Enable the proportional suppressor system

{% if mode == 'edit' %} {% else %}

{{ campaign.suppressorPercent }}%

{% endif %}

Percent of notifications to suppress in a day (i.e. '40%' written as '40')

{# DISABLING PEAK CONTROL 2016-11-25
{% if mode == 'edit' %} {% else %}

{% if campaign.peakControlEnabled %}Enabled{% else %}Disabled{% endif %}

{% endif %}

Is Peak Control Enabled?

{% if mode == 'edit' %} {% else %}

{{ campaign.peakControlThreshold }}

{% endif %}

Minimum conversions per period to activate Peak Control

{% if mode == 'edit' %} {% else %}

{{ campaign.peakControlMaxAllowed }}

{% endif %}

% of allowed increase in conversions

{% if mode == 'edit' %} {% else %}

{{ campaign.peakControlTimeRange }}

{% endif %}

Time (in minutes) to look back in the past

#} {% endif %} {% if mode == 'new'%}
{% endif %} {% if mode == 'edit' %}
{% endif %}
{% if mode == 'edit' %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}