Audience Performance Report - Numbers Discrepancies

2023-10-26 Thread Aarthi Ilangovan
Hi team, I am using the below query for fetching the metrics for audience segments from Google Ads : SELECT customer.id, customer.descriptive_name, campaign.id, campaign.name, campaign.st

Re: Getting google.api_core.exceptions.Unknown: None Stream removed error when requested data is large

2022-07-29 Thread Aarthi Ilangovan
Hi I am also getting the same error when requested data is large. Can you give us an update on this. *ERROR which I receive: * Error received from peer ipv4:10.250.6.128:3128","file":"src/core/lib/surface/call.cc","file_line":967,"grpc_message":"*Stream removed*","grpc_status":2}" raise exce

Re: Keyword View Query returning Empty Results

2022-07-26 Thread Aarthi Ilangovan
Hi Anthony, I used the above query and it is working. I have figured out the problem with other 2 accounts. Thanks ! On Thursday, July 21, 2022 at 6:23:17 PM UTC+2 adsapi wrote: > Hi Aarthi, > > Thank you for that information. > > With regards to accounts - 5867235702 <(586)%20723-5702>,4001

Re: Keyword View Query returning Empty Results

2022-07-21 Thread Aarthi Ilangovan
Hi, I tried as you have mentioned. But again for these accounts - 5867235702,4001598351, *empty responses*. For the other 2 accounts, *many field values are missing* . Some are : ad_group_criterion.position_estimates.first_page_cpc_micros, ad_g

Re: Keyword View Query returning Empty Results

2022-07-21 Thread Aarthi Ilangovan
Hi, I tried as you have mentioned. But again for these accounts - 5867235702,4001598351, *empty responses*. For the other 2 accounts, *many field values are missing* . Some are : ad_group_criterion.position_estimates.first_page_cpc_micros, ad_g

Re: Keyword View Query returning Empty Results

2022-07-20 Thread Aarthi Ilangovan
Hi Team, Kindly let me know for any updates. Thanks ! On Tuesday, July 19, 2022 at 6:57:02 PM UTC+2 Aarthi Ilangovan wrote: > "Private message regarding: Keyword View Query returning Empty Results " - > This is the one > > On Tuesday, July 19, 2022 at 6:33:36 PM UTC+2

Re: Keyword View Query returning Empty Results

2022-07-19 Thread Aarthi Ilangovan
"Private message regarding: Keyword View Query returning Empty Results " - This is the one On Tuesday, July 19, 2022 at 6:33:36 PM UTC+2 adsapi wrote: > Hi Aarthi, > > Thank you for reaching out to the Google Ads API support team. > > Can you please provide email subject you sent logs privately,

Re: Keyword View Query returning Empty Results

2022-07-19 Thread Aarthi Ilangovan
Hi Peter, I have sent the logs via *Reply privately to author *option. Hope you received it. Thanks ! On Tuesday, July 19, 2022 at 4:06:37 PM UTC+2 adsapi wrote: > Hi Aarthi, > > Thank you for reaching out to our API support team and for providing these > details. Upon checking your query u

Keyword View Query returning Empty Results

2022-07-19 Thread Aarthi Ilangovan
Hi Team, I am using the below GAQL query to retrieve fields from keyword view : "SELECT customer.id, campaign.id, campaign.base_campaign, ad_group.id, ad_group.base_ad_group, ad_gr

Re: How to fetch "User list name" & "segments.date"

2022-06-09 Thread Aarthi Ilangovan
I want to fetch the below columns : customer id campaign id user list name day bid modifier is restrict Previously used to fetch all these columns from single report : Audience performance report When I used query migration tool , it suggests : campaign_audience_view I am using instea

Re: How to fetch "User list name" & "segments.date"

2022-06-09 Thread Aarthi Ilangovan
Hi, I used the suggested field *campaign_criterion.display_name, * but I can see only uservertical and boomuserlist. How to fetch the exact userlist name like Apparel & Accessories, Autos & Vehicles etc. thanks On Wednesday, June 8, 2022 at 3:58:03 AM UTC+2 adsapi wrote: > Hi Aarthi, > > Th

Re: How to fetch "User list name" & "segments.date"

2022-06-08 Thread Aarthi Ilangovan
Thanks for the reply. When I used query migration tool this field was not returned. Please fix it. Regards On Wednesday, June 8, 2022 at 3:58:03 AM UTC+2 adsapi wrote: > Hi Aarthi, > > Thank you for posting your concern. > > To answer your concern, I would suggest using the > *campaign_crit

How to fetch "User list name" & "segments.date"

2022-06-07 Thread Aarthi Ilangovan
I am using a similar query like below for migrating Audience performance report : *"SELECT customer.id, campaign.id , user_list.name FROM campaign_audience_view WHERE customer.id = AND segments.date DURING * *LAST_30_DAYS "* I am getting the error