Page History
Last Updated:
Lastupdatedate |
---|
Livesearch | ||||
---|---|---|---|---|
|
Overview
An Acquisition Campaign defines a keyword or keywords, and/or API methods that you can use to opt into a Mobile Database list.
The Acquisition APIs are used to add or search for Participants and Get Acquisitions Campaigns.
The Callbacks are triggered when a Participant is added, or their status has changed.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Topics in this Section
|
Acquisition (Campaign) Entity Example
Code Block |
---|
{ "acquisition_id":"Kwnl5OL3", "description":"Great Acquisition Campaign", "campaign_type":{ "code":"ACQUISITION" }, "status":"active", "start_date":"2016-04-05T14:30Z", "end_date":"2017-04-05T14:30Z", "acquisition_campaign":{ "keywords":[ "STORE", "STOR", "STORES" ] }, "sourcecode": "65301", "url":"/companies/:company_idkey/campaigns/acquisition/Kwnl5OL3", "created_date":"2017-04-05T14:30Z", "updated_date":"2017-04-08T14:30Z" } |
Elements
Data Element | Type | Max Char Length | Description |
---|---|---|---|
acquisition_id | String | 8Vibes alpha-numeric unique identifier for each Acquisition Campaign. | |
description | String | 255 | The name of the Acquisition Campaign (identifier description). |
campaign_type | String11 | This is stored as a code value - for example: ACQUISITION. | |
status | String | 4 (past)The status of the Campaign. Examples (always lowercase):
| |
start_date | Timestamp | 20 | The date the Campaign is starting. It should be in the ISO 8601 format - for example: 2016-04-05T14:30Z. |
end_date | Timestamp | 20The date the Campaign is ending. It should be in the ISO 8601 format - for example: 2017-04-05T14:30Z. | |
acquisition_campaign keywords | Collection | 25 | The Keywords (one or more) that you can send in the SMS to activate the Campaign. Examples: "COUPON", "FASHION", "LOYALTY", "JOINUP". |
sourcecode | String | The shortcode the Acquisition Campaign is on. | |
url | String50 | Unique resource URL for the Acquisition Campaign. | |
created_date | Timestamp20 | The date this Acquisition Campaign was created. It should be in the ISO 8601 format - for example: 2016-04-05T14:30Z. | |
updated_date | Timestamp20 | The date this Acquisition Campaign was last updated. It should be in the ISO 8601 format - for example: 2017-04-05T14:30Z. |