> ## Documentation Index
> Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Conversions by Email

Search for conversions associated with a specific email address. Returns all conversions matching the given email within the specified date range.


## OpenAPI

````yaml openapi/reporting-conversions.yaml post /networks/reporting/conversions/email
openapi: 3.0.3
info:
  title: Everflow Network API - Conversion Reporting
  description: >
    Conversion reporting and management endpoints for the Everflow partner
    marketing platform. Search, retrieve, update, and create conversions. For
    more detail, see [Conversion
    Report](https://helpdesk.everflow.io/customer/conversion-report) in the Help
    Center.
  version: 1.0.0
servers:
  - description: Production Server
    url: https://api.eflow.team/v1
security: []
tags:
  - name: Reporting
    description: Conversion reporting and management endpoints.
paths:
  /networks/reporting/conversions/email:
    post:
      tags:
        - Reporting
      summary: Search Conversions by Email
      requestBody:
        required: true
        content:
          application/json:
            example:
              email: customer@example.com
              from: '2025-01-01'
              to: '2025-01-31'
              timezone_id: 67
            schema:
              type: object
              required:
                - email
                - from
                - to
                - timezone_id
              properties:
                email:
                  type: string
                  description: Email address to search for.
                from:
                  type: string
                  description: 'Start date (format: YYYY-MM-DD).'
                to:
                  type: string
                  description: 'End date (format: YYYY-MM-DD).'
                timezone_id:
                  type: integer
                  description: Timezone ID for the report.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  conversions:
                    type: array
                    items:
                      type: object
                      properties:
                        conversion_id:
                          type: string
                        conversion_unix_timestamp:
                          type: integer
                        sub1:
                          type: string
                        sub2:
                          type: string
                        sub3:
                          type: string
                        sub4:
                          type: string
                        sub5:
                          type: string
                        sub6:
                          type: string
                        sub7:
                          type: string
                        sub8:
                          type: string
                        sub9:
                          type: string
                        sub10:
                          type: string
                        source_id:
                          type: string
                        status:
                          enum:
                            - approved
                            - rejected
                            - pending
                            - invalid
                          type: string
                        payout_type:
                          type: string
                        revenue_type:
                          type: string
                        payout:
                          type: number
                        revenue:
                          type: number
                        session_user_ip:
                          type: string
                        conversion_user_ip:
                          type: string
                        country:
                          type: string
                        region:
                          type: string
                        city:
                          type: string
                        dma:
                          type: integer
                        carrier:
                          type: string
                        platform:
                          type: string
                        os_version:
                          type: string
                        device_type:
                          type: string
                        device_model:
                          type: string
                        brand:
                          type: string
                        browser:
                          type: string
                        language:
                          type: string
                        http_user_agent:
                          type: string
                        adv1:
                          type: string
                        adv2:
                          type: string
                        adv3:
                          type: string
                        adv4:
                          type: string
                        adv5:
                          type: string
                        adv6:
                          type: string
                        adv7:
                          type: string
                        adv8:
                          type: string
                        adv9:
                          type: string
                        adv10:
                          type: string
                        is_event:
                          type: boolean
                        event:
                          type: string
                        notes:
                          type: string
                        transaction_id:
                          type: string
                        click_unix_timestamp:
                          type: integer
                        error_code:
                          type: integer
                        error_message:
                          type: string
                        sale_amount:
                          type: number
                        is_scrub:
                          type: boolean
                        coupon_code:
                          type: string
                        order_id:
                          type: string
                        url:
                          type: string
                        isp:
                          type: string
                        referer:
                          type: string
                        app_id:
                          type: string
                        idfa:
                          type: string
                        idfa_md5:
                          type: string
                        idfa_sha1:
                          type: string
                        google_ad_id:
                          type: string
                        google_ad_id_md5:
                          type: string
                        google_ad_id_sha1:
                          type: string
                        android_id:
                          type: string
                        android_id_md5:
                          type: string
                        android_id_sha1:
                          type: string
                        currency_id:
                          type: string
                        email:
                          type: string
                        is_view_through:
                          type: boolean
                        previous_network_offer_id:
                          type: integer
                        network_offer_payout_revenue_id:
                          type: integer
                        relationship:
                          type: object
                          properties:
                            offer:
                              properties:
                                name:
                                  type: string
                                network_id:
                                  type: integer
                                network_offer_id:
                                  type: integer
                                offer_status:
                                  enum:
                                    - active
                                    - paused
                                    - pending
                                    - deleted
                                  type: string
                              type: object
                            advertiser:
                              type: object
                              properties:
                                network_advertiser_id:
                                  type: integer
                                network_id:
                                  type: integer
                                name:
                                  type: string
                                account_status:
                                  type: string
                            account_manager:
                              type: object
                              properties:
                                network_employee_id:
                                  type: integer
                                network_id:
                                  type: integer
                                first_name:
                                  type: string
                                last_name:
                                  type: string
                                full_name:
                                  type: string
                                account_status:
                                  type: string
                            affiliate:
                              type: object
                              properties:
                                network_affiliate_id:
                                  type: integer
                                network_id:
                                  type: integer
                                name:
                                  type: string
                                account_status:
                                  type: string
                            affiliate_manager:
                              type: object
                              properties:
                                network_employee_id:
                                  type: integer
                                network_id:
                                  type: integer
                                first_name:
                                  type: string
                                last_name:
                                  type: string
                                full_name:
                                  type: string
                                account_status:
                                  type: string
                            offer_group:
                              type: object
                              properties:
                                network_offer_group_id:
                                  type: integer
                                network_id:
                                  type: integer
                                network_advertiser_id:
                                  type: integer
                                name:
                                  type: string
                                offer_group_status:
                                  type: string
                                offer_count:
                                  type: integer
                            attribution_method:
                              type: string
                            query_parameters:
                              type: object
                              description: >-
                                The query string parameters from the original
                                click URL.
                            usm_data:
                              nullable: true
                              description: >-
                                User session management data. Null when not
                                applicable.
                              type: object
                            order_line_items:
                              type: array
                              items:
                                properties:
                                  discount:
                                    type: number
                                  name:
                                    type: string
                                  network_order_line_item_id:
                                    type: integer
                                  order_id:
                                    type: integer
                                  order_number:
                                    type: integer
                                  price:
                                    type: number
                                  product_id:
                                    type: integer
                                  quantity:
                                    type: integer
                                  sku:
                                    type: string
                                type: object
      security:
        - API Key: []
components:
  securitySchemes:
    API Key:
      description: The Everflow API key generated from the Control Center > Security.
      in: header
      name: X-Eflow-Api-Key
      type: apiKey

````