ClickThroughUrlSuffixProperties

  • Click Through URL Suffix settings allow you to define a suffix that gets appended to the URLs of ads.

  • You can choose to override the inherited suffix by enabling the overrideInheritedSuffix boolean field.

  • A custom click-through URL suffix can be set using the clickThroughUrlSuffix field, which has a maximum length of 128 characters.

Click Through URL Suffix settings.

JSON representation
{
  "overrideInheritedSuffix": boolean,
  "clickThroughUrlSuffix": string
}
Fields
overrideInheritedSuffix

boolean

Whether this entity should override the inherited click-through URL suffix with its own defined value.

clickThroughUrlSuffix

string

Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.