mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
13 lines
322 B
Go
13 lines
322 B
Go
// Package adcom1 provides AdCOM 1.0 types
|
|
//
|
|
// https://iabtechlab.com/standards/openmedia/
|
|
// https://github.com/InteractiveAdvertisingBureau/AdCOM
|
|
package adcom1
|
|
|
|
/*
|
|
|
|
// (.+?)\t((.+?)(?:;.+?)?)\t(.+?)\n
|
|
// Attribute:\n\t// $1\n\t// Type:\n\t// $2\n\t// Definition:\n\t// $4\n\t$1 $3 `json:"$1,omitempty"`\n\n
|
|
|
|
*/
|