cust_params: encodeURIComponent()

in src/lib/targeting/youtube-ima.ts [97:103]


		cust_params: encodeURIComponent(
			encodeCustomParams(filterValues(mergedCustomParams)),
		),
	};

	const queryParamsArray = [];
	for (const [k, v] of Object.entries(queryParams)) {