change
change
changeEvent fires when any attribute of the ad changes.
change:[attributeName]
change:[attributeName]Event fires when the specified attribute (attributeName) has changed.
ad.on("change", function() {
//run when change any kind of change to the ad occurs.
});
ad.on("change:adViewable", function() {
// run when the 'adViewable' attribute of the ad changes
});
Updated less than a minute ago
