This code example adds sitelinks to a campaign using feed services. To create a campaign, run AddCampaign.cs. To add sitelinks using the simpler ExtensionSetting services, see AddSitelinks.cs.
More...
|
void | Run (AdWordsUser user, long campaignId, string feedName, long?adGroupId) |
| Runs the code example. More...
|
|
|
static void | Main (string[] args) |
| Main method, to run this code example as a standalone application. More...
|
|
This code example adds sitelinks to a campaign using feed services. To create a campaign, run AddCampaign.cs. To add sitelinks using the simpler ExtensionSetting services, see AddSitelinks.cs.
static void Google.Api.Ads.AdWords.Examples.CSharp.v201809.AddSitelinksUsingFeeds.Main |
( |
string[] |
args | ) |
|
|
inlinestatic |
Main method, to run this code example as a standalone application.
- Parameters
-
args | The command line arguments. |
void Google.Api.Ads.AdWords.Examples.CSharp.v201809.AddSitelinksUsingFeeds.Run |
( |
AdWordsUser |
user, |
|
|
long |
campaignId, |
|
|
string |
feedName, |
|
|
long? |
adGroupId |
|
) |
| |
|
inline |
Runs the code example.
- Parameters
-
user | The AdWords user. |
campaignId | Id of the campaign with which sitelinks are associated. |
adGroupId | Id of the adgroup to restrict targeting to. |
feedName | Name of the feed to be created. |
override string Google.Api.Ads.AdWords.Examples.CSharp.v201809.AddSitelinksUsingFeeds.Description |
|
get |
Returns a description about the code example.
The documentation for this class was generated from the following file: