Re: Number differences campaign of a account

2017-10-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Dương, You could not compare the download_criteria_report_as_string_with_selector example and the get_campaigns

Re: v201710 Deprecated on GitHub?

2017-10-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Havard Thanks for pointing this out. It seems that the titles of the different versions of the Java client library here are labeled as DEPRECATED. However, since this is more on the Java client library, it would be better to check w

Re: Unexpected internal API error for AdGroupService

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, I would recommend that you use the IN operator instead of EQUALS if you wish to pass a list of campaign IDs in your AdGroupService.get() call. Let me know if this helps. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: How can I set a userlist to be of type 'Exclusion' using the API?

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi George, If you wish to exclude audiences, you can either use the CampaignCriterionService to create a NegativeCampaignCriterion

Is there a service health dashboard for AdWords API service?

2017-10-23 Thread Sabeshan Srinivasan
Is there a service health dashboard for AdWords API services like the following: https://azure.microsoft.com/en-us/status/ This would help me track any system outage or latency problems and triage any issues in my application correctly. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

OfflineConversionFeed Error

2017-10-23 Thread MWA
Hi, I'm trying to push offline conversion on behalf of my clients. $oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build(); $session = (new AdWordsSessionBuilder())->fromFile()->withOAuth2Credential($oAuth2Credential)->withClientCustomerId($cust

Cant Get Developer Token

2017-10-23 Thread thomas . wangsa
Hi All, i got a problem with google adwords api which i can not get/see developer token. i have seen the video at https://developers.google.com/adwords/api/docs/guides/first-api-call how to get developer token, in my case the menu of adwords API Center didn't show in my "Account Settings", my

Re: {loc_physical_ms} values and Target Type

2017-10-23 Thread Pascal MERRIEN
Hi Jude, Thank you for your answer ! Best Regards Pascal Le vendredi 20 octobre 2017 19:47:35 UTC+2, Jude Amagoh a écrit : > > Hi Pascal, > > While using the ValueTrack Parameter, {loc_physical_ms} within your URL > to get the ID of the location, you can't restrict which type of location > IDs

Re: Cant Get Developer Token

2017-10-23 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'm from the Adwords API Team, i'd be happy to assist you in retrieving a developer token so you can advance to making you first API call. You'll only be able to sign up for API access from your production AdWords Manager account. You need to create a Production AdWords Manager account by

Re: OfflineConversionFeed Error

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when the GCLID in the request is not for the account that you're trying to upload conversions for. You can't upload a conversion for a GCLID that was generated from a

Re: Is there a service health dashboard for AdWords API service?

2017-10-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Sabeshan, I'm afraid, this feature is currently not supported through the AdWords API. However, you can always write back to us incase you run into any issues with the API services and we will be happy to assist you promptly. Thanks, Bharani, AdWords API Team On Monday, October 23, 201

Re: get_campaigns.py occur api unexpected internal api error

2017-10-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I saw the underlying error for that request in our logs, and it appears to be a temporary problem. I also retried your request just now and it completed successfully. Could you try your request again and let me know if you still encounter issues? Thanks, Josh, AdWords API Team On Friday,

Re: CustomerNegativeCriterion and Video campaigns

2017-10-23 Thread 'Tim Tsai' via AdWords API Forum
Great, thank you! On Friday, 20 October 2017 02:10:43 UTC-4, Peter Oliquino wrote: > > Hi Tim, > > As mentioned in this discussion > > the > criteria you create using the Custom

Re: CustomerNegativeCriterion and Video campaigns

2017-10-23 Thread 'Tim Tsai' via AdWords API Forum
Hi Peter, I have a follow-up question--apologies if the answer is obvious. If I apply the Account-level negative criteria to an account, and then later, I create several campai

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-10-23 Thread Vlad Gukasov
Hello Nadine, Thank you very much for help! It works excellent now. Appreciate it! пятница, 13 октября 2017 г., 23:58:25 UTC+3 пользователь Nadine Sundquist (AdWords API Team) написал: > > Greetings Vlad, > > I have an answer to what's going on here. It appears a temporary ID was > incorrectl

Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread Victor Landeau
Hello everyone, I can observe differences between the MaxCPC I get in the Keyword Performance Report I downloaded through the API, and the values I get in the Change History interface on Adwords. For example, there is one Keyword which, according to the Performance Report, had a MaxCPC of 0.16

Re: Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, The CpcBid field in Keywords Performance Report is of type attribute, which means that the value returned will always reflect the *current* Max CPC for the Keyword, ignoring the timespan of

AdWords Audience Stats and Attachment Level

2017-10-23 Thread Austin Smith
I have a few questions re: AdWords audiences in the context of reporting. 1. In terms of the AdWords object hierarchy, are Audiences associated with (ie. belong to) campaigns, ad groups, or can it be both? 2. Is an audience ID a unique identifier? Or is an Audience ID and Ad Group/Campaign I

AdWords Video ID Uniqueness

2017-10-23 Thread Austin Smith
Hi, I have a question re: the AdWords Video Performance Report, and AdWords Videos in general. 1. Are Videos a type of ad (ie. Video == Ad), or are Videos just a type of media that can be associated to an Ad? 2. Are Video ID's unique identifiers? Or would a unique identifier for a video be

Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefano, This is an issue on our end and we'll be providing an update in an upcoming release. For now, you can read these values as micro units on your end. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Cant Get Developer Token

2017-10-23 Thread thomas . wangsa
Hi Jude, Thank you for your feedback, is there any other way to get the developer api for user with access level : Administrative access or how to upgrade level to Manager account ? My Id is : 885-367-4573. Please Advice, Thomas On Monday, October 23, 2017 at 9:34:12 PM UTC+7, Jude Amagoh wrot

Re: TargetingIdeaPage Entries always is null

2017-10-23 Thread pham tri
I do not know how to get SOAP in c#. Vào 12:46:41 UTC+7 Thứ Hai, ngày 09 tháng 10 năm 2017, Peter Oliquino đã viết: > > Hi, > > In order to further investigate the issue, could you send to me the > complete SOAP request and response generated when you used the > TargetingIdeaService? You may r

Re: TargetingIdeaPage Entries always is null

2017-10-23 Thread pham tri
Sr. I do not know you repply, i do not see notice of your question via email... Vào 15:48:49 UTC+7 Thứ Hai, ngày 16 tháng 10 năm 2017, Peter Oliquino đã viết: > > Chào, > > Bạn có thể xác nhận nếu bạn vẫn cần hỗ trợ? Nếu có, bạn có thể gửi cho > tôi tư nhân thông tin mà tôi đã yêu cầu trước đó.

Re: AdWords Audience Stats and Attachment Level

2017-10-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Austin, Please see answers below to your questions. 1. In terms of the AdWords object hierarchy, are Audiences associated with (ie. belong to) campaigns, ad groups, or can it be both? Audiences can only be associated in a campaign or in ad group, and not both. If your campaign has a user l

Re: CustomerNegativeCriterion and Video campaigns

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, Yes, the account level negative criterion are placed within your shared library so it should be applied to all, including new campaigns. If you wish to learn more about the behavior of account level negative criteria, I would recommend that you contact the product experts in the AdWords

Re: AdWords Video ID Uniqueness

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Austin, You may refer below for my answers : 1. Are Videos a type of ad (ie. Video == Ad), or are Videos just a type of media that can be associated to an Ad? *Videos are a type of media that are associated to your ads and you can also create video ads in the AdWords API through tem

adwords Fatal error: Uncaught Error

2017-10-23 Thread Pradeep Kumar
Hello, I am getting this error, when i active the api. Please help me Catchable fatal error: Argument 1 passed to Google\AdsApi\Common\Configuration::__construct() must be of the type array, null given, called in /home/techximu/public_html/adwords/adpulse/wp-content/plugins/adwordsapi/admin/vi

Re: TargetingIdeaPage Entries always is null

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may be able to enable SOAP logging by referring to this guide . Once enabled, you can try your request once more and send to me privately (using the *Reply privately to author* o

where I approve ThirdPartyRedirectAd?

2017-10-23 Thread angel . ortiz
I tried to create a ThirdPartyRedirectAd but sent me this error "AdError.CUSTOMER_NOT_APPROVED_THIRDPARTY_REDIRECT_ADS". where I approve this type of ads? my code: ThirdPartyRedirectAd thirdPartyRedirectAd = new ThirdPartyRedirectAd(); thirdPartyRedirectAd.setName("Example third party ad #" +

Re: get_campaigns.py occur api unexpected internal api error

2017-10-23 Thread Hyungchul Park
> > Hi >> >> i still encounter same issues >> >> i think this problem is not temporary issue. may functionality issue or >> developer token issue. >> >> if this problem temporary issue, why i encounter this issue for a week? >> >> because of this problem, i can't develop at company >> >> pleas

Re: adwords Fatal error: Uncaught Error

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pradeep, The issue you are encountering appears to be more of a PHP client library specific error. This being said, you can get in touch directly with the PHP client library owners via this link . Best regards, Peter AdWords API Team -