Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-11 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Ashley, I'm investigating this issue and will let you know once I have any update. Have you also tried v201506 and add your client customer ID in your header? Cheers, Thanet, AdWords API Team On Friday, September 11, 2015 at 7:48:54 AM UTC+9, Ashley Xu wrote: > > I've replied to your email

Re: After Migrating over to v201506 in Perl, my app does not work.

2015-09-11 Thread Nadine Sundquist (AdWords API Team)
Hi Shintaro, Thanks for all the details. I made a change to *ComplexType.pm* in version 4.0.0 of the Perl client library . I use a different dependency manager in a different environment, which would explain why I missed

Re: Can we change a Google Adwords MCC Test Account to production

2015-09-11 Thread Umesh Dengale
Hello, In the AdWords API, the test MCC account can not be changed to the production MCC account. You could create the production MCC account using this link . Please check out our test MCC account

Re: InternalApiError in AdGroupExtensionSettingService

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi Eugene, The fix for this issue is in. Please let me know if you still see this error occurring. Thanks, Josh, AdWords API Team On Tuesday, August 25, 2015 at 2:45:51 AM UTC-4, Eugene Lebediev wrote: > > Thanks for reply. Looking forward to fix. > >> Hi, >> >> That looks like an issue on our

Re: Campaign Settings

2015-09-11 Thread Anthony Madrigal
Hi Jonathan, Instead of creating a Criterion of type Language then passing it to the CampaignCriterion, create an object of type Language then use it when setting the criterion in the

Re: Campaign Settings

2015-09-11 Thread jonathan
Th object language received the type so the type is Language, as I put in the previous request, o maybe I just need to remove the language and after added. El viernes, 11 de septiembre de 2015, 14:39:22 (UTC-5), Anthony Madrigal escribió: > > Hi Jonathan, > > Instead of creating a Criterion of

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi, You won't be able to set the *subtype* via the API (your campaign will be an *All features* campaign), but by adding the DynamicSearchAdsSetting , your campaign will be enabled for

Re: Getting URL to HTML5 ad via the API?

2015-09-11 Thread Umesh Dengale
Hello, The URL, when you click on the "View full size display ad" in the AdWords product side is not supported by the AdWords API. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-11 Thread Anthony Madrigal
Hi Stephen, A possible reason it is showing that is there may be no keyword associated to that feed item. Could you please send me your SOAP request and a copy of your report through *reply privately to author?* Thanks, Anthony AdWords API Team -- --

Re: Campaign Settings

2015-09-11 Thread Anthony Madrigal
Hi, My initial solution matched your SOAP request when I tested it. However, when I tested it using the solution I most recently suggested, I got a SOAP request similar to the one below: https://adwords.google.com/api/adwords/cm/v201506;> ADD

Re: Campaign Settings

2015-09-11 Thread jonathan
I Remove the preious Language (English - code 1000), nd the response was ok, but when I tried to add the new language (Arabic - code 1019) I got the next answer http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/cm/v201506;>

Re: Double dash (--) in report

2015-09-11 Thread Anthony Madrigal
Hi C, I am not sure why you are getting that value. Normally that value only shows up when the network type of your campaign is *not *a Display Network. Could you please send me through *Reply privately to author *your SOAP request and response and a copy of your report? Thanks, Anthony

Re: How to Retrieve Date of Link Up?

2015-09-11 Thread Anthony Madrigal
Hi Daniel, Unfortunately, this feature is not supported by AdWords API. I will reach out to the team and let them know about this request. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Remarketing List Error

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi, I've reported the issue in the user interface. I'll post back here when I have an update. Thanks, Josh, AdWords API Team On Friday, September 11, 2015 at 12:51:28 AM UTC-4, Nir Keren wrote: > > I am getting the same error when trying to save a list that was created by > the API, > "Too

Re: iOS SDK - Conversion Label not appearing in debug console

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi Adam, Sorry you're getting redirected in a circle here. I'm following up with a few folks to see if there's a resource who can help. I'll post back as soon as I have more info. Cheers, Josh, AdWords API Team On Thursday, September 10, 2015 at 12:14:34 AM UTC-4, Adam Ribaudo wrote: > > I

Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-11 Thread Stephen
Hi, I'm pulling the PLACEHOLDER_FEED_ITEM_REPORT but the report returns me -- for the Keyword and KeywordID field. Do you know why this is? Output: Keyword ID Target keyword text Target keyword match type -- -- -- -- -- -- I am pulling the following fields: 'ExternalCustomerId',

Can we change a Google Adwords MCC Test Account to production

2015-09-11 Thread Roopak A N
I have a Google Ad-words MCC Account which is a test account. Can I change it to production? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Getting URL to HTML5 ad via the API?

2015-09-11 Thread Parander
I have created some "Image Ad" for a campaign and now I'm trying to get the URL to the display ad via the report API (ad performance report). For static image ads i used to get back the URL in 'Image Ad Url'. But now the ads now are apparently created as HTML5 ads (+Ad->Image Ad->follow the

Why is includeZeroImpressions allowed in report definition but other options aren't allowed?

2015-09-11 Thread Jarad C
yaml = r'C:\Users\Owner\Documents\Python\adwords_yay\googleads.yaml' import sys from googleads import adwords adwords_client = adwords.AdWordsClient.LoadFromStorage(yaml) report_downloader = adwords_client.GetReportDownloader(version='v201502') report = { 'reportName': 'Test Campaign

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2015-09-11 Thread Sylvain Beauregard
Hi! Any new development on this? I've been trying to create Dynamic Search Ads campaigns for the last two days too without success (using v201506). The information presented in the Dynamic Search Ads Guide seems

After Migrating over to v201506 in Perl, my app does not work.

2015-09-11 Thread 栗原真太郎
After Migrating over to v201506 in Perl, my app does not work. Hi everyone. I just migrated over to v201506 and my application dose not work. A warning message encountered was *"Undefined subroutine ::Load::is_class_loaded called at APP_TOP/lib/perl5/Google/Ads/SOAP/Typelib/ComplexType.pm

Re: Differential Get

2015-09-11 Thread Will Atkins
I've done a bit of searching to see if this exists yet, but can't find anything. It's been 8 years! Is there a differential get of sorts yet that I don't know about? Thanks, Will On Wednesday, 24 January 2007 21:26:16 UTC, PPC Tools Provider wrote: > > This is a continuation of the discussion

Google Analytics Data incosistency

2015-09-11 Thread Dániel Farkas
Hi All, We are facing a very worrying issue regarding to Google Analytics. We developing a software in .NET framework, which is able to query Google Analytics servers by using HttpRequests (through measurement protocol). The issue is that we find inconsistency when we query the same historical

Get the label, if any for an account using Python API

2015-09-11 Thread William Engels
I am working with a top level MCC that controls many sub MCC accounts. Different accounts sometimes have an account label associated with them. In the MCC UI, this is the "Account labels" slot (when you mouseover the header it reads "Account labels let you organize your managed accounts into

Double dash (--) in report

2015-09-11 Thread Chan
Hi all, what means double dash (--) in report? for example in CAMPAIGN_PERFORMANCE_REPORT the value of contentImprShare is "--" {"@ctr":"0.08%","@conversions":"1078","@contentImprShare":"--","@campaignID":"xxx","@campaign":"","@clicks":"13525","@network":"Display

Re: CustomerSyncService Data Not matched with UI

2015-09-11 Thread Chirag
Hello Josh, No, Account does not have *AdWords Express* promotions. What he is doing is *"Click on Shared Library from -> Select Bid Strategy -> Select "Top Of The Page" -> apply to campaigns -> Save"* Thanks, On Thursday, 10 September 2015 03:56:49 UTC+5:30, Josh Radcliff (AdWords API

Re: Google Analytics Data incosistency

2015-09-11 Thread Anthony Madrigal
Hi Daniel, Since this forum is focused on the AdWords API, could you please post your question in one of the appropriate Analytics forum pages ? They should be able to help you there. Good luck! Regards, Anthony

Re: 구글 API 예산 업데이트 지연에 대한 문의

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry I can only answer in English, but it seems to me that the API is returning the correct value. The user interface shows: 2,139,557 - 245,695 This is equal to 1,893,862 The API response shows 189386200 (in micros), which is equivalent to 1,893,862 in the currency. If I've

Re: Get the label, if any for an account using Python API

2015-09-11 Thread Anthony Madrigal
Hi William, You can get the AccountLabel of your accounts contained in your top MCC by using the *ManagedCustomerService. * You can follow this example

Re: Why is includeZeroImpressions allowed in report definition but other options aren't allowed?

2015-09-11 Thread Anthony Madrigal
Hi Jarad, Yes, the only fields you can include in your report body are the ones listed in the report definition link you provided. Like you said, you can include those options such as *skipReportHeader *in the DownloadReport method. Regards, Anthony AdWords API Team -- --

Re: CustomerSyncService Data Not matched with UI

2015-09-11 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, Thanks for clarifying. So this is not Express-related. You mentioned in your first post: I am getting this Bid strategies changes using Adwords API, but Adwords UI > is not reflecting this Bid strategies changes. Could you provide screenshots of where you expect to see these