You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello! AdWords allows viewing CTR (display network) and CTR (search network). Can I get these CTR's by API, eg. by Account Performance Report or another?
Anthony Madrigal
unread,
Aug 31, 2015, 9:19:25 AM8/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello Kate,
Yes, you can get the CTR when running certain reports. The reports listed here are all the report types that support it.
Cheers,
Anthony
AdWords API Team
Katrin Demyanchuk
unread,
Aug 31, 2015, 2:48:44 PM8/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Anthony, thanks for your answer, but you must have misunderstood me. I can get CTR, but I need CTR from display network and CTR from search network separately. Can I get it from those reports?
Anthony Madrigal
unread,
Aug 31, 2015, 3:20:12 PM8/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Katrin,
Yes, you can have your stats segmented by network type by including the field AdNetworkType1. It will show the total display, total search and total in your reports.
If you would like to have separate reports for each network type then include the following predicates
WHERE AdNetworkType1 = "CONTENT" for Display networks
WHERE AdNetworkType1 = "SEARCH" for Search networks
Cheers,
Anthony
AdWords API Team
Katrin Demyanchuk
unread,
Sep 1, 2015, 4:17:10 AM9/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message