RE: ACTION_NOT_PERMITTED while adding placement to Ignore Placement List

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to our API support team. So we can better investigate, could you provide your customer ID, and the complete request and response logs along with the request ID, that was generated when the error occurred? You may send the requested details using the Reply

RE: Error CRM-based user list vs Logical user list

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi Joyca, Thank you for reaching out to our API support team. For the AdWords API error that you are encountering, could you also provide the customer ID and the complete SOAP request and response logs along with the request ID? These details would allow our team to further investigate the

RE: Client account access sharing to Users and Manager Accounts

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for your questions, you may refer below for my answers : 1. Is there any way, via API, to add Users to an existing client account giving them read-only access level? (Or in fact - to add a User to an existing client account with *any* access level?) Currently, specifying an

cannot create customer under child MCC

2020-11-24 Thread 'Lauren Fu' via AdWords API and Google Ads API Forum
Hi Ads API support, I have a master MCC 777-184-9643 with basic API access token. And I also have a child MCC 916-749-8242. I can get information under child MCC by ads api. But when I tried to create new customer under child MCC, I got error as below, is there anything I should do before CREATE

RE: COUNTDOWN is not possible to create via AdWords API

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi, Upon further discussion with the team, we noticed that the COUNTDOWN customizer formula is missing a closing parenthesis. You may update it from {COUNTDOWN(2020-12-25 00:00:01,20} To {COUNTDOWN(2020-12-25 00:00:01,20)} Let me know how it goes after trying the provided suggestion.

Cannot upload click conversion

2020-11-24 Thread Cristiano Ghersi
Hi all, I am trying to upload a click conversion using this guide: https://developers.google.com/google-ads/api/docs/conversions/upload-clicks My code is the following: Properties properties = new Properties(); properties.put(ConfigPropertyKey.CLIENT_ID.getPropertyKey(), "MY CLIENT ID");

App still not approved

2020-11-24 Thread dev m32
Hello We have gone through the steps of Oauth for an installed app desktop and keep getting blocked at obtaining a refresh url with oauthdoctor or the sample python module for obtaining a refresh token. The message is always the same "This app has not been verified yet by Google in order to

RE: Can‘t get data of remarketing campaign through CAMPAIGN_LOCATION_TARGET_REPORT API

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hello Cathy, Thank you for reaching out to Google Ads API Support. Please provide the account ID and campaign ID, the AWQL used, and complete request and response logs with RequestID to investigate. You can provide it via Reply privately to author option. Regards, Abraham Abraham Williams

RE: Video ADGROUP_PERFORMANCE_REPORT And Display Ad ADGROUP_PERFORMANCE_REPORT

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hello, Can you provide more details to what you mean by display ad group id? To get the Id of your ad groups, you will need to use AdGroupId. You will also find the fields Impressions and Clicks to get the performance data of your ad groups. Regards, Anthony Google Ads API Team Anthony Google

Re: Structured Snippet Extensions

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi Roman, I don't have any updates at this time, but I provided the structured snippets team with some more examples and was able to reproduce this problem using only the UI. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q22Zx4a:ref -- --

RE: Cannot see the example of .Net Client library

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi Maciej, The link appears to be working. Can you please try again? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q27vhtU:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Search query, landing page and associated metrics

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Certain ads do not use final URL, for example, the call only ads do not use finalUrls, and setting this field on a call only ad will cause an error. This is why for some rows it does not contain a final URL. Thanks and regards, Xiaoming, Google Ads API Team

Internal error on Change Events API

2020-11-24 Thread Ali A
Hi, I'm trying to investigate change event API v6 in JAVA client. I could get the data for other customers successfully but in one customer that accessing from a manager account, I'm getting an internal error. Here is my stacktrace and requestID: Regards 2020-11-24 16:29:39.010 WARN 7688

Re: There is no API Center option in tools & settings - developer token

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for providing the details. The account Id you provided is a client account. Here is some documentation on creating and linking manager accounts. Let me know if you face any issues. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27vybj:ref

Re: We can't get the campaigns

2020-11-24 Thread Exos Solutions
Ok, I've already done it. I was putting the Customer Account in the variable loginCustomerId, instead of putting our Manger Accout. I was doing it like it was done in the Google Adwords API. Thanks for all. El martes, 24 de noviembre de 2020 a las 9:21:30 UTC+1, Exos Solutions escribió: > Dear

Re: Account Link

2020-11-24 Thread Google Ads API Forum Advisor Prod
Hi Adrian, Apologies for the delay - unfortunately we're still waiting on an investigation by the engineering team. I'm hoping for more information soon, but since this is a Holiday week in the U.S. it may take a little longer than normal. I'll let you know as soon as I have more information.

ACTION_NOT_PERMITTED while adding placement to Ignore Placement List

2020-11-24 Thread cv
Hello, I am getting error that ACTION_NOT_PERMITTED The user does not have permission to perform this action on the resource or call a method. I have access to this account and I am able to get refreshtoken for same. Any Idea how I can check this error? Thanks, -- --

Error CRM-based user list vs Logical user list

2020-11-24 Thread Joyca Vervinckt
Hi all, We have set up an integration between our Marketing Automation system (SAP Marketing Cloud - SMC) and Google Ads. This was done according to documentation on https://help.sap.com/viewer/65e50a5c66c04e8aa7edcbade3c50eb6/2011.500/en-US/47d837c8c1ce4592b1a4058600f6d6be.html. This

Granular permissions for OAuth

2020-11-24 Thread al...@mayple.com
Hi there, Is there any way to allow a user to offer granular permissions to specific manager ("MCC") or client accounts, that he has access to, when authorizing our app via OAuth2? That is, if he has 2 MCCs, give our app permission to access only 1 of these 2. Or, if he has an MCC and 5

Client account access sharing to Users and Manager Accounts

2020-11-24 Thread al...@mayple.com
Hi there, I have 3 questions, regarding the Google AdWords API and Google Ads API: 1. Is there any way, via API, to add Users to an existing client account giving them read-only access level? (Or in fact - to add a User to an existing client account with *any* access level?) 2. Is there any

Broad match with v6 ads API

2020-11-24 Thread Carlo Bono
Hello everyone, I'm having some trouble with broad matches and keyword order. I'm getting the information from here and here My understanding is that broad matching also accounts for

Re: Account Link

2020-11-24 Thread Adrian Misak
Hi, Just following up on this problem. Looking forward to your response. Thanks and have a nice day, Adrian On Monday, November 16, 2020 at 9:57:18 PM UTC+1 Adrian Misak wrote: > Thank you, I really appreciate it. > > On Monday, November 16, 2020 at 7:07:01 PM UTC+1 adsapiforumadvisor wrote: >