Re: Is there an option to Duplicate campaigns using the api

2014-10-03 Thread Alan Coleman
Hi Barak, This is possible. Read the campaign you want to duplicate: function GetCampaignsExample() { // Get the service, which loads the required classes. $campaignService = $user-GetService('CampaignService', ADWORDS_VERSION); Then create a new campaign with the same details: function

Solution for creating a label when creating a TextAd

2014-10-03 Thread Alan Coleman
Hello everyone, I'd like to be able to add a *label* to a *TextAd *when creating the TextAd. I'm creating the TextAd using AdGroupAdOperation https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupAdService.AdGroupAdOperation . If I want to use AdGroupAdLabelOperation

Re: SOAP Logs with Google AdWords

2014-10-03 Thread testadwords
Hi Alan, Thanks for your message. I'm using C# but can't see an option anywhere in the ad words user object I'm using to log all. Do you know how it's accessed? Is that all I need in this case? Thank you for your help. Best wishes, Conor On Friday, 3 October 2014 11:54:48 UTC+1, Alan

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, Did you update add name=AdsClientLibs.SoapXmlLogs value=Off/ to Information level? Thx, Anash On Friday, October 3, 2014 8:41:05 AM UTC-4, testa...@geeks.ltd.uk wrote: Hi Alan, Thanks for your message. I'm using C# but can't see an option anywhere in the ad words user object

How to get the Labels from Google AdWords API

2014-10-03 Thread Raguvind Ganesh
I am new to google adwords API and I am trying to pull the data for google keywords performance report from Adwords API. I want to include the Labels list as part of the keywords performance report. Is it possible to do achieve this? Currently if I include Labels to the field list in an

SoapException: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-10-03 Thread Usman Afzal
Can some one help me to figure out this problem and tell me how to fix this issue. i am using same credentials same as 'Josh Redcliff' here https://groups.google.com/forum/#!msg/adwords-api/hUnrCCYWRek/8MbpiXFMufIJ customerid=testaccountid clientid=production client id client secret=production

[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-10-03 Thread jay tec
Can some one help me to figure out this problem. i am using same credentials same as *'Josh Redcliff*' here, https://groups.google.com/forum/#!msg/adwords-api/hUnrCCYWRek/8MbpiXFMufIJ customerid=testaccountid clientid=production client id client secret=production client secret

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, I guess the documentation can be improved in that wiki. Here's the MSDN document that shows what the values should be. http://msdn.microsoft.com/en-us/library/system.diagnostics.tracelevel(v=vs.110).aspx Let me know if it works, and open a bug at

Re: SOAP Logs with Google AdWords

2014-10-03 Thread testadwords
Still can't get it to work, and I have tried Verbose and Info. Are there any additional downloads that are needed? If I have the standard AdWords API, should that be enough? Thanks, Conor On Friday, 3 October 2014 14:54:28 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Conor, I guess

Re: Is there an option to Duplicate campaigns using the api

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello Barak, I believe Alan's suggestion is the best. With API access, you can easily grab a campaign and then create a new one with the same settings, and then repeat for everything within the campaign that you want to keep. There is no automatic way to do this with a single call. Regards,

Re: keyword match type in search query performance report

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello Greg, Thanks for your suggestion. I will pass along your idea to the rest of the team. Do you have any specific use cases in mind where this is particularly important? That might help the idea get prioritized. Regards, Mike, AdWords API Team On Thursday, October 2, 2014 6:40:12 PM

Re: How to take a screenshot of ads which is displayed from diaplay campaign in google adwords

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello, I'm not sure exactly what it is you are trying to accomplish here. Are you trying to capture a screenshot of what your ad looks like when it is displayed on the Display Network? That seems out of scope for the AdWords API. You may want to try asking your question on the official

Upgraded URLs unavailable in TEST accounts -- can anyone else confirm? ...

2014-10-03 Thread BDCoder
Hello, A couple of days ago I noticed that the upgraded URL's used in ads (final*Urls) can be seen and edited via the UI of any white listed account (if you filled requested to be white listed); for example, I can see and edit the URL's in one of our production accounts. However, I CANNOT

Unable to view or edit upgraded URLs in test accounts?? can anyone else confirm ...

2014-10-03 Thread BDCoder
Hello, A couple of days ago I noticed that the upgraded URL's used in ads (final*Urls) can be seen and edited via the UI of any white listed account (if you requested to be white listed); for example, I can see and edit the URL's in one of our production accounts. However, I CANNOT view or

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello, Please check our guide on this error https://developers.google.com/adwords/api/docs/common-errors?hl=ar-BH#QuotaCheckError on our common errors page. Follow the instructions there and it should help you diagnose the issue. If you are still having trouble, then reply here with more

Re: Solution for creating a label when creating a TextAd

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello, You are correct; you must create the TextAd first, and then in a separate operation you may assign a label to it. There is no way to assign a label to the TextAd at the time of creation. Regards, Mike, AdWords API Team On Friday, October 3, 2014 6:37:01 AM UTC-4, Alan Coleman wrote:

Re: How to get the Labels from Google AdWords API

2014-10-03 Thread Michael Cloonan (AdWords API Team)
Hello, When running the Keyword Performance Report, you need to include the Labels column to get a list of label. Labels were not included in the API until v201406, so please make sure you're using the most updated version of the API, as if you run the query with an older version it may not

Re: Failed to refresh access token. { error : invalid_client } on perfectly good client

2014-10-03 Thread Ernnie Sangalang
Hi Danial Klimkin, We are also experiencing similar issue lately. Any update on this? Thanks, --Ernnie On Monday, July 21, 2014 6:02:06 PM UTC+8, Danial Klimkin wrote: Hello All, We've identified this was an internal issue. The relevant team noticed it and resolved it quickly, this

Intermittent OAuthException: Credential could not be refreshed.

2014-10-03 Thread Ernnie Sangalang
Hi Anyone, We are recently experiencing OAuthException on some of our api calls to the network. Then when we try the calls again few moments after it worked using the same credentials. Btw, we are using a mcc account oauth2 credentials to access campaign data of the customers under the mcc

Geographical target ID lookup: REQUEST_SIZE_LIMIT_EXCEEDED

2014-10-03 Thread Steve Renaker
I have a long list of geographical locations which I would like to add to a campaign. I would like to read from a list of zip codes, look up the criteria ID for each one, and add them all to a campaign. The bit of python code which does the ID lookup looks like this: def find_ids(client):

Re: Geographical target ID lookup: REQUEST_SIZE_LIMIT_EXCEEDED

2014-10-03 Thread Steve Renaker
It looks like the solution here is to download the entire ID data file and do the ID lookups locally. But I've noticed something with the datafile -- not all U.S. zip codes are listed there. Only about 80% of all U.S. zip codes have a Criteria ID. Is there a reason for that? Thanks, - Steve