Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-07 Thread fitri
Hi, Vishal. Thank you for the answer. Here I upload again image for question number 1. 1. Based on image above, I create *campaign structure setting* like below -

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rachel, As per documentation , I'm afraid you can't use the BudgetOrderService to create BudgetOrders for test accounts. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-07 Thread Richard Siebeling
sorry, didn't work, I'm getting the same error. My dependency trees looks like: [info] Loading project definition from /xxx [info] Set current project to xxx (in build file:/xxx/) [info] Updating {file:/xxx/}backend... [info] Resolving jline#jline;2.12.1 ... [info] Done updating. [info]

Re: How to get the keyword which triggered the phone call?

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, Since the Call Metrics Call Details Report doesn't provide the Ad and the triggering criteria details, the work around is to use the Ad Performance Report or the Search Query Performance Report and retrieve the triggering criteria as suggested in the previous posts. If you have

Testing BudgetOrder API calls with a Test MCC

2017-03-07 Thread Rachel Carvalho
Hi! I'm implementing setup for new accounts created via the API to have their billing already setup. I already have both production and test MCCs white-listed and the billing accounts setup for production. But for my test MCC, I can't seem to find where I should create billing accounts to run

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Richard, The MapConfiguration (Properties

Re: Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, the link to the screenshot in you message is broken. You should be able to create the campaign/ad group structure that you like. Also, re-marketing lists can be added as a criterion on both campaign level and ad group level. Please refer to this document

Re: java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-07 Thread Richard Siebeling
Hi, sorry, maybe some more explanation could help... I have added the adwords-axis v3.1.1 library and upon calling new OfflineCredentials.Builder().forApi(OfflineCredentials.Api.ADWORDS) I get the given error message. Based on earlier answer it seems to have to do with dependencies but I

Error calling the Adwords API from Scala

2017-03-07 Thread Richard Siebeling
Hi, I'm getting the following error while connecting with Adwords : java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V This error comes up when I execute the command new OfflineCredentials.Builder().forApi(OfflineCredentials.Api.ADWORDS)

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, In this situation, I suggest that you contact AdWords support using this link . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Can't Delete Enabled Keywords from Removed Campaigns (Can't Change Removed Entities ERROR)

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Peter, Removed items do not count towards your account limits . An account can have up to 5 million ad group targeting items (such as keywords, placements, and audience lists) and up to 1 million campaign targeting items per account (such

Re: Correlating a call extension call with the generated GCLID

2017-03-07 Thread Chris Hahn
Thanks Sreelakshmi for the response! Can you offer any suggestions about connecting individual calls to those GCLID records? I see how I would get the list of click performance records for a given day where the clicktype is "CALLS", and I could compare that to the list of calls that came into

Re: Trying to run a script to remove multiple Adgroups

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, The code that you shared looks similar to the RemoveAdGroup example available in the PHP client library. However, there might be issues with the way you are accessing

Re: How to get the keyword which triggered the phone call?

2017-03-07 Thread shubham
Hi Shwetha, This statement of yours "You'll need to use the call tracking information used in your call-only ads and call extensions

Re: API call request rate limit reached

2017-03-07 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, The retryAfterSeconds property of the RateExceededError would tell you the appropriate time interval after which it is safe to retry. From the information that you shared, it looks like

java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V

2017-03-07 Thread Richard Siebeling
Hi, I'm getting the following error while connecting with Adwords : java.lang.NoSuchMethodError: org.apache.commons.configuration.MapConfiguration.(Ljava/util/Properties;)V The stacktrace is below. Please help, thanks in advance, Richard java.lang.NoSuchMethodError:

Re: Age Range Performance Report - for search network?

2017-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Marina, We are in the process of making demographic targeting available for search campaigns. It will be possible to get the stats for search networks once this change is complete. You can try it out on your account and see if it is available for your account yet. Please check this

Re: How to get the keyword which triggered the phone call?

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, The Call Metrics Call Details report will include the call tracking data for your call-only ads and call extensions. It doesn't have the attributes to map this information to your

Trying to run a script to remove multiple Adgroups

2017-03-07 Thread Dan Hai
Not sure where I am messing up. Here is my code: public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session) { $adGroupId = array(3729748624, 37497486701); $adGroupCount = count($adGroupId); for ($x = 0; $x < $adGroupCount; $x++) {

Create dynamic remarketing campaign from feed and create dynamic ads

2017-03-07 Thread fitri
Hi All, I have several question: 1. It is possible to create custom structure for Dynamic Remarketing Campaign using API (Feed Service). To make it clear, suppose we have for Jobs as business type. ​ and we want to make following campaign structure Title as Campaign Subtitile as Ad Group If

API call request rate limit reached

2017-03-07 Thread Alex
Got this error : googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED Trigger: Basic Access Daily Reporting Quota Was an issue from our end, as I basically had an incorrect loop in my code and spammed the API. Is it possible to reset our Quote for today, so I

Dynamic Ads API

2017-03-07 Thread fitri
Hello everyone, We need some help: 1. It is possible to create custom structure for Dynamic Remarketing Campaign using API (Feed Service). To make it clear, suppose we have for Jobs as business type. and we want to make following campaign structure Title as Campaign Subtitile as Ad Group 2.

Re: AdWords API Report Server responds HTTP 404

2017-03-07 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Zweitze, Thanks for following up on this. I couldn't find the exact root cause. We may have had a temporary infrastructure issue that got fixed when we were watching the network health. I've seen that occasionally happen. If you see this pop up again, please get in contact with me.

Can't Delete Enabled Keywords from Removed Campaigns (Can't Change Removed Entities ERROR)

2017-03-07 Thread Petar Mitrovic
Hi there, I have an interesting problem and wondered if anyone can help me out. In one of my campaigns that's managed entirely by a script through the API I keep getting the Keyword limit Error (on 10.000 Keywords) when the script is trying to make new Keywords. Now, I have 5000 Keywords that

Age Range Performance Report - for search network?

2017-03-07 Thread 'Marina O' via AdWords API Forum
In the documentation it says "The Age Range Performance report includes all Display Network and YouTube Network statistics aggregated by age range. " is it possible to get it also from the search network through the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Advanced remarketing rules through API

2017-03-07 Thread Jonathan de Zoete
Hi Josh, Thanks for thinking with me. I explored this approach, which led me to some brain-breaking code :) Userlist 463282026 is the result of this. The thing is, we have quite some filters which can be translated to rules. This will lead to a lot of (exponentially) possible combinations and a

Re: Advanced remarketing rules through API

2017-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Jonathan, One thought just occurred to me regarding question b): b) If there's a way to create a list similar to 460819655 without using a *LogicalUserList* that combines other lists. The rule you set up through the user interface was: - (URL contains 'abc' OR URL contains 'def') *AND*

Re: AdWords API Report Server responds HTTP 404

2017-03-07 Thread Zweitze
Thank you Nadine! As a follow-up, the problem did not occur after March 1. I'll add 404 as a reason to attempt a retry on the report - probably after a time-out of 30 seconds (and 60-120 seconds on next retries). But do let me know when you learn the reason. Cheers, Zweitze. On Friday, March

Re: Advanced remarketing rules through API

2017-03-07 Thread Jonathan de Zoete
Hi Josh, Thanks, I look forward to hearing from you! Op dinsdag 7 maart 2017 13:46:45 UTC+1 schreef Josh Radcliff (AdWords API Team): > > Hi Jonathan, > > Thanks for sending over those examples. I'm following up with the > remarketing team to find out: > > a) Why 460819655 does not come back

Re: Advanced remarketing rules through API

2017-03-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Jonathan, Thanks for sending over those examples. I'm following up with the remarketing team to find out: a) Why 460819655 does not come back as a *RuleBasedUserList* subtype. b) If there's a way to create a list similar to 460819655 without using a *LogicalUserList* that combines other

Re: "This product group does not contain any products."

2017-03-07 Thread David Miguel Antunes
Ok, thanks! Kind regards, David On 7 March 2017 at 03:32, 'Peter Oliquino' via AdWords API Forum < adwords-api@googlegroups.com> wrote: > Hi David, > > Could you confirm if the issue is encountered in the AdWords UI? If so, it > will be best if you redirect your concern to the AdWords Community

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-07 Thread giles bodger
Hi Shwetha, Thanks once again, but i have posted for a 3rd time now and the post still dissappears - i have a link to my actual post, but there is no post in the forum itself for anyone to answer - i cannot tell you how frustrating it is to have a simple question that i keep on asking and have

Re: How to get the keyword which triggered the phone call?

2017-03-07 Thread shubham
Hi Shewtha, I understood what you said but still my query is unsolved. There is no place you have written about call metrics call details report. I know i can track search term to keyword and then to ad but after that from ad to call is what i am missing and unable to find in documents. How