Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
AdvertiserGroupsCollection
Interface AdvertiserGroupsCollection
interface
AdvertiserGroupsCollection
{
get
(
profileId
:
string
,
id
:
string
)
:
AdvertiserGroup
;
insert
(
resource
:
AdvertiserGroup
,
profileId
:
string
)
:
AdvertiserGroup
;
list
(
profileId
:
string
)
:
AdvertiserGroupsListResponse
;
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
AdvertiserGroupsListResponse
;
patch
(
resource
:
AdvertiserGroup
,
profileId
:
string
,
id
:
string
,
)
:
AdvertiserGroup
;
remove
(
profileId
:
string
,
id
:
string
)
:
void
;
update
(
resource
:
AdvertiserGroup
,
profileId
:
string
)
:
AdvertiserGroup
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
profileId
:
string
,
id
:
string
)
:
AdvertiserGroup
Parameters
profileId
:
string
id
:
string
Returns
AdvertiserGroup
insert
insert
(
resource
:
AdvertiserGroup
,
profileId
:
string
)
:
AdvertiserGroup
Parameters
resource
:
AdvertiserGroup
profileId
:
string
Returns
AdvertiserGroup
list
list
(
profileId
:
string
)
:
AdvertiserGroupsListResponse
Parameters
profileId
:
string
Returns
AdvertiserGroupsListResponse
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
AdvertiserGroupsListResponse
Parameters
profileId
:
string
optionalArgs
:
object
Returns
AdvertiserGroupsListResponse
patch
patch
(
resource
:
AdvertiserGroup
,
profileId
:
string
,
id
:
string
)
:
AdvertiserGroup
Parameters
resource
:
AdvertiserGroup
profileId
:
string
id
:
string
Returns
AdvertiserGroup
remove
remove
(
profileId
:
string
,
id
:
string
)
:
void
Parameters
profileId
:
string
id
:
string
Returns
void
update
update
(
resource
:
AdvertiserGroup
,
profileId
:
string
)
:
AdvertiserGroup
Parameters
resource
:
AdvertiserGroup
profileId
:
string
Returns
AdvertiserGroup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
remove
update
Google Apps Script API
Loading...