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.status,
   campaign_criterion.criterion_id,
   segments.date,
   segments.day_of_week,
   metrics.impressions,
   metrics.clicks,
   metrics.cost_micros,
   metrics.conversions,
   metrics.conversions_value,
   segments.device,
   metrics.cross_device_conversions,
   metrics.all_conversions,
   metrics.all_conversions_value
FROM campaign_audience_view
Where segments.date = {}

However when I check the output with the google ads interface, there is 
discrepancy with the result from the above query. 

For example : 
Clicks of a audience segment in Google Ads: 2043
Clicks of same audience segment via API from query above : 1078 

Why is this the case ? 
Looking forward for your reply !

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9bb2c57e-ff0b-40a1-ab89-66022dc8dea1n%40googlegroups.com.


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 exceptions.from_grpc_error(exc) from exc 
google.api_core.exceptions.Unknown: *None Stream removed*



On Thursday, July 14, 2022 at 1:15:42 AM UTC+2 pgao wrote:

> Hi, any update? I sent the complete request, response and request-id 
> through reply to author option yesterday.
>
> On Monday, July 11, 2022 at 12:20:01 PM UTC-7 adsapi wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> To investigate the issue further, could you please provide the complete 
>> request 
>> 
>>  and response 
>> 
>>  logs, 
>> with the request-id 
>> ?
>>  
>> If you haven't yet, logging can be enabled by navigating to the Client 
>> libraries > Your client library (ex. Java) > Logging documentation, which 
>> you can access from this link 
>> .You 
>> can provide it via Reply privately to author option. If this option is not 
>> available, you may send the details directly to our 
>> googleadsa...@google.com 
>> 
>>  alias 
>> instead. Let me know if you have any questions.
>>
>> Thanks,
>> [image: Google Logo] 
>> Nirmitabahen Gaurav 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2cUvqV:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0eed2a88-24aa-4afb-a1c4-f4ddf42e687bn%40googlegroups.com.


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>,4001598351 that 
> giving empty responses, you may try below GAQL on your end, and let us know 
> if you're still seeing empty response.
>
> SELECT customer.id, campaign.id, campaign.base_campaign, ad_group.id, 
> ad_group.base_ad_group, ad_group_criterion.criterion_id, 
> ad_group_criterion.approval_status, 
> ad_group_criterion.system_serving_status, campaign.status, ad_group.status, 
> ad_group_criterion.status, ad_group_criterion.effective_cpc_bid_micros, 
> ad_group_criterion.position_estimates.first_page_cpc_micros, 
> ad_group_criterion.position_estimates.first_position_cpc_micros, 
> ad_group_criterion.position_estimates.top_of_page_cpc_micros, 
> ad_group_criterion.labels, 
> ad_group_criterion.quality_info.post_click_quality_score, 
> ad_group_criterion.quality_info.search_predicted_ctr, 
> ad_group_criterion.quality_info.creative_quality_score, 
> ad_group_criterion.position_estimates.estimated_add_clicks_at_first_position_cpc,
>  
> ad_group_criterion.position_estimates.estimated_add_cost_at_first_position_cpc,
>  
> segments.date FROM keyword_view WHERE segments.date DURING YESTERDAY
>
> For second concern for other 2 accounts, *many field values are missing, 
> could you provide us the following?*
>
>- Complete *request* 
>
> 
> and *response* 
>
> 
>  logs 
>for each account where field values are missing 
>- Complete Ads UI screenshot showing field values on UI 
>
>
> Best, 
> [image: Google Logo] 
> Anthony Cyril 
> Google Ads API Team 
> 
>
>  
>
>
> ref:_00D1U1174p._5004Q2blY8Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f1088f24-7e76-4176-bb40-9e8a057ca808n%40googlegroups.com.


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_group_criterion.position_estimates.first_position_cpc_micros,
  
 ad_group_criterion.position_estimates.top_of_page_cpc_micros,
  
 ad_group_criterion.quality_info.post_click_quality_score,
   ad_group_criterion.quality_info.search_predicted_ctr,
  
 ad_group_criterion.quality_info.creative_quality_score,
  
 
ad_group_criterion.position_estimates.estimated_add_clicks_at_first_position_cpc,
  
 ad_group_criterion.position_estimates.estimated_add_cost_at_first_position_cpc 
 
Logs : 
[2022-07-21 15:49:29,846 - INFO] Request made: ClientCustomerId: 5867235702, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: W9XWkb_kMnrbRRjHJvM6JQ, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:30,712 - INFO] Request made: ClientCustomerId: 
4001598351, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: FSAMle8jSI2EsU7ZUCfGcA, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:39,166 - INFO] Request made: ClientCustomerId: 
4999818919, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: dVmP0lEOXmDjIkaQDhwJyw, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:43,345 - INFO] Request made: ClientCustomerId: 8385904859, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: Gc1Mh-TMGQcLxdqUWRogMQ, IsFault: False, FaultMessage: None

Seems to be a bug as I get unexpected & invalid after entering a "valid" 
query !!

Regards,

On Wednesday, July 20, 2022 at 3:46:32 PM UTC+2 adsapi wrote:

> Hi Aarthi,
>
> Thank you for the reply.
>
> I think you missed the email sent by my colleague Sherwin. However, allow 
> me to reiterate the response of my colleague and you can see it below:
>
> “
>
> *Thank you for providing us the logs. We tried it on our end and we got 
> the same result. However, if we remove the 3 segments 
> (segments.ad_network_type, segments.device, segments.date) we will get the 
> actual result. What we can do is to advise you to try to remove the three 
> segments to get the result. You may also check this **segmentation guide* 
> 
>  
>
> * for more information. Please let us know if this works for you.*”
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2blY8Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c5fcaa25-23f9-4a04-b93f-8844d869e654n%40googlegroups.com.


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_group_criterion.position_estimates.first_position_cpc_micros,
  
 ad_group_criterion.position_estimates.top_of_page_cpc_micros,
  
 ad_group_criterion.quality_info.post_click_quality_score,
   ad_group_criterion.quality_info.search_predicted_ctr,
  
 ad_group_criterion.quality_info.creative_quality_score,
  
 
ad_group_criterion.position_estimates.estimated_add_clicks_at_first_position_cpc,
  
 ad_group_criterion.position_estimates.estimated_add_cost_at_first_position_cpc 
 
Logs : 
[2022-07-21 15:49:29,846 - INFO] Request made: ClientCustomerId: 
5867235702, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: W9XWkb_kMnrbRRjHJvM6JQ, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:30,712 - INFO] Request made: ClientCustomerId: 
4001598351, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: FSAMle8jSI2EsU7ZUCfGcA, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:39,166 - INFO] Request made: ClientCustomerId: 
4999818919, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: dVmP0lEOXmDjIkaQDhwJyw, IsFault: False, FaultMessage: None 
[2022-07-21 15:49:43,345 - INFO] Request made: ClientCustomerId: 
8385904859, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v10.services.GoogleAdsService/SearchStream, 
RequestId: Gc1Mh-TMGQcLxdqUWRogMQ, IsFault: False, FaultMessage: None

Definitely *buggy and questionable responses *that I get after entering a 
"valid" query !!

Regards,


On Wednesday, July 20, 2022 at 3:46:32 PM UTC+2 adsapi wrote:

> Hi Aarthi,
>
> Thank you for the reply.
>
> I think you missed the email sent by my colleague Sherwin. However, allow 
> me to reiterate the response of my colleague and you can see it below:
>
> “
>
> *Thank you for providing us the logs. We tried it on our end and we got 
> the same result. However, if we remove the 3 segments 
> (segments.ad_network_type, segments.device, segments.date) we will get the 
> actual result. What we can do is to advise you to try to remove the three 
> segments to get the result. You may also check this **segmentation guide* 
> 
>  
>
> * for more information. Please let us know if this works for you.*”
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2blY8Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/995db540-3ad0-4ccb-9bdc-af7a19c858f3n%40googlegroups.com.


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 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, so that i 
>> can further investigate the issue?
>>
>> Thanks,
>> [image: Google Logo] 
>> Nirmitabahen Gaurav 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2blY8Z:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dd56e386-c5e4-4e7a-be27-7169e31ca7e5n%40googlegroups.com.


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, so that i 
> can further investigate the issue?
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2blY8Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aa5a0fc8-2674-41fe-a562-1bcd3994a09bn%40googlegroups.com.


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 using the query validator 
> ,
>  
> it appears that the query you are using is indeed valid.
>
> So our team can take a closer look, could you also share your complete 
> request 
> 
>  
> and response 
> 
>  
> logs, and the request-id 
> ?
>  If 
> you haven't yet, logging can be enabled by navigating to the *Client 
> libraries* 
>  * > 
> Your client library (ex. Java) > Logging* documentation.
>
> You may then send the requested information via the *Reply privately to 
> author* option. If this option is not available, you may send the details 
> directly to our googleadsa...@google.com alias instead.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2blY8Z:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/32517ba5-1316-4d36-8875-f19e0003eb4dn%40googlegroups.com.


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_group_criterion.criterion_id,
   ad_group_criterion.approval_status,
   ad_group_criterion.system_serving_status,
   campaign.status,
   ad_group.status,
   ad_group_criterion.status,
   segments.ad_network_type,
   segments.device,
   ad_group_criterion.quality_info.quality_score,
   bidding_strategy.type,
   ad_group_criterion.effective_cpc_bid_micros,
  
 ad_group_criterion.position_estimates.first_page_cpc_micros,
  
 ad_group_criterion.position_estimates.first_position_cpc_micros,
  
 ad_group_criterion.position_estimates.top_of_page_cpc_micros,
   ad_group_criterion.labels,
  
 ad_group_criterion.quality_info.post_click_quality_score,
   ad_group_criterion.quality_info.search_predicted_ctr,
  
 ad_group_criterion.quality_info.creative_quality_score,
  
 
ad_group_criterion.position_estimates.estimated_add_clicks_at_first_position_cpc,
  
 ad_group_criterion.position_estimates.estimated_add_cost_at_first_position_cpc,
   segments.date
FROM keyword_view
Where segments.date DURING YESTERDAY "

But for whatver customer IDs I pass it is returning empty responses. I used 
the query validator tool and it says that it is a "valid query"

Could you please help me ! 

Thanks 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ab123aa-b4f2-4b9f-8622-7588bbefa591n%40googlegroups.com.


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 instead of user list name , campaign_criterion.display_name as 
suggested. But it does not give user list name but only values like 
"uservertical:" and "boomuserlist:"

How to fetch all the above columns I mentioned above from a single report 
like before. 



On Thursday, June 9, 2022 at 4:01:02 PM UTC+2 adsapi wrote:

> Hi Aarthi,
>
> Thank you for the reply. Could you confirm if you really want to get a 
> userlist name? I asked this because the criterion is the user's interests. 
> With this, if you indeed want to get a user interest name then you can use 
> this user_interest report 
> 
>  
> including the user_interest.name 
> 
> .
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bd8E5:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d6376b8-a52c-49b0-9aa1-45d8de512d9dn%40googlegroups.com.


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,
>
> Thank you for posting your concern.
>
> To answer your concern, I would suggest using the 
> *campaign_criterion.display_name* field instead or adding it in the 
> *campaign_audience_view* query as it can also get the user list name and 
> to address the issue.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bd8E5:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5a3decda-6889-4481-baba-102d9f9e9f19n%40googlegroups.com.


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_criterion.display_name* field instead or adding it in the 
> *campaign_audience_view* query as it can also get the user list name and 
> to address the issue.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bd8E5:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/91b7d6a2-81fa-4321-9328-f9c6c401bcf3n%40googlegroups.com.


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 that user_list and date fields are incompatible. I 
know that they are mentioned incompatible 
in 
https://developers.google.com/google-ads/api/fields/v10/ad_group_audience_view_query_builder.
 

*But it doesn't make sense. How am I supposed to fetch the user_list data 
based on date information? *

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/02c1831f-58f6-4663-b352-e7612017834cn%40googlegroups.com.