Skip to content

Commit

Permalink
Update AddCampaigns.cs example to show Display Expansion for Search C…
Browse files Browse the repository at this point in the history
…ampaigns (#357)
  • Loading branch information
AnashOommen authored Mar 4, 2022
1 parent 971fd4f commit 38d6adb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/BasicOperations/AddCampaigns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ public void Run(GoogleAdsClient client, long customerId)
{
TargetGoogleSearch = true,
TargetSearchNetwork = true,
TargetContentNetwork = false,
// Enable Display Expansion on Search campaigns. See
// https://support.google.com/google-ads/answer/7193800 to learn more.
TargetContentNetwork = true,
TargetPartnerSearchNetwork = false
},

Expand Down

0 comments on commit 38d6adb

Please sign in to comment.