package com.microsoft.bingads.v10.bulk.entities; import com.microsoft.bingads.v10.bulk.BulkServiceManager; import com.microsoft.bingads.v10.bulk.BulkOperation; import com.microsoft.bingads.v10.bulk.BulkFileReader; import com.microsoft.bingads.v10.bulk.BulkFileWriter; /** * Represents a campaign level call ad extension. This class exposes properties * that can be read and written as fields of the Campaign Call Ad Extension * record in a bulk file. * * For more information, see Campaign Call Ad Extension at * <a href="http://go.microsoft.com/fwlink/?LinkID=620249">http://go.microsoft.com/fwlink/?LinkID=620249</a> * * @see BulkServiceManager * @see BulkOperation * @see BulkFileReader * @see BulkFileWriter */ public class BulkCampaignCallAdExtension extends BulkCampaignAdExtension { }