The "Newsletter subscription" tag is a snippet of HTML code used to indicate the email address with which the contact has subscribed.
What is this tag and where is it used?
The tag "cn_newsletter_subscribe" should only be inserted on the next page visited after a newsletter subscription.
Properties
The only property that contains this tag (email), must be defined inside the "cn_newsletter_subscribe" tag as a child tag, indicating the name of the property in the "class"attribute.
First name | Required | Type | Multiple | Description |
---|---|---|---|---|
Yes | string | No | Email address subscribed to the newsletter. |
Example
Once the property is included, the tag will look like this:
<div class="cn_newsletter_subscribe" style="display:none">
<span class="email">example@email.com</span>
</div>
Keep learning!
To make the most of your Connectif account, we recommend reading these articles next:
- Tag integration, to discover all the notifications that you can send from your eCommerce to Connectif and how they work.
- Integration via JavaScript events, to learn about this type of integration, which gives you greater control over when and how to send events.
- Integration with Connectif via API, to synchronize contacts, products, purchases and coupons.
- Check the integration with your ecommerce, so you can be confident that your data is syncing correctly with your Connectif account.