Click here to Skip to main content
15,896,405 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to automate google adwords ad posting using my website.

i have been searching for a decent tutorial but i am unable to find it.

i need a kickstart, the question is: how to autoamaticall post a new ad on google using my asp.net page
Posted
Comments
ZurdoDev 8-Feb-13 12:06pm    
Have you looked at google's apis?
Member 8137354 8-Feb-13 12:17pm    
yeah i tried searching, but didnt find a reasonable tutorial for the start, there is a hell lot of documentation not for the use of the beginner :(

1 solution

Here is how you add a new TextAd: https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201206/BasicOperations/AddTextAds.cs[^]

You should be able to figure it out by just reading the comments in that code file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900