Hi,
Am trying to replace MutateJobService to BatchJobService 201509 without Java client Library
i used SOAP request for MutationJobService for previous versions. Now am trying to do the same with BatchJobService. It is not accepting when i upload the campaigns to uploadUrl. It seems like am missing something.
I am getting exception in response BatchJobProcessingError.FILE_FORMAT_ERROR. This does not explain the exactly what is the issue.
Here is the xml request which i have used to upload
<?xml version='1.0' encoding='UTF-8'?><ns1:mutate xmlns:ns1='
https://adwords.google.com/api/adwords/cm/v201509'><operations xsi:type='ns1:CampaignOperation' xmlns:xsi='
http://www.w3.org/2001/XMLSchema-instance'><operator xsi:type='ns1:Operator'>SET</operator><operand xsi:type='ns1:Campaign'><id>*********</id><name>Ping</name><status>ENABLED</status><startDate>2015-12-02</startDate><endDate>2016-12-31</endDate><budget xsi:type='ns1:Budget'><budgetId>*********</budgetId><period>DAILY</period><amount xsi:type='ns1:Budget'><ComparableValue.Type>Money</ComparableValue.Type><microAmount>30000000</microAmount></amount><deliveryMethod>STANDARD</deliveryMethod></budget><adServingOptimizationStatus>OPTIMIZE</adServingOptimizationStatus><advertisingChannelType>SEARCH</advertisingChannelType><networkSetting xsi:type='ns1:NeyworkSetting'><targetGoogleSearch>true<argetGoogleSearch><targetContentNetwork>false<argetContentNetwork></networkSetting><biddingStrategyConfiguration xsi:type='ns1:BiddingStrategyConfiguration'><biddingStrategyType>MANUAL_CPC</biddingStrategyType><biddingScheme xsi:type='ManualCpcBiddingScheme'><enhancedCpcEnabled>false</enhancedCpcEnabled></biddingScheme></biddingStrategyConfiguration><trackingUrlTemplate>"someting"<rackingUrlTemplate></operand></operations></mutate>
Here is the response for the uploadedURL
Wheni use download url , Get this in file
Is there any thing wrong int he xml code ?
And also it will be veryhelpfull if i can find any example code for java code wihtout client library.
Thank you,
Javeed