Hello,
Thanks for the answer.
On Sep 3, 6:08 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> There is unfortunately no way to add a new business association in
> the Local Business Center via the AdWords API. I'm afraid that I can't
> comment on whether this functionality will m
Hello,
Sorry for not clarifying that before, yes, I'm trying that in Sandbox
environment. I guess then really discrepancies between the Sandbox and
Production environments are causing the issues. Again, sorry for not
clarifying that again and thanks for your help, I think we are close
to "unravel
Thank you Jeff
My Request xml is :
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/v12";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
XX
X
X
Hello,
I don't have experience using PHP5's SOAP library, but the basics of
your program look correct to me. Could you provide a SOAP trace of the
request and response messages that you are sending and receiving to
illustrate the problem? Please X out the confidential password and
token informat
Hello Bartek,
Can you give it another try now?
Cheers,
-Jeff Posnick, AdWords API Team
On Sep 3, 12:05 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello Bartek,
>
> Thanks, I've passed that along and I will let you know what I hear
> back.
>
> Cheers,
> -Jeff Posnick, AdWords API Te
Hello,
I'd like to ask one basic question too, if the author doesn't mind? Is
every user allowed to add new businesses, and if yes - how is it done
with the API. Documentation says nothing about that so I'm confused.
I'm still trying to figure out why I'm having adding images when I'm
adding a ne
Yes, but if you look at my task it has to specifically find keywords
from my own site and then for each keyword have to find variations.
In that case my logic is perfect , correct ?
On Jul 15, 11:28 pm, AdWords API Advisor
<[EMAIL PROTECTED]> wrote:
> Hello Sikunj,
>
> Running getKeywordsFromSit
As a SEM agency we manage thousands of Google accounts. We have a
whole tree structure of MCCs and we just ask Google to do the actual
sub MCC creations. I think we have max 100 accounts per sub MCC which
does not give us any performance issue reporting wise.
The top node MCC has our developer to
My company is an SEM agency, managing AdWords accounts on behalf our
our clients. We use the AdWords API to pull performance data, which
we then make available to our clients in a reporting web site that
we've built.
We link our clients' AdWords accounts to our MCC account, and then run
cross-cl
Absolutely right, sorry will post over there now...
On Sep 3, 6:09 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I'd recommend asking about this in the general AdWords Help Google
> Group, since it's not related to the AdWords API.
>
> http://groups.google.com/group/adwords-he
Hello Rob,
This Google Group is for technical discussions related to the AdWords
API system. Your best bet for general AdWords support is to post in
the AdWords Help group:
http://groups.google.com/group/adwords-help
or to contact [EMAIL PROTECTED]
Cheers,
-Jeff Posnick, AdWords API Team
Hello,
I'd recommend asking about this in the general AdWords Help Google
Group, since it's not related to the AdWords API.
http://groups.google.com/group/adwords-help
Cheers,
-Jeff Posnick, AdWords API Team
On Sep 3, 12:40 pm, sssrpm <[EMAIL PROTECTED]> wrote:
> I am a little confused and
Hello All,
So yes, it is indeed possible to add both keywords and websites to
campaigns via the AdWords API, at least in the Production environment.
And yes, I've been in contact with the documentation team about the
need to scrub the docs to remove statements that no longer apply now
that keywo
I am a little confused and wondering if anyone can help please...
When I am logged into my adwords account which is set to display ads
only in the UK, I use the keyword tool. For example, I tried to find
data on the keyword: trade show shipping (selecting the filter option
"Don't show ideas for
Hello Bartek,
Thanks, I've passed that along and I will let you know what I hear
back.
Cheers,
-Jeff Posnick, AdWords API Team
On Sep 3, 4:28 am, Bartek Jakubski <[EMAIL PROTECTED]> wrote:
> On Sep 2, 5:00 pm, AdWords API Advisor <[EMAIL PROTECTED]>
> wrote:
>
> > Hello Bartek,
>
> > I actua
Hello Sikunj,
Yes, if that's what you're trying to accomplish then calling
getKeywordsFromSite() and then getKeywordVariations() using the
results would make sense.
Cheers,
-Jeff Posnick, AdWords API Team
On Sep 3, 6:03 am, Sikunj <[EMAIL PROTECTED]> wrote:
> Yes, but if you look at my task i
Thanks Jan,
I've written a working code with updateCampaign request and it did wok
well for me. For people who may wonder how to change campaign
paramater(s), I am adding the PHP code down here. This may give an
idea.
' . $email . ''.
'' . $password . '' .
'' . $client_email . '' .
'' .
Hello Tim,
That sounds like a reasonable solution for the time being. I'm going
to leave the bug issue open with the reports team though, and will see
if I get anywhere with following up on that. The discrepancy in the
amount of time it takes the reports to finish is bad, and I'd rather
have it
Hello Atul,
We'd need a bit more information in order to determine what's going
wrong with your API call. Can you provide the full content of the SOAP
fault/exception you are encountering? It should explain which input
element is failing validation.
Cheers,
-Jeff Posnick, AdWords API Team
On
Hello,
If you're specifying Production credentials (i.e. a real AdWords
login email and password, and active Developer and Application tokens)
and you want to go against the Production environment then yes, you
should remove the
user.useSandbox()
line from the example code. That will ensure
Hello,
There is unfortunately no way to add a new business association in
the Local Business Center via the AdWords API. I'm afraid that I can't
comment on whether this functionality will make it into a future
version of the API, but I can pass along the feedback to our product
team.
Cheers,
-J
Hello,
Sorry for the delay in getting back to you. Unfortunately, we can't
find any records of that request id in our Production logs--are you
making your requests against the Sandbox environment by any chance? I
should have enquired about that earlier, because perhaps the issues
you're running
Me too!
On 9月3日, 上午12时42分, PHP Club <[EMAIL PROTECTED]> wrote:
> KeywordToolService so slow ;-(
> 3-4sekhttp://www.google.com/apis/adwords/developer/KeywordToolService.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google G
On Sep 2, 5:00 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello Bartek,
>
> I actually was just going to post to say that the word from the
> engineering team is that this should have been fixed in a change on
> the backend that went live over the weekend. But I'm assuming you
> tested
Hi:
How can I use PHP 5 Ext/SOAP Function to change maxCpc?
I can use PHP 5 Ext/SOAP Function to change destinationUrl value, but
can't change maxCpc value.
my code is below
https://adwords.google.com/api/adwords/');
/** SOAP Header Parameters **/
$aSoapArguments = array(
'email' => 'ac
25 matches
Mail list logo