Sample Usage
🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources.
=GORILLA_SDCAMPAIGNLIST("TOY STORE", "2023")
=GORILLA_SDCAMPAIGNLIST("TOY STORE", "2023", "US")
=GORILLA_SDCAMPAIGNLIST("TOY STORE", "2023", "US", "ENABLED")
Syntax Description
Description:
Get Sponsored Display campaign list
Syntax:
GORILLA_SDCAMPAIGNLIST(sellerId, [period], [marketplace], [status], [hasSalesOnly], [start_date], [end_date], [header])
Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.
PERIOD – OPTIONAL
Predefined period to get ads data or use ‘custom’ to specify a start and end date. Default will be last 30 days.
Period Attributes:
Today | This month | Last 3 Months |
Yesterday | This quarter | Last 12 Months |
Same day last week | This year | Last 7 Days Week Ago |
Same day last month | This Year-to-Last-Month | Last 7 Days Year Ago |
Same day last year | Last Week | Last 30 Days Month Ago |
Last 7 Days | Last Month | Last 30 Days Year Ago |
Last 14 Days | Last Quarter | Last Week Year Ago |
Last 30 Days | Last Year | Last Month Year Ago |
Last 90 Days | Last 60 Days | YYYY-MM (change format to text) |
This week | YYYY | YYYYQ1… YYYYQ4 |
Custom |
MARKETPLACE – OPTIONAL
Marketplace 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 – OPTIONAL
Filter by status. Status are: enabled, paused, archived, all but archived and all. If the status is empty, it will filter by ‘enabled’.
HasSalesOnly – OPTIONAL
Filter campaign with or without sales in the results. Possible values: TRUE/FALSE. Default: TRUE.
START_DATE – OPTIONAL
Starting date to get ads sales from when period is custom.
END_DATE – OPTIONAL
Ending date to get ads sales till when period is custom.
HEADER – OPTIONAL
Include the header line in the results. Possible values: TRUE/FALSE. Default: TRUE.
Screenshot:
Examples:
🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources.
=GORILLA_SDCAMPAIGNLIST("TOY STORE1", "2023")
Returns a list of All Campaign Name advertised for the year 2023.
=GORILLA_SDCAMPAIGNLIST("TOY STORE", "2023", "US")
Returns a list of All Campaign Name in the US Marketplace for the year 2023.
=GORILLA_SDCAMPAIGNLIST("TOY STORE", "2023", "US", "ENABLED")
Returns a list of Active Campaign Name in the US Marketplace for the year 2023.