I am using Goole ads api v1.0 and .net client library.
I got an Internal server error while creating campaign and when retied the same request I got "Duplicate Campaign name error".
2019-06-20 12:02:58.213
Error Message : { "StatusCode": 13, "Details": "Internal error encountered.", "RequestId": "sA2-qKEDqgqtK9_W5NE_hA", "Failure": { "errors": [ { "errorCode": { "internalError": "INTERNAL_ERROR" }, "message": "An internal error has occurred." } ] } }
2019-06-20 12:08:47.163
Error Message : { "StatusCode": 3, "Details": "Request contains an invalid argument.", "RequestId": "ahAahbwLpLtidCuPpTDl_g", "Failure": { "errors": [ { "errorCode": { "campaignError": "DUPLICATE_CAMPAIGN_NAME" }, "message": "Trying to modify the name of an active or paused campaign, where the name is already assigned to another active or paused campaign.", "trigger": { "stringValue": "XXXXX" }, "location": { "fieldPathElements": [ { "fieldName": "operations", "index": "0" }, { "fieldName": "create" }, { "fieldName": "name" } ] } } ] } }
Is campaign got created after sending send us an error response ?