Hello Anash,
The account is initialized. Get campaign works. I haven't tested
GetAccountHierarchy.
When I change the status of an add the soap request and response look like
this:
[Aug 23 2012 08:22:16.00 - ERROR] POST
/api/adwords/cm/v201206/AdGroupAdService HTTP/1.1
Host: adwords-sandbo
Hi,
1. Is this an initialized sandbox account? (Does GetCampaign call work,
does GetAccountHierarchy call work)?
2. What request are you sending to the server?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Thursday, 23 August 2012 04:46:24 UTC+5:30, Prashant Nagar wrote:
>
> Any updates on t
Hi Jason,
This could be an issue with the library, but I need to confirm. Could you
set the following keys in your App.config and confirm if the library is in
fact using the updated credentials after refreshing the calls?
and mail the logs to anash.p.oom...@google.com?
Thanks,
Anash P. Oomme
Hi Ken,
You could try
AuthToken.Cache.Clear();
Or you could set
in your app.config, and the library would detect GOOGLE_ACCOUNT_COOKIE_INVALID
and refresh the token automatically.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Wednesday, 22 August 2012 19:47:46 UTC+5:30, Ken Foster
Hmmm. Thanks jayshree but we're not using PHP, and this doesn't really
explain why things have broken in v201206.
Official comments?
On Wednesday, August 22, 2012 3:27:19 PM UTC+10, jayshree bhongle wrote:
>
> You can try this code.It gives me the output properly
>$username = "";
> $pass
Any updates on this??
On Wednesday, August 22, 2012 8:16:20 AM UTC-7, Larry wrote:
>
> Hello Adwords API Team, is it possible to provide an estimation on how
> soon this issue can be fixed? We are rolling out several critical updates
> to our adgroups/keywords/bids. Without testing in sandbox, w
Hi, we are developing using the adwords api, the problem that we had are
this. We had an account with some mcc inside, we can connect to this
account using the api, but we can't read any. Any idea?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group
Hi,
Sorry there was a bug in v2.7.0 in the way initialization takes place and
that was fixed in v2.7.1 please give it a try and let me know if you still
run into problems.
Best,
-David
On Wednesday, August 22, 2012 7:47:28 AM UTC-4, Maxim Kurapatkin wrote:
>
> Hi David,
>
> I'm using the wra
BTW, I meant to ask, is this the correct forum for this question? Is there
an AdWords .Net SDK forum?
I've searched for similar problems and other than being asked to switch to
OAuth, I haven't seen any answers. I understand that is what I should do
long term, but I would need to research tha
Hi,
I'm using the AdParamService and I'm trying to get all ads which contain an
id. I'm trying to use the CONTAINS operator in the selctor predicate but it
returns the error INVALID_PREDICATE_OPERATOR.
>From the docs page
https://developers.google.com/adwords/api/docs/reference/latest/AdParamS
Hi Stefan,
The timezone returned by the AccountTimeZoneId is the effectively
timezone for the account. If I go to sign up for a new account, the
timezone I can select is GMT-5 Eastern, not GMT-4 due to daylight savings
time. The value from the report matches that.
- Kevin Winter
AdWords API
Hello Adwords API Team, is it possible to provide an estimation on how soon
this issue can be fixed? We are rolling out several critical updates to our
adgroups/keywords/bids. Without testing in sandbox, we won't be able to do
any of these updates.
Thanks,
Larry
On Tuesday, August 21, 2012 4:0
Hi,
We just published documentation explaining how OAuth2 works with the
AdWords API: https://developers.google.com/adwords/api/docs/authentication
- Kevin Winter
AdWords API Team
On Thursday, August 16, 2012 2:18:45 AM UTC-4, Patrick Ma wrote:
>
> Does anyone have a working request output?
>
Hi Rob,
I'll see if this field can be exposed. The one caveat to using the
ManagedCustomerService is that it will only return a record if the Customer
is managed by at least one MCC - unlinked accounts won't come back.
- Kevin Winter
AdWords API Team
On Wednesday, August 15, 2012 7:08:01 AM
Hi, again.
It's been a week - just wondering if anyone from google would be able to
quickly answer the two questions? They were:
- Is this a bug on google's side that no value is getting returned in the
CriteriaParameters field? We've never seen it on any other client.
- If it is not a bug,
Hi,
The AdWordsUser class, when constructed without arguments, reads values
from the adwords.properties file. It will automatically request an
AuthToken once you make a request that needs it - afterwords, you can
retrieve the AuthToken from the AdWordsUser. You should be able to
construct a
Is there any hope that this issue will be resolved in the near future?
Op maandag 20 augustus 2012 20:44:02 UTC+2 schreef thadclay het volgende:
>
> Getting back the error below from the sandbox? Anyone else experiencing
> this today?
>
>
> soap:Server
> [InternalApiEr
I have a windows service that runs once a day and downloads a variety of
reports. I received this error today, GOOGLE_ACCOUNT_COOKIE_INVALID .
Research indicates that my Authorization Token may have expired (a 2 week
expiration, which would fit time wise with how long my service has been
runn
Hi,
This error means the clientEmail does not correspond to an account you
manage. If you are using the sandbox, we generally recommend using the
GetAccountHierarchy method to get a list of client accounts.
- Kevin Winter
AdWords API Team
On Tuesday, August 21, 2012 2:24:44 PM UTC-4, Patrick
Hello Peter,
Is your php compiled with the ssl support enabled? This can be controlled
differently for different OS distributions. It could be checked with:
$ php -i | grep -i ssl
-Danial, AdWords API Team.
On Tuesday, August 21, 2012 3:18:25 PM UTC+4, Peter Crowley wrote:
>
> Hi Daniel,
>
Hello cefc,
The request is not expected to hang indefinitely as you will get error or,
in worst case, TCP reset. I anticipate 'acceptable' limit to be of several
minutes, though this should be really rare.
-Danial, AdWords API Team.
On Tuesday, August 21, 2012 8:25:17 PM UTC+4, cefc wrote:
Hi David,
I'm using the wrapper. A piece of adwords package object initialsation is
my $api_arguments = {
email => $cfg->email,
client_id => $cfg->id,
clientId => $cfg->id,
password => $cfg->password,
developer_token => $cfg->devtoken,
application_token => $cfg->appltoken,
versi
I might be wrong, but I beleive the BidsLandscape objects have the bids
data you see in the bid simulator popup in the UI.
Oliver
On Tuesday, August 21, 2012 10:22:18 PM UTC+1, jameszol wrote:
>
> Hi Eric,
>
> Is this now available through the API or is it in view on the development
> timeline
I'm still getting the UNEXPECTED_INTERNAL_API_ERROR for adding AdGroup.
On Tuesday, August 21, 2012 12:03:03 PM UTC+3, Danial Klimkin wrote:
>
> Hello All,
>
>
> We had a short maintenance downtime affecting sandbox only. It should be
> back to normal now. Please let us know if you still receive
Hello Adwords Support,
I am trying to add a sitelink campaign ad extension through following API
call.
but it is failing with Unmarshalling Error.
Could you please let me know the valid SOAP call for adding a sitelink
through CampaignAdExtension Service.
Thanks in advance.
Smita
http://sch
Hi Kevin
Your statement on how accounts won't obey DST is contrary to what I
understand how AdWords handles account timezone settings.
E.g. refer to "Data impacted by daylight savings time" at
http://support.google.com/adwords/bin/answer.py?hl=en&answer=2404039
If the AdWords API won't make any
Say I wrote software to report on google adwords data. This would mean the
user entered their Google credentials and it could pull from their adwords
account.
The question I have is - does each account (they would each have their own
google adwords account) need a developer token, or can you
Is there a solution for this problem?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 yo
Возникла проблема. Имеется скрипт, который обрабатывает данные из внешнего
источника (в формате .json). Он срабатывает, но несколько минут появляется
статус "Не завершено: Время ожидания истекло". В справке
читаю, что время ожидания 5 минут. Что можно предпринять, чтобы скрипт
полностью был вып
29 matches
Mail list logo