Version 1.0
Returns the value of the id field of the campaign.
{{ response.campaign.id }}
1
Version 1.0
Returns the value of the title field of the campaign.
{% for item in response.campaigns %}
<h2>{{item.title|raw}}</h2>
{% endfor %}
{{ response.campaign.title }}
Receba já o seu presente de boas vindas!
Version 1.0
Returns all of the line image in the campaign.
Version 1.0
Returns the value of the short_content field of the campaign.
{% for item in response.campaigns %}
<p>{{item.short_content|raw}}</p>
{% endfor %}
{{ response.campaign.short_content }}
Deixe-nos o seu email e veja o presente que temos reservado especialmente para si. Boas compras.
Version 1.0
Returns the value of the content field of the campaign.
{% for item in response.campaigns %}
<p>{{item.content|raw}}</p>
{% endfor %}
{{ response.campaign.content }}
Deixe-nos o seu email e veja o presente que temos reservado especialmente para si. Boas compras.
Version 1.0
Returns the value of the discount field of the campaign.
{% for item in response.campaigns %}
<span class="style4"> {{item.discount}}{{response.expressions.93|raw}}</span>
{% endfor %}
{{ response.campaign.discount }}
10%
Version 1.0
Returns the value of the url field of the campaign.
{{ response.campaign.url }}
index.php?id=122
Version 1.0
Returns the value of the type field of the campaign.
{% for item in response.campaigns if item.type %}
...
{% endfor %}
{{ response.campaign.type }}
welcome_gift
Version 1.0
Returns the value of the button_text field of the campaign.
{{item.button_text}}
{{ response.campaign.button_text }}
"Saiba mais"