Re: [1-5263000017652] Adwords API - Seach Network

2017-05-24 Thread Jim Hartley
Thank you, we are trying to avoid the tag so my question is if the customer match is the only way to add users to the search network via server side.  If it is the only way, do you know why? Jim Hartley Manager, Digital Strategy Email: james.hart...@tealium.com Phone: 858.228.1961 We

Re: [1-5263000017652] Adwords API - Seach Network

2017-05-24 Thread Jim Hartley
Thank you.  To clarify my goal I will use an example. If I use the API to create a basic user list - https://developers.google.com/adwords/api/docs/reference/v201702/AdwordsUserListService.BasicUserList.   What identifiers can I use from the web page to add users to that list via the API?  To

Re: LabelService xsi:type

2017-05-24 Thread Toms Mārtiņš Sīmanis
Thank you, the second thing about xsi_type being 'TextLabel' was the answer. On Wednesday, May 24, 2017 at 9:12:46 PM UTC+3, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Toms, > > If you have elements in your XML file whose type is a complex type, > xsi:type specifies the particular c

Re: v201702 Migration - LocationGroups - IncomeOperand

2017-05-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello rafa.romero, I've confirmed that there are no alternatives in v201702. We're considering support this in other ways but there is no ETA yet. Sorry for this inconvenience. Best, Thanet, AdWords API Team On Tuesday, May 23, 2017 at 5:45:33 PM UTC+9, Thanet Knack Praneenararat (AdWords API

Re: uncommon Id value in Keyword Performance Report

2017-05-24 Thread 劉又潔
Hi, Thank you for your reply, I've send a private post, if there is something else I need to provide, please let me know. Thank you!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+G

Re: Setting autoTaggingEnabled

2017-05-24 Thread rentcafedev1
> > Shwetha, > It worked! Thanks for your help. KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Setting autoTaggingEnabled

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to set the target account's Id as the clientCustomerId in the request header when you execute the getCustomers() method so that the details of that particular AdWords account are retur

Re: Setting autoTaggingEnabled

2017-05-24 Thread rentcafedev1
Shwetha, I did as you suggested. It did not produce an error but it does not update the correct client account. I need to be able to set autoTaggingEnabled for a certain client account. How would I do that? Thanks KDJ On Wednesday, May 24, 2017 at 12:34:54 PM UTC-7, Shwetha Vastrad (AdWords

Re: Setting autoTaggingEnabled

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi KDJ, The getCustomers() method takes no arguments and returns a list of Customer objects. This is probably why you encounter the "Arithmetic operation resulted in an overflow" error. Could you change that line of code to the one below and let me know if it works? Dim Customer As Customer =

Re: database with countries and cities in Russian

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid the LocationCriterion details and codes are only available in English at the moment. You could try using Translate to get these details in Russian. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Setting autoTaggingEnabled

2017-05-24 Thread rentcafedev1
How do I set autoTaggingEnabled to true for a certain customer Id? I've tried the following but I receive and error. Dim CustomerService As CustomerService = CType(User.GetService(AdWordsService.v201702.CustomerService), CustomerService) Dim Customer As Customer = New Customer(

Re: LabelService xsi:type

2017-05-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Toms, If you have elements in your XML file whose type is a complex type, xsi:type specifies the particular complex type. Are you trying to add a Label or a Content Label

Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, This is expected behavior. The reason why ManagedCustomerService.get is returning all your accounts even after setting ExcludeHiddenAccounts to true is because all your accounts are not hidde

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, View-through conversions track the value of your display or video ad campaigns to measure the conversions where a customer saw—but didn't click—an ad before completing a conversion. Since there isn't a click associated with these conversions, the ClickType field is not compatible with this

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vladimir, You can provide the OAuth2 configuration details while building the OAuth2 credentials and session object. Please see OAuth2TokenBuilder.php and AdWordsSessionBuilder.ph

Re: New Google Shopping Performance Report - How to get product title

2017-05-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christophe, Unfortunately, we still can't get the product title from Shopping Performance Report. Please keep an eye on our blog for updates and announcements. Yes, the offerId/ItemId

LabelService xsi:type

2017-05-24 Thread Toms Mārtiņš Sīmanis
Hello! I want to create automatized tools for AdWords and I have a problem with understanding of, what is xsi:type? label_service = AdWordsClient.GetService('LabelService', version='v201702') operations = [{ 'operator': 'ADD', 'operand': { 'name': CampLab, }, 'settings': [ { 'xsi_type': 'CONTE

Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread Luis C. Cruz
Hi Ivan I checked the isHidden field and for all of the accounts it's set to false. SOAP logging is not enabled (as far as I know) and I'm using Python and C#. Can you help me with a guide? (for any language) Thanks El miércoles, 24 de mayo de 2017, 5:51:13 (UTC-5), Ivan Bautista escribió: >

database with countries and cities in Russian

2017-05-24 Thread Андрей Соколовский
Hello. Https://developers.google.com/adwords/api/docs/appendix/geotargeting - Here I can get a database with countries and cities in English. And how do I get this database, but in Russian? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://go

Re: Ad Performance Report. 'status' field return value

2017-05-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thanks for the report. I do not believe this is expected; you should be getting values like "ENABLED" or "PAUSED", as you said. I will follow up with our engineering team and let you know when I have any information to share. Regards, Mike, AdWords API Team On Wednesday, May 24, 2017 a

database with countries and cities in Russian

2017-05-24 Thread desk
Hello. Https://developers.google.com/adwords/api/docs/appendix/geotargeting - Here I can get a database with countries and cities in English. And how do I get this database, but in Russian? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://go

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Benjamin, Let me confirm with engineering why the search volumes are not returned. Will get back to you once I get more information. Cheers, Thanet, AdWords API Team On Wednesday, May 24, 2017 at 2:17:58 AM UTC+9, Benjamin Morel wrote: > > SOAP logs sent as private message! > > Thank you,

Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, Could you check if the isHidden field of those accounts in question are set to true? To help us investigate further, could you reply to us privately (using *reply pr

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi , You may refer to this section on how to change the clientCustomerId header programmatically. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-24 Thread Vladimir Tatarsky
Ok, just another question (sorry for off-topic): is that possible to build session and OAuth credential object without calling "fromFile" method? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

Re: Search volumes - can't get it to work.. PHP

2017-05-24 Thread Mark
Wow.. that was really stupid from me. I looked the LocationCriterionId up in that table but I wrote it down wrong.. Thanks, it works now! On Tuesday, May 23, 2017 at 10:27:09 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Mark, > > I see that you are setting the location criterion

Re: New Google Shopping Performance Report - How to get product title

2017-05-24 Thread christophe
Hi Mat, Sorry for re-opening an old topic, but has there been any development about including the product title in the Shopping Performance Report? Or do we still have to use a separate API just to get the product name? I have another questions while on this subject: is the ItemID we are gettin

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-24 Thread cv
Also, this fields working fine for v201607 only issue with v201609 and after. On Wednesday, 24 May 2017 15:17:54 UTC+5:30, cv wrote: > > Hi Shwetha, > > According to migration guide and announcement link there is no mentioned > of ViewThroughConverisons field incompatibility with ClickType. >

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-24 Thread cv
Hi Shwetha, According to migration guide and announcement link there is no mentioned of ViewThroughConverisons field incompatibility with ClickType. Does ViewThroughConverisons field incompatibility with ClickType is appropriate? Thanks On Saturday, 3 December 2016 01:26:59 UTC+5:30, Shweth

Ad Performance Report. 'status' field return value

2017-05-24 Thread 郭文豪
Hello I'm wondering why 'status' attribute of 'AD_PERFORMANCE_REPORT' return *'Status_Enabled', 'Status_Paused'* instead of* 'ENABLED', 'PAUSED'* , when I set useRawEnumValues as true The reference document indicates there are only three type of values exist : ENABLED enabled PAUSED pause

Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found in C:\test\vendor\googleads\googleads-php-lib\examples\AdWords\v201702\BasicOperations\GetCampaigns.php on line 75

2017-05-24 Thread api . testriver
Hi I need some help with this. I

ExcludeHiddenAccounts=true not working

2017-05-24 Thread Luis C. Cruz
I want to get all the accounts within an MCC which contains 755 accounts, but 635 of those are hidden. In the API references I found out that I can filter out all the

Re: [1-5263000017652] Adwords API - Seach Network

2017-05-24 Thread Jim Hartley
Thanks Vishal, Is there an Adwords API that would suit this need?  Thanks! Jim Hartley Manager, Digital Strategy Email: james.hart...@tealium.com Phone: 858.228.1961 Web: www.tealium.comMobile: 267.625.9422 IMPORTANT: The contents of this email and any attachments are confident

Re: [1-5263000017652] Adwords API - Seach Network

2017-05-24 Thread Jim Hartley
Is there a way to leverage an API to pass users to lists in Adwords using a cookie or value other than email address? Jim Hartley Manager, Digital Strategy Email: james.hart...@tealium.com Phone: 858.228.1961 Web: www.tealium.comMobile: 267.625.9422 IMPORTANT: The contents of this

Re: uncommon Id value in Keyword Performance Report

2017-05-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you provide me your clientCustomerId, the complete report definition used , the generated report file and the AdWords API version you are currently using so I could investigate further? Pleas

Dynamically change client id in adsapi_php.ini file of Googleads php library

2017-05-24 Thread developer . djax
Hi, I need to change the account id for the group of users accessing the site with dynamoc client id value. As of now, it is possible only to set a particular value in *clientCustomerId* of ini file. Kindly suggest me an alternative method to change the values dynamically -- -- =~=~=~=~=~=~=