NextRoll
NextRoll is an online platform that provides digital marketing services that companies can use to grow their business. Its machine learning technology gathers data, delivers insights, and provides businesses with approachable tools to target buyers in strategic ways.
In order to integrate NextRoll with Relyance AI you will need a Client ID, Client Secret, and follow an OAuth2 flow.
In NextRoll:
- Login to your NextRoll account.
- Go to the Developer portal here: https://developers.nextroll.com/
- Click on the user profile menu in the top right-hand corner and select Apps.
- Click the + NEW APP button.
- Fill out the New App form with the following: App Name: A meaningful name (e.g. Relyance AI). Description: A meaningful description. Starter API Access: Click the Enable button. Callback URL: https://root.relyance.ai/api/oauth2
- Click SAVE to create your app.
- Copy the Client Key and Client Secret to be used in Relyance.

In the Relyance AI application:
- Login to your Relyance account.
- Navigate to the Settings Menu in the bottom left-hand side.
- Select Integrations.
- Click on the Vendor Integration tab.
- Find the NextRoll integration card and click it to open its connections.
- Under Authentication Method, choose Oauth2 / App Token.
- Paste the Client ID and Client Secret into their respective fields.

- Click Authenticate.
- This will bring you to the AdRoll site to sign in and authorize Relyance.

You will need an account for both NextRoll and AdRoll. 11. At this point, you should see the following result on the Vendor Integrations page:

- Congratulations, you are now connected to NextRoll.
If the connection reports Connected but returns nothing
These are the ways this integration comes back empty without reporting an error. Generated from the integration catalog, so it tracks what the connection actually asks for.
- Authorised, then empty. The connection carries an authorisation, not a password: it stops returning data if the account that granted it loses access, its own permissions narrow, or the grant is revoked at the vendor. None of that reports an error here -- the connection keeps its last status until the next scan.
- A credential rotated at the vendor is not picked up here. Client Secret is stored when you save the connection, so regenerating the value at the vendor breaks the next scan until it is re-pasted here. Recording the expiry on the connection means Relyance warns you before it lapses.
Manage this integration with Terraform
Connections for this integration can be managed as code with the Relyance Terraform provider. Non-secret fields go in auth.params; secret fields go in auth.secrets_wo, which is write-only — never stored in Terraform state. Rotate secrets by bumping auth.secrets_wo_version.
The OAuth (browser authorization) method uses a browser authorization flow, so the connection is created in the Relyance app. Manage it in Terraform afterwards by importing it (terraform import relyance_integration_connection.example nextroll/<connection_id>) or reading it with the relyance_integration_connection data source.