public class Dfareporting.Advertisers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Advertisers.Get |
class |
Dfareporting.Advertisers.Insert |
class |
Dfareporting.Advertisers.List |
class |
Dfareporting.Advertisers.Patch |
class |
Dfareporting.Advertisers.Update |
| Constructor and Description |
|---|
Advertisers() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Advertisers.Get |
get(Long profileId,
Long id)
Gets one advertiser by ID.
|
Dfareporting.Advertisers.Insert |
insert(Long profileId,
Advertiser content)
Inserts a new advertiser.
|
Dfareporting.Advertisers.List |
list(Long profileId)
Retrieves a list of advertisers, possibly filtered.
|
Dfareporting.Advertisers.Patch |
patch(Long profileId,
Long id,
Advertiser content)
Updates an existing advertiser.
|
Dfareporting.Advertisers.Update |
update(Long profileId,
Advertiser content)
Updates an existing advertiser.
|
public Dfareporting.Advertisers.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 ID.IOExceptionpublic Dfareporting.Advertisers.Insert insert(Long profileId, Advertiser content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AdvertiserIOExceptionpublic Dfareporting.Advertisers.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.Advertisers.Patch patch(Long profileId, Long id, Advertiser content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. Advertiser ID.content - the AdvertiserIOExceptionpublic Dfareporting.Advertisers.Update update(Long profileId, Advertiser content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the AdvertiserIOExceptionCopyright © 2011–2023 Google. All rights reserved.