Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/iyNwpSWLOmQ) from the forum as it wasn't routed to our support queue.
Regards, Google Ads API Team On Thursday, May 4, 2023 at 2:46:38 PM UTC+8 [email protected] wrote: > I am trying to make an application where Adwars user can authorise my > google Project APP and My code can pull their campaign's performance report > like clicks impression charged amount for that day on that campaign. > > But as I execute below query, API returns a below error > " > SELECT campaign.id, " > . "campaign.advertising_channel_type, " > . "ad_group.id, " > . "ad_group.status, " > . "metrics.impressions, " > . "metrics.hotel_average_lead_value_micros, " > . "segments.hotel_check_in_day_of_week, " > . "segments.hotel_length_of_stay " > . "FROM hotel_performance_view " > . "WHERE segments.date DURING LAST_7_DAYS " > . "ORDER BY metrics.impressions DESC " > . "LIMIT 50" > > I am using the inbuild google API PHP library to pull report > Please help me to resolve the error . > > Thanks you so much > Mehul > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/95170564-cd8f-490e-9cb1-0001c0a8877an%40googlegroups.com.
