Some of the editorial verification processes are automated, some depend on human review.
It doesn't happen in real time, so you will have to call GetKeywordAdAssociationByXXXX and for every association that you get back, query its Status field: Approved, Pending or Rejected.
Thanks,
Shai
'for every association that you get back', do mean for every ad, and orderitem i add to an order, i have to call this in order to see the status? Why was it that the entity's do not have a status?
thanks
You call this API once after submitting an order (or after you're done adding new ads or keywords to an existing order), and it will give you the editorial verification status for the entire order, broken down by ad/keyword associations. Every ad is associated with every keyword in the order.
HTH,
Shai