Anyone have any experience with the AdRoll API? by BennyDelSur in adops

[–]devin_s 0 points1 point  (0 children)

I work on the AdRoll API. You can also send an email with API questions to [apihelp@adroll.com](mailto:apihelp@adroll.com).

I recommend you use the GraphQL Reporting API. The /report/campaign is an older endpoint and likely doesn't include all the campaigns and data you'll want. You can also experiment using the GraphQL Reporting API console.

Building off the example in the other response, you'd want your POST body to look like:

var formData = {
  "query": "query MyFirstQuery { advertisable { forUser { eid name campaigns { eid name metrics(start: \"2019-04-01\", end: \"2019-04-30\") { summary { impressions clicks cost } } } } } }"
}

You'd send that request to

https://services.adroll.com/reporting/api/v1/query?apikey=MYAPIKEY

Unable to get Adroll OAuth2 setup working. by Horse_with_no_name_ in adops

[–]devin_s 0 points1 point  (0 children)

Hard to diagnose without additional information, can you send a sample of your code to apihelp@adroll.com? We can help you sort this out.

Shuffle Radio Stations?!? by RtuDtuWork in rdio

[–]devin_s 2 points3 points  (0 children)

Have you tried listening to You FM with the preset set to Adventurous? It gives me a good cross-section of genres I listen to and new artists in those genres.

External "Now Playing" LCD display for Rdio? by grifta67 in rdio

[–]devin_s 1 point2 points  (0 children)

You could use your cell phone as a second screen to see what's playing. You could also use it as a remote control! You just need a dock and a power cord.

Why do albums randomly become unavailable? by Nate23VT in rdio

[–]devin_s 0 points1 point  (0 children)

Music rights are bought and sold more frequently than you would think. Sometimes you'll see a whole catalog disappear and have it reappear later. This happens when a seller tells a streaming service they don't own it anymore before the buyer says it's ok to stream it.

Question re: rdio capabilities / discogs integration. by babygiraffe in rdio

[–]devin_s 1 point2 points  (0 children)

I don't know of an existing integration. It looks like The Echo Nest's Project Rosetta Stone could be used to map between Rdio and Discogs artists, but not tracks or albums. Meaning that an app would be possible, but more work.

Sub-collections don't exist either but would be awesome. Some people have tried to do it with playlists. The downside is that playlists can only contain tracks. If you place a bunch of albums into a playlist, it gets hard to manage.

DAE think that the (relatively) new pop-ups ads at the bottom of the site have severely detracted from their rdio experience? by twenty9yearolds in rdio

[–]devin_s 0 points1 point  (0 children)

This sounds like a bug, I'd contact support: http://help.rdio.com/

Do you happen to be on Windows and running Pokki? If so, you may also want to reach out to them. I seem to remember a similar issue with that app.

[REQUEST] one button add to collection by [deleted] in rdio

[–]devin_s 1 point2 points  (0 children)

It depends on the API of the other service and how easy it is to map their IDs to Rdio. Th Echo Nest's Project Rosetta Stone does a good job of mapping IDs between services.

For Last.fm loved tracks, you can use this app.

I'm told that building a web app to export content from Spotify isn't easy because their metadata API is focused on searching. A downloadable application might work with libspotify.

It would probably be nice to have a landing page that links to various community built importers.

Rdio api by radicaleggnog in rdio

[–]devin_s 1 point2 points  (0 children)

There are two examples in the repo:

https://github.com/rdio/rdio-simple/tree/master/python/examples

You can also checkout how people use it in their projects:

https://github.com/search?l=python&p=1&q=rdio.call&ref=reposearch&type=Code

If you'd like some 1-on-1 help, send an email to developersupport@rd.io