We receive the same error message when attempting to load shopping
performance data. The error occured around the time of the outage on
02.08.24
Google Ads API Forum Advisor schrieb am Montag, 5. August 2024 um 08:56:57
UTC+2:
> Hi,
>
> Thank you for reaching out to the Google Ads API support
Thank you all for the replies, for us it was sufficient to just query only
the conversions metric on campaign level (this is not prohibitted) and then
filter by conversion_action_category <> 'PURCHASE' . We then could adjust
the conversion metric in our main query (with impressions, costs, etc.)
Hi,
we retrieve our campaigns data from the Google Ads API: Clicks, Costs,
Impressions etc. by campaign.
I want to add a filter on conversion_action_category = 'PURCHASE' to
restrict the results only on purchases. But I receive the following error
message.
What can I do to prevent this from
Hi,
I added a filter for conversion_action_category into our campaigns data
query:
SELECTcpgn."id" AS campaignid
, cpgn."name" AS campaignname
, cpgn."cost_micros"
, cpgn."clicks" AS Clicks
, cpgn."interactions" AS Interactions
, cpgn."conversions" AS Conversions
FROM "GoogleAds.ca
Is it possible to get product price benchmarks through google ads api?
https://support.google.com/google-ads/answer/9027761?hl=en
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~