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

General Settings

Provider's general settings, pricing models and costs.

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

{{ provider.providerName }}

{% endif %}

Name of the provider

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

{% if provider.pricing == 'C' %}CPC - Cost-per-Click{% endif %} {% if provider.pricing == 'A' %}CPA - Cost-per-Activation{% endif %}

{% endif %}

Select the agreed pricing model for the provider.


Notification settings

Provider's notification method and settings.

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

{{ provider.notifyMethod }}

{% endif %}

Define tracking method interface / method.

{% if edit == true %} {% else %} {% if provider.notifyBaseUrl %}
{{ provider.notifyBaseUrl }}
{% else %}

None

{% endif %} {% endif %}

Base URL for notification. Use placeholders #TRACKID#, #A#, #B#, #C# as needed.

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

{{ provider.notifyParamA }}

{% endif %}

Parameter #A# Description

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

{{ provider.notifyParamB }}

{% endif %}

Parameter #B# Description

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

{{ provider.notifyParamC }}

{% endif %}

Parameter #C# Description


Contact Information

Provider's contact information for support.

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

{{ provider.providerWebsite }}

{% endif %}

Public website or control panel.

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

{{ provider.providerContact }}

{% endif %}

Name of the support engineer / responsible.

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

{{ provider.providerPhone }}

{% endif %}

Support Phone Number.

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

{{ provider.providerSkype }}

{% endif %}

Support Skype Name.

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

{{ provider.providerEmail }}

{% endif %}

Support Email.

{% if edit == true %}
{% endif %}
{% if delete == true %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}