Hi everyone,
We are currently using Google DV360 and creating 25 to 30 campaigns daily across various advertisers, which is becoming quite time-consuming.
I’ve noticed there’s no direct connector available for DV360. If anyone has already automated this workflow or has a solution in place, I’d really appreciate your help. I’m happy to compensate for a working solution or guidance.
Thanks in advance!
Hello @Jason2000!
You’re right, n8n doesn’t currently have a native DV360 node, but automation is still possible through API.
You can interact with the DV360 API directly using the HTTP Request node in n8n.
- Setting up OAuth 2.0 credentials
- Authenticating via Google Cloud Console
- Sending requests to endpoints like:
https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/campaigns
Lmk, cheers!
Thanks @Gallo_AIA I setup the Oauth and able to create campaign. But only thing got stuck with targeting parameters for the ad. Rate limit is there in the DV360. So figuring out.
Hello Jason!
forgive me I don’t know the flows on DV360 so I probably ask stupid questions:
- what does the limit rate refer to? To API tokens?
- Usually to avoid saturating the calls I put a “wait” node so between one call and the other I force the flow to have to wait for the time I decide. I don’t know if this is for you though.
Cheers
@Gallo_AIA yes. The following default quota limits are shared by all Display & Video 360 API resources and methods:
- Total requests per minute per project:
1500
- Write requests per minute per project:
700
yeah wait node is good. Only thing I am struggling to do this as lot of flows inside the DV360 . So I need to execute this in n8n is challenging for me as I am new to this
@Jason2000 if you don’t mind share here your workflow, we can help you 
Thanks @Gallo_AIA I have my python script which write data into DV360, I am just replicating the same in n8n. I will give you my workflow soon. Thanks for your support.
1 Like