# Fraud Analytics

**Overview**

**Fraud Analytics** in **Browsify** on Shopify helps detect and prevent fraudulent checkout attempts. It provides an overview of fraud activities, detailed visitor analysis, and risk classification based on predefined rules, protecting your Shopify store from fraud.

**Interface**

* **Navigation**: Located under "Apps" in Shopify’s left menu, with sub-sections: Visitor Analytics, Fraud Analytics, Configuration, Pricing, and Help Center.
* **Header**: Displays "Fraud Analytics" with a description: "Detect and prevent fraudulent checkout attempts."
* **Date Filter**: A time range selector (e.g., "10/20/2024 - 10/21/2024") with a "Refresh" button.

**Overview Section**

Shows key metrics for the selected period:

* **Detected Fraud Attempts**: Number of fraud attempts (e.g., 20).
* **Flagged**: Number of flagged Visitor IDs (e.g., 9).
* **High Risk Countries**: Number of high-risk countries detected (e.g., 9).<br>

  <figure><img src="/files/3fPobjOGDpIwYfzzd61O" alt=""><figcaption></figcaption></figure>

**Detailed Table**

Lists **Visitor IDs** with fraud-related details:

* **Visitor ID**: Unique identifier (e.g., #100012).
* **Time**: When the activity occurred (e.g., "12 days ago").
* **IP Address**: Visitor’s IP (e.g., 192.45.67.89).
* **Country**: Visitor’s country (e.g., Russia, United States).
* **Risk Score**: Calculated based on Risk Factors (details below).
* **Risk Factors**: Detected risk factors (e.g., "5 card attempts, Mismatched billing info").
* **Status**: "Blocked" (red) or "Flagged" (yellow).

**Additional Sections**

* **Fraud Detection Details:** Chart showing common risk factors (e.g., Multiple Card Attempts, Billing info Mismatch).
* **High Risk Countries**: Chart listing high-risk countries (e.g., Canada, China).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://browsify.gitbook.io/browsify-docs/feature-guides/fraud-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
