This API exposes operations to allow management of Site 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 Site Targeting feature domain objects:
|
Object |
Supported operations |
|---|---|
|
Site Targeting feature list |
GET |
|
Site Targeting feature |
POST, GET, PUT and DELETE |
Retrieving all Site Targeting features for a Campaign or Ad
The GET operation is supported for listing existing Site Targeting features.
GET
Retrieve all of the Site Targeting features saved at or below the Campaign with the given campaignId.
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
campaignId the id of the Campaign for which the Site Targeting features are to be retrieved
Example command:
|
Individual Site Targeting
The POST, GET, PUT and DELETE operations are supported for management of Site Targeting features.
POST
Create a new site 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 site targeting is to be created
This XML example shows the contents required to be supplied for a POST call:
|
GET
Retrieve the Site Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Site Targeting feature to be retrieved
Example command:
|
PUT
Update the Site Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Site Targeting feature to be updated
Example command:
|
This XML example shows the contents required to be supplied for a PUT call:
|
DELETE
Delete the Site Targeting feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Site Targeting feature to be deleted
Example command:
|