Re: use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hi Pradeep,

Thanks for the update. Unfortunately, since AGE_RANGE_PERFORMANCE_REPORT can 
only aggregate data on the AdGroup level, you can only determine campaign level 
values from summing up the values of AdGroups under a campaign. In this case, 
values like clicks and impressions can be added up to determine campaign level 
values, but doubles and averages won’t be able to be calculated. Otherwise, I’d 
recommend using the UI to see campaign level statistics for this report type. 
Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001USwts1: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/VDXv10Q4KRB400jIq8qRNWTIGAQwfft_1Ghw%40sfdc.net.


Re: use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-22 Thread Pradeep Datla
Hi Bryan,

campaign view is provided in google ads UI. we want to show this data to 
users on a campaign level. Please refer to the screenshot of UI google has. 
Coz if api does not provide data based on campaign view , is there way to 
determine campaign level values from Adgroup level values. As i just cannot 
sum up the values like Avg.CPC or CTR of individual ad groups to get 
campaign level values

[image: campaign_level_age.jpg]

Please let me know how to i can determine the values for campaign if the 
api does not provide it



Thank You,
Pradeep Datla.

On Wednesday, January 22, 2020 at 11:33:27 AM UTC-8, adsapiforumadvisor 
wrote:
>
> Hi Pradeep,
>
> Thank you for reaching out to us. I see that you want to obtain campaign 
> level data in AGE_RANGE_PERFORMANCE_REPORT 
> 
>  but 
> are receiving it categorized by AdGroup. Because Age Range Performance 
> report is a multiple attribution 
> 
>  type 
> report, it summarizes impressions categorized by the criteria AgeRange. 
> Since it’s a criteria based report, you will only be able to get data from 
> the ad group level, and will not be able to get data from the campaign 
> level. Please let me know if you have further questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001USwts1: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/ada08010-b8a7-4455-9a6e-6d8ef6014fd9%40googlegroups.com.


RE: use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-22 Thread Google Ads API Forum Advisor Prod
Hi Pradeep,

Thank you for reaching out to us. I see that you want to obtain campaign level 
data in AGE_RANGE_PERFORMANCE_REPORT but are receiving it categorized by 
AdGroup. Because Age Range Performance report is a multiple attribution type 
report, it summarizes impressions categorized by the criteria AgeRange. Since 
it’s a criteria based report, you will only be able to get data from the ad 
group level, and will not be able to get data from the campaign level. Please 
let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001USwts1: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/69lae0Q4IWXS00VIG3vzXsTHyFUN8DwYROXA%40sfdc.net.


use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-21 Thread Pradeep Datla
Hi,

I am using AGE_RANGE_PERFORMANCE_REPORT to get age performance data. But i 
am getting it categorized by Adgroups. How do i get campaign- level data 
through api. I am using c# library.

Thank You,
Pradeep Datla.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/28fc5971-33e4-4572-8be6-6039a6405476%40googlegroups.com.