Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

MailUpService API allows to create and delete geographic filters

FiltersCreateGeographicFilter

This method creates a new filter to be applied to recipients' geolocation of opens and clicks

Method parameters

ParameterDescriptionExample
Id  
IdListSpecify here MailUp list ID (or 'NULL', if filter is applicable to all lists) 
NameNumber that identifies console ID 
Description  
Category  
Conditions[ ]

Array of conditions (at list one). Each condition is composed of the following fields:

  • Id
  • IdFilter
  • LogicalOperation (allowed values: AND, OR)
  • Type
  • Country
  • Region
 

SOAP Examples

SOAP request
coming soon
SOAP response
coming soon

FiltersDeleteGeographicFilter

Method parameters

ParameterDescriptionExample
Token Access token, used for authentication 
IdFilterID of a previously created filter 

SOAP Example

SOAP request
coming soon
SOAP response
coming soon
  • No labels