|
||||||
|
||||||
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/KC1qMGrINQ0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/zblwL000000000000000000000000000000000000000000000QWPTLU00H1HF_AoAQ2OCye5skcjVyA%40sfdc.net.
We've tried again with a new request, please double-check the request-id as stated below. We can confirm that the Google Ads API returned the request-id below.
Our request:
curl --location --request POST 'https://googleads.googleapis.com/v9/customers/1606637017/googleAds:search' \
--header 'Authorization: Bearer access_token' \
--header 'developer-token: developer_token' \
--header 'User-Agent: curl' \
--header 'Accept: application/json' \
--header 'login-customer-id: login_customer_id' \
--header 'Content-Type: application/json' \
--data-raw '
{
"query": "SELECT customer.id,customer.descriptive_name, customer.time_zone, change_event.ad_group,change_event.campaign,change_event.change_date_time,change_event.change_resource_name,change_event.change_resource_type,change_event.changed_fields,change_event.client_type,change_event.feed,change_event.feed_item,change_event.new_resource,change_event.old_resource,change_event.resource_change_operation,change_event.resource_name,change_event.user_email FROM change_event WHERE change_event.change_date_time BETWEEN '\''2021-12-21'\'' AND '\''2021-12-22'\'' LIMIT 10000",
"return_total_results_count": true,
"page_token": "",
"page_size": 10000
}'
Response (Request-Id: v-JwndrbfBit2xwUmQVHqg):
{
"error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"requestId": "v-JwndrbfBit2xwUmQVHqg"
}
]
}
}
We also tried requesting with different customer IDs and got the same result "success".
We also check to request with the above customer ID (1606637017), however, the query with the same change_date_time range (2021-12-21 AND 2021-12-22) returns an error, yet querying with a different change_date_time range returns a success.
Thanks,