Skip to main content
All CollectionsGoogle Sheets FunctionsAds Data Plan Functions
GORILLA_SBCAMPAIGNLIST() – Get advertising Brand campaign list

GORILLA_SBCAMPAIGNLIST() – Get advertising Brand campaign list

Updated over 2 weeks ago

GORILLA_SBCAMPAIGNLIST() – Get advertising Brand campaign list

Sample Usage

=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023")
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US")
=GORILLA_SBCAMPAIGNLIST("TOY STORE", "2023", "US", "ENABLED")

Syntax Description

SBCAMPAIGNLIST 1 Gorilla ROI

Description:

Get advertising brand campaign list

Syntax:

GORILLA_SBCAMPAIGNLIST(sellerId, [period], [marketplace], [status], [hasSalesOnly],  [start_date], [end_date], [header])

Seller ID – REQUIRED Seller account or Nickname to work with.

PERIOD – OPTIONAL Predefined period to get ads data or use ‘custom’ to specify a start and end date. Default will be last 30 days.

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 prod 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.

GORILLA_SBCAMPAIGNLIST Attributes

Period Attributes:

Screenshot:

SBCAMPAIGNLIST Gorilla ROI

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.

Did this answer your question?