StevenMMortimer / rdfp

This R package connects the DoubleClick for Publishers API from R
https://stevenmmortimer.github.io/rdfp/
Other
16 stars 5 forks source link

Service account - how to auth with service account #7

Open lukaszsidor opened 6 years ago

lukaszsidor commented 6 years ago

Hi Steven,

rdfp is great piece of work! :) is it possible to auth with service account flow? https://developers.google.com/doubleclick-publishers/docs/authentication#service

thanks, lukas

StevenMMortimer commented 6 years ago

Thanks @lukaszsidor! This is a good idea to implement. Currently, the only type of authentication supported is through a web app flow, not a service account. I assume with the service account flow you want the package to read a JSON file with credentials and use that.