RE: Google Ads API segmentation

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Greg, Bumping on this thread for insights. Could you confirm if the account you are using has metrics > 0 generated for more than 1 hour? The API will only return rows for segments.hour values with nonzero metrics values. Regards, Dannison Google Ads API Team

RE: What is the best way to get list of non-mcc accounts?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alex, I was able to receive an update from the engineering team, the team is aware of this and is currently looking into how to improve this. In the meantime, you can collect the customer IDs from the customer_client and then issue a separate request to retrieve the corresponding customer

Re: How to get created location/ affiliate location extensions?

2019-04-22 Thread tran . nhat . bao281295
Thanks a lot, Bharani Vào 21:32:02 UTC+7 Thứ Tư, ngày 17 tháng 4 năm 2019, googleadsapi-forumadvisor đã viết: > > Hello, > > I'm afraid, it is not possible to query the Chain IDs through the API. Let > me know if you have any other questions. > > Thanks, > Bharani, Google Ads API Team > > >

Data Mismatch In SEARCH_QUERY_PERFORMANCE_REPORT

2019-04-22 Thread 'Ruby Liao' via AdWords API and Google Ads API Forum
Hey Team, I got a different result when adding 'Query' attribute to pull seach query performance report. Check the code below, the total cost for ad group id 56257520389 is 16189. However, when I query ['Query', 'AdGroupId', 'Cost'], the cost turned out to be 15957. Is this expected?

RE: Google Ads API : GenerateForecastMetrics is giving inconsistent results

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Can you please send over a few of your API calls and responses for this service* through reply privately to author*? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Select keywords labels query in Ads API

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Serghei, You will need to use two queries to pull the keyword criteria along with the associated labels. The Labels and the Label Ids should be available in the ad_group_criterion in the upcoming releases. Please check this migration guide

RE: TargetingIdeaService RequestType STATS with Google Ads API

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You could refer here to know more about the KeywordPlanService in the Google Ads API. To get the historical metrics you have to use KeywordPlanService. GenerateHistoricalMetrics

RE: How can we contact Google Doubleclick Bid Manager?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, This forum is specifically for AdWords / Google Ads API related questions. You can find ways on how to contact the DBM team here . Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Keyplanner Apis

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Supriya, Thanks for your SOAP logs. I noticed they don't have *clientCustomerId* in the SOAP header. You can either set it in your googleads.yaml file

Re: Keyword Plan Service : How to consume

2019-04-22 Thread Narender Bana
Thanks. It helped. On Tuesday, April 16, 2019 at 12:31:14 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Narender, > > You could use the code samples shown here > > to > create a keyword plan first and then

Re: TargetIdeaService : AverageCPC conversion

2019-04-22 Thread Narender Bana
Thanks for your help. It solves my problem :) On Tuesday, April 16, 2019 at 12:04:41 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Narender, > > Yes, you will receive the average CPC field in micros and have to divide > it by 1 million to get the dollar amount. > > It is not possible

Google Ads API : GenerateForecastMetrics is giving inconsistent results

2019-04-22 Thread Narender Bana
Hi Team, I am using java library to call GenerateForecastMetrics to get the averageCPC details but for the same plan and same keyword this API is returning different averageCPC value when the API is called second/third/fourth time. And also for some of the keywords the value of averageCPC

RE: AdWords API - Getting performance data of a creative

2019-04-22 Thread Ahmad Mozafarnia
Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum"

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-22 Thread Darshan Pradhan
I second the issue as well. I ran the conversion_actions search query against couple of our accounts and I did not get any data back. Request --- MethodName: google.ads.googleads.v1.services.GoogleAdsService/Search Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED,

RE: Bug with retrieval of actions

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi all, I've updated the team to take another look at this. I'll let you know when the issue is resolved. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi all, I've updated the team to take another look at this. I'll let you know when the issue is resolved. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-22 Thread rentcafedev1
When using GoogleAdsService with query SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50. The following is all that is returned. { "fieldMask": "conversionAction.id,conversionAction.name,conversionAction.tagSnippets" } AS

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread rentcafedev1
Below is all that is returned when using query SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 { "fieldMask": "conversionAction.id,conversionAction.name,conversionAction.tagSnippets" } KDJ On Monday, April 22, 2019 at

How can we contact Google Doubleclick Bid Manager?

2019-04-22 Thread Netclues Ky
I've no idea about Google Doubleclick Bid Manager and I have no account created in DBM. kindly let me know how can I contact to google team who provide support for Doubleclick Bid Manager. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Select keywords labels query in Ads API

2019-04-22 Thread serghei . havriniuc
Hello I'm trying to get a similar to Adwords API report for keywords containing all labels attached to them for a specific period. In Adwords API I was selecting 'Id', 'Criteria', 'Status', 'LabelIds', 'Labels' with a *date range*. With Google Ads API I can only "select fields from parent

RE: I'm probably using an older version and can't create google ads session (java)

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Niv, If you're using the AdWords API, the ads.properties should be of the format (api.adwords) as mentioned here . If you're using Google Ads API, the configuration file

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread jrodriguez
i too need use the new API :( El sábado, 20 de abril de 2019, 11:02:59 (UTC-4), Miguel Graciá escribió: > > Hi!, > > Thank you very much for the suggestion :-), but I need to use the new > Google Ads API. > > El viernes, 19 de abril de 2019, 22:03:34 (UTC+2), jrodr...@norte.digital > escribió:

Re: Bug with retrieval of actions

2019-04-22 Thread rob
Doesn't appear to be fixed... On Friday, April 19, 2019 at 8:42:43 AM UTC-5, googleadsapi-forumadvisor wrote: > > Hello, > > The issue should now be resolved. Let me know if you still face any issues. > > Cheers, > Anthony > Google Ads API Team > > >

TargetingIdeaService RequestType STATS with Google Ads API

2019-04-22 Thread cv
Hi, I am not seeing equivalent to get only Stats for Supply keywords same as We can do with Adwords API TargetingIdeaService with request Type = STATS. I can only get the RequestType = IDEAS with new Google Ads API. Let me know how I can do same? Thanks, -- --

RE: How to filter out removed Ads?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Juan, Could you clarify if my understanding is correct that the *ads* with ' *REMOVED*' status was included in the API response? If yes, the ads with " *PAUSED*" and "*ENABLED*" statuses are the only ads that will be included in the API response unless you implemented the filter below in

RE: Why AdWords Search Campaign Spent Amount More Than Daily Budget ?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vinay, Your concern appears to be more product related rather than specific to the AdWords API. That being said, you may reach out to the product experts via the Google Ads Community Forum for further assistance. Thanks

I'm probably using an older version and can't create google ads session (java)

2019-04-22 Thread niv
I'm using this code in java: // File propertiesFile = new File("ads.properties.txt"); Credential oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).fromFile(propertiesFile).build().generateCredential(); AdWordsSession session = new

RE: UNEXPECTED_INTERNAL_API_ERROR: I am getting this error frequently. Is there any fix to avoid getting this error.

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, So our team can better investigate, could you provide the complete SOAP request and response logs that were generated when the error occurred? You may send your reply via the *Reply privately to author* option. Thanks and regards, Peter Google Ads API Team

Re: [2-8014000025508] THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-04-22 Thread Oksana Sulyma
Thanks for update Ben Karl! Appreciate it very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: AdMob Units as MobileApplication

2019-04-22 Thread Filipe Figueiredo Graciosa
Hi Anthony, I have created a new thread in https://support.google.com/google-ads/thread/4425622 My problem isn't creating the placement or apps in Editor, is knowing how to convert this placements to the correct formats: 4 real examples: mobileapp::mobileapp::10001-ca-gmail

UNEXPECTED_INTERNAL_API_ERROR: I am getting this error frequently. Is there any fix to avoid getting this error.

2019-04-22 Thread Santu Santosh
2019-04-22 01:39:29.875 INFO 8783 --- [nio-5677-exec-6] c.g.a.a.a.l.c.A.soapXmlLogger: SOAP response: http://schemas.xmlsoap.org/soap/envelope/;> soap:Server InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

Why AdWords Search Campaign Spent Amount More Than Daily Budget ?

2019-04-22 Thread Vinay Marathe
I am facing a problem of last 3 days one of my search campaign spent amount more than daily budget. I have set manual cpc campaign but still getting this issue. Anyone can let me know what is the reason behind it ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: AdWords API - Getting performance data of a creative

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ahmad, I'm afraid that creative level statistics of Universal App Campaigns are currently not supported in the AdWords API. As for the Universal App Campaign support in the Google Ads API, they are only currently supported in the reports and as of now, creating or modifying the said campaign

RE: [GOOGLE ADS API] Problems when creating an app extension feed item

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Miguel, Thank you for reaching out. To further investigate this, could you provide the appId you are using via *reply privately to author*? Regards, Dannison Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: How to specify date range with geographic_view & segments.geo_target_city?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Nam, I would like to inform you that a fix has been included in production to filter segments.geo_target_city using segments.date. You could now try executing your previous query and it should work as intended. Should you encounter the error again, let me know so I could assist you further.

How to filter out removed Ads when querying AdGroup?

2019-04-22 Thread Juan Pablo Gardella
Hello all, I'm facing an issue when using Adwords API. I have an AdGroup with removed Ads that are easily to detect using web UI as shown below: But if I want to retrieve all Ads from the AdGroup using java api ignoring the removed Ads, the API does not offer (AFAIK) a way to discard them.

Internal Server Error - Google Ads API

2019-04-22 Thread Emmanuel Etukudo
Hi Google Ads Team, I just registered for a manager account and got test account Developer key. I have tried to make API requests using "Get Campaigns" service but it is returning an error. *Is it because I am using text Developer Token*? I would like to know. Although I have just applied for

How to filter out removed Ads?

2019-04-22 Thread Juan Pablo Gardella
Hello all, I need to filter out removed Ads when I retrieve AdGroup objects. The removed Ads are easily to detect using the Web UI But when I want to determine the Ad status using the API, I'm unable to determine that. For example if I query the AdGroups using the following code in Java

AdWords API - Getting performance data of a creative

2019-04-22 Thread Ahmad Mozafarnia
Hello, I am using the *UniversalAppCampaignSetting *to store ad creatives info such as images and videos. I've searched the AdWords API to find a way to get performance metrics of each creative (i.e. *UniversalAppCampaignSetting*) separately, but found nothing. I guess that's because there is