RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Upon checking your code, I can confirm that your code appears to be logically correct. Since you are encountering the RESOURCE_EXHAUSTED error, I am afraid that this could be a limitation in the Google Ads API Beta. The workaround solution you implemented by adding a delay is

RE: Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Gunjan, You are passing fields that are no longer necessary for updating your bids such as the ones below : MANUAL_CPC CAMPAIGN ManualCpcBiddingScheme false CRITERIONbiddingStrategyConfiguration You can refer to this section

Re: Unable to link the audience to ad group

2019-02-04 Thread Srinivas Giduthuri
The following is the screenshot of the audience which we have associated with a campaign which is of DISPLAY type. Now we are unable to do so. If this is not supported why would this happen earlier? Could you please let us know whether the functionality has changed recently? If so, could you

Re: Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-02-04 Thread Gunjan Patel
Hi Peter, Thanks for the response. Your understanding is correct. I am trying to update the bid only for particular adGroupId and Criterion.Id. Below is the request I am trying out, by following the example you gave below and reverse engineering it to SOAP Request. But I am getting

RE: SEARCH_QUERY_PERFORMANCE_REPORT returns wrong QueryMatchTypeWithVariant

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please share the report definition along with the client customer id so that I can troubleshoot the issue? Thanks, Milind, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Removing ManagedCustomerService Accounts

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Justin, Yes, you understood right. Unfortunately, there is no other way to delete the accounts completely. You can link them to another MCC account and then un-link from the current manager account otherwise give access to a user as an adminstrative user to that account and then do the

RE: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, You can run the report end of the week or end of the month using the date ranges available here or use custom date ranges. You can then use this data to update your local database. This Help center

SEARCH_QUERY_PERFORMANCE_REPORT returns wrong QueryMatchTypeWithVariant

2019-02-04 Thread GDZ
Hello, sometimes SEARCH_QUERY_PERFORMANCE_REPORT returns wrong values for SEARCH_QUERY_PERFORMANCE_REPORT field. I.e. Query is *"pluming service in chicago"*, KeywordTextMatchingQuery is *+plumbing +service* (i.e. its a modified broad KW), but all of a sudden QueryMatchTypeWithVariant shows

Re: Does the MutateMediaFiles service work for images yet?

2019-02-04 Thread john
Hi Sai, I wasn't using meda_file.image for an argument. I was pointing that to asking if the functionality was available. I am writing the code in Scala. val mediaFile: MediaFile = MediaFile.newBuilder .setName("myimage") .setType(MediaType.IMAGE) .build val mediaFileOps:

Re: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-02-04 Thread Ian P
Hi Luis, Yes, confirmed it is the GEO_PERFORMANCE_REPORT. If I impose more strict limitations on the report I can get it in a little under 2 minutes, but it's not usable for our report. Thanks, Ian On Wednesday, January 23, 2019 at 3:46:41 PM UTC-5, Luis wrote: > > Hi there, > > We have

RE: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ian, Could you please confirm if you're downloading the GEO_PERFORMANCE_REPORT and seeing the issue? If so, this is a known issue and our team is looking into this. If not, could you please share the API SOAP logs so I can troubleshoot this further? You can reply back via Reply privately

RE: Does the MutateMediaFiles service work for images yet?

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, The resource media_file does not have the field media_file.image that the reson for INVALID_ARGUMENT error, instead you could use the media_file.resource_name

RE: Adwords Api Support for Call-only Campaigns

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sanjay, You can use the AdGroupAdService to create CallOnlyAd . Please refer to this sample code

RE: only part of the list Audience Performance Report

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You could try to enable the Zero impressions to true in your report definition to see more records. Could you please share the complete report definition along with the client customer id you are pointing to? Also, could you please elaborate more on the parameters Size: Youtube, Size:

Removing ManagedCustomer Accounts

2019-02-04 Thread Justin
Hi, After creating a sub account using the API's ManagedCustomerService -> mutate -> ADD operation. How can this account be subsequently removed/deleted? My understanding is to un-link the sub-account via mutateLink and set the LinkStatus to Inactive. However the sub-account will then not

Removing ManagedCustomerService Accounts

2019-02-04 Thread Justin
Hi, After creating a sub account using the API's ManagedCustomerService -> mutate -> ADD operation. How can this account be subsequently removed/deleted? My understanding is to un-link the sub-account via mutateLink and set the LinkStatus to Inactive. However the sub-account will then not

Re: Unable to link the audience to ad group

2019-02-04 Thread nitin . n . gupta
Your documentation indicates that CrmBasedUserList is available for Display network: https://developers.google.com/adwords/api/docs/guides/remarketing#customer_match_with_email_address_address_or_user_id. There is no indication that Customer Match with Device ID has any specific

RE: How to set campaign goal for any campaign via adwords api ?

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I am afraid that reading and setting the Campaign Goals via AdWords API is not available at the moment. You could keep an eye on our blog for future releases and new features. Thanks, Milind, AdWords API Team

RE: Unable to link the audience to ad group

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Srinivas, Could you please share a screenshot of the UI for the Device targeting you're referring to, so I can address your concern? Thanks, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-02-04 Thread Ian P
Chiming in we are the same issue. On Wednesday, January 23, 2019 at 3:46:41 PM UTC-5, Luis wrote: > > Hi there, > > We have started to notice huge latencies when querying the > GEO_PERFORMANCE_REPORT for certain accounts of our customers with > significant activity / data. > > We are using the

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2019-02-04 Thread prreportingdashboard
Hi, How can i sync Adwords campaign performance report Api data with my local database so that i don't need to download ALL_TIME data from report definition and avoid processing time. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Google Ads API. Query does not return DATE

2019-02-04 Thread Inspired UM
Hi, I noticed that all segment fields (like DEVICE, DATE) do not return any values after v0.7 update. My query looks like this: query = ('SELECT campaign.name, campaign.id, campaign.status, campaign.start_date, campaign.end_date, metrics.impressions, metrics.clicks, '

Re: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-02-04 Thread ales
We see the same problem here. This report took around 60-90 seconds to download, it takes now more than 2 hours and fails. On Wednesday, 23 January 2019 21:46:41 UTC+1, Luis wrote: > > Hi there, > > We have started to notice huge latencies when querying the > GEO_PERFORMANCE_REPORT for certain

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided some code snippet below that I am using which grabs the list of Customer Accounts the user has access to and then using those customer Accounts it fetches the customer's clients. As seen below the list of accessible customer is

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-02-04 Thread Darshan Pradhan
Hi Dannison, Thanks for reaching out to help. I have provided the code snippet I am using which grab the list of Customer Accounts the user had access to and then using those customer Accounts it fetches the customers clients. This one grabs the list of accessible customer. I have

Re: AdGroup Negative Placements Performance Report??

2019-02-04 Thread Han Vo
Thanks for the help Nadine! On Friday, February 1, 2019 at 6:32:57 PM UTC-5, googleadsapi-forumadvisor wrote: > > Hello, > > Our current focus has been bringing the new Google Ads API > online, so this > will not be added to the

RE: Huge latency when querying GEO_PERFORMANCE_REPORT

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello all, Thank you for sharing the details privately. I have passed this information to our Engineering team. I will keep you posted on the updates. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Does the MutateMediaFiles service work for images yet?

2019-02-04 Thread john
I have been trying to do run a create MediaFileOperation on an image but keep getting "INVALID_ARGUMENT" as a response. So, I'm curious if this is actually implemented yet on the Beta API. I did not find media_file.image here: https://developers.google.com/google-ads/api/docs/fields/media_file

Re: Unable to link the audience to ad group

2019-02-04 Thread Srinivas Giduthuri
Hello Bharani, Could you please let us know whether the DEVICE based audience is supported for SEARCH based campaign? Thanks, Srinivas On Saturday, 2 February 2019 02:32:13 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Srinivas, > > We are not aware of any recent changes made to this

RE: Keyword Duplicates

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alexander, I can see that you have opened another thread , we can discuss your concern in this thread for better tracking. Keywords are identified when the

RE: How to get Group approvalStatus?

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vaghela, The ApprovalStatus field cannot be retrieved via the AdGroup Performance Report. It is only supported in the reports listed in the link. As for your adgroups with PAUSED status, could you try this query below : *SELECT CampaignId, AdGroupId, AdGroupName, Impressions, VideoViews,

only part of the list Audience Performance Report

2019-02-04 Thread Сty Вord
Hello! My problem(Python code). I do not get a complete list but only part of the list Audience Performance Report. How to find parameters: Size: Youtube, Size: Display? What could be the reason? Thank you! def foo(): adwords_client = adwords.AdWordsClient.LoadFromStorage()

How to set campaign goal for any campaign via adwords api ?

2019-02-04 Thread MSI Saurovh
How to add goal for a campaign via api. the options show in attached image. [image: Screen Shot 2019-02-04 at 4.26.33 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Audience Performance Report - only part of the list

2019-02-04 Thread Сty Вord
Hello! My problem. I do not get a complete list but only part of the list Audience Performance Report What could be the reason? Thank you! def foo(): adwords_client = adwords.AdWordsClient.LoadFromStorage() report_downloader = adwords_client.GetReportDownloader(version='v201806')

Re: How to get Group approvalStatus?

2019-02-04 Thread vaghela chirag
Can you send me the code? How can I get the ApproveStatus in Adgroup? I have used PHP API v201809. On Monday, February 4, 2019 at 12:27:09 PM UTC+5:30, vaghela chirag wrote: > > I need Group approvalStatus. > I am using ADGROUP_PERFORMANCE_REPORT in 'approvalStatus' > is there a way to find. and

Re: Campaign Performance Report data differs from time to time in params ImpressionReach and AverageFrequency

2019-02-04 Thread timlukin
from googleads import adwords import csv from io import StringIO API_VERSION = 'v201809' REPORT_TYPE_FIELDS = { 'ACCOUNT_PERFORMANCE_REPORT': [ 'ExternalCustomerId', 'Impressions', 'Clicks', 'VideoViews', 'Conversions', 'AverageCpc',

RE: Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Gunjan, Could you confirm if my understanding is correct that you are trying to update only the bid? If yes, it appears that you have not included the bid object itself in your SOAP logs. Also, you can follow this example

keyword duplicates

2019-02-04 Thread Александр Петричкович
Hello. Let say I have few keywords: 1) pet food 2) food pet 3) pet foods They are duplicates. Ok, I know that *Google Ads Editor* can find and remove duplicates. How to do the same by *Google Ads API*? PS. *Yandex Direct API* has method *deduplicate*

Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-02-04 Thread Gunjan Patel
Team, I am creating a SOAP XML Request for Updating the bid value. I am using v201809/AdGroupCriterionService endpoint for it. Below is my request. I am able to get the response with below request. But I want to update the CpcBid-> MicroAmount. What will be SOAP XML Request for it? Based

Re: Adwords Api Support for Call-only Campaigns

2019-02-04 Thread Sanjay Kumar
Dear All, I need Ad API to be used for feature phones. Is there any luck now On Tuesday, February 24, 2015 at 12:52:24 PM UTC+5:30, usman zafar wrote: > > Heya everyone, adwords just launched an awesome feature called > 'Call-only' Campaigns. As of now users can create Call only campaigns only

Keyword Duplicates

2019-02-04 Thread Александр Петричкович
Hello. How to get keyword duplicates by *Google Ads API*? PS. Yandex Direct API https://tech.yandex.com/direct/doc/ref-v5/keywordsresearch/deduplicate-docpage/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/