This API exposes operations to allow management of Keyword features within the Cxense Advertising platform.
This API can be accessed by users with the appropriate permissions to manage Keyword features and supports the following combination of operations on Keyword feature domain objects:
|
Object |
Supported operations |
|---|---|
|
Keyword feature list |
GET |
|
Keyword feature |
POST, GET, PUT and DELETE |
Retrieving the list of Keyword features saved against a Campaign or Ad
The GET operation is supported for listing existing Keyword features.
GET
Retrieve all of the Keyword features saved at or below the Campaign or Ad with the given parentId. One call using the id of a Campaign will return all of the Keyword features stored against the Campaign and all of 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 Keyword features are to be retrieved
Example command:
|
Individual Keyword features
The POST, GET, PUT and DELETE operations are supported for management of individual Keyword features.
POST
Create a new Keyword 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 Keyword feature is to be created
This XML example shows the contents required to be supplied for a POST call:
|
Note: Bid values for keywords only apply to Campaigns (and their Ads) created from CPC Products. Therefore, any bid values supplied in the request payload when creating a Keyword feature under a Campaign (or one of its Ads) created from a CPM Product will be ignored.
Example command:
|
GET
Retrieve the Keyword feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Keyword feature to be retrieved
Example command:
|
PUT
Update the Keyword feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Keyword feature to be updated
Note: Bid values for keywords only apply to Campaigns (and their Ads) created from CPC Products. Therefore, any bid values supplied in the request payload when updating a Keyword feature under a Campaign (or one of its Ads) created from a CPM Product will be ignored.
Example command:
|
DELETE
Delete the Keyword feature with the given featureId
|
Parameters:
-
cxadbaseurl the base URL of the Cxense Advertising system
-
featureId the id of the Keyword feature to be deleted
Example command:
|
Like