Hi Eric,
That fixed the issue on that campaign. May I ask what incompatible
feature we had enabled? Would this also happen on V2009?
I am still seeing the issue on the campaign with ID:
42181513
SOAP request that fails for the other campaign:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:x
Our application and I am sure a lot of other peoples applications do a
lot of api calls in the background.
This is how things work with V13.
The email, password, token etc.. are stored in a db and the
application uses that to communicate with the API.
One of the codes that the 2009 ClientLogin AP
Thank you Eric,
I tested my credentials and it just returned
SID:
LSID:
AUTH:
and
I just put this AUTH value in my code then
tried to run the file.
It gave the following error:
Fatal error: Allowed memory size of 104857600 bytes exhausted (tried
to allocate 15782831 bytes) in C:\AppServ\www\raj\
Hi Raj,
You can test the ClientLogin API manually by entering the following
URL into your web browser, replacing {email} and {password} with your
credentials.
https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&Email={email}&Passwd={password}&service=adwords
Does this return a vali
Hi Peer,
We've made some changes on our end that we think should resolve this
issue. Can you retry updating those campaigns and let us know the
results?
Thanks,
- Eric
On Nov 20, 1:06 pm, "Peer Jakobsen (AdWords API Guru)"
wrote:
> One more thing. Neither our account manager or our client reme
Hope this helps!
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v200909" xmlns:ns2="https://adwords.google.com/api/adwords/o/v200909";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
***
*
**
Hi Eric,
I found that in headers, the authentication method '' $auth-
>get_auth_token() " is not returning a value in the following code.
I am getting authToken field empty.
when I saw in XML file of the $headers
I have $email, $password, $account_type, $service values with me.
and
$account_ty
No, no changes occured for the amount of campaigns. About 20 campaigns
are missing.
On 11月21日, 上午2时05分, AdWords API Advisor
wrote:
> Hi Kelvin,
>
> Did this change increase the number of campaigns returned? How many
> are still missing?
>
> Best,
> - Eric
>
> On Nov 20, 12:52 pm, Kelvin wrote
One more thing. Neither our account manager or our client remember
activating anything special on those campaigns.
We have definitely been able to do updates previously.
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group,
Hi Kelvin,
Did this change increase the number of campaigns returned? How many
are still missing?
Best,
- Eric
On Nov 20, 12:52 pm, Kelvin wrote:
> OK. I changed the value of maxBufferSize, maxBufferPoolSize,
> maxReceivedMessageSize, and the tag . Please
> check them up.
>
> The original in
Hi Eric,
I just checked this and yes you are right, the updateCampaign does not
work either.
Among the thousands of campaigns our platform manage I only see this
issue on two campaigns with IDs:
43025563
42181513
The campaigns are in two different client accounts.
Thanks,
Peer
--
You receive
Could you provide the XML for a working example?
Thanks.
On 19 Nov, 13:47, a2b wrote:
> Great, it looks like I got everything working. Thank you for all your
> help.
>
> The targeted monthly searches gives data back for last 12 months. Is
> there a normal time frame that the previous months co
OK. I changed the value of maxBufferSize, maxBufferPoolSize,
maxReceivedMessageSize, and the tag . Please
check them up.
The original in app.config is:
Hi Owen,
There are still problems with the namespaces you are using. Please
take another look at the example I sent you:
http://groups.google.com/group/adwords-api/browse_thread/thread/82bd7fcdff3afce1/
In your example the RequestHeader field is in the O namespace but the
authToken field is
Hello. The full request / response is below it. Thanks.
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://
schemas.xmlsoap.org/soap/encoding/">
https://adwords.google.com/a
Hi Raj,
Do you have the final SOAP XML request and response logged? That
would give me a better idea of what the final result looks like. If
not that, do you have the requestId header from the response?
Best,
- Eric
On Nov 20, 10:55 am, Raj wrote:
> Hi Eric,
>
> One more thing I am able to
Hi,
Here is the answer from the AdWords help site
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=29193:
Note that a managed account may only be linked to one MCC at the
User Interface and API level and one MCC at the API only level. If
you'd like to change an MCC's level for a
Hi,
One problem I can see immediately is that the OperationStream's
scopingEntityId field should be set to the complex type EntityId, and
you are setting it to a number. For example:
$stream->scopingEntityId = new EntityId('CAMPAIGN_ID', 42);
More information is available here:
http://cod
Hi Eric,
One more thing I am able to use GeoTargetingService. So I am sure my
authentication token is working fine.
This is my code next to the requestXML
$targetingidea = $targeting_service->call('get', $request_xml1);
$targetingidea = $targetingidea['rval']['entries'];
//$targetingideaen
Hi,
There are a few problems I've spotted with the request:
1) AdWords API namespaces shouldn't include the service name (should
be "https://adwords.google.com/api/adwords/o/v200909";).
2) This request should use a mix of the O and CM namespaces
("https://adwords.google.com/api/adwords/o/v20
Hi Suraj,
The equivalent in v2009 is CampaignTargetService.get():
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.html.
Best,
- Eric Koleda, AdWords API Team
On Nov 19, 5:32 pm, surajk wrote:
> Hi,
>
> I'm trying to get campaigns Geo targeting with new versi
Hi,
Yes, this forum is a great place to ask questions about using the
API. You can read an introduction to the API here:
http://code.google.com/apis/adwords/docs/developer/index.html.
Best,
- Eric
>From Google Translate: http://www.translate.google.com/#auto|en|
Salut,
Oui, ce forum est un en
Hi Kelvin,
Can you explain in more detail what the problem and solution was with
fetching ad groups? Perhaps the same problem is campaign retrieval.
Best,
- Eric
On Nov 19, 8:01 pm, Kelvin wrote:
> Hi,
>
> I've figured out the problem lies in the parameters set in the
> serviceModel and I am a
Hi Peer,
This error seems to be specifically tied to update methods. Are you
still able to run updateCampaign?
I've looked over the campaign, and I don't immediately see any
features enabled that wouldn't work with v13. Do you know of any new
features that were enabled on the campaign?
Best,
-
Hi,
It's possible to update an AdGroupCriterion without specifying the
keyword text and match type, but you need to ensure the criterion
field is types as Criterion and not Keyword. For example, this
section of the XML:
KEYWORDID
should look like:
KEYWORDID
and your code s
Hi,
I'm trying to work with BulkMutateJobService from PHP. And received a
error message:
[Nov 20 2009 03:45:41.00 - INFO] email=korchag...@gmail.com
effectiveuser=korchag...@gmail.com service=BulkMutateJobService
method=mutate operators={ADD: 2} responseTime= requestId= operations=
units= serv
Hello. I'm trying to get this working using the new API and I'm having
some issues. Here the XML followed by the response I am getting back.
Thanks!
http://schemas.xmlsoap.org/soap/envelope/";
xmlns="https://adwords.google.com/api/adwords/o/v200909/
TargetingIdeaService">
X
X
X
Your answers are appreciated.
I run into a problem when linking Google AdWords accounts to My Client
Center. When I try to link to My Client center, it gives this error:
Customer [number XXX] is assigned to another manager for API
Access.
I wonder if Google AdWords API access can be shared
Hi,
I'm trying to get campaigns Geo targeting with new version. What is
equivalent of
V13 => campaign.getGeoTargeting(); in new version (JAVA)
Any one can help me? Please
-Suraj
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post
je veux savoir s'il y a quelqu'un qui peut me renseigner sur la façon
d'utiliser les API adwords ?
--
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-...@googlegroups.com.
To unsubscribe from this g
Hi,
I have the same problem. I am able to connect through Java. But
having same error with ruby
Regards
Suraj
On Nov 18, 9:47 am, AdWords API Advisor
wrote:
> Hi,
>
> To approve the AdWords API terms and conditions you must contact your
> AdWords CSR. If you don't have a CSR or don't know who
Hi,
I think the problem here lies in the Keyword Tool's web interface.
You'll notice that changing the match type drop down from Broad to
Phrase or Exact does not change the estimated position or average
CPC. It is unlikely that the match type has no effect on these
parameters, and in the API cha
Hi Raj,
Is there an error returned in the response XML, or just no results?
Also, if you don't want to set paging you should leave out the paging
tag, not set the value as "null".
Best,
- Eric
On Nov 19, 11:00 pm, Raj wrote:
> Hi Eric,
> Thanks for your reply.
> First time I tried with IDEAS it
I am trying to update keyword text and its destinationUrl.
1. I specify it in the way showed below, and it updates correctly
destinationUrl but text for keyword stay the same. In response there
is also old text
2. It is also strange that if I specify adGroupId, keyword.id and
don't specify keyword
I am trying to update keyword text and its destinationUrl.
1. I specify it in the way showed below, and it updates correctly
destinationUrl but text for keyword stay the same. In response there
is also old text
2. It is also strange that if I specify adGroupId, keyword.id and
don't specify keyword
35 matches
Mail list logo