findCampaignsByNote

Searches for a group of campaigns by the relevant note. To perform a search, both “name” and “content” fields should be filled in for the note object. The result will contain all the campaigns having a note matching the “name” field or matching the “content” field.

 Input  Type  Description
 token  AuthToken  Authorization token.
 channel  Channel  Channel.
 note  CampaignNote  Campaign note. Use SQL wildcards (_ and %) together with the matchingMode flag set to LIKE” in lookupPrefs.
 lookupPrefs  CampaignLookupPreferences  Order/comparison options.

 

 Output  Type  Description
 Campaigns  A group of campaigns.