The new API required us to make changes to the tool we use to send offline conversions back to Google. When testing this morning we got the following error message:
{ "errors": [ { "errorCode": { "conversionUploadError": "TOO_RECENT_GCLID" }, "message": "The click associated with this Google Click ID occurred less than 24 hours ago, please retry after 24 hours havepassed.", "trigger": { "stringValue": "EAIaIQobChMIqvqS1Zyv4gIVFFuGCh2KUQdiEAAYASAAEgJTVPD_BwE" }, "location": { "fieldPathElements": [ { "fieldName": "conversions", "index": "0" }, { "fieldName": "gclid" } ] } } ] }
The 24 hour note is throwing us off as we've never seen it before, nor has it ever taken 24 hours for a click that converted to be send back to Google.
Does anyone know if this is something related to the new API?