Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.UserDomainTargeting Class Reference

Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains. More...

Properties

string[] domains [get, set]
 The domains or subdomains that are being targeted or excluded by the LineItem. This attribute is required and the maximum length of each domain is 67 characters. More...
 
bool targeted [get, set]
 Indicates whether domains should be targeted or excluded. This attribute is optional and defaults to More...
 
bool targetedSpecified [get, set]
 

Detailed Description

Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains.

Property Documentation

string [] Google.Api.Ads.AdManager.v202402.UserDomainTargeting.domains
getset

The domains or subdomains that are being targeted or excluded by the LineItem. This attribute is required and the maximum length of each domain is 67 characters.

bool Google.Api.Ads.AdManager.v202402.UserDomainTargeting.targeted
getset

Indicates whether domains should be targeted or excluded. This attribute is optional and defaults to

true.

bool Google.Api.Ads.AdManager.v202402.UserDomainTargeting.targetedSpecified
getset

true, if a value is specified for targeted, false otherwise.


The documentation for this class was generated from the following file: