Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
hi,
  " *biddable_app_install_conversions  *" can be obtained from "
*ad_group_ad_asset_view*", but the summary is very different from the data 
at the campaign level. 
   I need to obtain the " *biddable_app_install_conversions* " of the 
*campaign 
*that is consistent with the data viewed by the google UI. Where can I get 
it?

On Thursday, April 13, 2023 at 12:06:48 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thanks for getting back with us.
>
> With regards to your concern, can you try using the *ad_group_ad_asset_view 
> report*? You may build and validate your query using our 
> *ad_group_ad_asset_view 
> query *builder. You may see sample query below:
>
> SELECT 
>   metrics.biddable_app_install_conversions, 
>   campaign.id, 
>   campaign.labels, 
>   campaign.name, 
>   ad_group.campaign 
> FROM ad_group_ad_asset_view 
>
> If this doesn't work, then can you provide the complete *request* and 
> *response* logs with *request* *ID* generated as shown in the respective 
> links? We do this to check if there’s an error thrown on your side and we 
> can further investigate. 
>
> 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.
>
> Links included in this email:
>
>- *Request - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *Response - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#response*
>  
>
> 
>  
>- *Request ID - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id*
>  
>
> 
>  
>- *ad_group_ad_asset_view query *- 
>
> *https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_asset_view_query_builder*
>  
>
> 
>  
>- *ad_group_ad_asset_view report -* 
>
> *https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_asset_view*
>  
>
> 
>  
>
>  
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU7KD: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/de7ae5b4-1ab7-4b76-b928-ed71c3bd8ef8n%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
  I need to get install at the campaign level, but the parameter 
"metrics.biddable_app_install_conversions" is passed in, and the error 
"Cannot select or filter on the following metrics: 
biddable_app_post_install_conversions" is returned. How should I get 
"install", or are there other resources to get the campaign level 
"installations" or "First open times"
[image: install1.png]
On Wednesday, April 12, 2023 at 5:29:43 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>
>
> Thank you for reaching out to Google Ads API Forum.
>
> I can see that you've already raised this same inquiry in another thread 
> *“Customer/Campaign 
> Report Metrics”*. We have already replied to the other thread and for 
> better tracking of the issue, kindly continue discussion only in that 
> thread instead.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU7KD: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/259df4eb-498c-4afd-921a-e89ce6c58661n%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
hello,
   I need to get "*install" *at the *campaign *level, but the parameter 
"*metrics.biddable_app_install_conversions*" is passed in, and the error 
"*Cannot 
select or filter on the following metrics: 
biddable_app_post_install_conversions*" is returned. 
   How should I get "*install*", or are there other resources to get 
the campaign level "*install*" or "Fist open times"
[image: install1.png]

On Wednesday, April 12, 2023 at 5:29:43 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>
>
> Thank you for reaching out to Google Ads API Forum.
>
> I can see that you've already raised this same inquiry in another thread 
> *“Customer/Campaign 
> Report Metrics”*. We have already replied to the other thread and for 
> better tracking of the issue, kindly continue discussion only in that 
> thread instead.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU7KD: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/bdcdf0f8-f9a3-4779-ab7a-dda8dd22bd36n%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
Hello,
 I need to get "install" at the campaign level, but the parameter 
"metrics.biddable_app_install_conversions" is passed in, and the error 
"Cannot select or filter on the following metrics: 
biddable_app_post_install_conversions" is returned. How should I get 
"install", or are there other resources to get the campaign level 
"install"?[image: 
install1.png]
On Wednesday, April 12, 2023 at 5:24:53 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hello,
>
> Thank you for reaching out to Google Ads API Forum.
>
> I understand that you need to get *Customer*/*Campaign *report data 
> through google ads api, but you encounter two problems when referring to 
> this document(
> https://developers.google.com/google-ads/api/fields/v13/campaign). Please 
> see responses below.
>
> The "*install*", "*download*", "*In-app actions*" indicators correspond 
> to what fields in the api ?
>
>- You may need to use *metrics.biddable_app_post_install_conversions*(
>
> *https://developers.google.com/google-ads/api/fields/v13/metrics#metrics.biddable_app_post_install_conversions*
>  
>
> )
>  
>field if you are looking to get the ​​number of in-app actions and the 
>field *metrics.biddable_app_install_conversions *(
>
> *https://developers.google.com/google-ads/api/fields/v13/metrics#metrics.biddable_app_install_conversions*
>  
>
> )
>  to 
>pull the ​​number of installs. These are not valid fields in the SELECT 
>clause when campaign is the resource in the FROM clause. With regards to 
>the *download* field, as shown in the UI it is for a mobile app, 
>currently it is not available in the metrics for API. That said, could you 
>provide your business use case for pulling this report so we could raise 
>this to the rest of the team as a feature request? 
>
> Does it support group by syntax? I need to get data within a certain 
> period of time and return it by day
>
>- As per gaql query grammar documentation, there is no group by 
>syntax. You may check this Google Ads Query Language grammar reference (
>*https://developers.google.com/google-ads/api/docs/query/grammar* 
>)  
>
> Additionally, you may try referring to this guide (
> *https://developers.google.com/google-ads/api/docs/query/cookbook#campaigns* 
> ) 
> as it provides a set of Google Ads Query Language queries that demonstrate 
> how to return the same data as screens in the Google Ads UI, as well as how 
> to look up geo constants. You can use these queries as is or as starting 
> points for constructing your own customized queries.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU6eK: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/502bec4b-784d-4491-bbbc-c2f60b11186an%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
hello,
   I need to get install at the campaign level, but the parameter 
"metrics.biddable_app_install_conversions" is passed in, and the error 
"Cannot select or filter on the following metrics: 
biddable_app_post_install_conversions" is returned. How should I get 
"install", or are there other resources to get the campaign level "install" 
or ''first open times'

[image: install1.png]

On Wednesday, April 12, 2023 at 5:29:43 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>
>
> Thank you for reaching out to Google Ads API Forum.
>
> I can see that you've already raised this same inquiry in another thread 
> *“Customer/Campaign 
> Report Metrics”*. We have already replied to the other thread and for 
> better tracking of the issue, kindly continue discussion only in that 
> thread instead.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU7KD: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/37c12207-9a68-4e55-b8ec-7290eec5b325n%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-12 Thread 林灿
hello,
   I need to get "*install" *at the *campaign *level, but the parameter 
"*metrics.biddable_app_install_conversions*" is passed in, and the error 
"*Cannot 
select or filter on the following metrics: 
biddable_app_post_install_conversions*" is returned. 
   How should I get "*install*", or are there other resources to get 
the campaign level "*install*"?
[image: install1.png]
On Wednesday, April 12, 2023 at 5:29:43 AM UTC+8 Google Ads API Forum 
Advisor wrote:

> Hi,
>
>
>
> Thank you for reaching out to Google Ads API Forum.
>
> I can see that you've already raised this same inquiry in another thread 
> *“Customer/Campaign 
> Report Metrics”*. We have already replied to the other thread and for 
> better tracking of the issue, kindly continue discussion only in that 
> thread instead.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kU7KD: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/940463e6-4cfd-4a7a-87a6-7e1524fb14a9n%40googlegroups.com.


Re: Customer/Campaign Report Metrics

2023-04-11 Thread 林灿
   Hello,
   I used "biddable_app_install_conversions" and 
"biddable_app_post_install_conversions" to get "install" and "In-app 
actions", but an error message was returned, showing that these two fields 
are not supported

On Tuesday, April 11, 2023 at 6:17:52 PM UTC+8 林灿 wrote:

> Hello,
> I need to get *Customer*/*Campaign *report data through google 
> ads api, and I encounter two problems.refer documentation 
> 
>
>- The "*install*", "*download*", "*In-app actions*" indicators 
>correspond to what fields in the api ?
>-  Does it support *group by* syntax? I need to get data within a 
>certain period of time and return it by day[image: install.png][image: 
>download.png]
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1d389f43-d160-482c-b875-7bcbe50b3af7n%40googlegroups.com.