Re: Bug with retrieval of actions

2019-05-03 Thread rentcafedev1
This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNA

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-05-03 Thread rentcafedev1
This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNA

Re: [GOOGLE ADS API] Get Conversion Action List

2019-05-03 Thread rentcafedev1
Anthony, This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status"

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-22 Thread rentcafedev1
When using GoogleAdsService with query SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50. The following is all that is returned. { "fieldMask": "conversionAction.id,conversionAction.name,conversionAction.tagSnippets" } AS yo

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread rentcafedev1
Below is all that is returned when using query SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 { "fieldMask": "conversionAction.id,conversionAction.name,conversionAction.tagSnippets" } KDJ On Monday, April 22, 2019 at 6:3

Google Ads V1 user permission denied

2019-03-29 Thread rentcafedev1
Hello, I'm receiving a user_permission_denied when I try to access conversion_action information for one of my test accounts. I have access to this account via Awords UI. I have create campaigns for this account using Google Ads API (C# client library), but am unable to get any information a

Google Ads API: Unable to get ConversionAction

2019-03-26 Thread rentcafedev1
Hello, I'm unable to get then ConversionAction of a conversion I created. I used the following to no avail. string searchQuery = @"SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50"; PagedEnumerable searchPagedResponse = goog

Google Ads API V1 Sitelink

2019-03-13 Thread rentcafedev1
Hello, I'm receiving the following error when I try to create a sitelink extension. Google Error: Status(StatusCode=InvalidArgument, Detail="Request contains an invalid argument.") Please see attached for ExtensionFeedItemOperations request information. Below is the code I'm using:

Google Ads API v1

2019-03-08 Thread rentcafedev1
Hello, When will Google Ads API v1 be available through NuGet Package Manager? KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you a

Re: Google.Ads.GoogleAds.Lib.GoogleAdsException (Status(StatusCode=DeadlineExceeded, Detail="Deadline Exceeded"))

2019-03-01 Thread rentcafedev1
Dhanya, I'm not receiving the error anymore. Not sure why. KDJ On Thursday, February 28, 2019 at 12:23:47 PM UTC-8, rentca...@gmail.com wrote: > > Hello, > > I created a campaign using version google-ads-dotnet-0.8.1, then I tried > to add campaign targeting criteria and received a Deadline e

Google.Ads.GoogleAds.Lib.GoogleAdsException (Status(StatusCode=DeadlineExceeded, Detail="Deadline Exceeded"))

2019-02-28 Thread rentcafedev1
Hello, I created a campaign using version google-ads-dotnet-0.8.1, then I tried to add campaign targeting criteria and received a Deadline error. I removed the campaign, and tried to created another campaign and now I received the following error. Thrown by the target of an invocation.) a

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
I solved the issue by adding to my app.config file. On Tuesday, February 26, 2019 at 8:59:56 AM UTC-8, rentca...@gmail.com wrote: > > I'm having the same issue > > Message: Status(StatusCode=PermissionDenied, Detail="The caller does not > have permission") > Failure: { "errors": [ { "errorCode"

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-26 Thread rentcafedev1
I'm having the same issue Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError": "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to access customer." } ] } Request ID: f9DUeMOo

Google Ads Beta Api Query

2018-12-11 Thread rentcafedev1
Hello, I'm trying to mimic the CLICK_PERFORMANCE_REPORT using the new api. Below is the CLICK_PERFORMANCE_REPORT I'm using. Select GclId, CampaignId, CreativeId, CriteriaId, AdGroupId, Device, AdNetworkType1, Date from CLICK_PERFORMANCE_REPORT during 20181210, 20181210 Below is what I have so f

Landing Page Report ExpandedFinalUrlString

2018-11-13 Thread rentcafedev1
Hi, I'm trying to get the final Url with ValueTrack parameters replaced with their final value by using the Landing Page report and the only value in ExpandedFinalUrlString and UnexpandedFinalUrlString is https://www.flats901.com. I have verified that the campaign associated with the url has

Re: Failed to refresh access token. See inner exception for details.

2018-08-17 Thread rentcafedev1
Sai, I have verified that my windows service is using a separate config file. I have also verified that the web application and the windows service are using the same credentials. The web application and the windows service call the same dll which makes the call to the Adwords API. Do you ha

Re: Failed to refresh access token. See inner exception for details.

2018-08-16 Thread rentcafedev1
Sai Teja, We are you VB.net library to make this call. As I mention in my previous email the call work fine with I'm making it through a web application, it just does not work when I make the call from a windows service. Please note: Both web application and the windows service hit the sam

Failed to refresh access token. See inner exception for details.

2018-08-16 Thread rentcafedev1
Hi, I'm getting error "Failed to refresh access token. See inner exception for details." when I try to get campaign information. The line of code is page = campaignService.get(selector) where page = "CampaignPage". This process works when I use it in a web application but not when I use it in

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-28 Thread rentcafedev1
Luis, Thank you for letting me know the time frame for my developer token getting whitelistted. KDJ On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > The whitelisting of your developer token for Google Ads API usually takes > up to one to

Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-27 Thread rentcafedev1
Hi, When I run Google.Ads.GoogleAds.Examples application I receive the following error: Failure: Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }, "mess

CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-09 Thread rentcafedev1
I've been able to set location targeting with Proximity objects on Campaigns using the AdWords API but now I receive error: CriterionError.INVALID_PROXIMITY_ADDRESS @ operations[0].operand.criterion.address. Below are two soap requests that return the error. POST /api/adwords/cm/v201802/Campai

Developer token cannot be null

2018-02-24 Thread rentcafedev1
I upgraded from v201708 to v201710 now I'm getting the following error: Inner Message 1: Value cannot be null. Parameter name: AdWords API requires a developer token. If you don't have one, you can refer to the instructions at https://developers.google.com/adwords/api/docs/signingup to get one.

Re: API Logging not working

2018-02-07 Thread rentcafedev1
Luis, Thank you for your response regarding Proximity in the criterion service. Is there an estimate on when this will be fixed? In regards to SOAP logging, I used the guide you referenced before I contacted you, with no success. Is there something I'm missing? KDJ On Tuesday, February 6, 2

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 for

Upcoming changes to AdWords OAuth Scope

2017-12-14 Thread rentcafedev1
I was reading the developers blog and it mention changes to the OAuth Scope. Could you please provide instruction on how to find out what scope I'm using. The developer who wrote the code for this is no longer with the company. I can not find anything in our code that looks like the post on

Re: How to set Call Extension Advanced option through api

2017-07-28 Thread rentcafedev1
Peter, Thanks for your response. It worked great. KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: How to set Call Extension Advanced option through api

2017-07-26 Thread rentcafedev1
Peter, Thanks for your response. I have created a Conversion action using AdCallMatricaConversion and I've created a Call Extension using CampaignExtensionSettingSerivce, but it is unclear how to link the Conversion action I created to the Call Extension I created via the api. KDJ -- -- =

Re: Set Conversion value to Don't assign a value (No value tracked)

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

How to set Call Extension Advanced option through api

2017-07-24 Thread rentcafedev1
How do I set the advanced options for Call Extensions via the api. Please see attached word document that contains a screen shot. The Item I'm need to set is outlined in red. Could you please supply me with a code example. Thank you KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Set Conversion value to Don't assign a value (No value tracked)

2017-07-24 Thread rentcafedev1
How to I set the conversion value via the API. Please see attached word document for screen shots. Could you please provide an coding example. Thanks KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

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 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

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(

Stored client's refresh token after access grant, but how do I use it later?

2016-12-12 Thread rentcafedev1
Hi My web application asks clients to move their MCCs under my account so that the web app can manage the account. To do so, I want to send and accept a merge invitation of the account. The client will be asked to give our app access to their account, and I am given an Auth Code. Using the Au

Budget per Ad?

2016-09-28 Thread rentcafedev1
Hi, I'm building a tool that I'm hoping to simplify creating Ads for our clients, similar to Adwords Express. I've been instructed to just create a single campaign and adgroup for each client, which all ads would be under. Can I set a budget for each single Ad in this case? Or does a budget

Re: INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
Oh this works too. On Thursday, September 22, 2016 at 2:04:09 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Could you change the predicate to the one below and retry the request? > >- Predicate.Equals(Budget.Fields.BudgetStatus, >BudgetBudgetStatus.ENABLED.ToString())

Re: INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
selector.predicates = New Predicate() { Predicate.In(Budget.Fields.BudgetStatus, New String() {"ENABLED"}) } Figured it out. You are supposed to send in a string, not use the budgetstatus enum to filter budgetstatus. Makes TOTAL sense! /s On Thursday, September 22, 2016 at 11:46:01 AM UT

Can't delete budget

2016-09-22 Thread rentcafedev1
Public Function RemoveBudget(ByVal budget As Budget) As Budget Dim Locations As New Dictionary(Of Int64, Location) Dim service As BudgetService = CType(User.GetService(AdWordsService.v201607.BudgetService), BudgetService) Dim operation As BudgetOperation = New BudgetO

INVALID_PREDICATE_ENUM_VALUE - can't filter budgets from BudgetService

2016-09-22 Thread rentcafedev1
Dim service As BudgetService = CType(User.GetService(AdWordsService.v201607.BudgetService), BudgetService) Dim selector As New Selector selector.fields = New String() { Budget.Fields.BudgetId, Budget.Fields.Amount } selector.predicates = New Pr

Trying to create a manager account with the API, is it possible?

2016-08-31 Thread rentcafedev1
I am trying to create accounts for my customers using the API, and would like each customer to have their own manager account underneath my root MCC. When I use ManagedCustomerService to create the account, .canManageAccounts is always false, and the documentation says it is ignored when sent to