Re: Find maximum conversion window for a report

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Ilya,

Thanks for reaching out. Please find answers to your questions below.

With regards to your concern about downloading a report other than campaign 
performance, you can use the same approach as I previously mentioned to get the 
window size related information in the reports. You may refer to all the 
reports here to get field conversion type.
Unfortunately, there is no field to get the maximum conversion window size 
related in the report.

I hope this cleared up your confusion. Let me know if you have any additional 
questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5001UaS5AL: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 
"AdWords API and Google Ads 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/zvbRl0Q9GCHW0051xG3Y_sTM6UfFPa_PMSyg%40sfdc.net.


Re: Find maximum conversion window for a report

2020-04-27 Thread Ilya Borisenko
Hi Nirmita, thanks for the response.

I've got two more questions about this:
1. You suggest to get tracker types from campaign performance report. Will 
other reports have data from the same trackers with the same window sizes? 
In other words, if I'm downloading a report other than campaign 
performance, can I still use this approach to find maximum conversion 
window size?
2. Is it possible to find maximum conversion window for a separate field in 
a report?

On Thursday, April 23, 2020 at 10:15:52 PM UTC+3, adsapiforumadvisor wrote:
>
> Hi Ilya,
>
> Thanks for reaching out.  Unfortunately, there is no report available to 
> get the maximum conversion window size related in the API. What you can do 
> instead is use the ConversionTypeName 
> 
>  segment 
> in the campaign performance report 
> 
>  to 
> get metrics for your conversion actions. Then, you can use the  
> ConversionTrackerServices 
> 
>  to 
> get the window size related information with  CtcLookbackWindow 
> 
>  and viewthroughLookbackWindow 
> 
>  fields.
>
>  I would recommend keeping an eye on our Developer Blog 
>  for information on future 
> releases
>
>  Let me know if you have any questions.
>
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5001UaS5AL: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 
"AdWords API and Google Ads 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/ed29a9ce-598a-43ec-a4d3-5d595f96c6f0%40googlegroups.com.


RE: Find maximum conversion window for a report

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Ilya,

Thanks for reaching out.  Unfortunately, there is no report available to get 
the maximum conversion window size related in the API. What you can do instead 
is use the ConversionTypeName segment in the campaign performance report to get 
metrics for your conversion actions. Then, you can use the 
ConversionTrackerServices to get the window size related information with 
CtcLookbackWindow and viewthroughLookbackWindow fields.

I would recommend keeping an eye on our Developer Blog for information on 
future releases

Let me know if you have any questions.


Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5001UaS5AL: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 
"AdWords API and Google Ads 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/MLGsw0Q999HR00HAK-K0u6ROCjAZSkTk7JXg%40sfdc.net.


Find maximum conversion window for a report

2020-04-23 Thread Ilya Borisenko
To find a conversion window size, we can retrieve a ConversionTracker and 
check viewthroughLookbackWindow and ctcLookbackWindow values. 
But how to get the maximum conversion window size related to a certain 
report type with some custom set of fields?

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 
"AdWords API and Google Ads 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/5f3fddac-75a5-4e07-a53f-40ade0bf964d%40googlegroups.com.