> ## 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.

# Get Invalid Clicks Report

Retrieve rejected/flagged clicks with error codes. Max 1,000 per request. Raw data retained 3 months (conversion-related indefinitely).


## OpenAPI

````yaml openapi/reporting-impressions.yaml post /networks/reporting/invalidclicks
openapi: 3.0.3
info:
  title: Everflow Network API - Impression Reporting
  description: >
    Impression and invalid click reporting endpoints for the Everflow partner
    marketing platform. For more detail, see [Impression
    Report](https://helpdesk.everflow.io/customer/impression-report) in the Help
    Center.
  version: 1.0.0
servers:
  - description: Production Server
    url: https://api.eflow.team/v1
security: []
tags:
  - name: Reporting
    description: Impression and invalid click reporting endpoints.
paths:
  /networks/reporting/invalidclicks:
    post:
      tags:
        - Reporting
      summary: Get Invalid Clicks Report
      requestBody:
        required: true
        content:
          application/json:
            example:
              from: '2026-03-01'
              to: '2026-03-08'
              timezone_id: 90
            schema:
              required:
                - from
                - to
                - timezone_id
              properties:
                from:
                  type: string
                  description: Start date in YYYY-MM-DD HH:MM:SS format.
                to:
                  type: string
                  description: End date in YYYY-MM-DD HH:MM:SS format.
                timezone_id:
                  type: integer
                  description: Timezone identifier.
                query:
                  properties:
                    filters:
                      items:
                        properties:
                          filter_id_value:
                            type: string
                          resource_type:
                            type: string
                            enum:
                              - offer
                              - affiliate
                              - advertiser
                              - creative
                              - offer_group
                              - campaign
                              - transaction_id
                              - error_code
                        type: object
                      type: array
                  type: object
              type: object
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
                properties:
                  clicks:
                    type: array
                    items:
                      properties:
                        transaction_id:
                          type: string
                        is_unique:
                          type: integer
                        unix_timestamp:
                          type: integer
                        tracking_url:
                          type: string
                        source_id:
                          type: string
                        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
                        payout:
                          type: number
                        payout_type:
                          type: string
                        revenue:
                          type: number
                        revenue_type:
                          type: string
                        referer:
                          type: string
                        error_code:
                          type: integer
                        error_message:
                          type: string
                        user_ip:
                          type: string
                        is_view_through:
                          type: boolean
                        is_test_mode:
                          type: boolean
                        has_conversion:
                          type: boolean
                        creative_id:
                          type: integer
                        currency_id:
                          type: string
                        coupon_code:
                          type: string
                        idfa:
                          type: string
                        google_ad_id:
                          type: string
                        android_id:
                          type: string
                        previous_network_offer_id:
                          type: integer
                        project_id:
                          type: string
                        url:
                          type: string
                        is_async:
                          type: boolean
                        server_side_url:
                          type: string
                        server_side_output:
                          type: string
                        custom_landing_page_id:
                          type: integer
                        idfa_md5:
                          type: string
                        idfa_sha1:
                          type: string
                        google_ad_id_md5:
                          type: string
                        google_ad_id_sha1:
                          type: string
                        android_id_md5:
                          type: string
                        android_id_sha1:
                          type: string
                        error_filter_id:
                          type: string
                        is_pass_through:
                          type: boolean
                        redirect_method:
                          type: string
                        is_sdk_click:
                          type: boolean
                        category_id:
                          type: integer
                        relationship:
                          properties:
                            offer:
                              properties:
                                network_offer_id:
                                  type: integer
                                network_id:
                                  type: integer
                                network_advertiser_id:
                                  type: integer
                                network_offer_group_id:
                                  type: integer
                                network_tracking_domain_id:
                                  type: integer
                                name:
                                  type: string
                                offer_status:
                                  type: string
                                visibility:
                                  type: string
                                currency_id:
                                  type: string
                              type: object
                            affiliate:
                              properties:
                                network_affiliate_id:
                                  type: integer
                                network_id:
                                  type: integer
                                network_traffic_source_id:
                                  type: integer
                                name:
                                  type: string
                                account_status:
                                  type: string
                              type: object
                            advertiser:
                              properties:
                                network_advertiser_id:
                                  type: integer
                                network_id:
                                  type: integer
                                name:
                                  type: string
                                account_status:
                                  type: string
                              type: object
                            account_manager:
                              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
                              type: object
                            affiliate_manager:
                              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
                              type: object
                            offer_group:
                              description: >-
                                Present when the offer belongs to an offer
                                group.
                              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
                              type: object
                            campaign:
                              description: >-
                                Present when the click is associated with a
                                campaign.
                              properties:
                                network_campaign_id:
                                  type: integer
                                network_id:
                                  type: integer
                                campaign_name:
                                  type: string
                                campaign_status:
                                  type: string
                              type: object
                            redirect_url:
                              type: string
                              description: >-
                                The redirect destination URL. Present when
                                available.
                            geolocation:
                              properties:
                                country_code:
                                  type: string
                                country_name:
                                  type: string
                                region_code:
                                  type: string
                                region_name:
                                  type: string
                                city_name:
                                  type: string
                                dma:
                                  type: integer
                                dma_name:
                                  type: string
                                timezone:
                                  type: string
                                carrier_name:
                                  type: string
                                carrier_code:
                                  type: integer
                                organization:
                                  type: string
                                isp_name:
                                  type: string
                                is_mobile:
                                  type: boolean
                                is_proxy:
                                  type: boolean
                                postal_code:
                                  type: string
                              type: object
                            device_information:
                              properties:
                                platform_name:
                                  type: string
                                browser_name:
                                  type: string
                                browser_version:
                                  type: string
                                device_type:
                                  type: string
                                model:
                                  type: string
                                brand:
                                  type: string
                                os_version:
                                  type: string
                                language:
                                  type: string
                                http_accept_language:
                                  type: string
                                is_mobile:
                                  type: boolean
                                is_tablet:
                                  type: boolean
                                is_robot:
                                  type: boolean
                                is_filter:
                                  type: boolean
                              type: object
                            http_user_agent:
                              type: string
                            http_accept_language:
                              type: string
                            query_parameters:
                              type: object
                            forensiq_score:
                              type: string
                          type: object
                      type: object
          description: ''
      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

````