AdsApp.​SharedExcludedPlacement

  • A Shared Excluded Placement represents a placement that is excluded across shared lists.

  • You can retrieve the entity type, the associated excluded placement list, and the URL of the excluded placement.

  • Shared excluded placements can be removed.

Represents a Shared Excluded Placement.

Methods:

MemberTypeDescription
getEntityType() String Returns the type of this entity as a String, in this case, "SharedExcludedPlacement".
getExcludedPlacementList() AdsApp.ExcludedPlacementList Returns the ExcludedPlacementList this placement is in.
getUrl() String Returns the URL of the excluded placement.
remove() void Removes the shared excluded placement.

getEntityType()

Returns the type of this entity as a String, in this case, "SharedExcludedPlacement".

Return values:

TypeDescription
String Type of this entity: "SharedExcludedPlacement".

getExcludedPlacementList()

Returns the ExcludedPlacementList this placement is in.

Return values:

TypeDescription
AdsApp.ExcludedPlacementList The ExcludedPlacementList this placement is in.

getUrl()

Returns the URL of the excluded placement.

Return values:

TypeDescription
String The URL of the excluded placement.

remove()

Removes the shared excluded placement.

Returns nothing.