Create offline user list job
POST/ad-publishing/google/segments/offline-user-list-job
Create a job to upload users to a Google customer match list
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
smartListIdsstring[]
Smart list IDs
csvPathstring
CSV file path
userListIdstring
User list identifier
isDynamicboolean
Dynamic list flag
{
"locationId": "loc_abc123",
"smartListIds": [
"sl_123"
],
"csvPath": "/uploads/users.csv",
"userListId": "ul_123",
"isDynamic": false
}
Acknowledgement that the offline job was queued
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}