My company manages multiple Ads accounts, and we regularly run this query
across all our accounts to check past conversions:
SELECT
search_term_view.search_term,
metrics.conversions
FROM
search_term_view
WHERE
metrics.conversions > 0
This exact query works for all of our accounts except for one, which is
rather large. The API throws an "INTERNAL_ERROR" at us.
Trying to place a small LIMIT on the query (like 100) still results in
INTERNAL_ERROR.
Trying to add "segments.date" in the WHERE clause for more recent
conversions throws back "Invalid argument", which is probably its own
issue, since the documentation says I can use that field, and yet I *can*
segment by date if I specify a specific ad group in the WHERE clause.
What's going on with search_term_view?
Fault
-------
Status code: 13
Details: Internal error encountered.
Failure:
{"errors":[{"errorCode":{"internalError":"INTERNAL_ERROR"},"message":"An
internal error has occurred."}],"requestId":"bxCpiSErmTqxUrzT7Oh6Iw"}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"AdWords API and Google Ads 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/a3951921-af27-452b-a6aa-1501c4ae2206n%40googlegroups.com.