class EventTags extends Resource (View source)

The "eventTags" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $eventTags = $dfareportingService->eventTags;

Methods

delete(string $profileId, string $id, array $optParams = [])

Deletes an existing event tag. (eventTags.delete)

get(string $profileId, string $id, array $optParams = [])

Gets one event tag by ID. (eventTags.get)

insert(string $profileId, EventTag $postBody, array $optParams = [])

Inserts a new event tag. (eventTags.insert)

listEventTags(string $profileId, array $optParams = [])

Retrieves a list of event tags, possibly filtered. (eventTags.listEventTags)

patch(string $profileId, string $id, EventTag $postBody, array $optParams = [])

Updates an existing event tag. This method supports patch semantics.

update(string $profileId, EventTag $postBody, array $optParams = [])

Updates an existing event tag. (eventTags.update)

Details

delete(string $profileId, string $id, array $optParams = [])

Deletes an existing event tag. (eventTags.delete)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Event tag ID.

array $optParams

Optional parameters.

Exceptions

Exception

EventTag get(string $profileId, string $id, array $optParams = [])

Gets one event tag by ID. (eventTags.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Event tag ID.

array $optParams

Optional parameters.

Return Value

EventTag

Exceptions

Exception

EventTag insert(string $profileId, EventTag $postBody, array $optParams = [])

Inserts a new event tag. (eventTags.insert)

Parameters

string $profileId

User profile ID associated with this request.

EventTag $postBody
array $optParams

Optional parameters.

Return Value

EventTag

Exceptions

Exception

EventTagsListResponse listEventTags(string $profileId, array $optParams = [])

Retrieves a list of event tags, possibly filtered. (eventTags.listEventTags)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

EventTagsListResponse

Exceptions

Exception

EventTag patch(string $profileId, string $id, EventTag $postBody, array $optParams = [])

Updates an existing event tag. This method supports patch semantics.

(eventTags.patch)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Required. EventTag ID.

EventTag $postBody
array $optParams

Optional parameters.

Return Value

EventTag

Exceptions

Exception

EventTag update(string $profileId, EventTag $postBody, array $optParams = [])

Updates an existing event tag. (eventTags.update)

Parameters

string $profileId

User profile ID associated with this request.

EventTag $postBody
array $optParams

Optional parameters.

Return Value

EventTag

Exceptions

Exception