-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit AdWords API legacy .net library (v17.2.0) to github.
- Loading branch information
1 parent
38996f7
commit 8be0567
Showing
287 changed files
with
7,356 additions
and
63,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
// Author: [email protected] (Anash P. Oommen) | ||
|
||
using Google.Api.Ads.AdWords.Lib; | ||
using Google.Api.Ads.AdWords.v201309; | ||
using Google.Api.Ads.AdWords.v201406; | ||
using Google.Api.Ads.Common.Lib; | ||
|
||
using System; | ||
|
@@ -74,7 +74,7 @@ static void Main(string[] args) { | |
|
||
// Get the CampaignService. | ||
CampaignService campaignService = | ||
(CampaignService) user.GetService(AdWordsService.v201309.CampaignService); | ||
(CampaignService) user.GetService(AdWordsService.v201406.CampaignService); | ||
|
||
// Create the selector. | ||
Selector selector = new Selector(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 0 additions & 95 deletions
95
legacy/adwords/examples/adwords/CSharp/v201309/AccountManagement/CreateAccount.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.