Search API Connector Documentation
Import AdRoll Data to Google Sheets
premium
In this guide, we’ll walk through how to pull AdRoll data data directly into Google Sheets, using the API Connector add-on for Sheets.
Contents
- Before You Begin
- Part 1: Connect to the AdRoll API
- Part 2: Create your AdRoll API Request URL
- Part 3: Pull AdRoll API Data into Sheets
- Part 4: More Example API URLs
- Part 5: API Documentation
Before You Begin
Click here to install the API Connector add-on from the Google Marketplace.
Part 1: Connect to the AdRoll API
If you haven’t connected API Connector to AdRoll before, you’ll first need to initiate the connection as follows:
- Open up Google Sheets and click Add-ons > API Connector > Manage Connections.
- In the list of available connections, find AdRoll and click Connect.
- You be asked to authorize the connection. Click Authorize.
- You’ll then be returned to your Google Sheet, and can verify that your AdRoll connection is active in the Connections screen.
Part 2: Create your AdRoll API Request URL
For our first request, we’ll get some basic information about your AdRoll account.
- API root: https://services.adroll.com
- Endpoint: /api/v1/organization/get
Putting it all together, we get the full API Request URL.
https://services.adroll.com/api/v1/organization/get
Part 3: Pull AdRoll API Data into Sheets
Now let’s add our URL into API Connector and get that data.
- In API Connector, click Create, and paste in the Request URL we created above.
- Under OAuth, choose AdRoll from the dropdown menu.
- We don’t need any headers so just leave that section as is.
- Create a new tab and click ‘Set current’ to use that tab as your data destination.
- Name your request and click Run. A moment later you’ll see some information about your organization populate your sheet.
Part 4: More Example API URLs
Now that we’ve got the basic connection down, let’s get some more interesting data. Try the following URLs (one at a time).
- Get ad performance broken down by ad name
https://services.adroll.com/api/v1/report/ad?data_format=entity&start_date=01-01-2021&end_date=03-10-2021
- Get summary account performance
https://services.adroll.com/api/v1/report/ad?data_format=summary&start_date=03-01-2019&end_date=03-10-2019
- Get ad perfomance broken down by day
https://services.adroll.com/api/v1/report/ad?data_format=date&start_date=03-01-2019&end_date=03-10-2019
Part 5: API Documentation
Official documentation: https://apidocs.nextroll.com/crud-api/reference.html