Re: ReportDownloadError.MISSING_PARAMETER reportdownload/v201806

2019-10-18 Thread Ben Mills
How did you get this working? We're having the same issue. Even in the OAuth 2.0 playground, we're getting the MISSING_PARAMETER error. On Thursday, June 21, 2018 at 3:08:32 AM UTC-4, Георгий Грязнов wrote: > > Already resolved the issue. Thanks. > > среда, 20 июня 2018 г., 13:26:08 UTC+5 польз

Which service can provide Ad version information?

2019-10-18 Thread Qaiser Javed
Hi, I want to compare performance for two Ads for this purpose I need to get Ads information like created on same date and running with same time span. So that after analyzing performance metrics i can stop one ad. I need this information from service. Please share service name which can prov

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-18 Thread Niti Bala
Hi Anthony, I am trying to fetch currency of an ad account but failed. Can you please help me out to get currency. Thanks in advance On Tuesday, October 8, 2019 at 9:23:16 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Praduman, > > It looks like the CID you provided in the screenshot is for a

Python - CAMPAIGN_PERFORMANCE_REPORT using CSVFOREXCEL

2019-10-18 Thread Juan Carlos Blanco Delgado
Hello, I have a problem download this report, see code below. .Select('Impressions', 'Clicks', 'Cost') .From('CAMPAIGN_PERFORMANCE_REPORT') .Where('CampaignName').EqualTo(CAMPAIGN_NAME) .Build()) I successfully download the report as a CSV, b

Audience details (website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list)

2019-10-18 Thread Arnab Ganguly
Hello All, I want to create a custom audience list with following types [website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list]. How do I do it using google Adwords python API. I also see in my requirements different types of in

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Niti, You can get the currency of the account by selecting the AccountCurrencyCode from the Account Performance Report. See this sheet for the currency code conversions. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKM2Ru:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Want to get campaigns having status "Limited by Budget"

2019-10-18 Thread Qaiser Javed
Hi, I am trying to get campaigns having status "Limited by Budget" but not being success. Any one please help how I can do this using Google AdWords API. Thanks in Advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.co

Google Manager account got closed and API Center disappeared, G support directed me here

2019-10-18 Thread John Felix
We are having a development project where we need to connect to Google Ads through Google Adwords API. We followed the official Google instructions ( https://developers.google.com/adwords/api/docs/guides/start), created a Manager Test Account (this was Wednesday) and today the API Center disappe

RE: Bid strategy for app campaign

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Dan, I understand you are having trouble while creating the App campaigns via Google Ads API and to assist you better I would like a few confirmation from your end. Could you please confirm if you have followed this guide while creating the App Campaigns and you are not specifying the portfo

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type = ga_client.get_

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type = ga_client.get_

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type = ga_client.get_

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
And if I add following code for bidding strategy and run: campaign_bid_strategy_service = ga_client.get_service('BiddingStrategyService', version='v2') campaign_bid_strategy_operation = ga_client.get_type('BiddingStrategyOperation', version='v2') campaign_bid_strategy = campaign_bid_strategy

RE: ReportDownloadError.MISSING_PARAMETER reportdownload/v201806

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hello Ben, Could you please share the screenshot or error log you are seeing to investigate further using reply privately to the author option? Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKNlr5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

RE: Python - CAMPAIGN_PERFORMANCE_REPORT using CSVFOREXCEL

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hello Juan, In general the cost fields in the report will be shown in the form of micros hence you will see the larger number than what you see in the UI. For example if you have 1.99$ in UI via API you will get cost as (1.99 X 1,000,000) = 199. You could also refer this guide for more deta

RE: Which service can provide Ad version information?

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Qaiser, Thanks for reaching out. If you would like to get detailed information for a specific ad you could use the AdService.get() to fetch values for different fields. Bearing in mind that creation date and duration time fields are not available. However, if you would want to compare perfor

Problems using AccountBudgetProposal/BillingSetupOperation

2019-10-18 Thread Diogo Pereira
Hi Today i have an several problems when requesting the AccountBudgetProposal/BillingSetupOperation. In the first two request he returns: 2019-10-18T17:30:03+01:00 CRIT (2): FILE: /opt/ services.e-goi.com/module/Google/src/Google/Service/CustomerService.php LINE: 168 ERROR: 1 : { "message":

RE: Want to get campaigns having status "Limited by Budget"

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Qaiser, Unfortunately, there is no field in AdWords API that will show you if a campaign is "limited by budget". The closest thing to it would be the ServingStatus field in the Campaign Performance Report. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKNnLZ:ref -- -- =~=~=~=~

RE: Problems using AccountBudgetProposal/BillingSetupOperation

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hello Diogo, I see that you are still using v1, I recommend you to upgrade to the latest version of the API and try again. In general the PERMISSION_DENIED error occurs when the user making the API call(authenticating the OAuth) might not have access to the account or to the manager account. Pl

RE: Problems using AccountBudgetProposal/BillingSetupOperation

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hello Diogo, I see that you are still using v1, I recommend you to upgrade to the latest version of the API and try again. In general the PERMISSION_DENIED error occurs when the user making the API call(authenticating the OAuth) might not have access to the account or to the manager account. Pl

Re: Adding audiences to ad groups

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Kavitha, Thank you for the clarification. Unfortunately, that feature is not available through the API since it is an auto-generated list, not one that you create yourself. Please use the UI to create an audience of that type. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMjKs:

RE: Audience details (website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list)

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Arnab, Thank you for reaching out. Please see this guide for creating UserLists from different audience types. If you are adding this audience to an ad group, you can use the CriterionUserInterest targeting type (same process for adding to campaigns but under CampaignCriterionService). Pleas

RE: Google Manager account got closed and API Center disappeared, G support directed me here

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi John, Thanks for reaching out. The API Center option is not available for the test manager account in the Google Ads UI. Instead it exists in the production manager account. Also the test manager account is shown as closed by default. This is normal so you don’t have to worry about it. You c

Re: Audience details (website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list)

2019-10-18 Thread Arnab Ganguly
Hey Anthony, Thanks for your reply. I am seeing Type as Youtube Users and Audience as B - Viewers videos - 540 days, YouTube_All Videos_540 Days from UI.Do we have such criteria ids defined anywhere, can this be achieved using API? -A On Fri, Oct 18, 2019 at 4:27 PM Google Ads API Forum Adviso

RejectedExecutionException: event executor terminated when updating campaigns.

2019-10-18 Thread Luke
When doing any change to app campaigns,the same exception raises: Oct 19, 2019 2:27:28 PM io.grpc.internal.ManagedChannelImpl$1 uncaughtException SEVERE: [Channel<635>: (googleads.googleapis.com:443)] Uncaught exception in the SynchronizationContext. Panic! java.util.concurrent.RejectedExecutio