Skip to main content

v2.ads.get_product_campaign_daily_performance

GET /api/v2/ads/get_product_campaign_daily_performance

Use this API to get Product level ads multiple-days daily performance.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/ads/get_product_campaign_daily_performance

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

Request Parameters

NameTypeRequiredSampleDescription
start_datestringTrue17-03-2021This is the parameter to indicate the start date of the time length of performance.
end_datestringTrue19-03-2021This is the parameter to indicate the end date of the time length of performance
campaign_id_liststringTrue11111,22222The campaign ids (comma separated) you want to fetch the performance. (max 100)

Response Parameters

NameTypeSampleDescription
errorstringError code, empty when no error returned
messagestringerror description
warningstringIf some data cannot respond normally, set the warning
request_idstring6f235f4a343e4feb8a9ed74c439f6663request id is unique for each request
responseobject[]response body
shop_idint64123the unique id per shop
regionstringSGthe region where each shop is under
campaign_listobject[]the list of campaign
campaign_idint6412121the unique id per campaign
ad_typestringautoauto, manual
campaign_placementstringsearchsearch, discovery, all
ad_namestringnamethe name of each ad
metrics_listobject[]the performance metric list
datestring12-12-2023the given date for the performance
impressionint64111The number of times shoppers see your ad.
clicksint64222The number of times shoppers click on your ad. (Note: Shopee filters out repeated clicks from the same shopper that occur within a short time frame.)
ctrfloat12.23The click-through rate (CTR) measures how often shoppers end up clicking on your ad after seeing it. It is the number of clicks on your ad divided by the number of times your ad is seen. CTR = clicks ÷ impressions × 100%.
expensefloat11.22The amount spent on your ad.
broad_gmvfloat1.2The amount of sales revenue generated from shoppers purchasing products within 7 days of them clicking on your ad.
broad_orderint64100The number of times shoppers purchased any product from your shop within 7 days of them clicking on your ad.
broad_order_amountint64200The total quantity of products purchased by shoppers within 7 days of them clicking on your ad.
broad_roifloat2.3Return on ad spend (ROAS) measures how much revenue is generated by your ad relative to the cost of the ad. It is the amount of sales revenue attributed to your ad divided by the amount spent on the ad. ROAS = GMV ÷ expense. (Note: We recommend monitoring ROAS trends on a weekly basis.)
broad_cirfloat3.4The advertising cost of sales (ACOS) measures how much your ad costs relative to the revenue the ad generates. It is the amount spent on your ad divided by the amount of sales revenue attributed to the ad. ACOS = expense ÷ GMV × 100%.
crfloat4.5The conversion rate measures how often shoppers end up purchasing something from your shop after clicking on your ad. It is the number of conversions attributed to your ad divided by the number of clicks on the ad. Conversion rate = conversions ÷ clicks × 100%.
cpcfloat5.6The cost per conversion is how much each conversion costs, on average. It is the amount spent on your ad divided by the number of conversions attributed to the ad. Cost per conversion = expense ÷ conversions.
direct_orderint64999The number of times shoppers purchased the advertised product within 7 days of them clicking on the ad.
direct_order_amountint641111The total quantity of the advertised product purchased by shoppers within 7 days of them clicking on the ad.
direct_gmvfloat12.23The amount of sales revenue generated from shoppers purchasing the advertised product within 7 days of them clicking on the ad.
direct_roifloat23.34The direct return on ad spend, or direct ROAS, measures how much revenue is generated from sales of the advertised product, relative to the cost of the ad. It is the amount of sales revenue for the advertised product attributed to the ad, divided by the amount spent on the ad. Direct ROAS = direct GMV ÷ expense.
direct_cirfloat34.45The direct advertising cost of sales, or direct ACOS, measures how much your ad costs relative to the revenue generated from sales of the advertised product. It is the amount spent on the ad divided by the amount of sales revenue for the advertised product that is attributed to the ad. Direct ACOS = expense ÷ direct GMV × 100%.
direct_crfloat45.56The direct conversion rate measures how often shoppers end up purchasing the advertised product after clicking on the ad. Direct conversion rate is the number of direct conversions divided by the number of clicks. Direct conversion rate = direct conversions ÷ clicks × 100%.
cpdcfloat56.67The cost per direct conversion is how much each direct conversion costs, on average. It is the amount spent on your ad divided by the number of direct conversions attributed to the ad. Cost per direct conversion = expense ÷ direct conversions.