Hi
we have dealing with a very strange issue when creating structures on adwords massively. We are creating structures like this: Campaign (with extensions), AdGroup (with Extensions), Keywords, Ads
We are sending the operations to Adwords as follows:
BatchJobUploadStatus startingUploadStatus = new BatchJobUploadStatus(0, URI.create(url))
this.uploadResponse = helper.uploadIncrementalBatchJobOperations(aOperationList, lastUpdate, startingUploadStatus)
The problem is that in the case of a structure where one of the sitelinks extensions has not sitelink name (this is possible because we are getting the data dynamically from a feed), the related keyword with matching type "EXACT" is not created.
The response from Adwords doesn't contain any error related to the keyword that has not been created. If you check the file (which is attached), you can see that there isn't any reference to the keyword in EXACT matching. There are only error related to sitelinks extensions, what is normal because as I said before the sitelink name in some cases is empty.
They problematic keyword is 'Apartamentos chania'.
Has it something to do keywords and sitelinks?