Builder

fun Builder(debug: Boolean = false, customVariables: MutableMap<String, String?> = mutableMapOf(), url: String? = null, referer: String? = null, tags: MutableList<String> = mutableListOf(), zone: String? = null, contentCreated: String? = null, contentAuthor: String? = null, contentSection: String? = null, contentIsNative: Boolean? = null, customParameters: CustomParameters? = null)