Re: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-05 Thread Suresh Kumar Shenbagam
Hi Nikisha, Thanks for the response. I have sent you the customerid as private message. And also, I am trying to list all the customer using Google Ads API as mentioned in the example here - https://developers.google.com/google-ads/api/docs/account-management/listing-accounts

Re: verifyIdToken is required publickey and alogorithem

2019-11-05 Thread cv
Hello Nikisha, Replied privately. Thanks, On Wednesday, 6 November 2019 00:53:52 UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > Thank you for writing to us regarding the issue while setting up OAuth > authentication. However, could you please confirm if my understanding is > correct and

Re: How to get performace data(report) of UAC campaign assets?

2019-11-05 Thread 조홍제
Hello Did you receive my privately reply? If you can, can you let me know what's going on my ask? Regards Hong Jae On Friday, November 1, 2019 at 2:28:49 AM UTC+9, adsapiforumadvisor wrote: > > Hello, > > Could you please share the complete request and response log containing > request id to

Re: Which REPORT can I use to pull house range data?

2019-11-05 Thread Bing Bu
Thanks, Bharani! I could get the income range data now by using Criteria Performance Report, however, all other criteria types are included as well. I wonder if there is a simple to filter the Criteria Type by setting parameters, so I can just extract the data for house income. Bing On

KeywordID Different For Same Keyword

2019-11-05 Thread Charles Michael
Hi, is there a way to ensure that if we use the same keyword in multiple campaigns that the keywordID will be the same between all campaigns? I'm noticing that sometimes its the same ID and sometimes it isn't which is throwing havoc to my report management. Is there a way that we can ensure

Adding Phone Numbers & UserID to remarketing list via API

2019-11-05 Thread Darren Clyde
Hello, I'm trying set up a call to the API that automatically add's phone numbers or User ids to the designated list's. I have already accomplished this with Emails. What I have done is basically copied the script for emails and changed it to be for hashedPhonenumber or userId. The api is

Re: Questions about Campaign-location-target-report

2019-11-05 Thread Arnab Ganguly
Thank you for the information. On Tue, Nov 5, 2019 at 4:49 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Arnab, > > Using those location ids you can get the canonical names of the locations > that are mentioned in this Geotargets CSV file >

RE: Questions about Campaign-location-target-report

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hello Arnab, Using those location ids you can get the canonical names of the locations that are mentioned in this Geotargets CSV file. Alternatively, you can also use the Location Criterion Service to get the names of the locations by their ids. The metric Conv.value is available via

RE: Which REPORT can I use to pull house range data?

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hello Bing, You may use the Criteria Performance Report to retrieve the data about any specific criteria. You will need to include the fields CriteriaType to filter the Household income data. Please refer to the code samples available here in Java as a reference. Code samples in other

RE: Еffective way to export all Campaigns with Groups, Ads and Keywords

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Stanislav, Thank you for reaching the support. Please find my response to your queries below and feel free to reach out if you need any further clarification. Is there a way to download keywords and ads based on campaign level not group? It is not possible to target the keywords at campaign

RE: Adwords API : Waiting developer token.

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi, After applying for basic access, you should hear back from the compliance team within a few days. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UMWEWn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Connecting Google Ads API to Filemaker (2 questions)

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Steve, Welcome to Google Ads API. Thank you for the detailed explanation. Please find my response below: 1. I'm afraid, the concern about the Google Ads API filemaker is outside the expertise for my team. If you're looking for an API solution to run the reports manually, you may follow the

RE: verifyIdToken is required publickey and alogorithem

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us regarding the issue while setting up OAuth authentication. However, could you please confirm if my understanding is correct and by verifying id token, you want to fetch the refresh token to complete the authentication successfully by following the steps

Re: Could we change the target roas at ad group level via api?

2019-11-05 Thread Kevin Weitzner
For anybody who needs to know how to do this via Python: ad_group_service = client.GetService( 'AdGroupService', version='v201809') # Construct operations and update an ad group. operations = [{ 'operator': 'SET', 'operand': { 'id': adgroup_id,

Questions about Campaign-location-target-report

2019-11-05 Thread Arnab Ganguly
Hello All, Few questions. 1) Under Campaign location target report , we have https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report#id Which gives the location ID details based on Id attribute. Is it possible to get the location name details along with

Which REPORT can I use to pull house range data?

2019-11-05 Thread Bing Bu
Hi, I am searching for a REPORT to pull house range data over here https://developers.google.com/adwords/api/docs/appendix/reports Unfortunately, I have not found any yet. I wonder if you have such REPORT so we can use like in DV360 to pull the campaign performance data based on house range.

RE: Location targeting auto complete in google ads

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Afsane, Thank you for reaching out. It is not possible to implement the auto complete feature to pull the list contents via API. However, you could use this code sample to get the GeoTargetConstants by given location names without specifying the country code to get the suggestions around

RE: AdGroupCriterion keyword error

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Thank you for reaching out. From your provided logs, it looks like you need to create a BiddableAdGroupCriterion to add your Keyword to in order to make the request. I was able to do this successfully and have attached the XML header of my request. Please let me know if this solves

Re: Google Ads: GeoTargetConstant service - ability to search worldwide

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Afsane, Thank you for reaching out regarding your concern. Could you please try to get the geo target constant locations without passing country code using the code sample provided here? If you are still facing error, could you please share the complete request and response logs along with

RE: Can I retrieve "Conversions(by conv. time)" as report metrics someday?

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hi Hiromi, Thanks for reaching out. Currently the metrics Conversion Time is not supported in the Adwords API or the Google Ads API. We don’t have the exact timeline for the release of this new feature. Please keep an eye on our blog for the announcements and updates on the new releases.

RE: How can I solve the bug? The total hours of the expense less than the data of the day.

2019-11-05 Thread Google Ads API Forum Advisor Prod
Hello, This looks more like a UI related issue rather than API. I'd recommend reaching out to the community forum to get assistance. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UMWEAI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Еffective way to export all Campaigns with Groups, Ads and Keywords

2019-11-05 Thread Stanislav Venkov
Hello AdWords Community, We are trying to export trough the AdWords API(v201809) 400 campaings with 70 000 groups and 200 000+ keywords, 100 000+ ads but that takes many days which is not acceptable. Is there a way to download keywords and ads based on campaign level not group? Is there a way

Connecting Google Ads API to Filemaker (2 questions)

2019-11-05 Thread Steve Bell
Hello Google Ads API Group: We were approved to utilize the Google Ads API in order to create reports, and manage campaigns through the API. We're looking at building, or at least prototyping some of our internal solutions using Filemaker 18. My two questions related to that are: 1) I don't

Re: Report Customer customer.descriptive_name customer.resource_name empty

2019-11-05 Thread Philipp Meier
Hi, I figured it out with a mistake on my side: the account name was indeed empty and I had to set it first in the account's settings page. Anyways thanks for the responsive support! Philipp On Monday, November 4, 2019 at 9:42:08 PM UTC+1, adsapiforumadvisor wrote: > > Hi Philipp, > > Can you

AdGroupCriterion keyword error

2019-11-05 Thread 'Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Hi there. I tried to add a criterion to the existing adgroup using raw SOAP queries. When I try to add the keyword criterion it returns me [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]. But when I add any other criterion it works as well. My SOAP request is:

verifyIdToken is required publickey and alogorithem

2019-11-05 Thread cv
Hi, I am doing oAuth Authentication as described over here but not able to verifyId token. I am using Google Ads PHP Lib version 2.2 $payload = $oauth2->verifyIdToken(); Can you please guide what could be publicKey

GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-05 Thread Suresh Kumar Shenbagam
Hi Team, I am trying to retrieve recommendations using google ads API as mentioned here - https://developers.google.com/google-ads/api/docs/samples/get-text-ad-recommendations The authentication was successful, but there was no response - it got stuck in the searchrequest. I am using test