Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
CreativeFieldValuesCollection
Interface CreativeFieldValuesCollection
interface
CreativeFieldValuesCollection
{
get
(
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
,
)
:
CreativeFieldValue
;
insert
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValue
;
list
(
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValuesListResponse
;
list
(
profileId
:
string
,
creativeFieldId
:
string
,
optionalArgs
:
object
,
)
:
CreativeFieldValuesListResponse
;
patch
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
,
)
:
CreativeFieldValue
;
remove
(
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
)
:
void
;
update
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValue
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
)
:
CreativeFieldValue
Parameters
profileId
:
string
creativeFieldId
:
string
id
:
string
Returns
CreativeFieldValue
insert
insert
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValue
Parameters
resource
:
CreativeFieldValue
profileId
:
string
creativeFieldId
:
string
Returns
CreativeFieldValue
list
list
(
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValuesListResponse
Parameters
profileId
:
string
creativeFieldId
:
string
Returns
CreativeFieldValuesListResponse
list
(
profileId
:
string
,
creativeFieldId
:
string
,
optionalArgs
:
object
,
)
:
CreativeFieldValuesListResponse
Parameters
profileId
:
string
creativeFieldId
:
string
optionalArgs
:
object
Returns
CreativeFieldValuesListResponse
patch
patch
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
,
)
:
CreativeFieldValue
Parameters
resource
:
CreativeFieldValue
profileId
:
string
creativeFieldId
:
string
id
:
string
Returns
CreativeFieldValue
remove
remove
(
profileId
:
string
,
creativeFieldId
:
string
,
id
:
string
)
:
void
Parameters
profileId
:
string
creativeFieldId
:
string
id
:
string
Returns
void
update
update
(
resource
:
CreativeFieldValue
,
profileId
:
string
,
creativeFieldId
:
string
,
)
:
CreativeFieldValue
Parameters
resource
:
CreativeFieldValue
profileId
:
string
creativeFieldId
:
string
Returns
CreativeFieldValue
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...