This API exposes operations to allow management of Geospatial Targeting features on Campaigns and Ads within the Cxense Advertising platform.
This API can be accessed by Advertisers and supports the following combination of operations on Geospatial Targeting feature domain objects:
|
Object |
Supported operations |
|---|---|
|
Geospatial Targeting feature list |
GET |
|
Geospatial Targeting feature |
POST, GET, PUT and DELETE |
Retrieving the list of Geospatial Targeting features saved against a Campaign or Ad
The GET operation is supported for listing existing Geospatial Targeting features.
GET
Retrieve all of the Geospatial Targeting features saved at or below the Campaign or Ad with the given parentId. One call using the id of a Campaign will return all Geospatial Targeting features stored against the Campaign and its Ads in a single response.
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
parentId the id of either a Campaign or Ad for which the Geospatial Targeting features are to be retrieved
Example command:
|
This XML example shows the contents returned from a GET call:
|
Individual Geospatial Targeting features
The POST, GET, PUT and DELETE operations are supported for management of individual Geospatial Targeting features.
POST
Create a new Geospatial Targeting feature under the Campaign or Ad with the given parentId.
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
parentId the id of either a Campaign or Ad under which the new Geospatial Targeting feature is to be created
This XML example shows the contents required to be supplied for a POST call:
|
Example command:
|
GET
Retrieve the Geospatial Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Geospatial Targeting feature to be retrieved
Example command:
|
This XML example shows the contents returned from a GET call:
|
PUT
Update the Geospatial Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Geospatial Targeting feature to be updated
Example command:
|
This XML example shows the contents required to be supplied for a PUT call:
|
DELETE
Delete the Geospatial Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Geospatial Targeting feature to be deleted
Example command:
|