Thank you Eric,
So we can not control the Position Preference of Campaign as well as
the positionPreferenceBids of ManualCPCAdGroupCriterionBids from API
at this moment?
Thanks and best regards,
PPL
On May 6, 12:07 am, AdWords API Advisor
wrote:
> Hi PPL,
>
> The positionPreferenceB
set anything on correspondence Campaign or Ad Group to be
able to set it?
I mean is there any internal relationship to be able to set that
field?
Thanks and best regards,
PPL.
On May 4, 6:49 am, AdWords API Advisor
wrote:
> Hi PPL,
>
> At a campaign level you can turn the position prefere
Dear Eric,
Thank you for your reply.
I will do as you said.
And please let me know if you get any update about it.
Thanks and best regards,
PPL
On May 4, 6:33 am, AdWords API Advisor
wrote:
> Hi PPL,
>
> Thank you for bringing this error to our attention. The v200909
> version o
n API ?
And one last question, when shall we set the value of
ManualCPCAdGroupCriterionBids' PositionPreferenceBids and how to set
that value from UI so that I can get clear understanding about it?
Thanks and best regards,
PPL
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on ou
Hello,
Could anyone help on this issue?
It is urgent for me at this moment.
Thanks and best regards,
PPL
On Apr 30, 1:09 pm, PPL wrote:
> Hello Google,
>
> I'm getting the following error message starting from yesterday
> afternoon when I access the get method of Campaign
Hello Google,
I'm getting the following error message starting from yesterday
afternoon when I access the get method of Campaign Service. I was ok
before.
Could any one help me?
Thanks
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: Enum
com.go
Yes, I've got it with estimateCampaignList() method.
Thanks a lot.
PPL.
On Oct 7, 2:44 am, AdWords API Advisor
wrote:
> Hi PPL,
>
> Which method of the TrafficEstimatorService are you using? The
> estimateKeywordList() method doesn't allow you to enter geo or
> langu
value?
Thanks and best regards,
PPL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, s
Hello,
Could anyone tell me where can I take a look the maximum no. of
campaigns in one account, maximum no. of ad groups in a campaign.
Maximum no. of ads in an ad group
and maximum no. of keywords in an ad?
I couldn't find it in adwords help center.
Thanks and best regards,
PPL
On Jul 1
Hello,
I"m also confusing about those bid values in those UIs.
I'll appreciate if you can make us clear about them.
Thanks and best regards,
PPL
On Jul 18, 1:10 am, "trent...@gmail.com" wrote:
> I'm a bit confused with how all these fields interrelated. There a
Hello Jeff,
Did you want to mean that 15 concurrent report jobs can be scheduling
at the same time?
Or is 15 just the number of active reports in the report center?
I also want to know how many concurrent report jobs can be scheduling
at the same time.
Thanks and best regards,
PPL
On Jul 18, 4
Hello khan,
How can I get the unit cost from google when I make the service call?
I'm using the java to access the adwords services.
Thanks and regards,
PPL
On Jul 27, 5:43 pm, khan_ajaz wrote:
> Hello
>
> Dear Harroot
>
> Can you please describe what kind of fails of se
c4ea8c6cc23fe0d2ac617cc7a7774e
>
> I'm looking forward to your reply.
> Thanks a lot.
>
> On May 28, 3:50 am, AdWords API Advisor
> wrote:
>
>
>
> > Hello,
>
> > Could you turn on logging in the Java client library (as per the
> > instructions
ck with the error
> message in it. Could you let us know what the value of the "requestId"
> SOAP header is in that response?
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On May 27, 2:39 pm, Keporio wrote:
>
>
>
> > I am a member of PPL abo
Hello,
I'm facing the error message "The following columns are mutually
exclusive : [Clicks]" when I scheduled the Creative and Keyword
reports.
I'm downloading the report from the context of MCC account. I didn't
provided any client email in the request header. I set crossClient
field to true and
Those functions were ok last week, but start from yesterday that error
message appear suddenly.
I'm directly using from java library so I can't see any request header
and other xml codes.
Thanks.
On May 26, 12:07 pm, PPL wrote:
> Hello,
> I'm facing the problem w
Hello,
I'm facing the problem whenever I execute the KeywordToolService
funcations, like getKeywordVariations and TrafficeEstimatorService
function, like estimateKeywordList.
The same error message is "Either this object does not exist, or this
user does not have permission to access it."
although
Hello Jeff,
We've found the problem now.
Although the developer token has been approved the application token
hasn't been approved yet.
My PM will do accordingly.
Sorry to trouble you.
Thanks,
PPL
On Apr 24, 3:46 am, AdWords API Advisor
wrote:
> Hello,
>
> Are you sure y
Hi,
I'm testing with real developer token and application token to
schedule and download the report of the MCC account.
The following are my codes.
String email="";
String password="";
String useragent="JST";
String developerToken="";
String applicationToken="";
AdWordsUser user
Hi all,
Can any one give me an idea of what kind of scheduler do you use to
download report regularly?
I want to schedule the report and want to store those report data in
my database regularly.
Could you pls help me?
Thanks
--~--~-~--~~~---~--~~
You received this
ce whether I checked criteria or
not.
if(noError) newWebsite = criterionService.addCriteria(new Criterion
[] {website1});
Adding keyword and Ad are ok.
I used the same infomation about account.
Thanks and best regards,
PPL
On Apr 2, 11:16 pm, AdWords API Advisor
wrote:
> Hello PPL,
>
> You ca
ption,
although I can add keyword criterion into the adgroup and I'm not
adding both keyword and website in the same adgroup.
Could you please help me?
Thanks and best regards,
PPL
On Apr 2, 1:44 am, AdWords API Advisor
wrote:
> Hello,
>
> Which currency code are you using after the
0
keywordMaxCpc
10
75
false
The bid must be a multiple of the billable unit.
So, could you please tell me what should be the multiple of the
billable unit about the keywordMaxCpc.
Thanks and best regards,
PPL
On Mar 31, 10:33 pm, AdWo
campaignService.addCampaign(newCampaign).
and I got the id of the new campaign. But when I get back the campaign
by passing that id to getCampaign() method it also ends up to null
exception. Could u please help me? I'm facing the same exception in
Hello..
I'm facing the problem when I run my application.
Currently I'm using Tomcat 6.0.18.
This happened when I'm using the adwords-api-3.0.0.jar.
INFO: validateJarFile(G:\JavaWorkSpace\.metadata\.plugins
\org.eclipse.wst.server.core\tmp0\wtpwebapps\IGAS3\WEB-INF\lib\adwords-
api-3.0.0.jar) -
and give things a try with
> that?
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Mar 12, 8:08 am, Jaap wrote:
>
>
>
> > Dear PPL,
>
> > I have copy-pasted all your codes, filled in my credentials and ran
> > the program. It worked immediately, n
.AdWordsService
at com.google.api.adwords.lib.BaseCredentials.getService
(BaseCredentials.java:178)
at main.AccountServiceDemo.main(AccountServiceDemo.java:42)
Sorry to bother you time and again.
Thank you.
On Mar 12, 6:35 pm, Jaap wrote:
> Hi PPL,
>
> I copied your
Dear Jaap,
Could you please send me the small working code(project) of that API,
if possible?
I'm facing the same error when I test other services.
I want to know the usage of those services.
Otherwise I can't even step further.
:(
Thank you.
On Mar 12, 5:30 pm, PPL wrote:
&
quot;, and currency is \""
+ info.getCurrencyCode() + "\".");
}
But I still got the same error.
I've already import all of the dependencies according to the Readme of
java client library.
Could you please point out the source of the error?
Thank you.
On M
at com.google.api.adwords.lib.BaseCredentials.getService
(BaseCredentials.java:178)
at main.AccountServiceDemo.main(AccountServiceDemo.java:44)
I can't even step forward cause of it.
I'm looking forward to you.
Thank you.
On Mar 11, 1:12 pm, PPL wrote:
> Dear Jeff,
&g
Hello,
I'm not familier with python so could you pls help me with java code
for local database structure or whatever.
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to
l,password,userAgent,developerToken,appToken);
I do'nt know why the AccountServiceSoapBindingStub can't cast to
AdWordsService.
Could you please tell me the answer?
I'm looking forward to your reply.
Thank you.
On Mar 11, 11:38 am, PPL wrote:
> Thank you very much Jeff.
> I'l
e Java client library is available from
>
> http://code.google.com/p/google-api-adwords-java/
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Mar 10, 7:07 am, PPL wrote:
>
>
>
> > Hello,
> > I'm new to adwrods.
> > I want t
Hello,
I'm new to adwrods.
I want to test to create new campaign by using the following sample
codes.
But when I run it, the following error appeared.
java.lang.NullPointerException
at
com.google.api.adwords.v13.CampaignServiceSoapBindingStub.addCampaign_aroundBody1$advice
(CampaignServic
How can I run the Google Adwords Starter Kit in Windows OS?
Regards,
PPL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegro
35 matches
Mail list logo