Sample Usage
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023")
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US")
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US", "ENABLED")
Syntax Description
Description:
Get advertising brand campaign list
Syntax:
GORILLA_SBCAMPAIGNLIST(sellerId, [period], [marketplace], [status], [hasSalesOnly], [start_date], [end_date], [header])
Seller ID – REQUIREDSeller account or Nickname to work with.
PERIOD – OPTIONALPredefined period to get ads data or use ‘custom’ to specify a start and end date. Default will be last 30 days.
MARKETPLACE – OPTIONALMarketplace country filter. Country codes are US, CA, MX, BR, BE, UK, DE, ES, IT, FR, NL, PL, TR, IN, SE, AE, AU, SG, JP, EG, SA. Use ALL to combine values from a single account, EURO to combine countries using EURO currency, EU for all Europe markets EXCEPT UK.
STATUS – OPTIONALFilter by status. Status are: enabled, paused, archived, all but archived and all. If the status is empty, it will filter by ‘enabled’
HasSalesOnly – OPTIONALFilter prod with or without sales in the results. Possible values: TRUE/FALSE. Default: TRUE
START_DATE – OPTIONALStarting date to get ads sales from when period is custom.
END_DATE – OPTIONALEnding date to get ads sales till when period is custom.
HEADER – OPTIONALInclude the header line in the results. Possible values: TRUE/FALSE. Default: TRUE.
GORILLA_SBCAMPAIGNLIST Attributes
Period Attributes:
Screenshot:
Examples:
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023")
Returns a list of All Campaign Name advertised for the year 2023.
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US")
Returns a list of All Campaign Name in the US Marketplace for the year 2023.
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US", "ENABLED")
Returns a list of Active Campaign Name in the US Marketplace for the year 2023.