|
| 1 | +Negative targeting |
| 2 | +================== |
| 3 | + |
| 4 | +.. warning:: |
| 5 | + |
| 6 | + Sponsored Display is not available for Sandbox endpoint |
| 7 | + |
| 8 | +.. autoclass:: ad_api.api.sd.NegativeTargets |
| 9 | + |
| 10 | + Endpoints available |
| 11 | + |
| 12 | + .. csv-table:: |
| 13 | + :widths: 25, 25, 50 |
| 14 | + :header: "Method", "Endpoint", "Description" |
| 15 | + |
| 16 | + "GET", "/sd/negativeTargets", "Gets a list of negative targeting clauses." |
| 17 | + "PUT", "/sd/negativeTargets", "Updates one or more negative targeting clauses." |
| 18 | + "POST", "/sd/negativeTargets", "Creates one or more negative targeting clauses." |
| 19 | + "GET", "/sd/negativeTargets/{negativeTargetId}", "Gets a negative targeting clause specified by identifier." |
| 20 | + "DELETE", "/sd/negativeTargets/{negativeTargetId}", "Sets the `state` of a negative targeting clause to `archived`." |
| 21 | + "GET", "/sd/negativeTargets/extended", "Gets a list of negative targeting clause objects with extended fields." |
| 22 | + "GET", "/sd/negativeTargets/extended/{negativeTargetId}", "Gets extended information for a negative targeting clause." |
| 23 | + |
| 24 | + |
| 25 | + .. autofunction:: ad_api.api.sd.NegativeTargets.list_negative_targets(self, **kwargs) -> ApiResponse: |
| 26 | + |
| 27 | + .. autofunction:: ad_api.api.sd.NegativeTargets.edit_negative_targets(self, **kwargs) -> ApiResponse: |
| 28 | + |
| 29 | + .. autofunction:: ad_api.api.sd.NegativeTargets.create_negative_targets(self, **kwargs) -> ApiResponse: |
| 30 | + |
| 31 | + .. autofunction:: ad_api.api.sd.NegativeTargets.get_negative_target(self, targetId, **kwargs) -> ApiResponse: |
| 32 | + |
| 33 | + .. autofunction:: ad_api.api.sd.NegativeTargets.delete_negative_targets(self, targetId, **kwargs) -> ApiResponse: |
| 34 | + |
| 35 | + .. autofunction:: ad_api.api.sd.NegativeTargets.list_negative_targets_extended(self, **kwargs) -> ApiResponse: |
| 36 | + |
| 37 | + .. autofunction:: ad_api.api.sd.NegativeTargets.get_negative_target_extended(self, targetId, **kwargs) -> ApiResponse: |
| 38 | + |
0 commit comments