Hi Kevin,
Yes i am getting clientCustomerId header value as -1? I have sent
you mail of my soap logs.
Thanks,
On Jan 12, 9:49 pm, Kevin Winter wrote:
> Hi,
> The error message seems to indicate that -1 is being provided for the
> clientCustomerId. Could you double check your SOAP logs and
Hi kevin,
Yes, I am getting clientCustomerId as -1 in my soap logs. Please see
the logs attached.
On Jan 12, 9:49 pm, Kevin Winter wrote:
> Hi,
> The error message seems to indicate that -1 is being provided for the
> clientCustomerId. Could you double check your SOAP logs and confirm what
Thanks Eric,
I will generate one OAuth token for MCC account.
Yes, It is expires.
It may be possible that due to, I am using different oauth token and
secret for clients of same mcc account.
On Jan 13, 4:00 am, Eric Koleda wrote:
> Hi Chirag,
>
> As far as I know the OAuth 1.0a tokens don't
Hi Minh Le,
Do you know how to add each of the proximity targets to each of the
CampaignCriterion? ProximityTarget object has been removed in new
version 201109.
On Jan 14, 12:45 am, Minh Le wrote:
> - Create a list of Proximity
> - Create a list of CampaignCriterion, add each of the proximity
>
Hi KD,
I knew them have been migrated to Criterion, just dont know how to add
an object like ProximityTarget (in 200909 version) to campaign.
On Jan 13, 5:17 pm, K D wrote:
> Use Campaign Criterion Service. The classes that you mentioned have
> been migrated to those classes.
>
> On Jan 13, 6:42
Regarding my #4 - when I try again but remove the Predicate for
CriteriaType=Keyword, it fails instead on the "CriterionUse" predicate:
SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector;
trigger:'CriterionUse'; errorDetails:CriterionUse
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
I also need to be able to query the existing campaign negatives, but the
API doesn't seem to like our call. Here is how we are doing it:
final Selector selector = new Selector();
selector.setFields(new String[] {"Id", "CampaignId", "Keyword"});
final Predicate idPredicate = new Predi
Hi Carver,
We are currently working through some issues with the sandbox environment,
I apologize the inconvenience.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://gr
Hi,
I'll talk to the team to see if the 6PM recommendation has slipped back to
a later time. In regards to conversions, I believe the window is 30 days,
plus the 24 hour lag time makes 32 a sensible number.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our
Not sure about Jack, but for me, it'd be helpful to have the MCC account's
customerId. That way I wouldn't need to special case my client creation,
and not include customerClientId in the headers when using the sandbox MCC
account.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find
Thanks Eric.
We tried yesterday to retrieve data just after 7:00PM PST yesterday
for Search Query Performance and Geo Performance reports, but we still
did not get any data at that time. Then I tried at 9:00PM PST, and was
able to retrieve data at that time. Is this a bug that data is not
ready at
Simon I have had to do a similar thing. I am pretty sure this is how
it has to be done. In my case I need a lot of fields from the ad
performance report but I also need to know which keywords were applied
to that add. Since its not on that report I have to call the keyword
report with certain pre
How many different ways are there to pull back the current values of
AdParams? I realize I can do this with a small piece of code, but
was wondering if there are other ways, such as pulling reports, or
spot checking values in the AdWords GUI?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi,
I've implemented a work around for now by making calls to two
additional reports, and amalgamating the results.
This isn’t ideal but will do until I find a better solution.
Thanks
Simon
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http:
- Create a list of Proximity
- Create a list of CampaignCriterion, add each of the proximity
targets to each of the CampaignCriterion
- Use this function (C#)
public static void addCampaignCriteria(AdWordsUser user,
long campaignId, CampaignCriterion[] criteria,
CampaignCriterionService campaignCr
Hi Bernd,
Some fields have two names in reports due to legacy reasons and for
backwards compatibility. We do recommend that you fetch performance data
separately from structural data.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion gro
Hi Dharmveer,
Please see my response on this thread:
https://groups.google.com/d/topic/adwords-api/s4-2-GenRlI/discussion
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http
Hi,
That's correct, the changed you mentioned only affects v201101 and v201109.
That said, the v13 sunset is quickly approaching and the migration is not
trivial.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion
Hi All,
We are experiencing some problems with the sandbox environment at the
moment, and we are working with the core engineering team to resolve them.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http
Just need to change how you do the user authentication.
- v200909
AuthToken authToken = new AuthToken(email, password);
string token = authToken.GetToken();
CampaignTargetService service = new
CampaignTargetService();
service.Url = x
Hi,
As far as I know that 6PM PST time is independent of the account's
timezone. An hour after that time sounds like a reasonable time to request
the data. Many clients choose to request reports for the same date
multiple times, over the course of a few days afterwords, as various other
stat
Hi Mark,
You could use the ACCOUNT_PERFORMANCE_REPORT to get a view at the account
level. Including the field "Date" will segment the report by each day.
You can also set includeZeroImpressions to "false" to only retrieve rows
that had some activity.
Best,
- Eric Koleda, AdWords API Team
--
Hi Eric,
thanks very much for your answer.
Well, up to now I've used the performance report to get performance
data AND all structure infos (destination url etc.)
Sounds like this is not possible now if the url is set on adgroup
level, right?
Why is there a 'destinationURL' and a 'criteriaDestina
My apologies, I believe that only works for ad group criteria but not
campaign criteria. I'll talk to the team about exposing something similar
for campaign criteria.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwords
Hi,
You can retrieve just the negative keywords by adding a predicate for
CriterionUse EQUALS Negative.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.c
Thank for your anwser
yes, totaly sure. I am an spanish-speaking guy
there are no double-t or "th" in spanish. also "throttle" is not a common word.
most Spanish-speaking peoples can search for "router" but not for "throttle".
I can confirm same behavior for many english (and not spanish
Hi All,
Can you clarify which destination URL you are trying to retrieve? The
destination URL in the KEYWORDS report is the destination URL set on the
keyword. To get the destination URL set on the ad, run the AD report.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi. im a dotNet developer.
im trying to use a single AccesToken, with various scopes authorizated like
Analytics, Adwords etc.
this works for APIs like Analytics and WebMasterTools, i can acces this
APIs with a single AccesToken.
when i try to assign the Token implementing a Class thah inherits i
That's worked great, Thanks Eric.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 ar
Hi Simon,
That was my mistake, I described the solution incorrectly. The SoapHeader
element should be in the service's namespace, but it's contents should be
in the cm namespace. Essentially the SOAP header should be in mcm, but the
object contained within it should be in the cm namespace.
Hi
I am migrating to v201109 version. And my usage is almost same as the
example given here
http://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v201109/DownloadAdHocReport.java
Only difference being I use custom date. Here is what I observed:
same call with selector.setDateRange(
More information: the request fails at a different point each time.
On Jan 13, 11:15 am, TomA2010 wrote:
> Hello,
>
> I'm hitting a problem only on certain keywords with the API
>
> Fatal error: Uncaught SoapFault exception: [soap:Server]
> [PolicyViolationError.POLICY_ERROR @
> operations[0].ope
Hello,
I'm hitting a problem only on certain keywords with the API
Fatal error: Uncaught SoapFault exception: [soap:Server]
[PolicyViolationError.POLICY_ERROR @
operations[0].operand.criterion.text; trigger:'£'] in /adwords-api/
src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:191 Stack trace: #0
Hi,
thank you both for your kind answers!
My first thought also was to make sure that all imports are
v201109-based to be on the safe side.
But then I realized that there are more references to the
library then just the imports.
I'm using the Java-library and there are also methods that
referen
bump
However, I discovered that two other reports, that I am downloading in
the same way, can be downloaded as usual.
Why the server is talking about cross client reports, if I am using
the MCM account??
On Jan 12, 4:50 pm, Daniele Calisi
wrote:
> Hi all,
> we have always downloaded a set of rep
Use Campaign Criterion Service. The classes that you mentioned have
been migrated to those classes.
On Jan 13, 6:42 pm, Alex Tran wrote:
> With version 200909, I used ProximityTarget + GeoTarget +
> GeoTargetList + GeoTargetOperation to add GeoLocation to Campaign.
> Now I want to upgrade to ve
With version 200909, I used ProximityTarget + GeoTarget +
GeoTargetList + GeoTargetOperation to add GeoLocation to Campaign.
Now I want to upgrade to version 201109, and I dug all the document
but dont know how to do that with this version.
(I need to expand 300 geo locations limit)
Please give m
Hi Eric,
Thanks for the reply. I'm still unbale to get this working correctly
by changing the RequestHeader namespace.
My updated is:
(Most of this is taken from the Make a raw API call NoClientLibrary
guide for .net (htt
38 matches
Mail list logo