Back

Category: Blog

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

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 market research, CAPI devices used for conducting surveys and collecting data are crucial to the fieldwork process. These devices, which are typically tablets powered by Android systems, are essential for enabling a smooth and efficient experience, while protecting valuable data.

Like every technical tool, CAPI devices need regular attention in terms of updates, data management and security checks to keep them performing as they should.

Here are our top-5 tips for optimizing the performance of your CAPI devices:

1. Keep your Android operating system updated

Regularly updating your Android operating system is vital for maintaining device security and performance. Android frequently releases updates, which often include important security patches and system optimizations. By ensuring you’re always running the latest software version, you can mitigate potential security vulnerabilities and ensure compatibility with applications – such as the Nfield CAPI app – as these, themselves, get updated.

2. Enable automatic updates for apps

Like every good app, the Nfield CAPI app periodically gets updated with new features, bug fixes, and security enhancements. To ensure you are always getting the best experience by using the latest version, we advise enabling automatic updates in your Google Play Store settings. This way, app updates are automatically downloaded and installed in the background without anybody having to remember to check and manually initiate the process. 

3. Utilize device management solutions to stay in control

Staying on top of your fieldwork operation calls for the ability to track CAPI device usage, troubleshoot issues, and maintain compliance with data security protocols. All this can be achieved by implementing a device management solution, such as Mobile Device Management (MDM) software, which provides centralized monitoring and control. MDM solutions enable administrators to remotely manage device settings, deploy applications, and enforce security policies.

4. Ensure every device is protected

CAPI device security is always essential, which is why we recommend implementing robust security measures such as device encryption, screen lock passcodes, and biometric authentication (e.g. fingerprint or facial recognition). It’s also a good idea to install reputable antivirus and security software to detect and mitigate potential threats such as malware or unauthorized access. For times when there is no secure Wi-Fi connection available, consider using a Virtual Private Network (VPN) to preserve security by encrypting data transmission.

5. Conduct regular clean-ups to optimize device performance

Regularly doing a bit of a clean-up by clearing cache files, removing unnecessary apps, and managing device storage will go a long way to keeping your CAPI device operating well. These tasks can be conducted using built-in system maintenance tools and third-party optimization apps. The less clutter there is inside your CAPI devices, the better their performance will be.

A little proactive maintenance makes a big difference

These five top-tips for managing and maintaining security and performance on your CAPI devices are simple to implement, and will go a long way to keeping your fieldwork flowing smoothly. Optimally performing devices create a better user experience for fieldwork researchers and the people they interview, while enabling your market research company to get the most out of Nfield CAPI.

Top 5 tips for keeping your CAPI fieldwork device secure and performing well
Gepubliceerd op: 22 May 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

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

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


NIPO recently had the pleasure of seeing one of our affiliates recognized by PAMRO (The Pan African Media Research Organization) for a groundbreaking project made possible by Nfield’s API.

Integrate, which is a data and evidence-based agency operating out of Morocco, was awarded the runner’s-up prize at PAMRO’s 2023 annual conference for “A Non-invasive Methodology for Tracking Digital Behavior in Morocco”. This pioneering initiative was designed to delve into Moroccans’ digital behaviors and attitudes, to shed light on their digital interactions and experiences. It was the first survey of the Moroccan population focused on gaining insights into their digital moments, with the aim of gathering valuable data for both marketers and researchers.

Nfield and its API were instrumental in enabling this research to be carried out, and we are delighted to share the details of how these made a difference.

Benefits and challenges of non-invasive market research

Integrate pursued a non-invasive methodology to overcome privacy concerns which often deter respondents from granting permissions, thereby limiting the tracking scope. It was a decision designed to enhance the level of participation.

Compared to other approaches that use real-time monitoring via in-moment tracking tools, such as web analytics, cookies, and software installed on users’ devices, non-invasive market research relies on self-reported data. This presents two challenges: 

  • Time-related memory bias: The longer after an event people are asked to recall their experiences or interactions, the more inaccurate their recollections are likely to be. Researchers therefore need to design data collection methods that can obtain relevant information as close as possible to the event concerned.
  • Trustworthy respondents: The success of non-invasive research heavily depends on respondents’ consistency and diligence when reporting their experiences. To minimize discrepancies, it’s essential to engage participants who can be relied upon to provide accurate information.

The solution: a job scheduler powered by Nfield’s API

Because non-invasive market research can’t use online activity to trigger surveys, Integrate needed another way to collect data in a timely fashion from trustworthy respondents. Their solution was to prompt respondents, selected from a pre-vetted panel, into voluntarily providing information through time-restricted SMS invitations. To encourage participation, rewards were offered for in-time survey completion.

To carry out these procedures, Integrate implemented a set of strategic rules executed by a job scheduler, while the Nfield API enabled tasks to take place automatically. As a result, Integrate was able to track digital behavior, brand exposure, meal occasions, and other relevant time-related activities without human intervention, while solving the challenges described above. 

 PurposeRulesHow Nfield’s API helps
Job SchedulerReal-time engagement: Obtain the most accurate responses possible.Participants are contacted via SMS, as close as possible to the moment of their experience.  Seamlessly uploads respondent sample group data from a panel database and creates unique survey links for sending via SMS.
Time-sensitive queries: Minimize risk of memory bias.Each survey is exclusively focused on events that took place within the last hour. This is assured by invalidating survey links one hour after sending.  Automatically quality-checks submissions (according to Integrate’s custom algorithm) one hour after links have been sent, and invalidates unique survey links for any interviews not completed within that timeframe.
Motivate respondents: Encourage higher response rates, to acquire more valuable data.Participants are rewarded for completing surveys.  Triggers the process for sending rewards to respondents who completed surveys within the timeframe, to the desired quality.

In addition to feeding the job scheduler, the Nfield API also helps to minimize memory bias by transferring information from the panel database into Nfield, where it is used to customize how questions are presented to each respondent. This helps jog respondents’ memories in a way which is already known to be relevant.

Nfield’s ability to incorporate visual aids, in the form of pictograms, in the survey design means this knowledge can be presented in a way that makes it even easier for respondents to recognize, and accurately recollect their digital interactions and experiences.

Valuable insights, without invading privacy

Integrate’s study revealed diverse digital segments with associated demographic details, attitudes, key online activities, expenditure, and preferred applications, without resorting to digital surveillance that would discourage respondent participation. The data they gathered is invaluable for businesses seeking to target distinct digital consumer groups in Morocco.

This non-invasive methodology can be extended as required to study other aspects such as brand exposure, moments of consumption, and time and activity diaries. Thanks to Nfield’s API making it easy to carry out, market researchers have another feasible option for reaching diverse target groups.

If you’d like to know more about this particular case, please contact mehdi.aman@k-integrate.com at Integrate.

Share your Nfield success stories

Here at NIPO, we’re always thrilled to learn about our clients’ successful research endeavors. As well as giving us an opportunity to celebrate your achievements, knowing about your experiences contributes to our continuous improvement. Plus, your successes inspire and support fellow researchers, fostering a community of innovation. So don’t hesitate to share your successes using Nfield. Together, we can continue to push the boundaries of market research, and Nfield will be there to support you every step of the way.

Crossing new boundaries in market research: Nfield’s API powers groundbreaking study in Morocco
Gepubliceerd op: 4 December 2023 Door: ard

Keeping your valuable data safe is an absolute priority for us. It’s an obligation that guides everything we do when shaping and powering Nfield’s features. Every conceivable measure is taken to ensure both our team and our software solutions comply with the highest security standards.

Holistic operation

Keeping your data secure depends on a wide range of measures working harmoniously together. A good way to visualize this is to imagine Nfield as a physical office building, where all the different market research and security departments are based. As with all commercial buildings, it is itself protected and complemented with off-site operations. 

(click image to enlarge)

Data security is underpinned by two core foundations  

Our Information Security Management System is ISO 27001:2013 certified. The same as followed by our platform provider, Microsoft.  

NIPO security

We maintain a strong security policy that ensures both your data and our products are safeguarded round the clock. Independent security experts (Paid Intruder) scrutinize our security procedures every year to evaluate our tools, processes and people. The measures to conform with ISO 27001:2013 for our Information Security Management System, as certified by an auditor (Auditor), are strictly followed in every wire connection and by every person in our company. As a matter of principle, the smallest possible number of NIPO specialists have access to Nfield’s infrastructure for carrying out deployments and maintenance.

Microsoft security

Nfield runs on Microsoft Azure, the highly-secured cloud known for its flawless, trusted performance, extensive data storage and reliability. Microsoft’s engineers work 24/7 to protect the cloud, scale its powers and administer other services which run on it, including Office365. 

Your security controls 

Nfield provides a number of different features that enable you to secure your domain to the highest level.  

Strong Authentication

Two-factor Authentication (2FA): Nfield accounts secured with two-factor authentication require users to enter a code (a token) generated by a standard authenticator app on a mobile phone. This has the effect of complementing something you know (your username and password) with a code obtained through something you have (your phone). It effectively blocks any unauthorized access to your Nfield account, even from those who have obtained your username and password, as these people (or their machines) are unable to retrieve the second factor code from the phone. Your valuable Nfield fieldwork and respondent data is thereby protected from prying eyes. Learn more in our article Protecting your Nfield login with two-factor authentication

Single-Sign-On (SSO): For enterprises, Nfield can be set up to use Office 365 accounts for Nfield login. Administration of your Nfield user accounts, for as many Nfield domains as you have, is centralized in your organization’s single-sign-on layer. In the case of an employee leaving the organization or other reason for revoking a person’s system access (e.g. because of a security breach), Nfield will automatically be included in the revoked permissions, with immediate effect from when the account in the single-sign-on layer is disabled or reset. With SSO, your password policy for accessing Nfield is automatically aligned with that of your organization.   

Strong password policy: Nfield can easily be configured to comply with strong password policies. Domain administrators can set rules for things such as password expiration period, old password re-use and strong password requirements (e.g. minimum number of characters and different character sets). You should also regularly revalidate your authorized users and ensure immediate removal of departing employees. 

GDPR compliance Toolkit 

PDF PDF

Download your copy of the toolkit now:
https://support.nipo.com/Nfield/Nfield-GDPR-Toolkit.pdf

Survey group access restriction 

Surveys contain valuable, and sometimes sensitive, information. It’s therefore essential to restrict access to certain parts of surveys to those who really need it to do their jobs. This is done by assigning users with specific roles which only allow access to designated areas and functionality. Find out more in our article Controlling access to survey rights. Setting the right access also limits the scope of risk in the case of data breach.

Our security management and facilities

The hypothetical building we’ve used to illustrate Nfield’s operation is managed by NIPO, who take care of its security and facilities to ensure compliance with the highest security and privacy standards. Our Information Security Management System is ISO 27001:2013 certified. We have procedures for everything, encrypt your data everywhere, limit access across the board and continuously test for potential security flaws.  

Private, individual domains 

Your projects are stored in your own individual domain, inaccessible to anyone else – even our employees – unless explicitly requested by you for customer support purposes. 

Access control and logging 

Nfield allows administrators to configure access on a user-by-user basis, defining the scope of activities every user is allowed to perform. Password requirements can also be set to enforce your chosen password policy, however strong you need it to be. All user actions are tracked and domain administrators can review them individually. The system automatically signs users out when inactive for more than 15 minutes. 

Data backup

Your collected data is stored in secure Microsoft SQL database servers and replicated in other data centers so it can be restored in the event of something going wrong. Microsoft security policies strictly regulate access to its data centers. 

Data encryption 

All your data is secured by SSL and encrypted to protect it from sniffing. 

Local data storage option 

Different countries and industries often have their own specific regulations when it comes to data storage. To comply with this, market research companies need to give careful consideration to where their respondent data is stored. To enable data storage compliance, we have developed the ability to separate survey deployment from storage of respondent data. This means it is now possible, for example, to deploy a survey from the Hong Kong SAR Microsoft Data Center and store the respondent data in the Singapore Microsoft Data Center. Find out more in our article Local Data Storage Compliance, around the World.  

Specific measures for Nfield CAPI 

Tablet devices are desirable prizes for thieves. Their thin, lightweight nature also makes them easy to forget about and accidentally leave behind. Nfield therefore also deploys additional measures to limit the extent of data exposure risk due to being locally stored on a mobile device.  

Minimal information 

Nfield ensures the minimum amount of information possible is present on any mobile device at any given moment. Each device is only sent the surveys and associated respondent information specifically assigned to its user(s). Data that no longer needs to be accessible is removed as soon as possible. 

  • You control which surveys and respondent details are assigned to each interviewer, so can limit exposure. 
  • Survey response data is transferred to a local, encrypted database and removed from the device as soon as possible after each interview is completed. (As soon as the interviewer connects to internet network.) 
  • Upon completion of each interviewer’s involvement, all information relating to a project is deleted from their device as soon as you unassign them or close the project (once the interviewer has connected to the internet and synchronized their device with the Nfield system).  

Secure device sharing 

The same mobile device can be shared by multiple interviewers. Each survey and its collected data is only accessible to the relevant interviewer, via their login credentials. Interviewers cannot review, start or modify any surveys not specifically assigned to them. 

Encoded questionnaires 

Nfield questionnaires are stored in an encoded proprietary format. The original script is never displayed in an interviewer’s device, so interviewers cannot make changes.

We ❤ secure solutions

Fully compliant practices, means you can rest assured when it comes to data security. And with cloud-based operation delivering unbeatable cost-efficiency together with all the capacity you need, whenever you need it, Nfield is the ultimate solution for improving both your quality of work and your profit margins. 

Your data is secure with Nfield: here’s how
Gepubliceerd op: 24 November 2023 Door: admin

Quality data is the very bedrock of worthwhile market research. Survey results that are skewed through inappropriate responses are helpful to no-one. And the insights derived from these could potentially do more harm than good if used as a basis for strategy.

That’s why we’re excited to introduce a new tool to the Nfield armory:  ReDem® AI-powered quality control for survey responses. ReDem AI automatically scans every survey answer for integrity, identifying and disqualifying those which are likely to be invalid due to respondent laziness or deliberate falsification. Our team has worked together with ReDem to integrate their service with Nfield, so you can hook up their capabilities directly with your Nfield surveys.

This is in addition to Nfield’s manual facility for identifying and disqualifying responses which show evidence of being falsified, as described in Upholding Survey Quality: How to Remove ‘Bad’ Interviews from Results.

Information Information

ReDem is a leading research technology company specializing in AI-based SaaS solutions for survey data quality assurance. ReDem aims to improve quality control in the insights industry by bringing better efficiency and standardization to data cleaning.

The Power of ReDem AI

ReDem uses artificial intelligence to check data quality, doing everything you can do through Nfield’s manual facility, but in a fraction of the time. And without the risk of human error that increases as concentration gets lost.

  • Open-ended answers: ReDem acts as a proofreader for open-ended answers, using advanced AI-based context checkingto assess whether responses actually make sense.
  • Time check: ReDem pays attention to how long respondents have taken to answer each question. If answers are being completed too fast, this could indicate a lack of appropriate thought.
  • Noticing differences: ReDem checks whether respondents are giving similar answers to different questions. This is another indication of whether they’re really paying attention or just clicking the easiest option.

Learn more about ReDem-Score – The quality checks performed by ReDem and AI-powered quality checks for open-ended responses.

Figure 1: Example of Quality Category

Automated disqualification process

ReDem AI swiftly identifies any survey responses that fall below user-specified benchmarks, and flags them as rejected within Nfield. It also marks good quality interviews as approved. This proactive approach guarantees your results only contain high-quality data, which safeguards the integrity of derived insights.

Figure 2: Quality Score Dashboard

Find out how to use ReDem with Nfield – See our webinar!

Want to see exactly what the Nfield-ReDem integration can do for your surveys? We organized a webinar in 2 sessions on 30 and 31 October 2023. See the session video below.

NIPO and ReDem are proudly working together to shape the future of market research by ensuring top quality data that’s suitable for deriving genuine insights. Join us on this journey transforming how we understand the world through data.

ReDem AI – Nfield integration: faster, more accurate quality control for market research data
Gepubliceerd op: 19 October 2023 Door: ard

Market research is all about helping organizations stay ahead of their competition. To be successful, market researchers themselves need to lead by example, using tools which leverage cutting-edge technology to produce thorough insights, in any given situation. 

NIPO’s Nfield platform does all this, at the same time as considering research companies’ own business needs. With unwavering commitment to security and compliance, robust architecture, user-friendly design, and seamless API integration, Nfield provides a game-changing package for even the most complex data collection and analysis projects.

Nfield strengths

Data security and compliance – fully assured

Data security is paramount in every business situation, and carries a whole new level of responsibility when data from a large number of third-parties is involved. Nfield is as prepared for this as it is possible to be. Certified to ISO27001, the international standard for information security management systems, Nfield guarantees all data is safeguarded against any unauthorized access, theft, or damage.

This highest-level certification is complemented with GDPR compliance, meaning Nfield adheres to the stringent General Data Protection Regulation set forth by the European Union (and CCPA).

For market researchers and their clients alike, this combination of data security and privacy compliance gives full peace of mind that everybody’s valuable and sensitive information is in safe hands. To learn more, visit the NIPO Data Security website.

Read More:
Faultless ISO 27001-2013 audit for Nfield
Keeping your Nfield domain clean for compliance, security and efficient working

Robust and scalable – for every situation

Market research clients come in many different forms and seek insights from all kind of places. That’s why Nfield has been designed to seamlessly accommodate every eventuality, without missing a beat.

Leveraging the power of the Microsoft Azure PaaS environment, Nfield scales automatically as and when necessary to provide the right capacity for every size of project. And, thanks to strategically positioned servers across Europe, Asia Pacific, China and America, offers the fastest possible response times for researchers and respondents alike, wherever they’re located.

Nfield’s dedicated operations team continually maintains the platform to ensure reliability and uninterrupted access. Making the most of Microsoft Azure’s features and capabilities, including high availability and disaster recovery, Nfield delivers consistent and reliable performance to every size of company, all around the world.

Read More:
Seamlessly Migrating a High Volume Online Survey
Nfield sets new activity record, with 104,758 interview completes in 24 hours

Perfectly-presented access via any device

Market research doesn’t all take place at a desk. That’s why Nfield is as mobile as the world we live in. The platform, complete with its responsive, user-friendly design, is effortlessly accessible via smartphones, tablets, laptops and desktops. So there are no limitations to where and when responses can be gathered.

Read More:
Bringing True Mobility to your Surveys
Customer Satisfaction Surveys: Nfield brings you Closer to Impactful Outcomes
Employee Satisfaction Surveys: Superior Nfield Capabilities leave Clients more Satisfied too!

API Integration

Nfield’s API enables seamless connection with other software solutions of your choice, such as customer relationship management (CRM) systems and analytics platforms, to streamline workflows and enhance data accuracy. With endless possibilities for automation, data transfer and generation of custom reports, Nfield’s API integration can supercharge productivity while facilitating next-level customization.

Read More:
API – What researchers need to know

An empowering market research platform – for companies that really mean business

In our fiercely competitive world, speedy ability to leverage data-driven insights is key. Leaving no stone unturned in this highly complex task, Nfield is the ultimate industrial-strength survey platform for market research companies that really mean business. Nfield’s scalability and reach mean companies of every size, and in any location, can be empowered by fast, user-friendly processes that take our industry to the next level.

Nfield: designed for real-world business needs
Gepubliceerd op: 29 September 2023 Door: ard

Nfield CAPI is designed to run on Android tablets and phones. With so many different Android devices to choose from it is good to understand the considerations that are of importance when making the decision to go for one device or the other.

And with so many differences in usage, there is no device that is best for everyone. Which device is best suited for you depends completely on the kind of surveys that you run, the environment in which your interviewers work, how you want to depreciate your devices and many more factors. This document tries to help you identify some of the choices you will need to make when selecting a device to support your face2face interviewing business.

Nfield CAPI cannot run on any Android device. Some devices are so cheap, that they just do not have enough processing or memory power to run Nfield interviews. Also manufacturers sometimes experiment with the specs of their machines with the result that they run Android but not all the apps from the app store.

Make sure that you test the devices that you intend to use for fieldwork before you buy them. Ask your supplier for a test machine, download the Nfield CAPI app and perform a test interview. If this works, and the speed is to your liking, order the devices; if not, then you know that this device is not for you.

Specs Specs

To use the latest Nfield app and templates, NIPO recommends that you use Android devices with these specs:

 

Minimum specs when using existing hardware: Recommended specs when buying new devices:
Android version: 9 12 (or 11 with the option to later upgrade to 12)
Processor: Quad core Octa core
Memory: 2GB RAM 4GB RAM
Storage: 32GB 64GB

What kind of surveys are you going to run?

Although you can use Nfield CAPI on both tablets and smart phones, the types of surveys that you want to run on Nfield might drive the choice for a typical device. If your surveys are very media heavy because you use a lot of show cards or video, you will probably consider 10” tablets to be the most suited device. If you are mainly doing quick exit polls a 4” or 5” smart phone might be your device of choice. Whichever device you choose, think carefully about all the types of surveys that you would like to run on these devices and not just about the project at hand. This prevents that you buy devices only for this one project that you then cannot use for other projects.

Where and how will the devices be used?

It makes a big difference whether you are conducting interviews on-the-street or in-the-home. On-the-street you might have to deal with unpredictable weather conditions or direct sunlight, whereas in-the-home interviews tend to be much longer in length and hence the device ergonomics become more important. We advise that you take these things into consideration when buying your device. You are strongly recommended to thoroughly test if the device is suitable for your interviewers before bulk purchasing devices for your fieldwork department(s).

On-the-street interviewing
When working outside you will need to factor in weather conditions. Especially direct sunlight can render tablets useless because of screen glare or a screen backlight that is just not powerful enough. You can use protective screen stickers that reduce glare but against poor backlight not much can be done. When you expect your interviewers to work in wet or dusty conditions make sure you select devices that are water proof. Many manufacturers nowadays have models in which the openings are covered to prevent water or dust damage.

Extended holding of the device
When your interviewers need to hold the device in their hands for an extended period of time, you might consider buying ergonomic sleeves for the tablets that protect the tablet and make it easy for the interviewer to hold and carry. If your interviewers are working much in the home of the respondent you might want to consider a sleeve that can be used as a standard or even one that comes with an integrated keyboard for easier typing.

Working in unsafe situations
Tablets and smart phones are objects of desire. Not everyone is able to afford these devices so they are prone to theft. If you know that your interviewer is going to work in a potentially unsafe situation make sure they can hide the tablet when walking on the street or choose a deliberately less appealing device. Make sure your interviewer does not become an unnecessary victim.

Mobile network or wifi only?

Syncing Syncing

The Nfield CAPI app can sync with the Nfield server using mobile network or wifi. It is up to you to decide if you want to carry the extra cost involved with mobile connectivity. When deciding this you should take into consideration how easy your interviewers can access wifi, how quick you want access to the survey outcome, how often you need them to sync quotas etcetera.

When choosing a device you have the choice between wifi enabled devices or 5G enabled devices. The first only supports wifi, the latter both wifi and mobile networks. This does not mean that you need a mobile data subscription with a 5G enabled device; it only means that you can use such a subscription with that device. If you are not sure yet about using 5G we advise that you first buy a limited set of mobile network enabled devices and decide based on your experience in field about which type of connectivity you really need. Although 5G enabled devices are more expensive, in this way you won’t end up with a set of wifi only devices when you find that you do need mobile data connectivity.

Smart-pen or not?

Is it worth investing in a smart-pen or not? The answer is not the same for everyone. For most research you won’t need a smart-pen; your interviewers click only on buttons. Fingers are perfectly suited to that task. However, if you are based in China, Japan or any other country where they use a more elaborate character type set, a pen might prove valuable as keyboard input will be drawn on the keypad rather than typed.

Also, if you require interviewers or respondent to create detailed drawings or require them to sign off on their work a smart-pen might prove a valuable addition. In all other cases a smart-pen is probably an extra that you won’t need. If you do supply your interviewers with a smart-pen, make sure it is physically attached to the tablet or the tablet’s sleeve, as a pen is easily lost and often expensive to replace.

Battery life

One of the things you really do not want is that your interviewer is working in field and the battery suddenly dies. Make sure the tablet you are using has at least a factory stated battery life that is 125% of what you would need in field. So if your interviewers on average work 6 hours per day, make sure the stated battery life is at least 7.5 hours. Be aware that the stated maximum battery life is valid for use with minimum backlight. Unfortunately most tablets do not allow you to replace the battery. As almost all batteries degrade over time, you might consider equipping interviewers with a mobile power supply that functions as a portable battery.

Expected device lifetime

With the average tablet costing between $250 and $650 it is a worthwhile question to ask yourself how long you expect a tablet to last in field. With PC’s many market research companies use a 3 to 4 year depreciation scheme. For tablets and smart phones you might consider reducing this to 2 years. Not only because tablets are cheaper, but also because the specs are changing so quickly a 2 year old tablet might look outdated after this period.

Especially when you consider buying a device that is not running on the latest Android OS, do take into account that life span will be shorter.

If looking outdated is not a problem, you might go the other direction and look for a durable device that will last 4 years or even more. In that case consider the more expensive ruggedized type of tablets and smart phones that are used at construction sites. These devices are shock proof, water proof, dust proof, can be used in direct sunlight and come with replaceable batteries. But they also come with a much higher price tag that can easily exceed $1,000.

A question you need to ask yourself is whether you want to insure your devices. Annual insurance costs are often around 20% of the value of the device. This means that on a company level you will need to claim 20% of the machines in a given year as damaged/broken/lost to break-even. When you have only a limited number of devices it is often a smart idea to have insurance as 1 or 2 broken devices can have a big impact on the total cost of ownership, but for a larger field force it is often cheaper to repair or replace broken devices at your own expense than to have the devices insured.

Many manufacturers offer a standard one-year warranty on their products. In many cases it is possible to buy an additional one-year warranty. Before you consider this offer, check your local legislation on warranty as several countries require manufacturers to give a two-year warranty by law. If you do not have two-year warranty by law, the arguments for deciding about extended warranty are the same as for insurance.

Device management software

Security Security

Have you thought about how you will secure and manage the devices? You probably do not want your interviewers using the tablet for other purposes than interviewing. And when the device gets lost or stolen you will want the ability to retrieve it, lock it down or even remote wipe content from it. There are some really good out of the box solutions that you can use to manage these things for you. Which solutions suits you best depends on your needs and on the amount of money you are willing to spend on a solution.

Often the device manufacturer itself has a free built in service that allows you to register devices and trace it or wipe it remotely in case of loss. These services assume you are the owner of the device so they include no features for content or usage management. If you want these features you will be looking for Mobile Device Management (MDM) solutions that allow you to control what users can do on a device and even completely manage your devices remotely. These extra features do come at a cost though; how much depends on what solution you choose, but expect to pay around $20 per device annually for an MDM solution.

Some MDM solutions allow you to whitelist websites that may be visited with the device. Although a very handy feature, it may also cause problems when using public wifi. If you allow your interviewers to use public wifi networks, make sure that you have whitelisted the login pages of the WiFi networks they are most likely to use. Otherwise they won’t be able to connect to the Internet if the wifi network requires a username and/or password.

Updating the Android version

Google releases regular updates of its Android operating system. Many manufacturers distribute these updates to devices sold in the years before. During the lifecycle of a fieldwork device you can expect to receive one or more updates of the device’s software version. We advise that you only update your devices to a newer Android version after having thoroughly tested it on at least one device.

When you are using Google’s own tablets it is especially important that your test extensively before you update them as Google often pushes out breaking changes without prior notification. Other hardware suppliers typically update two to three months after the new Android version is launched, giving NIPO enough time to adapt the Nfield CAPI app to any breaking changes a new Android version might introduce.

However, because each tablet model has its own Android ‘version’, it is impossible for NIPO to test all devices and Android updates that become available. It is not possible to have the device automatically update the Android version. It needs a manual action from the device user or you can push it using MDM software. When an update for the Android version becomes available for your fieldwork devices the person working with this device will be notified of the update. If you want to prevent them from installing the Android update, make sure your devices are managed using MDM software.

Nfield CAPI app update strategy

Over the years we have developed and supported numerous Nfield CAPI apps. As you can imagine we cannot support all versions indefinitely. With this new strategy we limit the number of Nfield CAPI app versions out in the field.

This will not only save time we spend on investigating problems on older versions of the Nfield CAPI app, but we will use that time to add new features and strengthen the current options that are available. This will also encourage our customers to upgrade to the latest version of the Nfield CAPI app and start using the new features we are continuously developing.

We will update the minimum supported version every quarter. So please keep an eye out on the communications we share about this subject. All our communications can also be found in the release notes section in the ‘Knowledge centre’ in Nfield Manager. If you are still using the classic Nfield Manager, communication can be found in the customer section of our website.

Minimum supported Nfield CAPI app
As of 1 April 2023, the minimum version for the Nfield CAPI app will be 2.11.

Interviewing devices that are running a version of the app that is lower than 2.11 will no longer be able to synchronize. As a domain administrator it is important to act and share this news within your organization, so it gets to the attention of the people that should take action.

If you are working with older Nfield CAPI apps that will stop being supported, now is the time to ensure business continuity by keeping CAPI devices updated with the required minimum app versions. 

Supported Android versions
We align our development efforts with the support Google gives on their versions of the Android mobile operating system. The new versions of the Nfield CAPI app will only be available for Android platforms that are still supported by Google.

This means that you will not be able to install or update the Nfield CAPI app from Google Play on a device that runs a version of Android that is no longer supported by Google. At this moment, this applies to all devices that are running an Android version older than Android 9.

Download this information

Document Document

Click here to download this information as a pdf document.

 

Things to consider when buying CAPI fieldwork devices
Gepubliceerd op: 6 July 2023 Door: admin

Nfield is a powerful cloud-based platform that’s specifically designed for conducting Online and CAPI surveys. Its ability to support high respondent numbers and complexity makes it an invaluable tool for professional market researchers in every field, whether working for businesses, authorities or in academia, to name just three examples.

Nfield functionality: what you can do

Nfield provides comprehensive, end-to-end solutions, all the way from survey design to data collection and review. It facilitates fast, efficient working, while being highly customizable to individual requirements. And, very importantly, it’s easy-to-use.

Let’s take a look at the range of functionality Nfield offers:

Nfield introduction - process flow chart

Survey design

Nfield’s user-friendly interface brings simplicity to designing complex surveys. It supports a wide range of question types to cater to every need, including multiple choice, rating scales, grids, and open-ended. Nfield also enables easy handling of complex survey logic by providing features such as skip patterns and branching.

Responsive design, which is all part of the Nfield experience, ensures surveys are displayed in the right way for every screen they’re viewed on, whether that’s a mobile phone, tablet, laptop or desktop computer.

With Nfield, you’ve therefore got everything you need to create surveys that are engaging, interactive, and tailored to each specific target audience. Which ultimately delivers better response rates and more comprehensive data to work with.

Survey distribution

Nfield Online surveys can be distributed via email invitations, web links, and social media, so you can choose the most suitable method(s) in every case.

Nfield CAPI surveys, which facilitate offline survey data collection from face-to-face interviews, can be distributed to field interviewers according to your chosen sampling method, whether that be address-based, free intercept or something else. Nfield CAPI enables surveys to be conducted even in remote areas without reliable internet access, while being flexible enough to collect data via various devices, including mobile phones and tablets. With all this, Nfield CAPI offers a truly efficient solution for fieldwork, in whatever location or form it takes place.

Interviewer management

For CAPI surveys, Nfield’s Interviewer Management feature enables management of interviewer workloads and monitoring of whether interviews are being conducted as specified. It has tools for assigning interviews to specific interviewers, monitoring progress, and tracking performance.

Data collection

Collecting survey data is, of course, as essential as getting well-designed surveys in front of the right respondents. Nfield runs in the highly reliable and scalable Microsoft Azure cloud, which robustly supports the handling of large volumes of data and smooth survey execution.

At the same time, Nfield security measures ensure participant data is protected at all times, so both you and your respondents can have peace of mind that their data is safe and secure.

Fieldwork monitoring

Nfield’s Fieldwork Monitoring features give researchers the ability to track and view survey progress in real-time. As well as monitoring response rates, completion rates, and interview durations, it’s also possible to view the collected data via filters which can be set to things such as demographics or response patterns.

Data reporting

Nfield’s Data Repository feature provides a centralized location for storing and managing survey data. This is very advantageous, as it means custom reports can be generated in real-time. By automating the reporting process and enabling fast creation of reports in a variety of formats, this feature saves researchers a lot of time and effort.

Nfield uses: types of surveys

Nfield’s versatility makes it ideal for all kinds of different sectors and purposes, where market research might cover anything from commercial insights to practical user studies, political leanings and employee satisfaction. Here are just a few examples of survey types that can be conducted using Nfield:

  • Market research surveys: To gather target audience insights such as preferences, behaviors, and attitudes. These can be used to identify market trends, opportunities, and challenges, and make data-driven decisions for improving products or services. Surveys are easy to design and distribute, while collected data can be viewed and analyzed in real-time.
  • Product testing studies: To get user feedback on specific products, with the aim of gaining understanding of how they are perceived, what users like or dislike about them, and how they can be improved. Surveys can be designed as appropriate for specific products and target audiences.
  • Brand perception studies: To get insights into how consumers perceive a brand, so the information can be used to identify areas of strength and weakness. These kinds of surveys can incorporate questions relating to things such as brand awareness, brand loyalty, and brand associations.
  • Political polls: To ascertain respondents’ political preferences or opinions. These polls can aid understanding of how voters feel about specific issues or candidates, and can provide valuable insights into the political landscape. Questions can be asked about things such as voting behavior, party affiliation, and policy preferences.
  • Customer satisfaction surveys: To measure how satisfied customers are with specific products or services. These surveys typically ask respondents to rate their experience on a scale and provide feedback on areas for improvement. The collected data can help with identifying trends and making data-driven decisions for improving customer satisfaction.
  • Brand awareness surveys: To measure a brand’s awareness and perception among a specific audience. These surveys typically ask respondents to compare the brand-in-question against a list of competitors and describe how they feel about it. The collected data can aid understanding of how a specific brand is perceived in the market and data-driven decisions for improving brand awareness.
  • Employee satisfaction surveys: To measure employee satisfaction, engagement, and feedback. These surveys typically ask employees to describe how they feel about their work environment, job satisfaction, and overall experience with the company. The collected data can aid identification of areas for improvement and data-driven decisions for improving employee satisfaction and retention.

Want to know more?

You’re never on your own with Nfield, as we provide a wide variety of supporting materials and resources.

The NIPO Academy section offers a range of training videos and webinars that cover topics such as Academy #33 – Nfield Online introduction session, and Academy #25: CAPI in the new Nfield Manager II. These videos provide a great starting point for those who are new to Nfield or want to refresh their knowledge.

In the Nfield Manager, you’ll find a range of support materials, including user guides and technical documentation.

And for further personal assistance and guidance, you can always reach out to NIPO’s customer support team.

Introduction to Nfield: discover what it can do for you
Gepubliceerd op: 1 June 2023 Door: ard

Among the many decisions you have to take as a market research professional, choosing whether to distribute each online survey via a generic or unique links is more important than it might at first seem. However, armed with the right guidance, you should be able to identify the best option in each case, without too much difficulty.

Here are the benefits, drawbacks and reasons to choose each option, together with how to generate these links in Nfield.

Unique survey links are when every invited respondent is assigned their own personalized URL to access the survey. The overarching benefit of using unique links is that you can track individual responses and identify which participants have completed the survey. Because unique links can only be used once, they also reduce the chance of your survey being infiltrated by robots.

Situations where unique links are the best choice include:

  1. When you need to track individual responses and identify which participants have completed the survey. This is particularly useful when you are offering incentives for completion.
  1. When you need to ensure data quality. Because unique links can only be used once, they prevent participants from responding multiple times and/or sharing them with multiple other people. So your results are not skewed by duplicated responses and you maintain better control over who’s contributing to your data.

    You can tighten this up further in Nfield by turning on the “allow only known respondent” option when setting up your unique link survey. (See image under “How to generate unique survey links in Nfield”, below.)
  1. When you need or want to personalize the survey experience by using the participant’s name or other personal details within it to create a more engaging experience that increases response rates.

You will need to include individual respondent keys as part of your sample upload, then add these keys to the end of your generic survey URL – so genericURL/[respondentkey] – to create all the unique links. Alternatively, you can get Nfield to automatically generate the links when sending out the email invitations. When you have an integration between Nfield Online and an external source, such as a panel provider, your panel provider can easily arrange it in the panel system. This ensures each participant receives a unique link that can only be used once.

respondentkey
Figure 1: Example of a sample table with respondent keys

The “Allow only known respondents” option.

Allow only known respondents
Figure 2: Option under Settings in Sample and Invitations

A generic survey link is when all potential respondents receive the same link to enter the survey, regardless of their identity or demographic. The overarching benefit of using a generic link is that it’s quick and easy to distribute to a large number of people, because you can simply share the same link via emails, social media, or any other channel you want to use.

A couple of pointers for when to opt for a generic link:

  1. A generic link should only be used when you don’t need to track individual responses nor identify which individual participants have completed the survey.
  1. A generic link is the best option when you want to maintain participant anonymity.

However, it’s worth noting that online surveys can sometimes suffer from high dropout rates, which can impact the overall quality of the data collected. If you’re interested in learning more about the reasons behind high dropout rates in online surveys, we recommend checking out this insightful blog post on Online surveys suffering from high dropout rates? This may be why. It provides valuable insights and strategies to mitigate this issue, ensuring a higher completion rate and more reliable survey results.

Because a generic link gives you less control over who’ll respond, it’s important to set a survey quota target. This will ensure you receive a representative sample of responses from your target audience and reach your desired sample size, while helping prevent the survey from being over-subscribed.

To set up a survey quota target in Nfield, simply navigate to the Quotas tab and define your target based on the relevant criteria (e.g. age, gender, location). Further information can be found in NIPO Academy #27 Quota: Existing features and new additions.

Simply navigate to the Nfield Launch panel and select “Copy Live Link” under the “Copy Interview Links” session to retrieve your survey’s generic link.

Figure 3: Copy Live Link in the Launch Panel

In conclusion

Whether you should opt for a generic or unique links for each online survey depends on your specific goals and objectives. If you need to track individual responses or personalize the survey experience, then unique links are the way to go. On the other hand, if you need to reach a large audience quickly or maintain participant anonymity, then a generic link is the best option.

If you have any questions about survey link types and how to generate them in Nfield, please feel free to contact helpdesk@nipo.com.

Generic vs unique survey access links: choosing the right option every time
Gepubliceerd op: 9 May 2023 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.