
Hi,
Thank you for reaching out to the Google Ads API support team.
From the provided screenshot, I understand that you need the `app_id’ to create an app campaign. Kindly note that you need to select your mobile app's platform, Android or iOS. After that in the search field, enter your app name, package name, or publisher, and then select your app from the list that appears. If there are no matches, enter the Google Play Store (Android) or App Store (iOS) URL directly into the field while creating the app campaign through the Google Ads UI. I would recommend you to refer to this help center article for more detailed information.
Please note that the app_id is a string that uniquely identifies a mobile application. After creating an app campaign, then you can find your app_id by using the below query through the Google Ads API from the campaign resource:
SELECT campaign.app_campaign_setting.app_id FROM campaign WHERE campaign.advertising_channel_sub_type = 'APP_CAMPAIGN'
You can try making a request using the Search or SearchStream by passing the customer Id and the Developer token. Also, you can use Query Builder to create your query and Query Validator to validate your query.
I hope this helps! If you have any questions, please feel free to contact us.
![]() |
Google Ads API Team |
[2025-03-27 15:46:41Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHD8C:ref" (ADR-00296939)
Thank you for your response. However, I believe there is some confusion. I am specifically looking for an API that allows me to search or look up apps (similar to the UI behavior shown in the screenshot I shared) by name, package name, or publisher to retrieve their app_id for campaign creation.
The query you provided retrieves the app_id from existing campaigns, but I am asking for an API to search for apps before creating a campaign. Could you please confirm if such an endpoint exists?
![]() |
Google Ads API Team |
[2025-03-28 07:08:42Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHD8C:ref" (ADR-00296939)
![]() |
Google Ads API Team |
[2025-04-02 09:02:20Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHD8C:ref" (ADR-00296939)