Open atetc opened 4 years ago
Also, there is missing documentation in integrations: https://docs.tealium.com/platforms/remote-commands/integrations/
@atetc Thank you for bringing this to our attention. As you may have noticed, this repo hasn't been updated for 5 years, and the code and the documentation is therefore not current, and doesn't work with any of our current SDKs. The Google DFP integration on this repo is not currently supported, and all code on this repo should be considered legacy code and not maintained. I have already been talking to your Tealium support engineer about this, and they are in the best position to help you with your issue. We will likely change this repo to become private, since none of the content is current, and this is clearly open to cause confusion. Our current list of officially supported Remote Command (a.k.a. Tagbridge) integrations are listed on the docs page you identified. Anything not listed there is not currently supported. Please speak to your Tealium account manager about your specific use case for this integration, and they will be able to help prioritize any updates that may be required. Thanks for your understanding.
I tried to launch Android sample app and discovered few issues:
Old Gradle version, can't be builded by Android Studio:
After upgrading Gradle to 5.6.4 and configuring project to the latest libraries it crashes with:
Build configuration:
GoogleDFPRemoteCommand
classonInvoke(Response response)
method (and Second screen is blank)It would be great if you will upgrade samples in this repository and add expected sample behavior to the description.