Hey! We solved the problem.
I can not remove the topic.
On 7 Temmuz, 10:47, OnurDogan wrote:
> We are receiving this error in Api 2011
>
> Fatal error: Call to protected AdsUser::__construct() from invalid
> context
>
> We did not make any change in the standart functions t
We are receiving this error in Api 2011
Fatal error: Call to protected AdsUser::__construct() from invalid
context
We did not make any change in the standart functions that we are
using. We receive this error in the command line below;
$user = new AdWordsUser();
What would be the possible reaso
* We set Client E-Mail and API like this and we can receive the datas.
$user->setClientId("email...@gmail.com");
* But when we set with the Customer ID we can not receive the results.
$user->setClientId('123-456-7890');
* Where do we make mistake?
On 14 Mayıs, 12:50, Evgeniy Bogdanov wrote:
>
We could receive the datas belonging to our customers with client e-
mail addresses before. But now we can define new accounts without any
need to customer's e-mail address. In this case, which parameter
should we use to receive datas?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find
When we make an inquiry with a wrong client we get this error;
Fatal error: Uncaught SoapFault exception: [soap:Server]
AuthenticationError.CLIENT_EMAIL_INVALID @ ;
trigger:'...@gmail.com' Service[CampaignService.get] in /
/src/Google/Api/Ads/Common/Lib/AdsSoapClien
We use PHP Client Library for API
In an inquiry, it gives out Fatal Error and stops the process when the
client e-mail address is wrong. All the page is being terminated and
can not continue to the remaining processes. How can we understand if
the client address is true or not?
Note: We receive F