Hi, I would appreciate if anyone could shed some light into this error
I am getting.
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: One or more report job parameters is invalid.
faultActor:
faultNode:
faultDetail:
{https://adwor
Hi, I would appreciate if anyone could shed some light into this error
I am getting.
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: One or more report job parameters is invalid.
faultActor:
faultNode:
faultDetail:
{https://adwor
Jeff,
One more quick question about this I hope you can answer:
If maxProxyCpc is non-zero, does that mean the proxy bid will always
be used? In other words, if campaign optimization, position
preference, etc. are all disabled, will maxProxyCpc = 0?
Thanks,
Bryan
On Jan 7, 12:59 pm, AdWords
Reed - You are simply a life-saver.
I was just heading down this path based on my own intuition that the
nested struct in my CFSCRIPT approach (which works fine elsewhere) was
just not going to work for addAdGroup. But I had no real idea how to
build the SOAP XML body part. Your code works great
Hello Bryan,
No, I don't think Position Preference settings are exposed via the
AdWords API. I can't really say whether there are other AdWords
account settings available via the web interface that will end up
enabling proxy bidding--unfortunately (from the AdWords API
perspective) there are a l
I use ColdFusion for all of our adWords API interfacing. Some of our
newer code uses the CFSCRIPT object notation, while other code
(including the
AddAdGroups calls, take the older approach of using the tag to
create the SOAP document, then send that document off to adWords via a
request. Belo
Thanks for continuing to look at this.
I'm using adwords4r. I just tried the create_all.rb example code with
a new sandbox account. Here is the result:
Campaign id 5346 was successfully added.
Ad group id 518300 was successfully added.
SOAP Error: An internal error has occurred. Please re
Hello,
We took a look at Peer's request, and there's an exception being
thrown in the Sandbox during the stage at which criteria are checked
for policy violations. Ads are also checked for policy violations in
the Sandbox, and the problems with adding those may have a similar
cause. It's not imm
Thanks again Jeff.
FYI - That resource that you've sites for CF went dead a LONG time
ago. I posted a comment in their forum in 2007 (which had a total of 2
posters) and it never got any responses. I also found their code to be
unusable and documentation poor.
The odd thing here is that my heade
I'm getting an error "The given GeoTarget bean is not valid." when
making requests to the sandbox. Being that, GeoTargeting has had some
changes in v13 is it possible that the sandbox is not up to date?
Request:
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLS
Jeff, thanks for investigating. Apparently the Position Preference is
not accessible through the API, but hopefully this will be added in
the future. I'm also curious what other settings will enable proxy
bidding.
-Bryan
On Jan 7, 7:59 am, AdWords API Advisor
wrote:
> Hello Bryan,
>
> It tu
Okay, this still isn't something that I or my colleagues have been
able to reproduce (I tried using my own ad group id but an otherwise
similar addCriteria() call with no issues, and I can create ads as
well). I'll have this escalated to see what we can learn about the
errors from the Sandbox logs
Okay, I didn't realize you were using ColdFusion (you mentioned PHP in
another post, and it's getting a little confusing with the
conversation spread out over separate threads).
I don't have any experience with ColdFusion myself, but I know that
there is a third-party AdWords API client library t
Hello,
If you're writing your code in PHP, have you considered using the
APIlity client library? It would probably end up being simpler than
implementing everything yourself based on the samples.
http://google-apility.sourceforge.net/
Based on your description of your initial error, if you'
Thanks for popping in.
I can create a campaign, create an ad group, then I get the error when
I try to create an ad.
On Jan 7, 8:05 am, AdWords API Advisor
wrote:
> Hello,
>
> While I'm not going to discount the possibility of the Sandbox having
> issues, I can't reproduce anything right now--
Thanks Jeff. That helps. Two follow-up questions:
1) Are there any dependencies for building an AdGroup? My sequence is
this:
a) pulled back mock user accounts (clientemail), b) build a campaign
for one of the emails. c) pulled back the campaignid that i just built
in b and d) attempted to build
Hello,
The examples provided and the parameter descriptions in the
developer's guide should be correct.
Neither campaignId nor id are required to be set for the newData
parameter (despite not being explicitly marked as nillable or with a
minOccurs in the WSDL definition of the AdGroup complexTy
Hi Jeff,
I currently see this on the sandbox for AddCriteria and AddAds.
Here is a SOAP Request that fails:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
https://adwords.
Thanks Jeff!
I've just used include('apility.php');
Should I be including another library as well?
Also, I've included 'Enable_Debug_Mode = yes' in my settings.ini
What else should I add to display the debug messages?
Here's the code I have so far:
\n");
}
else {
echo ("Test Session
Hello,
I don't have any other potential cause for that error other than not
including a clientEmail header in your addCampaign() request. I know
that you say your credentials are set up to include that header, but
if your credentials are being read from an external file, are you sure
that you're
Hello,
You can unsubscribe from email updates by sending a mail to adwords-
api+unsubscr...@googlegroups.com or via the web interface by visiting
http://groups.google.com/group/adwords-api?hl=en and modifying your
subscription settings there. These options to unsubscribing are found
at the botto
Hello,
While I'm not going to discount the possibility of the Sandbox having
issues, I can't reproduce anything right now--new client account
creation, campaign creation, and getting client account info all
worked.
What calls were you making when you encountered the error? Can you
reproduce it
Hello Bryan,
It turns out that this behavior is due to having Position Preferences
enabled for that campaign. Much like the Budget Optimizer, Position
Preferences will modify bids on your behalf, and they will show up as
proxy bids.
More information about Positions Preferences can be found at
Now I'm getting even more suspicious. I ran the example PHP code for
addAdGroup and it does not seem to run.
Can anyone confirm that the addAdGroup method in the AdGroup service
is running in Sandbox?
Thx
On Jan 7, 9:25 am, purdue512 wrote:
> Can anyone help on this? I've dumped in several d
Can anyone help on this? I've dumped in several days and am totally
stuck here. Thx
On Jan 6, 5:59 pm, purdue512 wrote:
> I'm getting Web service operation "addAdGroup" could not be found back
> from the AdGroupService. I am submitting the following structure (with
> nested structure) - which lo
Hi there.
Your XML example for the addAdGroup method in the AdGroup service
shows:
INSERT_CAMPAIGN_ID_HERE
10
Sample Ad Group
Enabled
However, the v13 WSDL shows:
and then for AdGroup:
So it would seem to
Hello,
I have a question about Adword API and the CMS (Central Managing
System).
Is it possible to code the Adword API in a CMS so that a costumer edit
his own Adwords campagne through his CMS account? If it isn't possible
what is one of the great advantages to have API and CMS. I've been
searc
Jeff
FYI
I am still getting this behaviour and await further news.
Peter
On Jan 5, 10:39 pm, AdWords API Advisor
wrote:
> Hello Dan,
>
> This was just brought up again at
>
> http://groups.google.com/group/adwords-api/browse_thread/thread/3729f...
>
> and as mentioned there, there are unfor
I still getting exception.
i have used credentials as:
email= psplno...@gmail.com
password= ***
developerToken= psplno...@gmail.com++inr
applicationToken= akjenskamlskdjaklsmnkl
useragent= INSERT_COMPANY_NAME
clientEmail= client_1+psplno...@gmail.com
alternateUrl= https://sa
Sent using BlackBerry® from Orange
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send emai
30 matches
Mail list logo