Back

Tag: Online

Session content:
– How to combine minimum and maximum quotas.
– Quota evaluation.
– Using multi codes quota.
– Quota frame evaluation.

Academy 52 – Quota in Nfield – Advanced options 1
Gepubliceerd op: 26 July 2024 Door: ard

ISO 27001 is an international standard for managing information security, and a must-have for any organization that is entrusted with large amounts of user data, as we are here at NIPO.

Following an intensive 5-day audit which scrutinized both our Amsterdam and Madrid offices, we are pleased to share the news that NIPO’s ISO 27001:2013 certification has once again been extended. Performed by SGS, this audit was fully focused on NIPO’s ISMS.

NIPO has been certified to ISO 27001:2013 since 2016. We have retained this by undergoing re-certification audits every three years, along with two additional annual surveillance audits in between.

Continuous improvement is at the heart of both the ISO 27001 certification and NIPO. In line with this, we are now working on all the measures necessary to conform to the latest iteration, ISO 27001:2022, before October 2025.

Alongside ISO certification, we also implement many additional security measures to ensure every Nfield customer can use our market research platform with confidence. To learn about these, see Your data is secure with Nfield: here’s how.

Security factsheet

PDF PDF

Click here to download the Nfield Online and CAPI security factsheet, that contains a copy of the current ISO 27001-2013 certificate.

NIPO renews ISO 27001 certification
Gepubliceerd op: 16 July 2024 Door: ard

Session content:
– How to set up quota.
– How to check quota in the survey script.
– Handling quota overshoot.
– Changing quota targets during fieldwork.
– Changing quota structure during fieldwork.

Academy #51 – Quota in Nfield: The basics
Gepubliceerd op: 11 July 2024 Door: ard

Integrating Nfield with your own system(s) can significantly enhance your organization’s market research capabilities, and the Nfield API enables this to be a seamless experience. Here is everything developers need to know about Nfield integration via the Nfield API.

Essential preparation

Before diving into the integration process, let us start with a few basics that underpin successful integration.

  1. Understand REST API technology:
    REST (Representational State Transfer) is an architectural style that uses HTTP requests for communication. The Nfield API is built on this technology, so understanding how REST APIs work is crucial. Check out this introduction to REST APIs to get up to speed.
  2. Learn how your researchers are using Nfield Manager:
    Nfield Manager is the interface through which researchers instruct the Nfield platform. To provide the integration capability these people need, you need to get to know how they work with Nfield Manager. Observing and discussing their workflow will provide you with essential insights into the tasks you need to automate and the endpoints you need to connect.
  3. Check out the Nfield API help page:
    Region-specific Nfield API help pages provide detailed documentation on endpoints, authentication methods, request formats, and more. Be sure to refer to the correct help page for your region:
Your regionNfield API help page
Asia Pacifichttps://apiap.nfieldmr.com/help
Americahttps://apiam.nfieldmr.com/help
Chinahttps://apicn.nfieldcn.com/help
Europehttps://api.nfieldmr.com/help
Table 1: Nfield API Help Page per region

Starting the integration process

Here’s how to initiate your Nfield API integration process by setting up authentication and understanding key endpoints.

  1. Authentication:

    There are two main methods for achieving this with the Nfield API:

    Basic Token:
    The easier, and more straightforward method is to use a basic token, which authenticates API requests by being included in the HTTP headers. You can also see a practical example in our video of automating quota progress reports with the Nfield API using Microsoft Power Automate.

    Bearer Token:
    The second method involves using OAuth 2.0 for authentication. This method is more complex but offers enhanced security features. You will need to obtain an access token through an OAuth flow, which will then be required in the header of your API requests. For more information, see What is Bearer Token and How it Works?
  2. Endpoints:
    The Nfield API is extensive and covers all the manual actions that can be performed in Nfield Manager. These include creating, updating, and managing surveys, managing respondent data, data collection processes, managing user accounts, and monitoring survey progress. Essentially, any task that can be done manually in Nfield Manager can be automated using the Nfield API. This comprehensive coverage enables full integration and automation of your organization’s market research processes.

    For detailed specifications and a full list of available API endpoints, refer to the Nfield Help Page for your region, as shown in table above.
  3. Making API calls:
    Use HTTP methods such as GET, POST, PUT, PATCH and DELETE to interact with endpoints. Make sure your requests include the necessary headers – such as the Authorization header – with your access token and Content-Type header for JSON data.
API using Postman

Figure 1: An example in Postman for getting surveys from Europe region.

  1. Handling Responses:
    The API will mostly return responses in JSON format, so you need to make sure your application is able to parse these. (A small percentage of endpoints will return responses as binary files.) Pay attention to the status codes to ensure both errors and successes are managed effectively.

Best practices for integration

Adhering to best practices will help make your integration more efficient and reliable.

  1. Start small:
    Begin with basic API calls to familiarize yourself with endpoints and responses. For example, start by retrieving a list of surveys before moving on to more complex operations like creating or updating surveys.
  2. Error handling:
    Implement robust error handling in your integration to manage scenarios like expired tokens, invalid requests, or server errors. This will ensure your integration is resilient and can recover gracefully from any issues.
  3. Testing:
    Thoroughly test your integration in a development environment before deploying it to production. Use test surveys and respondents to ensure your API calls are functioning as expected without affecting live data.
  4. Optimized data retrieval:
    When downloading survey data, avoid downloading the entire dataset each time. Instead, implement logic to download only the differences (incremental updates) since the last download. This practice reduces the load on both your system and the Nfield API, ensuring efficient data transfer.
  5. Respect API limits:
    Avoid making unnecessary frequent API calls to prevent overloading the system. Follow Nfield’s acceptable use policy, which provides guidelines on optimal API usage and rate limiting. Adhering to these guidelines ensures fair usage and system stability for all users.

Documentation and support

To stay updated and efficiently resolve issues, make effective use of available documentation and support resources.

  1. Regular updates:         
    Make sure you stay informed about system updates, new features, and changes to the Nfield API. Ask your domain administrator to set up an email auto-forward from Nfield’s update notifications. This will keep you up to date on the latest developments and ensure you do not miss any essential information.
  2. Keep the Nfield API help page to hand:
    Regularly refer to the Nfield API help page for updates and clarifications. It is a vital resource for understanding the endpoints, request formats, and best practices.
  3. Utilize support resources:
    Take advantage of the various support resources provided by Nfield, such as reach out to technical support and view Academy session recordings. These resources provide valuable assistance and insights from other developers and Nfield experts. Also an Nfield SDK has been created by Nfield users on Github.

Conclusion

Integrating Nfield with your system via the Nfield API can streamline your market research operations and provide valuable data insights.

By preparing adequately, understanding the API’s fundamentals, and following best practices, you can ensure your integration is a success.

Make the most of Nfield’s capabilities by leveraging all available resources, such as Nfield API manuals and your own researchers’ expertise.

Enhance your integration’s efficiency and performance by adopting optimized data retrieval methods and respecting API usage policies.

Stay up to date on system changes to continue getting the absolute best out of Nfield.

Developer’s guide to Nfield integration via the API
Gepubliceerd op: 2 July 2024 Door: admin

NIPO is pleased to announce the introduction of its survey-level data retention policy feature. Designed to simplify the management of long-running trackers, or waves, this feature can be set to automatically clean out Online survey data after a specified number of days.

  • Never (default): no survey data will be automatically deleted.
  • 30 days: automatically deletes any survey data that’s more than 30 days old.
  • 60 days: automatically deletes any survey data that’s more than 60 days old.
  • 90 days: automatically deletes any survey data that’s more than 90 days old.

These settings are in the Nfield Manager under the Setup survey/Retention tab. They can be configured separately for each survey, so storage practices can be tailored to specific project needs.

Benefits of implementing a survey-level data retention policy

Setting and adhering to data retention periods aids compliance and data governance, while also simplifying long-running trackers and mitigating risks associated with prolonged data storage and privacy breaches.

  • Compliance: Adhering to regulatory requirements such as GDPR (General Data Protection Regulation) is crucial in today’s data-driven landscape. Establishing and enforcing appropriate data retention periods ensures compliance with these regulations, thereby mitigating legal risks.
  • Data governance: Effective data governance practices demand clear policies around data retention. By defining specific retention periods, organizations can maintain data integrity, optimize storage resources, and streamline data lifecycle management processes.
  • Risk management: Implementing proper data retention practices is essential for mitigating risks associated with prolonged data storage and potential privacy breaches. By automatically removing outdated data, organizations can reduce the likelihood of security vulnerabilities and maintain compliance with data protection laws.
  • Simplifying long-running trackers: Seamlessly managed trackers clean-up eliminates the effort and hassle of manually removing outdated information. Long-running trackers can stay dedicated to a single survey, while long-running surveys remain organized, focused, clutter-free and up-to-date, without manual intervention.

Which data is automatically removed?

Based on the selected retention period, the following data will be removed automatically:

  • Interview data (e.g. .dat, o-file, paradata, audit log) that has not changed for the specified number of days.
  • Sample data for this interview (untouched sample data is not deleted).
  • Survey packages (script, media files, settings) that have been superseded by a newer package for more than the specified number of days (the latest package is never deleted).
  • Quota frames that have been superseded by a newer quota frame for more than the specified number of days.

Important notes

  1. The default setting is NEVER. Nfield users are always in control. Data will never be automatically removed unless a specific retention period has been set.
  2. Once data has been removed, it is permanently deleted along with its associated artifacts (scripts, data, quotas, media files, etc.), and cannot be restored.
  3. This feature is currently only available for Nfield Online surveys.

Elevate your research game with Nfield

Survey-level data retention policy is just one of the many tools Nfield equips you with to take your market research to the next level. Say hello to streamlined processes, enhanced efficiency, and control over your data retention policies.

Customized survey-level data retention policy: streamline compliance and optimize storage via automatic clean-up
Gepubliceerd op: 5 June 2024 Door: ard

In one of the previous “scripting problem of the month” sessions we looked at how surveys end. In this NIPO Academy we will look at how surveys start. How you maximize the number of real respondents and keep bots out.

Academy #50 – How to start a survey
Gepubliceerd op: 24 April 2024 Door: ard

Already for some time you can limit the access to different surveys to one or more groups of users on your Nfield domain. But until recently the configuration of this feature was only possible through the API. Now that the configuration is available through the Nfield Manager as well, it is time for a proper introduction of the survey access options.

Academy #49 – Survey access
Gepubliceerd op: 17 April 2024 Door: ard

The new feature, the *REQUEST command, is an extension and replacement of the GETDATA command and meant to connect with external API’s. For instance, to connect with a database.

Academy #48 – Request command
Gepubliceerd op: 10 April 2024 Door: ard

Most online market research surveys begin with an email invitation to participate. If these emails don’t reach their intended recipients and attract their attention, your survey is going to suffer. Successful delivery, which means landing in each recipient’s inbox, not their spam folder, is never guaranteed. And being recognized by them as a legitimate message, which should be opened, is essential to avoid being clicked straight into the trash.

It may sound a bit like a game of chance, but you can take steps to tip the odds firmly in your favor.

To protect ordinary people from being bombarded with huge amounts of unsolicited and undesirable emails which flood the internet every day, email service providers and email apps implement a range of checks on each item before allowing it to reach an inbox. The best practices outlined in this article will help your emails to pass these checks.

1. Create and authenticate custom email domains

The domain your survey invitation emails come from matters. Recipients are more likely to open emails sent from a domain they recognize and feel they can trust. Nfield can easily be configured to send from custom domains as necessary. (Of course, you need to send from a domain you are legitimately entitled to use and have the credentials for – you can’t just borrow any domain you feel like using!)  

Figure 1: Invitation Settings

To ensure each custom domain passes relevant delivery checks, you should set up email authentication protocols such as DMARC (Domain-based Message Authentication, Reporting, and Conformance), DKIM (DomainKeys Identified Mail), and SPF (Sender Policy Framework). This is something for your email administrator to take care of.

These protocols authenticate emails to confirm they are legitimately being sent from the domain they appear to be from, effectively removing one of the reasons that emails get flagged as spam.

Once these protocols have been set for a custom email domain, please contact our support to connect this domain to Nfield.

Obtaining consent to email the people you want to invite to your online survey is important for various reasons. For a start, your emails won’t come as a surprise, so they’re less likely to be suspicious and bin them without opening, or report them as spam. Either of these actions will be unhelpful to both your survey response rate and your domain reputation.  

Aside from this, obtaining recipient consent to include them in a distribution list is both a best practice and a legal requirement under the General Data Protection Regulation (GDPR). Compliance with GDPR demonstrates your commitment to respecting individuals’ privacy rights and strengthens trust between your organization and the survey respondents you rely upon. By securing explicit consent, you not only uphold ethical standards but also mitigate the risk of non-compliance penalties. Prioritizing consent as part of your email outreach strategy aligns with GDPR’s principles of transparency and accountability, which fosters a positive relationship with your audience.

Read more about EU GDPR specifications.

3. Validate email addresses

Sending survey invitation emails to addresses that don’t exist results in hard bounces that reduce your delivery rate and damage your email reputation. Even when you think you’ve done everything right, invalid addresses can still get into your system through people accidentally mistyping or deliberately providing false information.

You can flush out bad email addresses by using validation tools (such as Emailable or ListWise). Maintaining a clean and validated distribution list will return higher delivery rates and keep your reputation intact.

4. Enable easy opt-out

Even if recipients have consented to being on your distribution list, they have the right to change their minds. It is important that every email contains an unsubscribe link through which recipients can easily manage their preferences. Any requests to opt-out need to be honored promptly to avoid reputational damage caused by unwilling recipients failing to open emails, and possibly reporting them as spam. If you continue to contact people who’ve opted out, they will also develop negative feelings towards the brand being represented.    

Enabling easy opt-out demonstrates respect for recipients’ choices and helps preserve your email sender reputation. Nfield supports customizable unsubscribe options, allowing you to tailor the process to align with your branding and compliance requirements.

Alongside this, Nfield provides a blacklist facility where you can keep track of email addresses which have unsubscribed, had delivery problems, been flagged as fake or should not be contacted for any other reason. These blacklists are compiled at domain-level, as another tool for helping you protect your email reputation.

5. Assess your spam score before sending

The content and formatting of emails is another factor that can easily trigger spam flags if you’re not careful. Before sending out your email invites, you should evaluate them by using a spam score checker (such as mail-tester) that analyzes subject lines, content, formatting and other attributes that may be scrutinized by the “spam police”. This will help you avoid another deliverability pitfall, while resulting in emails which appear more genuine to the people you need to participate in your survey.

Helping your online surveys succeed

Following best practices for sending invitation emails is essential for online survey success, and Nfield has a number of in-built features to help you do this. For more advice on building a robust email reputation, and to find out why this matters, check out our related articles

Best practices to ensure email invitations for online surveys get delivered
Gepubliceerd op: 9 April 2024 Door: ard

This session is an extension on NIPO Academy #24 (fieldwork report) and #35 (custom reporting) wherein we will show you how to create your own BI report.

Academy #47 – Reporting
Gepubliceerd op: 3 April 2024 Door: ard

This session concentrates on the different scripting debugging techniques and processes Nfield offers, by introducing a new feature called Simulate Interviews. This feature is a replacement and important enhancement on the generate dummy data option in the NIPO ODIN Developer.

Academy #46 – Simulate Interviews
Gepubliceerd op: 27 March 2024 Door: ard

Why spend valuable time on routine tasks that can easily be automated? If you’re using Nfield for Online and CAPI surveys, you can reduce manual workload by hooking up with Microsoft Power Automate. Nfield’s API enables seamless integration with this user-friendly automation tool, without the need for any coding.

Integrating Microsoft Power Automate with Nfield can speed up your operations, reduce errors and omissions, and keep communications flowing, while freeing your people to focus on applying their expertise.  

Here are five examples of what Nfield and Microsoft Power Automate can achieve together.

1. Keeping clients informed with scheduled quota progress reports

Providing regular updates on project progress is good for client relationships, and demonstrates commitment to transparency and timely communication. But doing this takes time out of your day and can easily be forgotten.

With Microsoft Power Automate, you can schedule automated delivery of Nfield quota progress tables to clients, as often as you choose.

Watch our video demonstration of how to set up automated Quota Progress Reports using Microsoft Power Automate

2. Nurturing respondent relationships

Survey respondents are the lifeblood of market research, so keeping them onside is crucial. Simple things like sending thank you notes for completing surveys goes a long way to building loyalty.  

Microsoft Power Automate allows you to automate this. Reminding your respondents that their contribution is valued, and encouraging them to continue participating, without any members of your team having to disrupt their schedule.

3. Efficiently assigning addresses to interviewers

For CAPI surveys, assigning addresses to interviewers is an essential routine task. But it takes time that can be spent on other things.

Microsoft Power Automate can take care of this work by automatically assigning new addresses to each of your Nfield CAPI interviewers as required, ensuring fair distribution of workload and optimizing how each field worker is used.

4. Keeping your research team updated in real time

The faster your research team are informed, the faster they can get on with the next stage of their work.

Microsoft Power Automate can be hooked up with Nfield to notify them immediately when a survey quota target is met.

5. Ensuring survey data is immediately backed up

Everyone knows the importance of back-ups, which is why these should never be left to chance. 

Microsoft Power Automate can initiate backup processes the moment fieldwork is complete. Ensuring this crucial task doesn’t get forgotten, while lessening your team’s post-fieldwork workload, so they can focus their attention on analysis.

Integrating Nfield with Microsoft Power Automate, via the Nfield API, enables you to optimize your market research operations in many different ways. From enhancing various communications to automating routine tasks, this powerful combination allows you to focus on what matters most – extracting meaningful insights from your data.

Five ways no-code automation can improve efficiency in MR operations: Nfield API + Microsoft Power Automate
Gepubliceerd op: 8 March 2024 Door: ard

Automation of routine tasks is a great way to improve efficiency in any line of work. For market research companies conducting Nfield Online and CAPI surveys, this is easily achieved through integration with codeless tools such as Microsoft Power Automate and Zapier.

The beauty of no-code automation tools is they don’t require specialist expertise to set them up. All that’s necessary is an amount of familiarization with the tool and how it integrates with Nfield Manager via Nfield’s API. For the purpose of this demonstration, we’re showing how sending reports to clients can be automated using Microsoft Power Automate. This task is one of the Five ways no-code automation can improve efficiency in market research operations

Essential preparation

Here’s what’s necessary for integrating Microsoft Power Automate with Nfield:

Your regionNfield API Manual
Asia Pacifichttps://apiap.nfieldmr.com/help
Americahttps://apiam.nfieldmr.com/help
Chinahttps://apicn.nfieldcn.com/help
Europehttps://api.nfieldmr.com/help

A practical example: automated sending of quota progress reports

Our video follows every step of the process of setting up automated sending of quota progress reports from Nfield Manager using Microsoft Power Automate:

1. Log in to Power Automate (0:00 to 0:25)

2. Create a new flow with a schedule trigger* (0:25 to 1:05)

3. Create an HTTP connection for Nfield API authentication (1:05 to 2:54)

4. Extract and store authentication token (2:54 to 4:09)

5. Create another HTTP connection to retrieve the quota table (4:09 to 7:11)

6. Send an email with the quota table (7:11 to 8:12)

*In this example, reports are being scheduled to go out daily at 9am.

How to automate sending of quota progress reports: Nfield API + Microsoft Power Automate, no coding required
Gepubliceerd op: 8 March 2024 Door: ard

A common problem in online surveys is that respondents close their browser before the interview status is set, resulting in faulty interview counts and quota overshoot. In this NIPO Academy session we will talk about how to prevent this and how the new *ENDPAGE can help with this.

Academy #45 – NIPO ODIN script improvements – New ENDPAGE
Gepubliceerd op: 17 January 2024 Door: ard

Happy New Year everyone! As we enter 2024, we hope you are looking forward to a positive year ahead. That’s certainly the case for us here at NIPO, where we never stop looking for ways to make Nfield even better aligned with users’ needs.

While we’re hard at work improving our products and developing new features, we thought this would be a good moment to reflect on the changes Nfield underwent during 2023. The 24 releases made over the course of the past year included the following major developments:

Automatic Clean-Up: to streamline data management

Keeping your Nfield domain clean – by deleting outdated surveys to avoid unnecessary data storage –  is vital for your GDPR compliance, security, and efficient operation. Helping you achieve this is all part of our responsibility within Nfield’s ISO 27001:2013 certification.

To make it as simple as possible, we introduced an automatic survey clean-up feature. You can learn all about it in our 30-minute webinar Academy #39 Automatic clean-up feature session recording.

Maintaining a clean, clutter-free domain promotes internal collaboration and enhances teamwork. Doing this will also help you keep in line with Nfield’s acceptable use policy, making it less likely that you’ll incur additional charges from exceeding storage limits.

Survey Blueprints: for faster survey set up

When you’re creating a new survey with the same configuration as one you’ve done before, starting again from scratch is a real waste of time, right? That’s why we introduced blueprints, which let you quickly set up new surveys based on identical channels and quota frames, without having to manually enter the details all over again. Pretty much like a template.

Thanks to blueprints, you no longer need to hold on to old surveys as setup references. Find out how to benefit from the efficiency of blueprints in our 22-minute webinar Academy #40 – Survey blueprints.

CAPI Fieldwork Progress Report and Repository: a streamlined data delivery pipeline

You wanted a more integrated and streamlined data management experience. We responded by developing a way to transmit CAPI data directly into the Nfield data delivery pipeline, enabling instant availability of comprehensive fieldwork progress reports.

This is still a work in progress, but Beta access is now open for integrating CAPI survey data into fieldwork progress reports and repositories.

Enhanced ODIN Developer: optimizing scripting efficiency

Scripting continues to evolve, and so do our tools for checking your scripts are free from logic errors. The NIPO ODIN Developer now incorporates both the legacy (NFS) parser and the new (Nfield) parser for ODIN questionnaire scripts. At the time of writing, both parsers are currently available, but the legacy parser will be phased out during 2024.

While developing the new Nfield parser, we discovered several commands and constructs that are no longer functional in Nfield. To help you transition to updated practices, these commands and constructs are now proactively reported as warnings.

Additional CAPI capability in Nfield Manager: further streamlining survey management

To make your CAPI survey experience even better, we enhanced Nfield Manager capabilities to enable truly seamless management, including for surveys with Sampling Points, Addresses, and Quotas. Day-to-day survey management is now even more streamlined via a more intuitive interface, and includes added support for Excel upload. As a result, the Nfield Manager lets you do more in one place, without having to use separate tools. So you get to enjoy even more convenience, efficiency and user-friendliness. This latest evolution of the Nfield Manager has led to retirement of the Classic Manager.

Nfield Status Page: providing real-time service insights

We know how frustrating it can be when you’re experiencing performance or availability issues and you don’t know if anything is being done to address them. That’s why we introduced our Nfield Status Page to provide real-time information about availability of our main services across different regions. Through this page, you can easily check whether the issue you’re encountering is already known to our team before deciding to raise a support ticket. It’s all part of our commitment to giving you the smoothest and most efficient service possible.

New Nfield API EndPoints: helping you accomplish tasks with even greater efficiency

In 2023, we gave our users a gleaming new toolbox for streamlining the process of Nfield domain configuration. Nfield API Endpoints v2 is a set of meticulously crafted tools, such as DomainEmailSettings, DomainLanguageTranslations, and DomainPasswordSettings, designed to make your work faster, smoother, and better overall.

APIs (Application Programming Interfaces) act as a bridge connecting two completely different programs (e.g. Nfield and CRM / Nfield and Membership database / Nfield and your reporting system. See API – What researchers need to know for further explanation.

With the release of this updated toolbox, the older v1 endpoints have been deprecated, as indicated in the Nfield API help page.

On to 2024, and beyond

Our improvement journey is continual, and Nfield customers can look ahead to yet more innovations aimed at further enhancing the user experience and data collection efficiency.

For every visible change, a significant amount of hardening, performance improvement, security enhancements, and maintenance work also goes on behind the scenes. It all adds up to fulfilling our commitment to delivering a robust and reliable platform for every single one of our valued customers.

Here’s to an exciting, inquisitive, and productive year ahead in market research!

Navigating change: how Nfield evolved during 2023
Gepubliceerd op: 11 January 2024 Door: ard
Get a first impression, scheduled soon.

Get a first impression, scheduled soon.

Request a demo to see how NIPO can help you meet your requirements with our smart survey solutions.