IP exclusion using Adwords API with .net console code
112 views
Skip to first unread message
SK. MOHTASIM BILLAH
unread,
Jul 11, 2017, 11:23:26 PM7/11/17
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,
I've been looking for code which will guide me how to use AdWordsApi.cs class in dot net console application. Specially what I want is to use ip block criterion, from my application. There are many ip addresses which I want to block but not using google interface but using api through my .net application.
Thanks
Peter Oliquino
unread,
Jul 12, 2017, 1:46:30 AM7/12/17
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,
You may refer to the AddCampaignTargetingCritera example for the structure of the code. You may then use the IpBlock criterion instead. Let me know if this helps.