Re: not able to access one of the google accounts data in super-metrics

2019-11-13 Thread Sanket Yadav Patil
Hi Team, Your prompt reply would mean a lot. Let me know if you need any further assistance from my side. Thanks, Sanket On Mon, Nov 11, 2019 at 12:14 PM Sanket Yadav Patil < sanket.pa...@blackbuck.com> wrote: > Hi team, > > Any update. Kindly let me know what issue is due to? > > Thanks, >

Final URL Report - AverageCPC

2019-11-13 Thread Dominik Raffetseder
Hello, in my finalUrlReport i was able to download the averageCPC. I know about the sunset of this metric, but is it anyway possible to get the AbsoluteTopImpressionPercentage with this report? I need the AveragePosition or the TopImpressionPercentage? Thanks -- --

How to convert Money to Currency ?

2019-11-13 Thread Suresh Kumar Shenbagam
Hi, Traffic Estimate service returns CPC, AdPosition, Clicks in some micros. But the google ads displays the same in some currency? Is there any API to convert the values in micros to respective currency? Or can i retrieve the response from estimate service as currency? Please let me know.

Re: [Google Ads API] How to verify Campaign belong to my account?

2019-11-13 Thread Phongthorn Khamkankaew
Hi Xiaoming, Actually I should use https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Reporting/DownloadCriteriaReportWithSelector.php for the report, right? เมื่อ วันพฤหัสบดีที่ 14 พฤศจิกายน ค.ศ. 2019 0 นาฬิกา 16 นาที 12 วินาที UTC+7, adsapiforumadvisor

Re: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-13 Thread jianan wang
Hi adsapiforumadvisor, I've tried some time ago that the user does not has access to the specific account, but through the authorization process and generate the code, I can also get his information from the api. Has the new version of the api adjusted the permissions to get user's info?

Permission denied (Google Ads API)

2019-11-13 Thread 高嶋葵
Hello. I am currently migrating from AdwordsAPI to GoogleAdsAPI. 'CreateCustomer' succeeded in test account. https://github.com/googleads/google-ads-php/blob/master/examples/AccountManagement/CreateCustomer.php#L99 However, due to a permision error, 'GetCampaigns' cannot succeed.

Re: Setting YouTube Campaign bid via API

2019-11-13 Thread 吉井大生
Thank you for the information. 2019年11月9日(土) 1:53 Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com>: > Hi, > > Thanks for reaching out. The Youtube Campaigns (thus the Video Campaigns) > are only available in reports in the Adwords API and Google Ads API. It is > not possible to

Re: Required fields to add the new ImageAds.

2019-11-13 Thread T.Motodate
Could any one please tell me this specification? Best Regards. 2019年11月7日木曜日 16時13分04秒 UTC+9 T.Motodate: > > We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. > > We used the below code : > ``` > $imageAdInfo = new ImageAdInfo([ > 'data' => new BytesValue(['value' =>

RE: Search Lost IS (rank) SearchRankLostImpressionShare is being returned as null while Google Ads interface displays percentage values for them, for the same date range.

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Shashank, Thank you for reaching out. This issue was recently resolved so please try running the report again to see if you are getting the correct values. If not, please provide the client customer ID you are using to make the call and also the complete report definition via reply

RE: Create customer error ManagedCustomerServiceError.UNKNOWN @ operations[0]; trigger:'CANNOT_CREATE_ACCOUNT'

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. I was successfully able to create a new account under my test manager account using the code sample provided in the Adwords API documentation. Attaching the logs for reference. Could you please retry making the API request call using the code sample provided

RE: Why i can not add Gender or Age Range in Campaign using CampaignCriterion ?

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Rakesh, If you want to exclude a criteria, you will need to create an object of NegativeAdGroupCriterion. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UJaNnl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: About SearchTopImpressionShare and SearchAbsoluteTopImpressionShare

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hello, We've added the fix to the documentation. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UKOeFP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Create customer error ManagedCustomerServiceError.UNKNOWN @ operations[0]; trigger:'CANNOT_CREATE_ACCOUNT'

2019-11-13 Thread Volodymyr Palamarchuk
Hi there! Can somewho help me with this issue. I try create customer with php library googleads/googleads-php-lib. And when I sent soap call I getting 500 Internal Server Error. My log data after. Thanks in advance [2019-11-13 17:08:55] AW_SOAP.WARNING: clientCustomerId= operations=1

RE: [Google Ads API] How to verify Campaign belong to my account?

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Phongthorn, Thanks for reaching out. If you request on a customerId which does not contain any campaigns you would get an empty campaign list. You could use theManagedCustomerService to get all the accounts under the MCC manager account. Then with a specific clientCustomerId in the request

RE: Python example of the Ad schedule mutation

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Juan, Unfortunately, we don't have an example on adding ad schedules using the API. You will need to use the CampaignCriterionService with a criteria of AdScheduleInfo. You can use example as a reference. It shows how to add locations and negative keywords criteria using the

RE: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Wang, The USER_PERMISSION_DENIED error means that the user who authorized your API call does not have access to the target AdWords account. If you are using the credentials of an MCC account to make the calls against the client account, you have to make sure that the accounts are still

RE: Ads api beta

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Igor, Video campaigns creation and management is not yet supported in Google Ads API. Our team is already aware of this feature request. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UJaV40:ref -- --

Search Lost IS (rank) SearchRankLostImpressionShare is being returned as null while Google Ads interface displays percentage values for them, for the same date range.

2019-11-13 Thread Shashank Tiwari
Hello, We are pulling data from Adgroup Performance Report and are getting discrepancies in the values for the particular metric: SearchRankLostImpressionShare. The Google Ads interface shows data for the particular Ad groups for this metric, however, on pulling report it's being returned as

Re: Help requested with OperationAccessDenied.ACTION_NOT_PERMITTED error on `budgetId`

2019-11-13 Thread Integrations Team
Thank you Bharani, we will look into changing it! On Tuesday, November 12, 2019 at 8:36:45 PM UTC+1, adsapiforumadvisor wrote: > > Hi Ciel, > > The ACTION_NOT_PERMITTED is usually triggered if the user is performing an > operation that is no longer allowed. Recently, there has been a few

RE: YouTube earned actions metrics in AdWords API?

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Mohit, Unfortunately, we cannot say if and when these fields will be available in the API. For now, the only way to get these metrics are through the UI. You can follow our blog for any announcements. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UJaUOn:ref -- --

RE: code snippet for downloading data for income range

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hello Harisankar, You have to filter the criteria type with INCOME_RANGE to get the criterion related to the income range. You can use Criteria Performance Report which provides statistics aggregated at the ad group criteria level. The sample program to download a report is here, you can

RE: AdWords API version sunset

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Eli, Neither the deprecation nor the sunset date has been set yet for AdWords API. Once the Google Ads API exits “beta”, we will announce the deprecation date and the sunset date will be at least 1 year after Google Ads API reaches feature parity with AdWords API. Please keep an eye on our

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2019-11-13 Thread Alexandre Lord
Thank you for digging into this. That's an interesting one since we don't have hours on those date. I assume they are stored as midnight in the timezone of the account running the campaign. The only odd part my brain is not getting around is that the report date segmentation matches across

How to exclude Gender and Age_Range in Google Ads API Bita ?

2019-11-13 Thread Rakesh Chauhan
Hello sir , i am using Google Ads API Bita and i am trying to exclude Gender and Age_Range from AdGroup but i can't. can you please try to help me to solve this issue ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

[Google Ads API] How to verify Campaign belong to my account?

2019-11-13 Thread Phongthorn Khamkankaew
I try to test the Google Ads API after approval developer token. So I try to get a Campaign list, but return an empty response. So I follow from 2 topics below: https://groups.google.com/forum/?nomobile=true#!newtopic/adwords-api/adwords-api/jO1HqX-DpVU

Python example of the Ad schedule mutation

2019-11-13 Thread Juan Carlos Blanco Delgado
Hello, I was trying to find an example of how to edit/create/delete an ad schedule of a campaign. Thank you!!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-13 Thread jianan wang
Hello, This is my credentials: 1. Developer token - Production token from my MCC 2. Client customer Id - The AdWords account ID under MCC account 3. Client id - My id from google api console 4. Client secret - My secret from google api console 5. Refresh token - token which I get under Production

Ads api beta

2019-11-13 Thread Igor Nikolenko
I can`t create VIDEO Campaign via ads api beta v3.0. It`s because my developer token basic, but not standard? Error: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/