Yellevate Business Analysis

This is a Refocus Project that involves team effort to evaluate a client's dissatisfaction with company services using tools such as SQL and Excel. By the end of the case study, the group provided a comprehensive visual report, along with recommended actions for resolution.

Summary

Yellevate, a marketing services company, has struggled with client disputes resulting in a 5% annual loss of revenue. The team of data analysts conducted statistical analysis and data visualization and found that Yellevate is losing more disputes in France than any other country, accounting for 76% of revenue lost in 2 years. The team recommended that Yellevate investigate and eliminate operational issues in the department that handles invoices and transactions in France, create a tracking system for customer rating and credit standing, and communicate with clients to identify reasons for disputes and complaints. Implementing these strategies can address the root causes of disputes, improve customer service, and ultimately increase revenue and customer satisfaction for Yellevate.

Background

The company Yellevate specializes in providing marketing services to other companies. Yellevate helps mid-sized companies to launch their marketing operations which includes things like email marketing, website development, content creation and others. Yellevate uses data analytics to keep track of how well it helps companies improve their marketing operations. For instance, if a company approaches Yellevate to help improve its online advertising operations, Yellevate tracks this by looking at email impressions, click-through rates, website traffic and other key performance indicators.

However, Yellevate has been facing a significant financial burden due to client disputes where nearly 20% of disputes have resulted in a payment opt-out, causing an estimated 5% annual loss of revenue. The management has assigned a team to analyze the data collected about these disputes and identify their root causes. The team is expected to develop actionable strategies to solve the issue.

Objectives

The team had access to a dataset containing information on customer disputes, including invoice numbers, dollar values, and the time it took to settle disputes. With this data, the group established team objectives for their analysis:

  • Understand how long the processing time to settle invoices for all clients
  • Determine processing time to settle all disputes among clients in all regions
  • Identify the region where most disputes are coming from and how huge the number is compared to other clients
  • Determine how much revenue is lost from disputes in 2020-2021
  • Determine how much revenue is being lost and from which country most of the revenue lost is coming from
  • Methodology

    Import

    First step was to create a database in PgAdmin 4 using PostgreSqL and create a new table named "yellevate_invoices". Then the provided csv file was imported into pgadmin and into the table just created. Finally, a query was made to check the dataset.

    Process

    To prepare the dataset for Excel, a new table was created which will include two (2) new columns named: "disputes" and "revenue". This is to help in the process of creating data visualization in Excel.

    Analyze

    Before transferring our processed dataset to Excel, we initiate our data analysis by writing a subquery to answer all our questions related to our team objectives. Questions 1-4 were answered in one line of code while Question 5 was done separately. Afterwhich, the results were saved into a .csv file.

    1. What is the average processing time to settle invoices?
    2. What is the average processing time to settle disputed invoices?
    3. What is the percentage of disputes received by the company that were lost?
    4. What is the percentage of revenue lost by disputes?
    5. Which country had the highest revenue losses from lost disputes?

    Visualize

    After opening the csv file through Excel, we saved the file as an Excel Workbook and proceeded in creating pivot tables and graphs. Below is a sample of our file.

    Results

    Insights

    Additional Findings

    Recommendations

    Bill Disputes

  • Yellevate should investigate, classify, and deduce the root causes of disputes starting in France. Since the dataset doesn't have the reasons about the disputes, we recommend Yellevate should start collecting this data moving forward.
  • Conduct audit or investigation particularly to the department that handles invoices and other transactions to determine and eliminate operational issues connected to dispute losses.
  • Immediate review of the contract and take necessary action focusing on the top 5 customers with more than 30% of lost revenue because of client disputes.
  • Lost Disputes and Opt-out

  • By focusing more on France, Yellevate should review the terms of the contracts offered in this region to find out the reasons why opt-out was authorized.
  • Compare best practices in handling disputes across all markets: What are these markets doing to keep lost disputes low.
  • Billing Process and Credit & Collection

  • Determine when customers get the bill: The 30-day grace period starts when the invoice is generated. Send a statement of account to the client every end of the billing period.
  • Determine when to bill a customer: When do customers get billed? After a project, a fixed date every month?
  • Determine how customers pay the bill: Increase number in payment channels if applicable.
  • Establish credit lines and credit limits: if a customer has outstanding balances services should be stopped. Limit the adding of invoices/projects until a dispute has been settled. Lessening overlapping open disputes.
  • Client Relations and Account Management

  • Yellevate should be more engaging for the clients in France, improving communication should help the company understand why clients in France are disputing the services offered in this region.
  • Yellevate should also consider checking the market in France to see if competitors offering the same services is a challenge in the region, execute mitigation plan to solve the problem.
  • Communication is the key. Build performance assessment forms for every service rendered by Yellevate to its client. This form should be attached to the invoice as a supporting document and proof that the client is satisfied with the service provided to them by Yellevate. It will also reduce claims of disputes from clients.