What response are you getting from the server?
try
int response =thingSpeak.writeFireld(...;
serial.println("Response from server "+ String(response));
and see what the response says.
What response are you getting from the server?
try
int response =thingSpeak.writeFireld(...;
serial.println("Response from server "+ String(response));
and see what the response says.