CountCampaignDataset
- 1 Minute to read
- Print
- DarkLight
- PDF
CountCampaignDataset
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Return the number of unique IDs in the listed campaigns
Key | Value(s) | Description |
---|---|---|
method | "CountCampaignDataSet" | Return the number of unique IDs in the listed campaigns |
ids[] | [ "NNNNN", "NNNNN", "NNNNN" ] | List of campaign or segment Ids. Must be integer. |
{
"method": "CountCampaignDataSet",
"ids": [
[
"10004",
"10007",
"10005",
"10012"
]
],
"project": "eyeota"
}
"method": "CountCampaignDataSet",
"project": "campaign-project",
"currentInstanceId": "...",
"ids": [
[
"10899"
],
[
"19071"
]
]
}
{
"count": 2247420,
"records": 329431601,
"badRecords": 0,
"subCounts": [
5888710,
288127106
],
"runningCounts": [
5888710,
2247420
],
"idRecords": [
[
5914112
],
[
329431601
]
],
"executed": true,
...
}
Was this article helpful?