PureSpectrum
PureSpectrum websiteHelp center
PureSpectrum websiteHelp center
  1. Supplier management
  • Intro
  • API Overview
  • Definitions
  • Survey Lifecycle
  • Create Your First Survey
  • Redirect URLs
  • Changelog
  • HTTP Status Codes
  • General Reference Codes
    • Survey Status Codes
    • Respondent Status Codes
    • Survey Category Codes
    • Age Unit Codes
    • Currency Codes
    • Survey Localization Codes
  • Guides
    • Getting Started
    • Create Survey Examples
    • Multi-Country Surveys
    • Children Age & Gender
    • Append Respondent Demographics to the Survey Entry Link
    • Test Survey Flow
    • Supplier Blends & Groups
    • Respondent Exclusion / Recontact
    • Survey Exclusion Group
    • Quotas on Clicks
    • Field Evenly Over Time (FEOT)
    • Quota Based Pricing (QBP)
    • Quota Level Complete (QLC)
    • Quota Throttling
    • Templates
    • Bypassing Automatic Variable Mapping
    • Research Defender's Predupe
    • Subscriber Emails
    • Real-Time Notifications (SNS)
  • API Reference
  • Schemas
    • Feasibility
      • Feasibility request schema
      • Feasibility response schema
    • Surveys
      • Create survey full request schema
      • Create survey minimum request schema
      • Create survey response schema
      • Update survey status request schema
      • Update survey status response schema
      • Get survey status response
    • Qualifications
      • Qualification Schema
      • Create qualification request schema
    • Quotas
      • Quota Schema
      • Create quota request schema
      • Create quota response schema
    • Attributes
      • Get attributes response
    • Supplier management
      • Supplier
      • List of all suppliers response
      • List of all suppliers per survey response
      • Update the list of suppliers for a Survey request
      • Update the list of suppliers for a Survey response
    • Other
      • Generic error response
  1. Supplier management

List of all suppliers per survey response

[
    {
        "group_ref": null,
        "group_name": null,
        "completes_goal": 0,
        "current_target": 0,
        "remaining": 0,
        "fielded": 0,
        "currency_symbol": "string",
        "cpi": 0,
        "bid_cpi": null,
        "buyer_in_progress": 0,
        "last_start_date": "string",
        "last_complete_date": "string",
        "intent": {
            "intent_count": 0,
            "intent_not_set": [
                0
            ],
            "intent_denied": [
                0
            ],
            "intent_accepted": [
                0
            ],
            "child_intent_stats": {}
        },
        "suppliers": [
            {
                "id": 0,
                "name": "string",
                "allocation": 0
            }
        ],
        "is_pds_applied": true,
        "ps_start_count_24": 0,
        "valid_clicks": 0,
        "valid_epc": 0,
        "valid_click_percentage": 0,
        "total_epc": 0,
        "srv_start_count": 0,
        "max_cpi": 0,
        "conversion_rate": 0,
        "average_cpi": 0,
        "performance": [
            {
                "name": "string",
                "count": 0,
                "percentage_of_supplier_total": 0,
                "supplier_share_status": 0
            }
        ]
    }
]