googleads / dfp-playground

Apache License 2.0
14 stars 13 forks source link

No Network Appearing in Dropdown #5

Closed SpaceCadetUWG closed 6 years ago

SpaceCadetUWG commented 6 years ago

I used to be able to select any of my networks in the dropdown in the test app and be able to pull data in through it. Is there any reason that suddenly I can't see my networks in the test app? Is it because of the name and URL changes?

kelvin-chappell commented 6 years ago

This seems to be because the version of the API that the app uses has been deprecated. This can be seen in the ajax call to https://dfp-playground.appspot.com/api/networks, which gives an error (HTTP 500) response:

Version v201708 was deprecated and is now disabled. Please check the DoubleClick for Publishers blog for more information or contact us via the support forum.

PS: Just noticed this has already been noted in https://github.com/googleads/dfp-playground/issues/4

ffeast commented 6 years ago

Same problem

donovanfm commented 6 years ago

The issue has now been fixed.

spirestar22 commented 4 years ago

How may I update the api?

kelvin-chappell commented 4 years ago

@spirestar22 Update the dependency here. See this commit for an example.