AdvertisersManualTriggers
class AdvertisersManualTriggers extends Resource (View source)
The "manualTriggers" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$manualTriggers = $displayvideoService->advertisers_manualTriggers;
Methods
Activates a manual trigger. Each activation of the manual trigger must be at least 5 minutes apart, otherwise an error will be returned. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information. (manualTriggers.activate)
Creates a new manual trigger. Returns the newly created manual trigger if successful. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information.
Deactivates a manual trigger. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
Gets a manual trigger. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
Lists manual triggers that are accessible to the current user for a given advertiser ID. The order is defined by the order_by parameter. A single advertiser_id is required. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
Updates a manual trigger. Returns the updated manual trigger if successful.
Details
ManualTrigger
activate(string $advertiserId, string $triggerId, ActivateManualTriggerRequest $postBody, array $optParams = [])
Activates a manual trigger. Each activation of the manual trigger must be at least 5 minutes apart, otherwise an error will be returned. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information. (manualTriggers.activate)
ManualTrigger
create(string $advertiserId, ManualTrigger $postBody, array $optParams = [])
Creates a new manual trigger. Returns the newly created manual trigger if successful. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information.
(manualTriggers.create)
ManualTrigger
deactivate(string $advertiserId, string $triggerId, DeactivateManualTriggerRequest $postBody, array $optParams = [])
Deactivates a manual trigger. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
(manualTriggers.deactivate)
ManualTrigger
get(string $advertiserId, string $triggerId, array $optParams = [])
Gets a manual trigger. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
(manualTriggers.get)
ListManualTriggersResponse
listAdvertisersManualTriggers(string $advertiserId, array $optParams = [])
Lists manual triggers that are accessible to the current user for a given advertiser ID. The order is defined by the order_by parameter. A single advertiser_id is required. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1,
- Read our feature deprecation announcement for more information.
(manualTriggers.listAdvertisersManualTriggers)
ManualTrigger
patch(string $advertiserId, string $triggerId, ManualTrigger $postBody, array $optParams = [])
Updates a manual trigger. Returns the updated manual trigger if successful.
Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information. (manualTriggers.patch)