googleads / googleads-python-lib

The Python client library for Google's Ads APIs
Apache License 2.0
681 stars 974 forks source link

Is there a way to get all apps that are on the report and not on the inventory? #530

Closed Shaharbad closed 11 months ago

Shaharbad commented 11 months ago

Hey everyone, I'll explain my question better: When i use getMobileApplicationsByStatement as seen here- https://developers.google.com/ad-manager/api/reference/v202308/MobileApplicationService , I can successfully get a list of every application I have in my inventory. However, there are some apps that I would be able to see on the report on the UI that are not on my inventory, but not when i use getMobileApplicationsByStatement with the API.

Can I somehow get that?

christopherseeley commented 11 months ago

For API capability related questions, please use the Google Ad Manager API Forum instead of Github issues. These are intended to track issues with the Python client library.

The MobileApplicationService will only include applications you have "claimed" and added to your network.

Shaharbad commented 11 months ago

@christopherseeley Thank you could you also answer this please? https://github.com/googleads/googleads-python-lib/issues/528