Contents

AdGroupTargeting.Gender

Gender targeting for the audience.

Declaration

object AdGroupTargeting.Gender

Properties

NameTypeDescription
include[string]

Gender values (M or F) restricting delivery to that audience. Mutable.

exclude[string]

Has no effect. gender is include-only.

Discussion

Used with App Store campaigns. Uses the TargetingData include/exclude shape.

"gender": {
  "include": ["M"]
}