public class Dfareporting.AdvertiserGroups extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.AdvertiserGroups.Delete |
class |
Dfareporting.AdvertiserGroups.Get |
class |
Dfareporting.AdvertiserGroups.Insert |
class |
Dfareporting.AdvertiserGroups.List |
class |
Dfareporting.AdvertiserGroups.Patch |
class |
Dfareporting.AdvertiserGroups.Update |
Constructor and Description |
---|
AdvertiserGroups() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AdvertiserGroups.Delete |
delete(Long profileId,
Long id)
Deletes an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Get |
get(Long profileId,
Long id)
Gets one advertiser group by ID.
|
Dfareporting.AdvertiserGroups.Insert |
insert(Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Dfareporting.AdvertiserGroups.List |
list(Long profileId)
Retrieves a list of advertiser groups, possibly filtered.
|
Dfareporting.AdvertiserGroups.Patch |
patch(Long profileId,
Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Update |
update(Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
public Dfareporting.AdvertiserGroups.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Advertiser group ID.IOException
public Dfareporting.AdvertiserGroups.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Advertiser group ID.IOException
public Dfareporting.AdvertiserGroups.Insert insert(Long profileId, AdvertiserGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.content
- the AdvertiserGroup
IOException
public Dfareporting.AdvertiserGroups.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public Dfareporting.AdvertiserGroups.Patch patch(Long profileId, Long id, AdvertiserGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Required. Advertiser Group ID.content
- the AdvertiserGroup
IOException
public Dfareporting.AdvertiserGroups.Update update(Long profileId, AdvertiserGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.content
- the AdvertiserGroup
IOException
Copyright © 2011–2025 Google. All rights reserved.