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
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
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"
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
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
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
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
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:
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
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
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
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"
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
--
--
=
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 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
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
>
> 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
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
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(
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
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
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())
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
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
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
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
40 matches
Mail list logo