Hello everyone,
I'm trying to upgrade our PHP AdWords API Application to the new library.
However I need to be able to set the clientCustomerId inside my own application in the same manner as is possible with the old library, with the user object:
$user->SetClientCustomerId(xxxxxx)
I can see that the new session object has a clientCustomerId 'getter' method, but there doesn't seem to be a 'setter' available.
$session->getClientCustomerId()
Can anyone advise on how they are setting they are setting the clientCustomerId?
Any help would be appreciated.
Many thanks