Our organization has 10s of 1000s of ads running. I've seen another
post where the poster wanted to "get the entire MCC" in a single API
call for similar reasons, but there was no real answer
provided...sooo...
Is there a report that could pull a full list of ALL ads under a
specified MCC? Travers
Hello,
How does one get started developing a Adwords API enable application,
when one does not want the developer to be able to see any data in the
real Adwords accounts?
Thanks,
Christophe
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http:/
I'm getting other clients criterions and ads. But only 1 client not
responses criterion and ads data. I'm trying try-catch blocks but i
dont have any error. I'm getting returned criterion count but in this
client count is 0. I'm using php and apility library for adwords api.
On 3 Ağustos, 00:43, A
Hi Bobby,
The AdWords API is the only API available, so there is nothing else to
compare it with in regards to speed. You can try using the
AdGroupCriterionService instead of the BulkMutateJobService, but I
don't know if you'll see a dramatic speed difference.
Best,
- Eric
On Aug 9, 6:21 am, bo
Hi Mark,
The most common cause of this error is that you are making back-to-
back requests with operations against the same ad group. The AdWords
system is making some final updates to the ad group after the first
call right as you make the second call, resulting in a collision.
Please ensure tha
Hi,
To address your questions:
1) Moving service creation outside the loops ensures one WSDL request
per execution. Enabling WSDL caching ensures one WSDL request per day
or so. In some versions of PHP WSDL caching may lead to strange
behavior, so use cautiously.
2) These services are just lik
Hi,
General questions about report or conversion data can be posted to the
AdWords forum:
http://www.google.com/support/forum/p/AdWords?hl=en
Best,
- Eric Koleda, AdWords API Team
On Aug 7, 7:24 am, Alonet wrote:
> Hi,
>
> The number of conversions seems to be in 2275 when it should be 9.
>
I use the targetingIdeaService to get the search volume for many
keywords. But now I pay 6 units per keyword (5 per request +
1(rounded) per item). Is there any possibility to bulk the requests
and can I request more keywords per request to save units?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
It works, thank you.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed
Hi Mukut,
I've responded to your question in the other thread.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Aug 7, 4:58 pm, Mukut wrote:
> Dear sir,
>
> I am using your adwords sandbox api integrate with dot net and c#.
> There are using google-api-adwords-dotnet dll. Atfirst my default pag
Hi MT,
The report definitions that you create using API will show up under
Control Panel and library -> Reports. See
https://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=29175
for details. If you wish to remove the report definitions, you may do
so. If you leave them as such, then my u
Hi Narinthorn,
It is possible to update multiple campaigns in a single call, see
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.html#mutate
for details. If you are looking for raw SOAP xml, then it looks
something like this:
http://schemas.xmlsoap.org/soap/envelope/";
x
Hi Mukut,
Can you try putting the following node in your web.config and let me
know if it addresses your issues?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Aug 7, 4:57 pm, Mukut wrote:
> Dear sir,
>
> I am using your adwords sandbox api integrate with dot net and c#.
> There a
Hi,
If your application is a simple one, then you can set the values in
App.config and then create new AdWordsUser(). If you need to switch
the credentials to manage a large number of users, then AdWordsUser
has a parameterized constructor that you may use. See
http://code.google.com/p/google-api-
Hi,
You get this error when you create too many authTokens within a short
period of time. The ClientLogin interface returns tokens that are long-
lived and can be reused for a large number of requests, so it doesn't
expect you to call that endpoint frequently. If you call the
ClientLogin interface
Hello,
I must be confused with the API. Some help would be much appreciated.
In PHP we create an array of operations then use
$adGroupCriterionService->mutate($operations) but sometimes receive an
error: CONCURRENT_MODIFICATION
If an array of operations are sent does the API ensure that they are
Thanks Eric, yes I understand that - but what I was really asking was
"what is the fastest
way to upload 300,000 keywords?".
In other words - is the ADWORDS API the fastest way to do it, or is
there some other form
of transfer that I can use?
Currently 300,000 keywords is taking me nearly 12 hour
Hi all,
I try to update status of multiple campaigns but it not work.
I try to repeat tag ... It not work and I try
to repeat tag It's also not work too.
somebody can suggest me ?
Best Regards
Narinthorn I.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and dis
Sir I did not get any response from you. Please reply o n my request sir.
And also I didn't find any website ranking using Google or Yahoo using
asp.net and C#.
Please help me ...
On Sat, Aug 7, 2010 at 5:28 PM, Mukut wrote:
>
>
> Dear sir,
>
> I am using your adwords sandbox api integrate with
That sound a lot like I did the first time, I'll try it again from
scrach and see if that makes a difference.
My larger questions was, again, to do with where the program is
actually getting the user account informaiton. My application is
designed to be used by any number of MMC/Clients users, so
When using the report definition service (v201003), running reports
for one-time use only, what's the significance of removing the report
definitions via the API after downloading the report? The definitions
don't show up in the Adwords web interface for reporting, so in that
regard they don't caus
21 matches
Mail list logo