--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/8104a31f-4dd8-4452-8629-99ce905ac4b8n%40googlegroups.com.
Hi Djounaid,
Thank you for reaching out to the Google Ads Scripts Forum Channel.
Per my understanding, it appears that you are filtering on a specific campaign since you are able to retrieve information on one campaign. I believe you that if you would like to retrieve the same information, but would like it for all of your performance max campaigns, then you would just need to follow the same approach and remove the filter on the single campaign you're retrieving information on.
On the other hand, I would recommend creating a report using the shopping_performance_view <https://developers.google.com/google-ads/api/fields/v13/shopping_performance_view> as it provides Shopping campaign statistics aggregated at several product dimension levels. You would just need to include the field campaign.advertising_channel_type in your query filtered on PERFORMANCE_MAX.
If you would like to export the results in a spreadsheet, you may follow the following guides whichever fits your use-case:
Let us know how it goes or if you have any clarifications.
![]() |
Google Ads Scripts Team |