github.com/prebid/prebid-server/v2@v2.18.0/config/adapter.go (about)

     1  package config
     2  
     3  type Adapter struct {
     4  	Endpoint         string
     5  	ExtraAdapterInfo string
     6  
     7  	// needed for Rubicon
     8  	XAPI AdapterXAPI
     9  
    10  	// needed for Facebook
    11  	PlatformID string
    12  	AppSecret  string
    13  }