Hello Gabi,
Thank you for reaching out to the Google Ads Script support channel. I’m James, allow me to assist you further.
Could you please try to use the script below and let me know if you would be able to retrieve the expected Performance Max campaigns data from there?
var query = "SELECT segments.date, campaign.name WHERE segments.date DURING YESTERDAY"; var result = AdsApp.search(query); while (result.hasNext()) { var row = result.next(); console.log(JSON.stringify(row)); }
Otherwise, kindly provide us the following information below so that we can take a closer look at your issue?
You may send the following details above via ‘Reply privately to author’ option, if the private option is not available on your end, then please send it over through this email <googleadsscr...@google.com> instead.
Regards,
|
||||||
|
||||||
|
||||||
Hello Maciej,
Michael here and I work along with Teejay.
Thank you for reporting the same issue. Our team is already investigating this and rest assured that we will provide an update once we have received sufficient information on the investigation of our wider team.
Regards,
|
||||||
Hello Luuk,
Thank you for raising the same issue you’ve experienced on your end.
I confirm that there’s indeed an ongoing issue upon using GAQL for PERFORMANCE_MAX advertising_channel_type. However, our team is already aware of this and we are continuously working to fix this issue. Rest assured that someone from our team will update this thread.
Regards,
|
||||||
Hello,
I agree with Nils and excuse us for the late update on this. However, I confirm that this issue is now resolved. You can now retrieve performance max campaigns using Google Ads scripts reporting along with GAQL query, specifically with campaign resources.
@Nils - Thank you for bumping this thread. We appreciate it!
Regards,