Re: not getting conversion action data for months

2024-06-12 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 th

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, conversion_action.name

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.na

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, m

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:* https://googleads.googleapis.com/v17/customers

Re: need help to get the all ad accounts

2024-06-07 Thread Hashcrypt Devs
Okay. Thank you for the response. On Friday, June 7, 2024 at 1:27:37 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > The customers.listAccessibleCustomers > > endpoint only > pro

Re: need help to get the all ad accounts

2024-06-07 Thread Hashcrypt Devs
Thank you for the response. Okay I understood your solution. But Is it possible to get customer details with this "https://googleads.googleapis.com/v17/customers:listAccessibleCustomers " endpoint. Thanks On Friday, June 7, 2024 at 12:41:43 PM UTC+5:30 Google Ads API Forum Advisor wrote: >

Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
I've tried with this given query as below, URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers/googleAds:searchStream Method : POST QueryParam : SELECT customer.id, customer_client.id, customer_client.descriptive_name, customer.descriptive_name, customer.status, custom

Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
We've tried with your given solution. We've able to access the list of customers with below url and got the response: URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers Response: [image: image_2024_06_07T05_44_38_276Z.png] Now, we also want additional information like

Re: google ads campaigns error

2024-06-06 Thread Hashcrypt Devs
We're tried with two different queries. 1. Segments fields with other unsupported metrics URL : https://googleads.googleapis.com/v16/customers/{customer_id} /googleAds:searchStream Query param : "SELECT campaign.name, campaign.id, campaign.status, metrics.average_cost, metrics.clicks, metrics.imp

Re: google ads campaigns error

2024-06-06 Thread Hashcrypt Devs
But we want to retrieve the conversion (purchases) for the campaign. can you provide appropriate details to retrieve details with campaign On Thursday, June 6, 2024 at 7:19:09 AM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team

Need Help To Get the All Ad Accounts

2024-06-06 Thread Hashcrypt Devs
Hi, We're integrating google ads REST API to fetch records and use that records for analytics. So, as per our authentication flow We need to fetch all ad accounts together available in particular google ad manager account with single API call without passing customer Id. I want this as REST A

Google Ads campaigns Error

2024-06-05 Thread Hashcrypt Devs
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 and want to add segmenets.conversion_action_category in fields also. But I receiv

Need Segmentat Fields in Google Ads campaigns API

2024-06-05 Thread Hashcrypt Devs
Hi, We are retrieving our campaigns data from the Google Ads API: Clicks, Costs, Impressions etc. by campaign. I want to add a filter on segment.conversion_action_category = 'PURCHASE' also want to add segmenets.conversion_action_category to restrict the results only on purchases. But I recei