C# Setup - Assembly Errors

2018-02-06 Thread otctestps
I am attempting to access a test account using the Adwords API with the C# client libraries. I'm trying to follow these instructions: https://github.com/googleads/googleads-dotnet-lib/blob/master/README.md#getting-started I'm to the point where I want to run the GetCampaigns.cs example and

Steps for Adwords API Access

2018-02-06 Thread KCEBTH
Hello Adwords Support Team, I am trying to access the adword API using Java but no luck. I have followed the steps provided in the help link. Please help. Below are the steps. 1. Created a Test Manager Account. ID : 666-236-4191 2. Created client id and client secret using this test manager

Correct Syntax for NetworkSetting using Node.js

2018-02-06 Thread Mark Anthony Gutierrez
Hello everyone, Can someone help me for the right syntax to write the NetworkSetting in Nodejs? I've tried this: let selector = { searchParameters: [{ 'xsi:type': 'RelatedToQuerySearchParameter', queries: keyword_slice }, { 'xsi:type': 'LanguageSearchParameter', languages: [{'cm:id': 1000}] },

Get Ad and Keyword creation date in googla adwords api

2018-02-06 Thread Bhairavi
Hi, I am using PHP client library for google adwords api. How to get Ad and Keyword Creation date from api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How do I show automatic in placement in New Goolge adwords UI/Console?

2018-02-06 Thread Ken Dan Tinio
How do I show automatic placement in New Goolge adwords UI/Console? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: API Logging not working

2018-02-06 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, Apologies for the inconvenience. Currently, we have an ongoing issue regarding the Proximity in the criterion service and our team are actively working on this right now. We will keep you updated on this matter once this issue is fixed. Regarding your API logging, for proper

Re: Issue with AdServingOptimizationStatus migration in v201710

2018-02-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Declan, For the adServingOptimizationStatus field, this will default to OPTIMIZE and not null based on that link under CONVERSION_OPTIMIZE. It says on the guide that "If

Re: how to remove placement url's in ad group

2018-02-06 Thread Ken Dan Tinio
what happens if I only have url? How to remove this placement url in an adgroup level? without the criterion id.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

[no subject]

2018-02-06 Thread Manish Sharma
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: How to link production account to test account.

2018-02-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ben, This is currently not possible since test accounts belong to a completely different hierarchy than production accounts. While it is true that a developerToken belonging to a production account can be used to target test accounts, there is no way to associate these accounts to each

Re: Issue with Google Calendar API

2018-02-06 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Mathew, Your concern seems to be not an AdWords API related issue but rather on the Google Calendar API. For proper assistance on your concern, you may post it in the Google Calendar API Forum

API Logging not working

2018-02-06 Thread rentcafedev1
I'm getting the following error even though I'm passing a correct address: Error: CriterionError.INVALID_PROXIMITY_ADDRESS I know you require the SOAP request in order to help resolve the issue unfortunately I'm unable to get the logging working. Below is what I added to my web.config file

Re: How to link production account to test account.

2018-02-06 Thread ben . sanecki
Hi, I know this thread is old but I want to know if there is a way to verify that the test account I created is associated with the Production account. As of now I just see a blank account and no indication that I can use my token with it. On Monday, March 7, 2016 at 10:32:28 AM UTC-6, Anthony

Issue with AdServingOptimizationStatus migration in v201710

2018-02-06 Thread Declan Keane
Hi, just a few comments on the migration to v201710. I upgraded recently. I see there "AdServingOptimizationStatus" should cause a CANNOT_SET_AD_ROTATION_MODE error if you are still setting it on Campaign level based on the migration guide:

Issue with Google Calendar API

2018-02-06 Thread Mathew Omeike
I am trying to fetch my calendar events using the google calendar API. But it is giving me error for `dailyLimitExceededUnreg`. But actually i have full limit available. Please help me to get rid from this error. Fatal error: Uncaught exception 'Google_Service_Exception' with message '{

Re: How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Carlos, I see that you have found the attribute that you were looking for. Did you need any further assistance from us? If so, could you please share the UI screenshot of the attribute that you want to set? You could use reply privately to author while sharing the details. Thanks,

Re: REDACTED REPORT DATA Report was not downloaded due to: HTTP Response Code: 500, Type: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2018-02-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, I see that the java code you are running is from the client library. Your properties file has api.adwords.clientCustomerId commented out but your response does indeed have a clientcustomerid. Are you using the same code or do you have that line uncommented in the ads.properties file in

Re: How do I change the Name of a Managed Customer

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Manish, The SET operator is supported for ManagedCustomerService.mutate()

Re: How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread Carlos Abrantes
Autoresponse: the setting is ContentBidCriterionTypeGroup P.e. $adGroup->setContentBidCriterionTypeGroup(CriterionTypeGroup::GENDER); More info at https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupService.AdGroup#contentbidcriteriontypegroup -- --

Re: Setting up the API, getting a SOAP error

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alan, Glad that it worked for you. The guide on troubleshooting CA file issues might be helpful for you. Let me know if you need any further assistance. Thanks, Sreelakshmi, AdWords API Team

How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread Carlos Abrantes
In example https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201702/BasicOperations/AddAdGroups.php $targetingSetting = new TargetingSetting(); $details = []; $details[] = new TargetingSettingDetail(CriterionTypeGroup::PLACEMENT, false); $details[] =

Re: How do I change the Name of a Managed Customer

2018-02-06 Thread Manish Sharma
I ran into a similar problem of renaming account with API. I can see that there is SET operator now for ManagedCustomerService but doesn't seem to work. Are updates supported for ManagedCustomer with API? On Monday, November 26, 2012 at 2:37:26 PM UTC+5:30, Danial Klimkin wrote: > > Hello

Re: Setting up the API, getting a SOAP error

2018-02-06 Thread Alan Coleman
Thanks for the reply Sreelakshmi, As a local test I disabled the SOAP SSL Verification in SoapSettingsBuilder.php, this allowed me to run an example via the command line. So the problem is with the certs, or lack of them, on my local machine. Thanks again for your help. On Monday, February

REDACTED REPORT DATA Report was not downloaded due to: HTTP Response Code: 500, Type: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2018-02-06 Thread jetadwordmanager
Trying to Fetch Campaigns Stats with following Java Code :- //Copyright 2017 Google Inc. All Rights Reserved. // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //