I found that criteria_id is generated according to searchtype.
It was a phenomenon that did not come up when searched with criteria_id
whose match type is EXACT.
Thank you for your help.
2022년 3월 24일 목요일 오후 3시 32분 27초 UTC+9에 adsapi님이 작성:
> Hi,
>
> I am also a member of the Google Ads API team a
Hi,
I am also a member of the Google Ads API team and let me provide support to
your concern.
To further investigate the issue, could you provide the complete request and
response logs with request ID and request header generated on your end?
If you haven't enabled the logging of the API trans
I couldn't solve it
I changed only the searchtype in the data with values, but it still doesn't
come out. what's the problem..?
2022년 3월 23일 수요일 오후 10시 34분 58초 UTC+9에 adsapi님이 작성:
> Hi there,
>
> Your answer was one of the possibilities I was thinking about. Since this
> occurs when keywor
i found the answer!
It was Exclude zero metrics by segmenting.
answer url :
https://developers.google.com/google-ads/api/docs/reporting/zero-metrics#exclude_zero_impressions_by_segmenting
Thank you!
2022년 3월 23일 수요일 오후 1시 49분 53초 UTC+9에 이은혜님이 작성:
> Thank you for your quick response.
>
> sent
Thank you for your quick response.
sent with request id. Is this what you want??
2022년 3월 23일 (수) 오전 12:10, Google Ads API Forum Advisor
님이 작성:
> Hi there,
>
> Thank you for reaching out to Google Ads API support. Could you privately
> provide us with logs of request and response to the API when
Hi there,
Thank you for reaching out to Google Ads API support. Could you privately
provide us with logs of request and response to the API when log level is set
to 'DEBUG' so that we can see what you are seeing?
The request and response appears similar to the JSON Mappings in our REST
documen
The query in use is keyword_view, and we want to get ad_group_criterion
information on the same day as segment.date. Of these, only when the
keyword search type is 'EXACT' on the google ads site, it is searched, and
other searches are not performed.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
my query
...
FROM keyword_view WHERE campaign.id = '%s' and ad_group.id = '%s' and
ad_group_criterion.criterion_id = '%s' and segments.date DURING TODAY
If segments exist, search cannot be performed when keyword searchtype is
changed on the ads site. I don't know how to solve this problem