CreateCampaignDataSet
- 1 Minute to read
- Print
- DarkLight
- PDF
CreateCampaignDataSet
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Add a dataset to the Primary Contact Table
Key | Value(s) | Description |
---|---|---|
method | "CreateCampaignDataSet" | Add a dataset to the Primary Contact Table |
overwrite | true/false | If true, existing audience will be overwritten. If false and audience already exists, error will be raised. |
name | "AudienceName" | Name of audience to save/update |
ids[] | [ ["NNN", "NNN" ] ["NNN"} ] | Arrays of campaign Ids, organised into groups that are ANDED together. Each group is contained within it's own sub-array |
{
"method": "CreateCampaignDataSet",
"overwrite": true,
"name": "Audience - Science Interest",
"ids": [
[
"10004",
"10007",
"10005",
"10012"
]
],
"project": "eyeota"
}
{
"method": "CreateCampaignDataSet",
"project": "test1",
"overwrite": true,
"name": "Audience - Over65 or retired Buick owners",
"ids": [
[
"90141"
],
[
"11953",
"19025"
]
]
}
Was this article helpful?