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