Hello,
I am new to the google adwords API, I am facing problem with the
search keyword volume. Example I search a keyword "PHP" the API does
not return the search volume for "PHP" keyword . API returns all the
related keywords with correct search volume.
I have checked the API code "GetRelatedKe
can u please send source code here.
On Jul 12, 11:13 pm, Chirag wrote:
> Hi,
> I want all clientsId under MCC account, and than fom clientid all
> campaignIds under one client.
> But, when i try to run example GetAccountHierarchy.php. It always
> shows me "No serviced accounts were found."
>
> I
Hi Sachin,
Its problem with API.
Eric has solved issued. Now i am getting desired output.
http://code.google.com/p/google-api-adwords-php/issues/detail?id=62
Thanks,
On Aug 5, 3:14 pm, Sachin wrote:
> can u please send source code here.
>
> On Jul 12, 11:13 pm, Chirag wrote:
>
>
>
>
>
>
>
> >
Hi Doug,
You can tryout sample webapp. There they have used oauth for
verification.
http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/public/login.php
You need to persist the OAuth token and token secret between requests,
for instance in the PHP session.
On Aug 5, 1
Solved.
The problem was in php settings on the server-side.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received t
Hello John,
What exactly is the error message you are getting? Are you specifying your
MCC email as 'email' field?
-Danial, AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google
Hello meet,
What exactly do you mean by 'restoring the account'?
-Danial, AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hello meet,
This is only possible if you write the code required to convert the XML data
you have to API requests. AdWords API has no 'revert' functionality.
-Danial, AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://a
Locking as duplicate thread of:
https://groups.google.com/forum/?pli=1#!topic/adwords-api/PAP3HxISO80
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=
Hello Tom,
This forum is for AdWords API discussions. Thank you for your feedback but I
suggest logging the issue on the AdWords forum instead:
http://www.google.com/support/forum/p/AdWords
-Danial, AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on o
I believe ClientID (or ClientEmail) and Email are two separate things.
Email/Password is the authentication, ClientID (or clientEmail) is used to
determine what account(s) to use in the data set. I don't use OAuth however,
so I may be talking out of my a$$. But with ClientLogon Authorization th
One more question how to get all accounts information under the mcc
account.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Do you have the C# API and Examples? If so, checkout v201101
GetAccountHierarchy.cs, it uses the ServicedAccountService service to get a
complete list of accounts under the MCC. One of the properties for each
account returned is CanManageClients, a true is MCC a false is a normal
account.
--
How can i get all accounts from MCC account.
Also need the all information like account id and account name for
each account.
please give solution for that.
Thanks and Regards,
Sachin
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adw
I responded to another question you posted, but the answer is the same. Look
at ServicedAccountService (get). In the C# Example library it is in
GetAccountHierarchy.cs. You get a complete hierarchy of MCC and client
accounts with name, id, whether they are MCC or not, the email address
associat
Actually now I have two questions:
1. The "caveat" information for "CampaignChangeData"
Can you give a rough estimate of a result size which would cause a
failure?
2. Other size related failures:
A. Let's say I requested all the campaign IDs for an account. (using
campaign service, where se
Hi,
I am new to Google Adwords API and I have an issue need to be treated.
Sorry for stupid question but how can I add keywords to an existing
Campaign/Adgroup or Ad using PHP code? I am using v201101.
Please give me a hand. Thanks so much.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi Chirag!
Thank you for your suggestion, I am indeed storing them in a PHP session,
and I've got that part working, I get a response that reads
OAuth Authentication Successful
So then I store the tokens, but when I instantiate an AdwordsUser object I
get this:
Validation failed for [email]
Thank you for the response,
I have found this inside the sample oauth app:
http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/auth.ini
It seems they don't specify an email inside this file, but when I comment it
out for some reason I get the error:
Validation fail
Also, one last question.
Long ago, an adgroup id was unique only to its parent campaign id. (or
at least this is what google said)
Is this still the case?
-tim
On Aug 5, 10:25 am, timp wrote:
> Actually now I have two questions:
>
> 1. The "caveat" information for "CampaignChangeData"
>
> Can
Yes. We're missing many ads from our ad perf reports, and we're only
filtering for the previous day, getting ads of all statuses. I've opened a
ticket with Aaron (Google) about it.
-John
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://a
Hi Michael,
The issue ended up being an error in the documentation, for certain
technicalities it is not possible to filter by UserListId, we are going to
be updating the documentation and also make the service return an error if
that field is used in a predicate.
Best,
-David Torres - AdWord
Hi,
Thanks for your feedback, I'll make sure it is heard by the Team.
For 2-1, it is in discussion to have this implemented in the future, I have
no due dates yet to give unfortunately.
2-2 I'll see what we can do to have an RSS feed for that page, but usually
we also communicate changes in ge
Hi,
Short answer the value will not be updated, neither nullified or blanked.
Long answer, sending sparse request with only the data that you need to
modify is a best practice, it will reduce the network traffic prevent you
from reaching payload limits when sending large request of hundreds of
Hi Stephen,
Stefan is 100% right, you'll need to do the parsing in your side and
appropiately use NegativeAdGroupCriterion vs. BiddableAdGroupCriterion
objects in combination with the Keyword.matchType.
Best,
-David Torres - AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
That's what I was guessing would be the case. I've navigated around it by
writing a very simple processor (PHP) to parse a list of keywords and
attempt to identify the user's intention. Suggestions for improvement
welcome.
---
static function ProcessExpertKeywordList($keywords) {
Hi Luke,
There is certainly more we can do to document the behavior of this service,
and thank you for bringing up these points. In regards to your questions:
1) As you've found, it's better to remove the country-code prefix when
populating the provinceCode. Although US-NJ works, it's safer t
I am using the session manager which I found here:
http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/lib/SessionManager.php
And i store my AdwordsUser object in it like this:
// Store the AdWordsUser in session.
SessionManager::SetAdWordsUser($user);
But when I tr
Thank you so much Ken,
Got the solution.
Thanks and Regards,
Sachin,
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You
29 matches
Mail list logo