SdfConfig

  • Display & Video 360 API v1 has been sunset.

  • Structured Data File (SDF) settings include the SDF version and an admin email for status reports.

  • The version field specifies the SDF version being used, while adminEmail designates the recipient for processing reports.

  • Several previous SDF versions (3.1 through 5.3) are deprecated.

  • The current supported SDF versions are 5.4, 5.5, and 6.

Structured Data File (SDF) related settings.

JSON representation
{
  "version": enum (SdfVersion),
  "adminEmail": string
}
Fields
version

enum (SdfVersion)

Required. The version of SDF being used.

adminEmail

string

An administrator email address to which the SDF processing status reports will be sent.

SdfVersion

Possible versions of SDF.

Enums
SDF_VERSION_UNSPECIFIED SDF version value is not specified or is unknown in this version.
SDF_VERSION_3_1

SDF version 3.1

SDF_VERSION_4

SDF version 4

SDF_VERSION_4_1

SDF version 4.1

SDF_VERSION_4_2

SDF version 4.2

SDF_VERSION_5

SDF version 5.

SDF_VERSION_5_1

SDF version 5.1

SDF_VERSION_5_2

SDF version 5.2

SDF_VERSION_5_3

SDF version 5.3

SDF_VERSION_5_4 SDF version 5.4
SDF_VERSION_5_5 SDF version 5.5
SDF_VERSION_6 SDF version 6