Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Feed Processing
The various methods for Feed Processing Settings are listed below:
Batch generative Fill
Runs generative fill on an entire feed column asynchronously.
Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
userEmail | string | Optional | Email to notify on completion |
adId | integer | Mandatory | Ad ID |
adUnitId | integer | Mandatory | Ad unit ID |
dataServiceId | integer | Mandatory | Data service (feed) ID |
column | string | Mandatory | Feed column name containing image URLs |
assetId | string | Mandatory | Asset identifier |
assetProperty | string | Mandatory | Asset property name (e.g. |
filter | array of | Optional | Row filters to scope the batch |
width | integer | Mandatory | Target width of the output image |
height | integer | Mandatory | Target height of the output image |
advId is injected server-side from the authenticated account.
Sample Request
Request Body
Sample Response
Proxied JSON response with job status.
Batch Background Removal
Runs background removal on an entire feed column asynchronously.
Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
userEmail | string | Optional | Email to notify on completion |
adId | integer | Mandatory | Ad ID |
adUnitId | integer | Mandatory | Ad unit ID |
dataServiceId | integer | Mandatory | Data service (feed) ID |
column | string | Mandatory | Feed column name containing image URLs |
assetId | string | Mandatory | Asset identifier |
assetProperty | string | Mandatory | Asset property name |
filter | array of | Optional | Row filters to scope the batch |
advId is injected server-side from the authenticated account
Sample Request
Request Body
Sample Response
Batch Trim and Remove Background
Runs trim + background removal on an entire feed column asynchronously. Uses the same request body as Batch background removal
Sample Request
Cancel Feed Transformation
Cancels an in-progress batch feed transformation job
Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
adId | integer | Mandatory | Ad ID |
adUnitId | integer | Mandatory | Ad unit ID |
advId is injected server-side.
Sample Request
Request Body
Sample Response
Get Feed Transformation Progress
Returns the progress of an in-progress feed transformation job.
Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
adId | integer | Mandatory | Ad ID |
adUnitId | integer | Mandatory | Ad unit ID |
advId is injected server-side.
Sample Request
Request Body
Sample Response
Get Feed Transformation Progress (row)
Returns the transformation progress for a specific feed row.
Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
adId | integer | Mandatory | Ad ID |
adUnitId | integer | Mandatory | Ad unit ID |
dataServiceId | integer | Mandatory | Data service (feed) ID |
column | string | Mandatory | Feed column name |
transformation | string | Mandatory | Transformation type applied |
assetProperty | string | Mandatory | Asset property name |
assetId | string | Mandatory | Asset identifier |
versionId | integer | Mandatory | Version ID of the transformation |
advId is injected server-side.
Sample Request
Request Body
Sample Response
Get GenAI Feed Progress (Ad)
Returns the GenAI feed transformation progress for all ad units (or a specific one) of an ad.
Path Parameters
Field | Data Type | Requirement | Description |
|---|---|---|---|
accountId | string | Mandatory | Account ID |
adIdx | integer | Mandatory | Ad index |
Query Parameters
Field | Data Type | Requirement | Default | Description |
|---|---|---|---|---|
adUnitIdx | integer | Optional | 0 | If provided, returns progress for that ad unit only. |
Sample Request
Sample Response
If adUnitIdx is provided, returns a single progress object; otherwise returns a list.