Note: The format of the report is CSV, and it will be enclosed in “gzip” file format by default.
Column | Description | Type | Possible Values |
---|
reportDate | Date on which the report was generated | date | |
campaignId | Campaign Id for which Target ROAS recommendation exists | Integer | |
recommendedTargetROAS | Recommended value of Target ROAS | float | |
curl -X GET\ 'https://developer.api.stg.walmart.com/api-proxy/service/WPA/Api/v1/api/v2/snapshot?advertiserId=600001&snapshotId=10' \ --header 'Authorization: Bearer <auth_token>' \ --header 'accept: application/json' \ --header 'WM_SEC.AUTH_SIGNATURE: ***********' \ --header 'WM_SEC.KEY_VERSION: 1' \ --header 'WM_CONSUMER.ID: adfwe-v23-faasd2r-afs-asdfqeff' \ --header 'WM_CONSUMER.intimestamp: 1565309779' \
Element | Description | Type |
---|
snapshotId | Id of the snapshot to be retrieved | string |
jobStatus | It is an indicator to confirm status of snapshot generation. The possible values of jobStatus are: pending , processing , done , failed , expired | string |
details | Provides download URL when jobStatus reaches done state | string |
code | The response code can have following values: success , failure | string |
{ "code": "success", "snapshotId": "10", "details": "", "jobStatus": "pending" }
reportDate | campaignId | recommendedTargetROAS |
---|
2024-06-12 | 600001 | 1.34 |
2024-06-12 | 600002 | 2.48 |
2024-06-12 | 600003 | 1.92 |