Using the following method;

print ad(NULL, 1, array('nids' => '14532'));

I could not get nid or nids to display unless I changed adserve.inc file line 45

FROM

$filter = adserve_build_filter($nids, 'n.nid');

TO

$filter = adserve_build_filter($nids, 'a.aid');

Is this an issue?

Comments

jeremy’s picture

Status: Active » Fixed

Yes, this is already fixed in the latest development snapshot.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.