Golang
Installation
go get -u github.com/tyrads-com/tyrads-go-sdk-iframeGet Started
tyrAdsSdk = tyrads.NewTyrAdsSdk(
API_KEY,
API_SECRET,
"") // Leave it empty ("") to use default "en" (English)Localization
tyrAdsSdk = tyrads.NewTyrAdsSdk(
API_KEY,
API_SECRET,
"en")Authentication
Deeplinking Routes
Embedding The Iframe
Example
Last updated