RE: Automated adwords data download

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Albert, My apologies as automation of report generation is not supported directly via the AdWords API. You can refer to our sample codes on how to authenticate and generate single or multiple reports, however, integrating

RE: Store Visits API Report

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alec, A possible reason on why this is not showing in your reports is probably because the ConversionTrackerId field does not support zero impressions. Due to which you might not

RE: Using Ads API key with multiple accounts

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Erik, So that your external development team can access all the accounts under that new manager account (MCC), you will need to create a new set of OAuth2 credentials using an email address which has access to that new MCC

RE: Negative target gender in adgroup

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Lucas, The CONCRETE_TYPE_REQUIRED error normally occurs if you are not specifying the type of Criterion that you are trying to mutate. Based on your SOAP request, it seems like you did not specify the type in your operand. You may refer below for sample request log for this operation.

RE: Severe rate limiting when running TargetingIdeaService

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You may note that the TargetingIdeaService is a more expensive service to call as compared to the other services of the AdWords API. Regardless of your access level, the rate limits for this service ar

RE: Got error in first call of google adword API

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Divyesh, The error you encountered seems specific to PHP client library rather than the AdWords API. This said, I would suggest to post your issue on this link as the client library owners of PHP are better equipped to assist you here.

RE: Is there a way to construct the client without using the yaml file?

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jinge, My apologies as I could not comment if it's possible to run the AdWords API in Google Cloud Function as we do not provide support to any third party integration with the API. We could only provide support on issues/concern specific to AdWords API. We highly recommend to use the client

RE: Setting Campaign Bidding Strategy with REST (Ads API)

2019-02-27 Thread Jonathan Faircloth
Thanks for the reply. My question isn’t about a specific library. I guess a better way to word it might be: when the code snippet you posted is executed, what does the POST body that is sent to the API actually look like? Like if I were creating a new campaign set to manual cpc just using the RE

Re: Using Ads API key with multiple accounts

2019-02-27 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
specify accounts in the yaml. client_customer_id is what you are looking for On Thursday, February 28, 2019 at 6:12:38 AM UTC+8, Erik Riise wrote: > > Hi! > > Our agency have recently ventured into creating a tool for Google Ads > using an external development team, and we have encountered an i

RE: Average Position availability in API post deprecation in 2H 2019

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Leon, If you are referring to this article , about sunsetting the average position. Wherever you are using AveragePosition as a proxy

Automated adwords data download

2019-02-27 Thread Albert Paolo Rogelio
Hi is it possible to create an automation for adwords data to be downloaded? like using cron job? coz i think the only way to download the data is to use authentication. if any please give me a feedback. thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Store Visits API Report

2019-02-27 Thread Alec Thomas
Hello, I'm trying to query the total number of store visit conversions by campaign for a day. Currently, I'm running: SELECT CampaignId, CampaignName, Date, AllConversionValue FROM CAMPAIGN_PERFORMANCE_REPORT WHERE ConversionTrackerId IN [239] DURING 20190202,20190202 and I'm getting: "CAM

Negative target gender in adgroup

2019-02-27 Thread Lucas Pelegrino
Hello there. I'm trying to specify a negative gender criterion for one of my adgroups, I'm sending the following XML: https://adwords.google.com/api/adwords/cm/v201809";> ADD 67746674096 NEGATIVE 11

Using Ads API key with multiple accounts

2019-02-27 Thread Erik Riise
Hi! Our agency have recently ventured into creating a tool for Google Ads using an external development team, and we have encountered an issue. We have given the developers a new manager user connected to our manager account, and we have obtained a Basic API key, but our developers are only abl

API request Via SOAP

2019-02-27 Thread sangeetha . j
Hi Team, I am new to this AdWords API integration. I'm using WSDL to generate my soap request function. WSDL : https://adwords.google.com/api/adwords/o/v201809/TargetingIdeaService?wsdl My question is, in this soap request there is no Authorization filed is generated. SO I need to know how to

User deprecated logsink - Google Ads API Beta

2019-02-27 Thread jason
Getting an error exception in the Ads beta PHP library: User Deprecated: Google\Cloud\Logging\V2\LogSink_VersionFormat is deprecated and will be removed in the next major release. Use Google\Cloud\Logging\V2\LogSink\VersionFormat instead Here's the example code: public static function runExam

Severe rate limiting when running TargetingIdeaService

2019-02-27 Thread google . bi
Hello, I am running a get request for the TargetingIdeaService. The script runs fine except for one issue - I can't seem to get the script to complete more than once a day. I'm getting the following error after running the script only a couple of times: Sometimes it runs and gives me a page of

Got error in first call of google adword API

2019-02-27 Thread Divyesh patel
Hello Developers, I got the error in first call API. I have already set clientId, ClientSecret, RefreshToken in adsapi_php.ini files and put those file in root directory of Codeigniter project. This was the error which i got, An uncaught Exception was encountered Type: InvalidArgumentException

Is there a way to construct the client without using the yaml file?

2019-02-27 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
Hi, I am trying to use a python script to automate one of my UAC campaigns, it worked fine when I construct the client with yaml file. but I want to put it in the Google Cloud Function to make it run every 5 mins, but the script can not read yaml from Cloud Function(Or I don't know how to). So,

RE: Incorrect image as a square logo

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Are you able to share the logs of the API operation? You can enable the logs for python client library by following the steps in this guide . You can share the logs by using reply privately to author option. T

RE: Universal App Campaign not included to AdGroup Performance report

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oksana, The AdGroup Performance Report is not one of the supported report types for Universal App Campaigns. You may refer to this section of the guide for all the supported report types. Let me know

RE: Can't mutate youtube media id with youtubeVideoMediaIdsOps in UAC

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Based on the error, it looks like you're missing the Youtube media Ids. You will need to do a MediaService.get() to get the specific youtube media Id and then use the UniversalAppSetting

RE: Setting Campaign Bidding Strategy with REST (Ads API)

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jonathan, You may use the CampaignService and perform the MutateCampaignsRequest

RE: [1-1026000025441] Slow performance adding 25M+ users to adwords list

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mitesh, Here are some workarounds to your issue: - Instead of passing 50K emails in each thread, you can pass up to 1 million emails in a single operation. That would

RE: Equivalent of add_crm_based_user_list.py example in Google Ads API v0 via REST API?

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The node.js library that you're using is a third-party library and we will not be able to pass a comment on this. Could you please elaborate if you need any additional assistance? Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Error [RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[1].rule] while creating logical user list

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
\cf0 \ \cf2 \cf0 \ \cf2 773265300\cf0 \ \cf2 \cf0 \ \cf2 \cf0 \ \cf2 \cf0 \ \cf2

Average Position availability in API post deprecation in 2H 2019

2019-02-27 Thread Leon Lei
With the announcement that the Average Position metric will be deprecated in 2H 2019 in favor of Prominence Metrics, is it safe to assume that the metric will also be deprecated in the API? That post deprecation the metric will no longer be viewable in the Google Ads UI nor can it be requested

RE: Google Ads API Workshops 2019 availabilities

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Greetings! Our 2019 workshops do have waiting lists right now. Up to a week before, if someone cancels, we immediately go to the next person on the waiting list and ask if they would like to attend. We reach out to people before the workshops who have signed up making sure that they are really c

Incorrect image as a square logo

2019-02-27 Thread nikolay . makurin
When uploading a large number of display campaigns, incorrect logos were attached to two ads (from what I noticed). Here are the correct logos that I upload. customer id: 563-305-7170 campaign: 1717198071 this campaign have 2 ads. Look for any. There are logos that I did not upload, but they wer

Universal App Campaign not included to AdGroup Performance report

2019-02-27 Thread Oksana Sulyma
Hi there! We discovered interesting case of data discrepancy between Campaign Performance Report Cost and AdGroup Performance Report Cost for the same account. After some investigation we found out that data of Universal App Campaign was not included to AdGroup performance report. I wanted to a

Re: THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-02-27 Thread Oksana Sulyma
Hello Sai Teja, I'm looking for kind of theoretic answer. Our service works with the multiple Ads accounts. Could you advice, if there is any field I can use to get Image preview for THIRD_PARTY_REDIRECT_AD in Ads Performance Report? I'll send you an example of Account CID and report definition

Re: Feed item matching function gives CollectionSizeError.TOO_MANY error

2019-02-27 Thread hitarth . k
Using IDENTITY solved my issue. Thank you, Hitarth Kanakia On Saturday, February 23, 2019 at 4:24:53 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Hitarth, > > Please find my response below: > >1. The error CollectionSizeError.TOO_MANY > >

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-27 Thread Ananth Sakthivel
hi , i am reading "Google Ads API" configuration from Web.config file not from app.config. even though i have added that line in my web.config already.but no luck. this error persists only when i pass the "Client Customerid" into "GetCustomer()". if i pass my manager account id(LoginCustomerid)