Interface AdvertisementSponsor

Information about the sponsor of an advertisement.

interface AdvertisementSponsor {
    @type: "advertisementSponsor";
    info: string;
    photo: Photo;
    url: string;
}

Properties

Properties

@type: "advertisementSponsor"
info: string

Additional optional information about the sponsor to be shown along with the advertisement.

photo: Photo

Photo of the sponsor; may be null if must not be shown.

url: string

URL of the sponsor to be opened when the advertisement is clicked.