c# USER_PERMISSION_DENIED by Get Account Hierarchy

2022-02-14 Thread Karin Rutter
Hallo Friends I try to implement the second (for me) Google Ads Example from c# Examples Library: Get Account Hierarchy... Unfortunaly again get a Error. This time USER_PERMISSION_DENIED Have a log for this call. Thanks for Help Adam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Getting this has type tuple, but expected one of: bytes, unicode while adding users to UserIdentifier

2022-02-14 Thread Subhranshu Mohanty
Hello, I've multiple users to be added to a userlist. Below is the code for the same, Am I doing it correctly , can anyone lemme know. def add_users(self, users: list): offline_user_data_job_resource_name = self.create_offline_user_data_job() request =

Re: INVALID_CUSTOMER_ID Error for Google ads api

2022-02-14 Thread Subhranshu Mohanty
Thanks, It got resloved. On Tuesday, February 15, 2022 at 4:08:23 AM UTC+5:30 adsapi wrote: > Hello Subhranshu, > > Thanks for reaching out to the Google Ads API support. The error > INVALID_CUSTOMER_ID >

Inquiries regarding issuance of additional tokens

2022-02-14 Thread media dmc
Hello This is jungwook Kim at DMC media Regarding the issuance of Google Ads API tokens, we would like to ask you the following questions. Our company has been issued an API token with general access rights to the top-level MCC. However, we want to collect data from the sub MCC(that is mapped

Inquiries regarding issuance of additional tokens

2022-02-14 Thread media dmc
Hello This is jungwook Kim at DMC media Regarding the issuance of Google Ads API tokens, we would like to ask you the following questions. Our company has been issued an API token with general access rights to the top-level MCC. However, we want to collect data from the sub MCC(that is mapped

Local Ads Data Missing in Gender/ Age View API Endpoints

2022-02-14 Thread SANJAY SRINIVAAS M R
Hi, I have been extracting Adgroup Metrics from the Gender View using API. I am able to get data for the Search Campaign Type Ad groups but no data comes through for Ad groups of Local type. Can you please clarify on this issue. This is the query I am using { "query" : "select

RE: Adwords api targeting idea INVALID_CRITERION_ID

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello there, Thanks for reaching out to the Google Ads API team. To take a closer look at the issue you described and to address it, would you be able to provide the complete SOAP request and response logs, with the requestId and request header generated on your end where we can see the error?

Re: Python GoogleAdsClient update multiple keyword bids simultaneously

2022-02-14 Thread Laurie McIntosh
Well... using https://github.com/googleads/google-ads-python/blob/2a1d6062221f6aad1992a6bcca0e7e4a93d2db86/examples/campaign_management/add_complete_campaigns_using_batch_job.py as a starting point, I can query like: query = """ SELECT campaign.id, ad_group.id, ad_group_criterion.keyword.text,

INVALID_CUSTOMER_ID Error for Google ads api

2022-02-14 Thread Subhranshu Mohanty
Hi, Even after passing the correct customer ID, I am still getting an Invalid customer ID. I am passing the 10 digits customer id without the hyphen. Lemme know what's the issue. Thanks. { "_error": { "description": "(<_InactiveRpcError of RPC that terminated with:\n\tstatus =

Items outstok - manage

2022-02-14 Thread Pavel Zhdanov
hey everyone I'm looking problem solving with stock / outstock manage search ads May you know some libraries which help manage ads -> stop ads when items are outstock? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

outstock items - managing

2022-02-14 Thread Pavel Zhdanov
hey everyone I'm looking problem solving with stock / outstock manage search ads May you know some libraries which help manage ads -> stop ads when items aren't outstock? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Migration question about asset-based Page Feed

2022-02-14 Thread 任Robin
Thank you very much! Could you share more detail about the question #1 What's the behavior of Auto Migration for PageFeed? Do we keep the same Asset set name as the original Page feed name when auto-migrate? 在2022年2月12日星期六 UTC+8 05:57:11 写道: > Hi, > > We don't have additional details that we

RE: A few questions regarding using the Adwords API for keywords research

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Please see below the answer of your question. You can check this guide for API limit. If you're looking for updates regarding your application for basic access for your developer token, I suggest you reach out to the

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Matteo, Thank you for replying back. If you are looking for a way to get the value of a data field, then I am afraid that this is not possible as this field is for mutating only. However, it appears that the error did not occur because you've uploaded the same image, rather, this error

Product Group View missing parameter in results form query

2022-02-14 Thread Iván López
Hello, I am trying to access some attributes on ad group criterions (product groups in this case), and I am able to do it with all of them except one. In the past, I get de path to a product group (including all of wis parent groups) through "ProductGroup" field in the PRODUCT_PARTITION_REPORT

Re: How to get the performance history of the actual CPA?

2022-02-14 Thread Alex
Hi Peter, Thanks for your reply. In Google Ads UI I can see the performance history of the target CPA as this is shown in the figure attached. I would like to extract that data evolution through Python Google Ads Library . On Monday, February

RE: Oauth Permissions

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Vanessa, Thanks for reaching out to the Google Ads API support. With regards to your query, could you please confirm if you submitted your application for review to the compliance team? If yes then the review of such applications are outside the scope of the API team and falls under the

Mobile App report

2022-02-14 Thread be ch
Could anyone give us a code example for Mobile App report download? The counts we are interested are: 1. Installs 2. In-app actions 3. NewGuest In-App Action 4. Check-In In-App Action Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Google Ads API v9 (PHP) Logger not working

2022-02-14 Thread 'Rachel Suddeth' via Google Ads API and AdWords API Forum
It might help to mention I had the following "use" statements: use Google\AdsApi\Common\OAuth2TokenBuilder as awTokenBuilder; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\Ads\GoogleAds\Lib\OAuth2TokenBuilder as gaTokenBuilder; use Google\Ads\GoogleAds\Lib\V9\GoogleAdsClientBuilder;

Re: Google Ads API v9 (PHP) Logger not working

2022-02-14 Thread 'Rachel Suddeth' via Google Ads API and AdWords API Forum
It might help to mention, I had the following "use" statements: use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\Common\OAuth2TokenBuilder as awTokenBuilder; use Google\Ads\GoogleAds\Lib\OAuth2TokenBuilder as gaTokenBuilder; use Google\Ads\GoogleAds\Lib\V9\GoogleAdsClientBuilder; use

Google Ads API v9 (PHP) Logger not working

2022-02-14 Thread 'Rachel Suddeth' via Google Ads API and AdWords API Forum
I have tried to add a logger to my service client, but not seeing any messages. I am initializing the client like so: ``` protected function createGaClient($clientCustomerId, $loginClientCustomerId, $refreshToken, $oauth2Info, $devToken, $withLogger = true)

Re: Create test account

2022-02-14 Thread 'Marcelle Kuphal' via Google Ads API and AdWords API Forum
To those that read this: The issue was the account was called "accounts-t...@companyname.com" (the setup instructions use theis specific email as an example: "test-mana...@mycompany.example.com") HOWEVER: Google/gmail IGNORES after the minus sign in email addresses - so given our main account

Re: Adgroup creation fails (ResourceCountLimitExceededError.CAMPAIGN_LIMIT)

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Christian, Sorry for keeping you waiting. We're chasing this issue and will let you know once we hear more from the team in charge of this feature. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5004Q2VOtxJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: migrate from adwords to ads

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello there, Thanks for reaching out to the Google Ads API support. Please note that the API team can address API related issues and concerns. Unfortunately, the existing code changing it’s not on our end to asset you. I would recommend reaching out to their Java Client Library owner on using

RE: Application Logo during OAuth Authentication

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vanessa, Thank you for reaching out to the Google Ads API support team. Could you please provide full screen screenshot and GCP project via Reply privately to the author option? So, we can further investigate the issue. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2Wv5gE:ref

Upload Offline Conversion migration to V9

2022-02-14 Thread MWA
Hello, I used to upload offline conversion using following code in v201809 version as provided at https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Remarketing/UploadOfflineConversions.php $oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build();

RE: Filtering manager accounts from client accounts

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Fargone, Thanks for reaching out to the Google Ads API support. Could you please provide us with the complete request and response logs with the request-id and request header, so our team can better check the root cause of the error? Please send the requested details via the Reply

Budget Order Error on Remove: Approved proposals cannot be cancelled

2022-02-14 Thread Corine Morin
Hi, I am using Google Ads API V9, and I created a budget order which should start in 2 weeks from now... so I created a budget order proposal as you can see bellow BudgetOrderProposal {'advertiser_id': 588246835, 'status': 'APPROVED', 'billing_setup_id': 6687034747, 'account_budget_id':

shopping_performance_view migration

2022-02-14 Thread 'Hao Long' via Google Ads API and AdWords API Forum
HI Team, We have shopping performance report migrate from Google Adwrods API to Ads API and we encounter DEADLINE_EXCEED exception for some accounts. When we download from Google Adwords API, it could be download successful( download latest 40D performance data on daily batch.). but can not

Google ads search api account budget amount_served_micros

2022-02-14 Thread Wojciech Ślawski
So i have question about account_budget.amount_served_micros. What is exactly this value? Is it % amount of budget spend in micro value? I need to fetch spend amount of account budget. It seems that this value is either not updated when budget is changed or i need to wait some time that it will

Automatic Maximize traffic bid strategy

2022-02-14 Thread Amol Kawale
Hi Guys, I'm using Google Ads V8 php API for* responsive search* & *display Ads*. Can you pls let me know which API I can use to achieve following bid strategy through API's. [image: bid strategy.png] Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Unauthorized CREATE operation on campaign

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Arion, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? If you haven't enabled the logging of the API transactions for the specific client library that you are

RE: Problem with offline conversion uploads

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello W.W, I could see that you've created a new thread with the same concern mentioned on this thread. Please refrain from opening multiple forum threads with the same content for better tracking of the issue. Let's continue our conversation on the other thread you've created. Best regards,

Google Scripts Unique Users Campaign Method

2022-02-14 Thread Mihael Turkalj
Hello, I have a chat with the Google support team and they gave me your email for futher assistance. We want to export *campaign names* and *unique users* for campaigns of this year (2022.) into the *same* Google Sheet, on an *every day* basis. We should be only able to do this, through

Re: Get items count on result row search stream.

2022-02-14 Thread Boris DETRY
Thank you. On Monday, February 14, 2022 at 6:14:57 AM UTC+1 adsapi wrote: > Hi Boris, > > Thanks for getting back to us. > > Yes, you are correct. Return_total_results_count > >

RE: google-ads.yaml looks like HTML

2022-02-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Max, Thanks for reaching out to the Google Ads API Forum. Kindly note that PyCharm is an IDE, and said concern of not being able to open the google-ads.yaml file in PyCharm is not API related. You may consider opening your concern about PyCharm on the forums (such as StackOverflow) for