Re: not getting conversion action data for months

2024-06-13 Thread Hashcrypt Devs
Okay Thanks On Wednesday, June 12, 2024 at 8:16:02 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > According to the guide > , > > rows whose selected metrics are all zero won't be returned. In

Re: not getting conversion action data for months

2024-06-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, According to the guide, rows whose selected metrics are all zero won't be returned. In the examples provided, it seems that when filtering by month, it is inline with the guide, since all metrics are zero. When filtering by date, though all metrics are zero, they are still included in the

Re: not getting conversion action data for months

2024-06-10 Thread Hashcrypt Devs
Thank you for the response. Please let us know once you receive an update. On Monday, June 10, 2024 at 11:06:28 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > I have raised your concern with the rest of our team and one of my > teammates will reach out to you once we have an update.

Re: not getting conversion action data for months

2024-06-10 Thread Hashcrypt Devs
Hi, I am able to get the records based on your given query. But I want records based on "segments.month = '2024-05-01'" on the where clause instead of "segments.date = '2024-05-01'". I'm getting empty records when I'm using the below query. SELECT conversion_action.id,

Re: not getting conversion action data for months

2024-06-09 Thread Hashcrypt Devs
Hi, I am able to get the records based on your given query. But I want records based on "segments.month = '2024-05-01'" on the where clause instead of "segments.date = '2024-05-01'". I'm getting empty records when I'm using the below query. SELECT conversion_action.id,

Re: not getting conversion action data for months

2024-06-09 Thread Hashcrypt Devs
Hi, I am able to get the records based on your given query. But I want records based on "segments.month = '2024-05-01'" on the where clause instead of "segments.date = '2024-05-01'". I'm getting empty records when I'm using the below query. SELECT conversion_action.id, conversion_action.name,

RE: not getting conversion action data for months

2024-06-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Please be informed that I have removed your response from the forums as it contains the PII information. I understand that you're getting an empty response when querying the conversion_action report. I have tried to replicate

Not Getting Conversion Action Data For Months

2024-06-07 Thread Hashcrypt Devs
Hi, I'm using conversion_action query builder to retrieve the conversion category with its metrics at account level. Here's my Query param and URL: *URL:*