Google Sheets Functions

  1. Home
  2. Docs
  3. Google Sheets Functions
  4. GORILLA_ADPERFORMGROUP() – Get total perform of advertised products between any period

GORILLA_ADPERFORMGROUP() – Get total perform of advertised products between any period

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_ADPERFORMGROUP("TOY STORE", "2023")
=GORILLA_ADPERFORMGROUP("TOY STORE", "2023", "US")
=GORILLA_ADPERFORMGROUP("TOY STORE", "2023", "US", , "BOTTLESMALL")

Syntax Description

ADPERFORMGROUP Gorilla ROI

Description:

Get total perform of advertised products between any period.

⚠️ Important Note:

Data from all advertising related functions are based on your advertising attributed sales. Not regular organic sales.

When you see datapoints such as sales7d or conversions7d, it means the AD SALES or the AD CONVERSIONS. Not the total sales over the last 7 days. Only the converted AD or PPC SALES. This is the same for spend, units sold, and performance numbers. It is all based on the PPC spend, PPC units sold, PPC performance.

  • Regular advertising functions (non HIST functions) aggregate the values of the period you enter. E.g. ADPRODSALES() will display the combined data over the period you enter such as “last month”.
  • HIST functions such as ADSALESPRODHIST() displays the daily value.
  • All values are PPC attributed data.

Syntax:

GORILLA_ADPERFORMGROUP(sellerId, period, [marketplace], [datapoint], [campaign], [adgroup], [start_date], [end_date], [header])

Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.

PERIOD – REQUIRED
Predefined period to get ads spend or use custom to specify a start and end date.

MARKETPLACE – OPTIONAL
Marketplace country filter. Country codes are US, CA, MX, BR, 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, ‘EU’ for all Europe markets EXCEPT UK, ‘EURO’ to combine countries using EURO currency.

DATAPOINT – OPTIONAL
Return data for specific data point. Default is empty value for all data points. Other Valid values are: conversion1d, conversion7d, conversion14d, conversion30d, impressions, clicks, cpc, ctr, acosclicks7d, acosclicks14d, roasclicks7d, roasclicks14d.

CAMPAIGN – OPTIONAL
Campaign to filter the results. It can be a number (campaign id) or string (campaign name).

ADGROUP – OPTIONAL
AdGroup to filter the results. It can be a number (adgroup id) or string (adgroup name).

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_ADPERFORMGROUP Attributes

Period Attributes:

TodayThis monthLast 3 Months
YesterdayThis quarterLast 12 Months
Same day last weekThis yearLast 7 Days Week Ago
Same day last monthThis Year-to-Last-MonthLast 7 Days Year Ago
Same day last yearLast WeekLast 30 Days Month Ago
Last 7 DaysLast MonthLast 30 Days Year Ago
Last 14 DaysLast QuarterLast Week Year Ago
Last 30 DaysLast YearLast Month Year Ago
Last 90 DaysLast 60 DaysYYYY-MM (change format to text)
 This weekYYYY YYYYQ1… YYYYQ4
Custom

Datapoint Attributes:

conversion1dconversion7dconversion14d
conversion30dimpressionsclicks
cpcctracosclicks7d
acosclicks14droasclicks7droasclicks14d

Screenshot:

ADPERFORMGROUP SS Gorilla ROI

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_ADPERFORMGROUP("TOY STORE", "2023")

This will provide a DUMP of Ads Performance metrics based on AdGroup in a table-like manner. The data dump contains AdGroup ID, Adgroup Name, conversion1d, conversion7d, conversion14d, conversion30d, impressions, clicks, cpc, ctr, acosClicks7d, acosClicks14d, roasClicks7d, roasClicks14d, for the year 2023.

=GORILLA_ADPERFORMGROUP("TOY STORE", "2023", "US")

This will provide a DUMP of Ads Performance metrics based on AdGroup in a table-like manner in the US Marketplace, consisting of AdGroup ID, Adgroup Name, conversion1d, conversion7d, conversion14d, conversion30d, impressions, clicks, cpc, ctr, acosClicks7d, acosClicks14d, roasClicks7d, roasClicks14d, for the year 2023.

=GORILLA_ADPERFORMGROUP("TOY STORE", "2023", "US", , "BOTTLESMALL")

This will provide a DUMP of Ads Performance metrics based on AdGroup in a table-like manner for the campaign name BottleSmall in the US Marketplace, consisting of AdGroup ID, Adgroup Name, conversion1d, conversion7d, conversion14d, conversion30d, impressions, clicks, cpc, ctr, acosClicks7d, acosClicks14d, roasClicks7d, roasClicks14d, for the year 2023.

How can we help?