I am seeing the tremor tag being called here but it looks like the macros are not being populated… here is what I am seeing. Can you please take a look.
adCode
kqsg4
playerWidth
400
playerHeight
300
mediaId
[MEDIA_ID]
mediaTitle
[MEDIA_TITLE]
mediaDesc
[MEDIA_DESCRIPTION]
mediaUrl
[MEDIA_URL]
srcPageUrl
[SOURCE_PAGE_URL]
var adsRequest:AdsRequest = new AdsRequest();
adsRequest.adTagUrl = adTag;
adsRequest.linearAdSlotWidth = 300;
adsRequest.linearAdSlotHeight = 200;
adsRequest.nonLinearAdSlotWidth = 300;
adsRequest.nonLinearAdSlotHeight = 200;
// Instruct the AdsLoader to request ads using the AdsRequest object.
adsLoader.requestAds(adsRequest);