Content
For the complete documentation on the "content" resource, please refer to https://docs.actv8me.com/v1.2/reference/content-3
The main objective of an advertiser using the ACTV8me platform is to deliver contextual content to consumers (end-users) through the client applications.
For more information about the content types that the platform offers, please refer to https://docs.actv8me.com/v1.2/docs/content
Create Content
The following endpoint allows your application to send a request to create Content for your client:
POST /campaign
Reference: https://docs.actv8me.com/v1.2/reference/content-3#post_content
Get all content
You may retrieve all content for a client by calling the following endpoint:
GET /content?client_id={client_id}
Reference: https://docs.actv8me.com/v1.2/reference/content-3#get_content
Get a specific content
To get the details of specific content, you should use the following endpoint:
GET /content/{id}
Reference: https://docs.actv8me.com/v1.2/reference/content-3#get_content-id
Update content
To update the configuration of a specific campaign, you should use the following endpoint:
PUT /content/{id}
Reference: https://docs.actv8me.com/v1.2/reference/content-3#put_content-id
Delete a campaign
If content needs to be deleted, you should use the following endpoint:
DELETE /content/{id}
Reference: https://docs.actv8me.com/v1.2/reference/content-3#delete_content-id
Updated over 3 years ago