List Advertisers with Search Filter Parameters

The Search Filter Parameters method is a case-sensitive query to find the prefix of any words in the name. For example, queries with the following conditions will return an Advertiser with the name “This is an Advertiser”:

  • “?name=This”

  • “?name=this”

  • “?name=adv” Queries with the following conditions will not return the above Advertiser: “?name=dver” (no words start with “dver”, though it is part of “Advertiser”).

Language
Click Try It! to start a request and see the response here!