Hi Jan,

The Ad Network Type is under segments. Please refer to this section
<https://developers.google.com/google-ads/api/docs/fields/segments#segmentsad_network_type> of
the guide. The Ad Channel Type can be pulled from Campaigns as shown here
<https://developers.google.com/google-ads/api/docs/fields/campaign#campaignadvertising_channel_type>.
To use these in reporting, a sample query is as follows:

"SELECT campaign.id, campaign.name, campaign.advertising_channel_type,
segments.ad_network_type, metrics.clicks FROM campaign WHERE
segments.ad_network_type = SEARCH";

The segments.ad_network_type will map to the enum values available here
<https://github.com/googleapis/googleapis/blob/master/google/ads/googleads/v0/enums/ad_network_type.proto>
.

Regards,
Dhanya, Google Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186u2500000000008rite8000c0a7iz6gmjad1l68o30c1g68q3gdpo%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • 404 Err... jan . fiedler
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to