That worked. Thanks!
On Jul 26, 10:47 am, AdWords API Advisor
wrote:
> Hi John,
>
> I've looked into the issue a bit more, and it looks like the problem
> is that you have two email addresses associated with your account.
> The client accounts are generated using the primary email on the
> acco
Hi John,
I've looked into the issue a bit more, and it looks like the problem
is that you have two email addresses associated with your account.
The client accounts are generated using the primary email on the
account, which in this case ends with "@gmail.com". If you use
client_1+...@gmail.com
Here is the debug print out I get when running the AddCampaign.php
script:
SoapFault Object
(
[message:protected] => AuthenticationError.CLIENT_EMAIL_INVALID
@ ; trigger:'client_1+jwri...@where2getit.com'
Service[CampaignService.mutate]
[string:private] =>
[code:protected] => 0
[fi
Nope the setting in my auth.ini looks like:
clientId = "client_1+jwri...@where2getit.com"
On Jul 23, 1:59 pm, AdWords API Advisor
wrote:
> Hi John,
>
> If you look in the trigger field of the error, you'll see that your
> clientEmail header contains some extra information:
>
> client_1+jwri...@wh
Hi John,
If you look in the trigger field of the error, you'll see that your
clientEmail header contains some extra information:
client_1+jwri...@where2getit.com
It looks like the email is being repeated in brackets. Does it look
this way in the configuration file too?
Best,
- Eric
On Jul 22,
Here is the request_info.log information:
[Jul 22 2010 09:50:09.00 - INFO] email=jwri...@where2getit.comeffectiveuser=
client_1+jwri...@where2getit.com
service=CampaignService
method=mutate operators={ADD: 1} responseTime=311
requestId=8515499a097f1b0bd8e8493b1e2d3a3e operations=0 units=0 serv
Hi,
Can you post the values of the requestId header for a request that
illustrates this problem?
Best,
- Eric
On Jul 20, 1:00 pm, JohnW2G wrote:
> I changed auth.ini, uncommenting out the clientID field as shown:
> auth.ini
>
> email = "jx...@.com"
> password = ""
> userAgent = "Johns T
I changed auth.ini, uncommenting out the clientID field as shown:
auth.ini
email = "jx...@.com"
password = ""
userAgent = "Johns Test"
applicationToken = ""
developerToken = "jx...@.com++usd"
; Uncomment to make requests against a client account.
clientId = "client_1+jx...@.com"
Hi,
That error is correct, as campaigns can only be added to client
accounts. What error are you receiving when the clientId is not
commented out?
Best,
- Eric
On Jul 15, 3:52 pm, JohnW2G wrote:
> Hey Eric,
>
> Thanks for the reply.
>
> I changed auth.ini, commenting out the clientID field as
Hey Eric,
Thanks for the reply.
I changed auth.ini, commenting out the clientID field as shown:
auth.ini
email = "jx...@.com"
password = ""
userAgent = "Johns Test"
applicationToken = ""
developerToken = "jx...@.com++usd"
; Uncomment to make requests against a client account.
;clien
Hi,
Did you run AddCampaign without the clientEmail specified as well?
Campaigns can only be added to a client account, as MCC accounts are
not allowed to have campaigns of their own.
Best,
- Eric Koleda, AdWords API Team
On Jul 14, 11:22 am, JohnW2G wrote:
> I am trying to setup a sandbox usin
I am trying to setup a sandbox using the v201003 PHP libraries and
sample code.
No matter what I do I keep getting the CLIENT_EMAIL_INVALID error.
Here are my configurations:
auth.ini
email = "jx...@.com"
password = ""
userAgent = "Johns Test"
applicationToken = ""
developerToken = "jx..
12 matches
Mail list logo