Re: how i can generate keywords_performance_report via the google ads api?

2023-09-21 Thread thom
Google ads UI also empty data. I think API is okay, but google ads UI not
show the shopping performance view data.

Thanks & Regards.
Thom.


On Thu, Sep 21, 2023 at 2:31 AM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for getting back to us.
>
> I understand that you want to get the report for
> shopping_performance_view. Kindly note that the Google Ads API mirrors the
> Google Ads UI. Whatever data or feature shows up on the Ads UI, the API
> should have the same. To assist you better, please provide us the following
> information :
>
>- Uncropped UI screenshot where you can see the expected data you want
>to retrieve via the API
>- Complete API logs (request
>
> 
> and response
>
> 
> with request-id
>
> 
> and request header
>
> )
>in .txt format
>
> If you are using a client library and haven't enabled the logging yet, I
> would request you to enable logging for the specific client library that
> you are using. You can refer to the guides Java
> ,
> .Net
> 
> , PHP
> 
> , Python
> 
> , Ruby
> 
>  or Perl
>  
> to
> enable logging at your end. For REST interface requests, you can
> enable logging via the curl command by using the -i flag.
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAN-pFYST_O5QXjDYsBV98hymNXqOuQaKx6j4rutYkED7VtosBg%40mail.gmail.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

I understand that you want to get the report for shopping_performance_view. 
Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data or 
feature shows up on the Ads UI, the API should have the same. To assist you 
better, please provide us the following information :

Uncropped UI screenshot where you can see the expected data you want to 
retrieve via the API
Complete API logs (request and response with request-id and request header) in 
.txt format

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.
This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/BadDx0S1BOS700VzulcJO6QriGH9a4X-2SxA%40sfdc.net.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-20 Thread thom
Sure, but it doesn't log anything and the api return the 200 response, but
empty result.

 $googleAdsServiceClient = $session->getGoogleAdsServiceClient();
 $query = "SELECT segments.product_item_id, segments.product_title,
metrics.clicks, metrics.cost_micros FROM shopping_performance_view
WHERE segments.date BETWEEN '{$start}' AND '{$end}' LIMIT 1 ";
 //create selectors to get item related with keywords.
 $response =
 $googleAdsServiceClient->searchStream(CUSTOMER_ID, $query);

it is a code line that i am using.

Thanks & Regards.
Thom.


On Tue, Sep 19, 2023 at 9:01 AM Google Ads API Forum Advisor
 wrote:

> Hi Thom,
>
> Thank you for getting back to us.
>
> By reviewing your concern, I understand that you are receiving empty
> records when executing the "shopping_performance_view
> "
> query, and you are uncertain about the cause of these empty results. In
> order to investigate your issue further, kindly provide us with the
> complete API logs (request
> 
>  and response
> 
>  with request-id
> 
>  and request header
> )
>  generated
> at your end and uncropped UI screenshot of where you are facing the issue.
>
> If you are using a client library and haven't enabled the logging yet, I
> would request you to enable logging for the specific client library that
> you are using. You can refer to the guides Java
> 
> , .Net
> 
> , PHP
> 
> , Python
> 
> , Ruby
> 
>  or Perl
>  
> to
> enable logging at your end. For REST interface requests, you can enable
> logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct
> private reply* to this email.
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAN-pFYSXO%3Dt5bSYJXv9CSQQZE6s1tf2QO38Yk%3DHaDaU2p9ejYA%40mail.gmail.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-15 Thread thom
Thank you for the update. I've figure out the adwords report, but we are
getting empty records from shopping performance view query and i am not
sure why we are getting empty records. the customer id that i am using is
7175571818


Thanks & Regards.
Thom.


On Mon, Sep 4, 2023 at 4:09 PM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for coming back to us. I hope you are doing well today.
>
> With regards to your concern, see the information below for references.
>
> For the first one, you may use the *campaign reporting* (
> *https://developers.google.com/google-ads/api/fields/v14/campaign*
> ), you
> may try it via *campaign_query_builder* (
> *https://developers.google.com/google-ads/api/fields/v14/campaign_query_builder*
> )
> and validate using the *query_validator* (
> *https://developers.google.com/google-ads/api/fields/v14/query_validator*
> ).
> Please see the sample query below.
>
> SELECT campaign.id, metrics.impressions, metrics.clicks,
> metrics.cost_micros, bidding_strategy.target_spend.cpc_bid_ceiling_micros,
> campaign.final_url_suffix, metrics.search_top_impression_share,
> metrics.search_absolute_top_impression_share,
> metrics.search_impression_share, metrics.top_impression_percentage,
> campaign_group.id FROM campaign
>
> For the second concern, *shopping_performance_view* (
> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view*
> ),
> try it also via *shopping_performance_view_query_builder *(
> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view_query_builder*
> ).
>  Please
> see the sample query below.
>
> SELECT segments.product_item_id, segments.product_title, metrics.clicks,
> metrics.cost_micros FROM shopping_performance_view
>
> You may try the above sample query on your end and let us know how it
> goes, and if this is the one that you are looking for. If there is any more
> concern, you may still provide the uncropped screenshot from Google Ads API
> with date filter, for us to further check and validate and also to provide
> accurate information and recommendations.
>
> Have a great day.
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>
> [image: Google Logo] Google Ads API Team
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAN-pFYSzgN465FQxCVSeHPnSkuPEukGMcDFNN-RdNTo17gtizA%40mail.gmail.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thom,

Thank you for the reply.

You may also try the ad_group 
(https://developers.google.com/google-ads/api/fields/v14/ad_group) report to 
get this, as the campaign report is one of its attributed resources. You may 
try the below sample query for this:

SELECT campaign.id, metrics.impressions, metrics.clicks, metrics.cost_micros, 
bidding_strategy.target_spend.cpc_bid_ceiling_micros, 
campaign.final_url_suffix, metrics.search_top_impression_share, 
metrics.search_absolute_top_impression_share, metrics.search_impression_share, 
metrics.top_impression_percentage, ad_group.id, ad_group.name, 
campaign.target_cpa.cpc_bid_ceiling_micros, 
bidding_strategy.maximize_conversion_value.cpc_bid_ceiling_micros, 
bidding_strategy.maximize_conversion_value.cpc_bid_floor_micros, 
bidding_strategy.maximize_conversions.cpc_bid_ceiling_micros, 
bidding_strategy.maximize_conversions.cpc_bid_floor_micros FROM ad_group

However, if this is still not what you are referring to, then you may provide 
us with the entire UI screenshot, including its customer ID, where you can see 
the expected data you want to get from the API, so that we can further check 
this and provide appropriate recommendations to you.

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 googleadsapi-supp...@google.com alias instead.

This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"

Thanks,

Google Ads API Team

​​​

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/Ue-lg0S0IG7O00fCTEVeqGSUyRy35ehzKbyQ%40sfdc.net.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread thom “devbot”
Your sample query doesn't include the adgroupdid and name, etc.

On Tuesday, September 5, 2023 at 5:32:35 AM UTC-4 thom “devbot” wrote:

> Thanks, but how i can get the adgourp id and name, maxCPC for campaign 
> report?
>
> On Monday, September 4, 2023 at 4:09:54 PM UTC-4 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for coming back to us. I hope you are doing well today.
>>
>> With regards to your concern, see the information below for references.
>>
>> For the first one, you may use the *campaign reporting* (
>> *https://developers.google.com/google-ads/api/fields/v14/campaign* 
>> ), you 
>> may try it via *campaign_query_builder* (
>> *https://developers.google.com/google-ads/api/fields/v14/campaign_query_builder*
>>  
>> )
>>  
>> and validate using the *query_validator* (
>> *https://developers.google.com/google-ads/api/fields/v14/query_validator* 
>> ). 
>> Please see the sample query below.
>>
>> SELECT campaign.id, metrics.impressions, metrics.clicks, 
>> metrics.cost_micros, bidding_strategy.target_spend.cpc_bid_ceiling_micros, 
>> campaign.final_url_suffix, metrics.search_top_impression_share, 
>> metrics.search_absolute_top_impression_share, 
>> metrics.search_impression_share, metrics.top_impression_percentage, 
>> campaign_group.id FROM campaign
>>
>> For the second concern, *shopping_performance_view* (
>> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view*
>>  
>> ),
>>  
>> try it also via *shopping_performance_view_query_builder *(
>> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view_query_builder*
>>  
>> ).
>>  Please 
>> see the sample query below.
>>
>> SELECT segments.product_item_id, segments.product_title, metrics.clicks, 
>> metrics.cost_micros FROM shopping_performance_view
>>
>> You may try the above sample query on your end and let us know how it 
>> goes, and if this is the one that you are looking for. If there is any more 
>> concern, you may still provide the uncropped screenshot from Google Ads API 
>> with date filter, for us to further check and validate and also to provide 
>> accurate information and recommendations.
>>
>> Have a great day.
>>  
>> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/80e94fb1-d2f4-40ac-8164-dba22eca508an%40googlegroups.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-05 Thread thom “devbot”
Thanks, but how i can get the adgourp id and name, maxCPC for campaign 
report?

On Monday, September 4, 2023 at 4:09:54 PM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for coming back to us. I hope you are doing well today.
>
> With regards to your concern, see the information below for references.
>
> For the first one, you may use the *campaign reporting* (
> *https://developers.google.com/google-ads/api/fields/v14/campaign* 
> ), you 
> may try it via *campaign_query_builder* (
> *https://developers.google.com/google-ads/api/fields/v14/campaign_query_builder*
>  
> )
>  
> and validate using the *query_validator* (
> *https://developers.google.com/google-ads/api/fields/v14/query_validator* 
> ). 
> Please see the sample query below.
>
> SELECT campaign.id, metrics.impressions, metrics.clicks, 
> metrics.cost_micros, bidding_strategy.target_spend.cpc_bid_ceiling_micros, 
> campaign.final_url_suffix, metrics.search_top_impression_share, 
> metrics.search_absolute_top_impression_share, 
> metrics.search_impression_share, metrics.top_impression_percentage, 
> campaign_group.id FROM campaign
>
> For the second concern, *shopping_performance_view* (
> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view*
>  
> ),
>  
> try it also via *shopping_performance_view_query_builder *(
> *https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view_query_builder*
>  
> ).
>  Please 
> see the sample query below.
>
> SELECT segments.product_item_id, segments.product_title, metrics.clicks, 
> metrics.cost_micros FROM shopping_performance_view
>
> You may try the above sample query on your end and let us know how it 
> goes, and if this is the one that you are looking for. If there is any more 
> concern, you may still provide the uncropped screenshot from Google Ads API 
> with date filter, for us to further check and validate and also to provide 
> accurate information and recommendations.
>
> Have a great day.
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e6d92b7f-98d3-4bfe-bbbe-91802fb9800fn%40googlegroups.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-04 Thread thom “devbot”
Thanks! Here is a UI code that need to pull the data from the performance.

For google ads performance report: 

$selector->setFields(
array(
'CampaignId',
'Impressions',
'Clicks',
'Cost',
'CpcBid',
'FinalUrls',
'Id',
'AdGroupId',
'SearchTopImpressionShare',
'SearchAbsoluteTopImpressionShare',
'SearchImpressionShare',
'TopImpressionPercentage'
)
);


For the shopping ads performance report from the original Adwords API:


 $selector->setFields(
// array(
// 'OfferId',
// 'ProductTitle',
// 'Clicks',
// 'Cost',
// )
// );


We need to get these fields for our integration features and let me know 
please the details query.

Thanks

On Friday, September 1, 2023 at 12:11:15 PM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> In relation to that requested information, you can provide it via Reply 
> privately to author option. If this option is not available, then send it 
> instead on this email address googleadsa...@google.com.
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a9d217e7-826a-4ba7-b2e8-68a4f431996fn%40googlegroups.com.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for your response.

Before we can provide the proper guidance for the MAX CPC that you want to get, 
can you provide us first a screenshot of your UI un-cropped so we can better 
check the data that you want to query?

This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/Qj9Cs0S0BE7Y00ycVevK3GR0We4MOkiGQKFA%40sfdc.net.


Re: how i can generate keywords_performance_report via the google ads api?

2023-09-01 Thread thom “devbot”

Thank you for the updates, but how can I get the MAX CPC value from that 
reporting query? I did not find the proper fields for this.
On Friday, September 1, 2023 at 6:31:26 AM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>  
>
> Thank you for raising your concern to the Google Ads API team.
>
>  
>
> I understand that you're looking for the reports: 
> SHOPPING_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT. For these 
> reports, kindly refer to the following links:
>
>-  (SHOPPING_PERFORMANCE_REPORT) shopping_performance_view - 
>
> https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view
>  
>   - Query builder: 
>   
> https://developers.google.com/google-ads/api/fields/v14/shopping_performance_view_query_builder
>  
>- ( KEYWORDS_PERFORMANCE_REPORT) keyword_view - 
>https://developers.google.com/google-ads/api/fields/v14/keyword_view 
>   - Query builder: 
>   
> https://developers.google.com/google-ads/api/fields/v14/keyword_view_query_builder
>  
>
>  
>
> For more information on Reporting via the API, you may refer here 
> . 
> In addition, you can also check this document 
>  for 
> guidance on how to specify date ranges for your report.
>
>  
>
> Let me know if you have any questions.
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00eead9b-606b-4285-8915-34b1cf54dcc0n%40googlegroups.com.