public class BulkRemarketingList extends BulkAudience<RemarketingList>
setRemarketingList(com.microsoft.bingads.v13.campaignmanagement.RemarketingList) and getRemarketingList()
methods that can be used to read and write fields of the Remarketing List record in a bulk file.
For more information, see Remarketing List at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkRemarketingList() |
| Modifier and Type | Method and Description |
|---|---|
RemarketingList |
createAudience() |
RemarketingList |
getRemarketingList()
Gets the remarketing list.
|
void |
processMappingsFromRowValues(RowValues values)
Process specific entity mappings from CSV values.
|
void |
processMappingsToRowValues(RowValues values,
boolean excludeReadonlyData)
Process specific entity mappings to CSV values.
|
void |
setRemarketingList(RemarketingList remarketingList)
Sets the remarketing list.
|
getAudience, getStatus, setAudience, setStatusgetClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class BulkAudience<RemarketingList>values - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class BulkAudience<RemarketingList>values - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public RemarketingList getRemarketingList()
public void setRemarketingList(RemarketingList remarketingList)
public RemarketingList createAudience()
createAudience in class BulkAudience<RemarketingList>Copyright © 2024. All rights reserved.