-
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.
- Loading branch information
1 parent
2f67061
commit 3fd6fd6
Showing
305 changed files
with
7,431 additions
and
65,140 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
examples/AdWords/CSharp/v201309/AccountManagement/CreateAccount.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.