AWQL yery for all Adgroups

2019-01-03 Thread hannes
Hi i want to itereate through alle existing (~100] adgroups and change the Add Snippets. So i need something like this Dim q = adGroupService.query("SELECT AdGroupId,AdGroupName") if it would work, I wouldnt post :-( give some hints PS the code general works, can add snippet if i hard

Re: GoogleWebAuthorizationBroker.AuthorizeAsync redirecturl

2019-01-03 Thread hannes
As it changes the port on every debug start, this isnt a soluiton changed the type to "other" instead of web and now it works -Hannes Am Mittwoch, 2. Januar 2019 21:57:53 UTC+1 schrieb Teja Makani: > > Hello Hannes, > > If you got your client ID and secret only a few minutes ago, and you get >

Re: Add affinity/in market audience to campaign from Adwords API

2019-01-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Trine, It seems that you are using Google Ads Scripts and not AdWords API. Kindly post your concern in the Google Ads Scripts Forum instead as this is out of

Re: C# Migrate from AdWords API v201708 to v201809 - The OAuth client was not found

2019-01-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Boris, The error "Failed to refresh access token" means that your refreshToken is probably expired. There might be an issue with your OAuth2 Credentials. I would recommend to regenerate a new set of credentials by following this guide

Re: TargetingIdea limit keywords results

2019-01-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thank you for contacting support. For correct indexes, you will need to specify 0 to 699, then 700 to 1399, and so on. Basically, one request could only return to you the 700 results from 0 - 699 or 700-1399, you would not be able to choose indexes in between and get 700 results starting

Re: How to get constant data?

2019-01-03 Thread carrick
Hi Bharani How's about my questions? Could you please have a check? Thanks. Regards, Carrick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Getting changes in the change history API

2019-01-03 Thread divya . agarwal
Hi Bharani, Thank you, yet what I wanted to know is can we get campaign specific type of change like if there is a budget change or some other type of change. On Friday, January 4, 2019 at 1:28:25 AM UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Divya, > > You will be able

Re: RevokeRefreshToken

2019-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Pankaj and Derek, There were a few changes made to the latest version of the .NET client library. It looks like the issue is specific to this. Could you please post your concern on the Github issue tracker so the library owners

C# Migrate from AdWords API v201708 to v201809 - The OAuth client was not found

2019-01-03 Thread bberlin
Hello, we are migrating from AdWords API v201708 to v201809. We do uninstall NuGet v201708 and installed v201809, and replaced "using" -s to v201809. The build passed without any errors or warnings. However when we run the code we got an the run-time shows an error of

TargetingIdea limit keywords results

2019-01-03 Thread thiago . correa
I'm using TargetingIdea to generate keyword suggestions, however the API has a limitation of bringing only 700 suggestions (https://developers.google.com/adwords/api/docs/appendix/limits), I saw that in another site you can make more than one request to bring the rest of the results

Add affinity/in market audience to campaign from Adwords API

2019-01-03 Thread Trine . norris
Hi Support, I want to add audiences to some campaigns in Adwords Api. This code currently works, however it does not recognize the Audience ID's which I gave, and it does not seem like it corresponds to the ids from the report. E.g. "uservertical::933005" nor 296911073664 works for the

What are AudienceId's?

2019-01-03 Thread Trine . norris
Hi! the following code gives me an error, because it does not recognize the audienceID. I have used the ones from the report called "uservertical::91800", and have tried just typing in numbers such as 1,2,3 etc. Why is it not updating? Can you help? function interests() { var interests =

Re: Possibility to exclude users from seeing any budget

2019-01-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Martina, Could you please confirm if you are looking to restrict the client to use only TargetingIdeaService? If yes, then you won't be able to restrict the user to specific API service. For more information on requirements for targeting idea service, please refer to this

Re: Cancelled accounts in new Ads API

2019-01-03 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Marc, For now there is no way to identify the canceled accounts via API. I will let my team know regarding your suggestion and update you once I have more information. Meanwhile you could use AccountLabels

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2019-01-03 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Esteban, The issue related to the error UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA for test accounts is not yet resolved. Our team is working on this issue, I will let you know if there is an update on this bug. If you are facing this error for production accounts

Re: Getting changes in the change history API

2019-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Divya, You will be able to get the changes made to the Campaign using the CustomerSyncService and CampaignChangeData

RE: About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm looking into what the display value will be and will let you know as soon as I have that info. Note that starting on January 8, you'll be able to get the display value from *ReportDefinitionService* in the ReportDefinitionField.EnumValuePair.enumDisplayValue

Re: RevokeRefreshToken

2019-01-03 Thread Derek T
Bharani, I'd like to throw in a "Me, too!" here. I'm using the .NET library. When using the provider OAuth2ProviderForApplications, the default value for IsOffline is "true" so that suggests that it's already set to offline. The examples in your link were not related to the .NET libraries,

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2019-01-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Please find my inline responses below: 1. On OAuth flow, it's not possible to prevent the users not associated with any AdWords account from log-in/authorizing my application. *You will be able to login to the Google API Console Credentials page and generate the OAuth credentials for a

RE: Getting InternalApiError.DEADLINE_EXCEEDED for for Geo Performance reports.

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Luciano, I suspect this started happening because of the extremely large amount of data returned from your report request. If I issue a request with a predicate on *CampaignId IN [..., ...]* for several campaigns, the response comes back without error. Could you try breaking up your single

RE: Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ryan, Thanks for following up on our earlier discussion via the forum. If you were using the AdWords API directly, you could issue separate Keywords Performance Report requests to get the

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2019-01-03 Thread esteban
Hello Teja Makani, do you have any update of this issue? we have some serious problems for this bug. thanks for attention! Regards, Esteban Maya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread Ryan Lister
Thanks for your reply Alexander, our previous workaround was to use values of <10% as 5%. But this has led to wildly inaccurate numbers when aggregating up, for example over a date range. What would be ideal is to have the true value sent though, this way our reporting would be close to what is

Getting changes in the change history API

2019-01-03 Thread divya . agarwal
Hi Team, Can we get what type of change is made in the campaign using the Change history API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2019-01-03 Thread Marc Selman
After finishing the OAuth flow I perform a test call and when I get the NOT_ADS_USER error I show an error to the user that it's not a valid Google Ads account and don't store the OAuth tokens. Op donderdag 3 januari 2019 05:46:43 UTC+1 schreef Yoshimasa Tanabe: > > Hi Milind, > > I want to

Retrieving a tree of all customers

2019-01-03 Thread Marc Selman
I'm trying to retrieve a complete nested tree of all customers (and if it's a manager account, the customers below that etc.) To do this I'm using the new Google Ads API (v0.7) to retrieve the CustomerClientLinks recursively and for every link I'm using GetCustomer to retrieve the customer

About "display values" of "CONNECTED_TV" when get "Account Performance Report" via AdWords API

2019-01-03 Thread pntan
Dear Adwords API team, When I get "Account Performance Report" via AdWords API, I have a question: *- What's "display values" of "CONNECTED_TV" ?* Thank AdWords API team so much. ** Ref image as below:* [image: display_name_conntect_tv.png] -- --

Possibility to exclude users from seeing any budget

2019-01-03 Thread martina . strasser . g
Hi everybody, is it possible to create an interface where users cannot see the Budget of a campaign/account/whatever, but only use TargetingIdeaService? Best, Martina -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Cancelled accounts in new Ads API

2019-01-03 Thread Marc Selman
There was a question in this forum earlier about the Adwords API returning cancelled accounts: https://groups.google.com/forum/#!topic/adwords-api/NC5vIw0_Shs I'm using the new Ads API (v0.7) and when retieving CustomerClientLinks I'm also receiving cancelled accounts. There is no way to

Re: how to revoke a client account thats we gained access through an MCC

2019-01-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eran, Thank you for clarifying your concern. There wouldn't be any additional process for your company to do if they remove a client account from their MCC. Thanks, Dannison AdWords API Team On Thursday, January 3, 2019 at 5:14:43 PM UTC+8, Eran Karaso wrote: > > Hi Luis, > > No, since we

Re: Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread Alexander
a workaround would be: CAST( REGEXP_REPLACE( SearchImpressionShare, '[%<>]', '' ) AS FLOAT64 ) On Thursday, January 3, 2019 at 10:35:37 AM UTC+1, Ryan Lister wrote: > > Hi Support, > > I am trying to build a reporting suite for AdWords by bringing the data > through to our BigQuery instance

Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread Ryan Lister
Hi Support, I am trying to build a reporting suite for AdWords by bringing the data through to our BigQuery instance and linking it to an online dashboarding tool. The adwords data transfer service sends us the reports outlined here :

Re: Audience Targeting Cannot Set Targeting type "Observation"

2019-01-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ronak, Unfortunately, the Observation option is currently not supported in the AdWords API. This is currently supported in the Google Ads UI only. Please see this documentation for your reference. Regards, Dannison AdWords API Team On

Re: Adding In-Market audience to the campaign with the "Observation" option

2019-01-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, I understand your frustration, however, this is currently still not available via the API. Let me file a feature request for you, however there's no guarantee of if and when this will be supported. Regards, Dannison AdWords API Team On Thursday, January 3, 2019 at 1:28:59 PM UTC+8,

Re: how to revoke a client account thats we gained access through an MCC

2019-01-03 Thread Eran Karaso
Hi Luis, No, since we are a SAAS platform and company B (in this example) would be an ad agency using our services they wouldn't be a sub-MCC of our MCC since they grant access for our app... Prior to giving access to our MCC company B's MCC is a stand-alone MCC with client accounts linked to