Bring data from Comscore through API connection

Options

Hello,

I have a request to bring Comscore data in domo. There is a Comscore connector available but that doesn't allow me to pull the files which I need.

What are the other Domo connector options available to connect Comscore data through an API connection in Domo?

Thanks in advance.

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    You can write your own connector in Python with the pydomo package to upload data into your Domo instance which gives you more control over how the data is processed but will be a much more technical route. You’ll need to work directly with the Comscore APIs

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    You can write your own connector in Python with the pydomo package to upload data into your Domo instance which gives you more control over how the data is processed but will be a much more technical route. You’ll need to work directly with the Comscore APIs

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Dev_
    Dev_ Member
    Options

    Thank you @GrantSmith . I'll explore this option.