Magento 2
  • Personalization for Magento 2
  • Installing
  • Disconnecting
  • Uninstalling
  • Getting Started
  • Configuring
  • Hyvä Theme
  • Guides
    • Migrating to Magento2
    • Upgrading to >= 4.0.0
    • Varnish & Full-Page Caches
    • Advanced User Guide
    • Managing Blocks
    • Overriding or Extending Functionalities
      • Overriding Product Data
        • Excluding Products
        • Customising Pricing
        • Customising Categories
        • Resizing Images
      • Overriding Customer Data
    • Console Commands
    • Tagging Providers
  • Features
    • Product data caching
      • Built-in caching
      • Database caching
    • Variations (Configurable Products)
    • Add to Cart
    • Indexer
      • On 7.x
      • On 5.x and 6.x
      • On 4.x
      • On 3.x
    • Customer Group Pricing
    • Supplier Cost & Inventory Level
    • Restore Cart Link
    • Ratings & Reviews
    • Multi Currency (Exchange Rates)
    • Marketing permission and GDPR compatibility
    • Content Staging & Special Prices
  • Integrations
    • Using Yotpo
  • FAQ
  • Developing & Contributing
  • Visit Nosto
  • Issues
  • Releases
  • Addons
    • Multi Source Inventory (MSI)
      • Installing
      • Uninstalling
      • Configuring
    • Category Merchandising (CM 1.0)
      • Installing
      • Uninstalling
      • Configuring
      • Guides
        • Translating Frontend Strings
        • PWA Implementation
        • Using Elasticsearch
        • Segmentation
        • Overriding or Extending Functionalities
          • Customize Query Parameters
          • Customize Page Size Limit
          • Customize Exclude Filters
        • Debugging
Powered by GitBook
On this page

Was this helpful?

  1. Features

Marketing permission and GDPR compatibility

PreviousMulti Currency (Exchange Rates)NextContent Staging & Special Prices

Last updated 3 years ago

Was this helpful?

As of version Nosto's Magento 2 extension will be automatically adding the marketing_permission field to the customer tagging and to the buyer ("customer") object in the conversion tracking i.e. the order-confirmation page. The marketing permission field tells Nosto whether the customer has given compliant consent of receiving marketing via email or not.

2.8.0

By default Nosto's Magento 2 extension uses Magento's newsletter subscription as a source of information for populating this field. In other words, if a customer is also a newsletter subscriber marketing_permission field will be set to true and Nosto considers that the customer has given GDPR compliant marketing permission consent. If a customer is not a newsletter subscriber marketing_permission field will be set to false and Nosto considers that the customer has not given GDPR compliant marketing permission.

Note: f you are using Magento < 2.1.10 the marketing permission info is not sent to Nosto in real time when the user updates the newsletter subscription field. This is due to a that was fixed in 2.1.10.

create_new_customer_account

If your store has a custom process for gathering marketing permissions or the default logic explained above doesn't fit for your store, you can override Nosto's extension to amend the behaviour. Please read more detailed instructions in our guide on .

overriding the customer data
2.8.0
GDPR
Magento bug