Re: shopping keywords + dest.urls

2016-01-05 Thread dd
Thanks Nadine! On Monday, January 4, 2016 at 3:35:05 PM UTC+1, Nadine Sundquist (AdWords API Team) wrote: > > Hello Dennis, > > Thanks for the clarification. No, there isn't a way of getting that > information from the other AdWords API services. Any data collected as a > result of the click

Re: can I use validateOnly=true in BatchJobService

2016-01-05 Thread Andy Lin
I understand this, but if I don't set validationOnly=true, the polling return me a batchJob object, if I set it to validationOnly=true, the polling return me null. I am wondering if this is a bug ? My polling method is a standard method from your web site documentation. On Monday, January 4,

Different results from Keyword Planner and GetKeywordIdeas

2016-01-05 Thread David Cabanillas
Hi, I'm usign Keyword Planner and the example provided by Adwords API GetKeyworkIdeas but they don't show the sames results. The GetKeyworkIdeas returns around 500 ideas and the Keyword Planner 801. I have only modified the language spanish 1003L at the GetKeyworkIdeas.java and

java.lang.VerifyError

2016-01-05 Thread sritamsspl
Hello, I copied API Code and lib into to my project, but when I call AddCampaigns class method from my class, I am getting error Credential oAuth2Credential = new OfflineCredentials.Builder() .forApi(Api.ADWORDS) .fromFile() .build() .generateCredential(); this level. Error:

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-05 Thread Michael Cloonan (AdWords API Team)
Hello, I'm not terribly familiar with the "Test button" functionality, but if you're actually using example.com then that makes sense, since that URL was just an example and doesn't actually exist. If you are in fact using your own URL which should work and it's failing, that still may be

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-05 Thread MCC Test
Hello Michael, The URL example.com is just for mentioning here on post replies , whereas on actual code I am using live domain.I am still not sure if setting customizers in Tracking template would work or not.Looks like I need to give a try for one ad on adwords account and check if it works,

Re: Predicate not working correctly

2016-01-05 Thread Josh Radcliff (AdWords API Team)
Hi, It looks like there may be an issue with the PHP library when the *values* portion of the predicate is *array('0')*. Could you try the following equivalent predicate instead? $selector->predicates[] = new Predicate('ConvertedClicks', ' *GREATER_THAN_EQUALS*', array('*1*')); Thanks, Josh,

Re: Different results from Keyword Planner and GetKeywordIdeas

2016-01-05 Thread Yin Niu
Hi David, You could specify different search terms using API. The example just specifies the RelatedToQuerySearchParameter and LanguageParameter. You could add NetworkSearchTerm to set the

GclIds for automatic placements

2016-01-05 Thread John Velonis
The CriteriaParameters ("Keyword / Placement") field of the Click Performance Report shows the keyword for each GclId. I assume it also shows manual placements (we only have a handful of these, with no recent clicks). Is there a way for this report to include the automatic placement for each

How to tell if an account is MCC or non-MCC (client)

2016-01-05 Thread Lena Madenci
I've been reading the docs on ManagedCustomerService and I am having issue understanding how to tell if a returned entity is a manager account or a client account. Is there any API call used for this, so that I can determine an Adwords user's account type based on a client_customer_id, for

Re: How to tell if an account is MCC or non-MCC (client)

2016-01-05 Thread Yin Niu
Hi Lena, You could check the canManageClients field of ManagedCustomer

Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-05 Thread dima
Hi, We encounter a heavy performance issue with ACCOUNT_PERFORMANCE_REPORT on one of our accounts. We understand that the query isn't the simplest in terms of complexity, but the response time is reasonable for several hundreds of accounts we tested. Query 1 (last year): SELECT Device,

Re: java.lang.VerifyError

2016-01-05 Thread sritamsspl
I am not sending request through Soap, I have downloaded client library for java, and copy that library code in to my java application, when I call library from my application it shows an error java.lang.VerifyError: Cannot inherit from final class -- --

Re: Customer Client Id

2016-01-05 Thread Anthony Madrigal
Hi Mohammad, Glad to hear the service worked for you. As far as what you should do to learn how to implement PHP, I recommend both following the PHP examples and trying to see how the Java code works in the examples. From the PHP examples, you should be able to get an understanding on what is

Re: Account Status

2016-01-05 Thread Umesh Dengale
Hi John, You could use the BUDGET_PERFORMANCE_REPORT which gives statistics aggregated by default at the budget level, one row per budget. This report has fields Amount , AssociatedCampaignId

Re: How to know if the keyword daily budget is spent?

2016-01-05 Thread Yin Niu
Hi Charles, Unfortunately, you can't check the budget status using API other than running the Budget Performance Report. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: GclIds for automatic placements

2016-01-05 Thread Anthony Madrigal
Hi John, As far as I know, you should be able to use the CriteriaParameters field in the Click Performance Report to get both managed and automatic placements. Please let me know if you run into any issues. Regards, Anthony AdWords API Team -- --

Re: java.lang.VerifyError

2016-01-05 Thread Anthony Madrigal
Hi, Please make sure you are using a client customer Id in your ads.properties file, *not *MCC customer Id. If you are using a client customer Id, could you please *reply privately to author *with the SOAP request and response that resulted in this error? Thanks, Anthony AdWords API Team --

Re: Customer Client Id

2016-01-05 Thread Mhamad Canaan
Hi Anthony, I tried using this service and it worked very well than you very much indeed. I have done the authentication part for integrating AdWords with our software, now all is left to is integrate adding the campaigns ads etc. with the software. I have seen the making your first request in

How to know if the keyword daily budget is spent?

2016-01-05 Thread Charles SERRA
Hi! I'd like to know with the Adwords API if the keyword daily budget is spent. It's possible by checking the daily report but since the keyword budget can use 20% of the assigned daily budget within the month's budget it's hard to know it. On the Adwords UI (not API), on the keyword

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-05 Thread ralph
HI Michael-- No problem! I was out of town too. Happy New Year! I fixed the unmarshalling issue, and on my test account, I finally got the error I was expecting: "AuthorizationError.USER_PERMISSION_DENIED" However when i switched over to make the call on our production account, It went back