Hello,
I am trying to copy creatives that are built with a template via the API. My process so far is this:
1) Get the old creative, which returns a template creative object
2) Remove the existing ID from the object and remove all asset IDs from the creative template variable values
3) Create a new creative with the template creative object that was modified
This all works fine until I get to step 3, and then it tells me that I am missing required creative template variable values. I am able to see that the required value are filled inside of the template creative object though.
My soap error log provides the following:
[2018-05-29 19:21:51] DFP_SOAP.WARNING: networkCode=43459271 service=CreativeService method=createCreatives responseTime=146 requestId=f4cff9e13f5a130b2afbd44c7cf2bcd9 server=ads.google.com isFault=1 faultMessage=[RequiredError.REQUIRED @ [0].creativeTemplateVariableValues.PortraitImage, RequiredError.REQUIRED @ [0].creativeTemplateVariableValues.LandscapeImage]
With this in mind, am I going about this the wrong way? Thanks for any guidance you can provide.