getPromotedAdCall

@GET
abstract fun getPromotedAdCall(@Url url: String): Call<ResponseBody>

Fetches a promoted ad response from the specified URL.

Return

A Call for a ResponseBody containing the ad response.

Parameters

url

The URL for the promoted ad request.