Re: per store view reporting date range

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

Thank you for providing more information.

I have raised a request to support selecting a specific date range in the 
'per_store_view' report which is not available currently. I cannot provide a 
scheduled timeline for the availability of this feature in the API. I would 
recommend you to please follow our Release Notes and Blog post for future 
updates.​ ​ ​ ​ ​ ​ ​
This message is in relation to case "ref:!00D1U01174p.!5004Q02qWSvH: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/MH06k0S57BSF00lxbj83NRR-qcYLM0HxKU5g%40sfdc.net.


Re: per store view reporting date range

2023-12-05 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks! Details are sent privately. 

On Tuesday, December 5, 2023 at 10:55:00 AM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By reviewing your query, I understand that your concern is 
> regarding per_store_view resource. You can use segments.month 
> 
>  
> which is represented by the date of the first day of a month. Formatted as 
> -MM-dd. I would recommend you to refer to this documentation to know 
> more about the Fields/Segments/Metrics 
> 
>  
> that can be used with the per store view resource.
>
> To assist you further, provide us with the complete API logs (*request* 
> 
>  
> and 
> 
> *response* 
> 
>  
> with 
> 
> *request-id* 
> 
>  
> and 
> *request
>  
> header* 
> )
>  
> generated at your end and the screenshot of Google Ads UI report which you 
> want to retrieve via Google Ads API so that we can better assist you.
>
> 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:!00D1U01174p.!5004Q02qWSvH: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/15324833-d6ac-414e-87e7-d9aabcfb6315n%40googlegroups.com.


Re: Per Store View reporting date range

2023-12-04 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi team! Just wanted to confirm that question is still actual to us.
Thanks!
Oksana

On Thursday, November 30, 2023 at 9:13:43 AM UTC+2 Oksana Sulyma wrote:

> Hi Google Ads API team! 
> I have a quick question, hopefully.
> I run query using 
> https://developers.google.com/google-ads/api/fields/v15/per_store_view :
>
> SELECT per_store_view.place_id, per_store_view.resource_name, campaign.id, 
> campaign.name, metrics.all_conversions_from_location_asset_click_to_call, 
> metrics.all_conversions_from_location_asset_directions, 
> metrics.all_conversions_from_location_asset_order, 
> metrics.all_conversions_from_location_asset_menu, 
> metrics.all_conversions_from_location_asset_other_engagement, 
> metrics.all_conversions_from_location_asset_store_visits, 
> metrics.all_conversions_from_location_asset_website, 
> metrics.eligible_impressions_from_location_asset_store_reach, 
> metrics.view_through_conversions_from_location_asset_click_to_call, 
> metrics.view_through_conversions_from_location_asset_directions, 
> metrics.view_through_conversions_from_location_asset_menu, 
> metrics.view_through_conversions_from_location_asset_order, 
> metrics.view_through_conversions_from_location_asset_other_engagement, 
> metrics.view_through_conversions_from_location_asset_store_visits, 
> metrics.view_through_conversions_from_location_asset_website FROM 
> per_store_view
>
> I get non-empty metrics, but I don't understand for which date range are 
> that values? Are they lifetime? Do I understand correct that for 
> https://developers.google.com/google-ads/api/fields/v15/per_store_view I 
> can't add  segments.date  to SELECT and WHERE clauses?
>
> Thanks in advance!
> Oksana
>
> Basically I'm trying to replicate Per Store Report from Google Ads UI and 
> would like to get all available metrics.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4b2a110d-8b13-4a6c-8795-0388ca6c4been%40googlegroups.com.