Seeking Help with Implementing QT Digital Advertising Platform in Pyside6
-
Hello everyone,
I am an indie developer working on a desktop app using Pyside6. Currently, my app is currently available for free to all users. However, I am now considering implementing embedded advertisements to monetize the app. I recently came across the QT Digital Advertising Platform, which seems to be an easy-to-use solution.
I have been searching for documentation on how to integrate the QT Digital Advertising Platform with Pyside6, but I haven't been able to find much information specifically about its implementation with Pyside6.
I have a couple of questions and would greatly appreciate it if anyone with knowledge in this area could help me out:
Can Pyside6 be used with the QT Digital Advertising Platform?
If the answer to the first question is yes, could you please point me towards any documentation or resources that provide information on implementing the QT Digital Advertising Platform specifically with Pyside6?
Thank you in advance for any assistance you can provide! -
-
Hello everyone,
I am an indie developer working on a desktop app using Pyside6. Currently, my app is currently available for free to all users. However, I am now considering implementing embedded advertisements to monetize the app. I recently came across the QT Digital Advertising Platform, which seems to be an easy-to-use solution.
I have been searching for documentation on how to integrate the QT Digital Advertising Platform with Pyside6, but I haven't been able to find much information specifically about its implementation with Pyside6.
I have a couple of questions and would greatly appreciate it if anyone with knowledge in this area could help me out:
Can Pyside6 be used with the QT Digital Advertising Platform?
If the answer to the first question is yes, could you please point me towards any documentation or resources that provide information on implementing the QT Digital Advertising Platform specifically with Pyside6?
Thank you in advance for any assistance you can provide!@gaz_soap I don't know the answer to your question.
But from description I see that Qt Digital Advertising is targeted for QML.
So if I would dig dipper then your question transforms for me into "is it possible to include QML into PySide6 application?...".
If it is possible then I think you are fine. Otherwise you need something esle. -
@gaz_soap I don't know the answer to your question.
But from description I see that Qt Digital Advertising is targeted for QML.
So if I would dig dipper then your question transforms for me into "is it possible to include QML into PySide6 application?...".
If it is possible then I think you are fine. Otherwise you need something esle.It appears that QML works fine together with PySide6 - at least there is an example available.
So then I think you should start from the official page and either do it or ask more precise question :) -
It appears that QML works fine together with PySide6 - at least there is an example available.
So then I think you should start from the official page and either do it or ask more precise question :)@StarterKit Thank you for the help. Your replies are valuable to me.