How to add multiple placements in display network tab using API and how to retrieve them?I am using campaign criteria service to get placements but i am not getting any placement urls.
[
new Predicate('CampaignId', PredicateOperator::IN, [$campaignId]),
new Predicate(
'CriteriaType',
PredicateOperator::IN,
[
'KEYWORD',
'AGE_RANGE',
'PLACEMENT'
]
)
]
);
and the outout i am getting is
| Campaign targeting criterion with ID 503001 and type 'AGE_RANGE' was found. |