Re: Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Steve, You can follow the example here where it used the target_spend directly, also in the documentation, you can use "manualCpc", for implementing a standard strategy : "manualCpc": { "description": "Standard Manual CPC bidding strategy. Manual click-based bidding where user pays per clic

RE: Get Query from reporting and make data in report real-time

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Ngô Minh, By "reporting on the web", could you confirm if you are referring to reporting in the Google Ads UI/Front end? If yes, then you can reach out to the Google Ads Product support team instead, via this link, for further assistance. However, if your concern is related to the AdWords AP

Re: Summary data as Bifurcation same as UI

2021-01-06 Thread cv
Hi, Ok, This I am getting, is there any way to get Expansion filters? Thanks, On Thursday, 7 January 2021 at 01:41:04 UTC+5:30 adsapiforumadvisor wrote: > Hi, > > You can use the campaign.advertising_channel_type field to filter the > total for following fields: > >- DISPLAY >-

RE: Device targetting on the campaign level

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thanks for posting your concern. Could you confirm if my understanding is correct that you want to exclude specific device type at the campaign level? If yes, then I am afraid that it is not possible according to this document (DeviceInfo). However, you may set 0 to the bid_modifier

Age Perfomance Report Data is changing in Adwords UI + Api response for old dates

2021-01-06 Thread Vijaysinh Parmar
Hello, I am downloading the Age performance report using Adwords API. I have downloaded the report for 01-12-2020 to 31-12-2020 yesterday(06-01-2021) and the same date range again I have downloaded the report today (07-01-2021). both reports I have downloaded using Adwords API, but today I hav

Re: Calls failing to "change_event" report

2021-01-06 Thread duca...@gmail.com
This is still happening from our side and I have provided request id privately about one month ago, there is no update yet. Can you pleas look into this? thank you! On Wednesday, December 9, 2020 at 10:55:35 PM UTC-8 Mat wrote: > Hi Anash, > > I've now fetched the change_history of >200 client

RE: Question : Google ads Fixed Cost after day

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Adrian, I work with Anthony and allow me to assist you for now. That said, could you confirm if you still have clarifications related to your concern about cost and data freshness? Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2AHx3X:ref -- -- =~=~=

Get Query from reporting and make data in report real-time

2021-01-06 Thread Ngô Minh Tùng
Hi all, I have some questions, How do I get a query from reporting on the web? And the report data can realtime, or refresh each hour? -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: minhtungng...@gmail.com Address: Phú Cát, Quốc Oai, Hà Nội Facebook: https://www.f

RE: Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Antony ty for replying to me now I need to find a solution for this ty so much [cid:image001.png@01D6E446.7C9D8530] From: Google Ads API Forum Advisor Prod Sent: Wednesday, January 6, 2021 3:59 PM To: Adrian Lara Cc: adwords-api@googlegroups.com Subject: RE: Question : Google ads Fixed Cost

RE: Question : Google ads Fixed Cost after day

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Adrian, Metrics such as cost are eligible for data freshness. This means that some metrics may not be up to date until the next day. Some metrics also may have adjustments due to reasons such as when a conversion occurs days after the initial click or when we detect invalid traffic that need

RE: Cannot increase and decrease BID of Campaign location criterion via google ads api

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Phước, Thank you for reaching out. You could use the CampaignBidModifierService to modify the bids of the campaign location criterion. You could refer to this code snippet on how to implement it. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p.

Re: Summary data as Bifurcation same as UI

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi, You can use the campaign.advertising_channel_type field to filter the total for following fields: DISPLAY HOTEL LOCAL MULTI_CHANNEL SEARCH SHOPPING SMART UNKNOWN UNSPECIFIED VIDEO https://developers.google.com/google-ads/api/fields/v6/campaign?hl=en#campaign.advertising_channel_type Thanks

Device targetting on the campaign level

2021-01-06 Thread Roman Akhtariev
Hi there! Currently, I am trying to disable certain devices on the ad group level by using AdGroupBidModifier with the appropriate device type and setting `bid_modifier` to 0. Instead, I want to do the same on the Campaing level. However, it seems that CampaignBidModifier does not support devic

RE: video campaigns in Google API

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi, There is no such feature available with which you can create video campaigns but you can run reports for them. Please refer to the following guide: https://developers.google.com/google-ads/api/docs/campaigns/overview#differences_from_the_google_ads_ui I found that you can create video campa

Re: Security alert email every time I log in to my app

2021-01-06 Thread john p
Ok thanks Ernie. On Wednesday, January 6, 2021 at 10:04:52 AM UTC adsapiforumadvisor wrote: > Hi John, > > Thank you for posting your concern. > > This forum is dedicated for Google Ads API > or AdWords API >

RE: Goolgle Ads API | Inquiry about how to get repeat rate

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Sogo, The repeat rate, which measures how often customers are converting within the given conversion window, is not available in the Google Ads / AdWords APIs. Please monitor our blog for relevant announcements. You can read more about conversion counting options here. Regards, Matt Google

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Oleksandr, I have an update for you. We require at least 50 unique matches within 1 external upload id. Even though you can only upload about 50 at a time, you can repeatedly upload to the same external upload ID thousands of transactions. Regards, Anthony Anthony Google Ads API Team ref:_0

RE: Using gclid to retrieve information

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi, Through AdWords API, you can run a Click Performance Report which will aggregate your report rows on the GCLID level. You can find details such as the campaign, ad group and keyword from that click. Let me know if you have any issues. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U

RE: Google Ads API Authetication error || Access denied

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Rajat, Thank you for reaching out. The AuthenticateInWebApplication.java code sample is designed to generate the refresh token for the Web Application Flow. Please follow the instructions in this guide to generate the OAuth2 credentials using the Web Application Flow instead. Thanks and reg

Re: Using gclid to retrieve information

2021-01-06 Thread Christian Pradilla
Yes it is possible to get campaign keywords, on our end we built a service that will run a certain google adwords script to get such information. You may explore the adwords script and google has prepared documentation on what and how we get a particular data from adwords. On Wed, Jan 6, 2021,

Re: Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-06 Thread Steve Wilcox
Peter, Thanks for your reply! Here's the JSON I'm sending currently: { "operations": [ { "create": { "name": "RN_Hotel_20210105214252_test2", "status": 3, "campaignBudget": "customers//campaignBudgets/", "advertisingChannelType": 5, "campaign_b

RE: Policy Regarding Creating Campaigns using the API

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Ian, There are no specific limits related to campaign creation. The account suspension is more likely related to one of the reasons listed on this page under the Circumventing Systems section rather than an API specific reason. You can reach out to the Ads product support team for more infor

Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Google Ads Team, I have a question about Cost, i have a lot Campaign Running and i download(APi) all information all Morning(Yesterday) , but pass a time i have a difference vs Google Ads UI in random Campaign and download this information again and all is perfect. Please let me know if Goog

RE: Negative Keyword Conflicts - Single Account | Cannot call method "clearContent" of null

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Thank you for reaching out. As this is a Google Ads Scripts related issue, please post your concerns on the Google Ads Scripts forum and they would be able to assist you with the issue you have encountered. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Te

Goolgle Ads API | Inquiry about how to get repeat rate

2021-01-06 Thread 岩橋聡吾
Hello everyone, Now we are developing ad-systems based on GoogleAds-API. But on the development, we have faced trouble that we cannot find the way to get repeat rate(「リピート率」) metrics. Please tell us such metrics or the logic to calculate it(for example, it is dividing "all conversions" by "uni

Policy Regarding Creating Campaigns using the API

2021-01-06 Thread Ian Brant
Hi everyone, So I've just got approved for the Adwords Standard token and I've started using my application to dynamically create campaigns. That way, I'm able to create a high ammount of campaigns per day The problem I'm having is that I'm getting my Accounts suspended for "Circumventing syst

Using gclid to retrieve information

2021-01-06 Thread Sam K.J
Hi all, I am practically new here and does not know much about this. I was wondering if there is a way to retrieve data such as keyword, campaign etc related to a gclid within my CRM? I am now storing the gclid from the landing url, but does not know how to retrieve info using this. I have gone

Re: Summary data as Bifurcation same as UI

2021-01-06 Thread cv
Hi, Thanks for raising feature request. Any Idea If I can filter same and achieve those? Total: Expansion, Total: Other, Total: Display Campaigns Total: Search Campaigns Like If I pass filter based on advertising_channel_type for Search and display campaigns data, can I get result? Same W

RE: Security alert email every time I log in to my app

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi John, Thank you for posting your concern. This forum is dedicated for Google Ads API or AdWords API related concerns. However, since your concern is encountered in the Google API console, then I am afraid that I wouldn't be able to provide support to your concern as this is outside of our s

RE: Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-06 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thank you for reaching out. You can refer to this (https://googleads.googleapis.com/$discovery/rest?version=v6) documentation on how to implement your REST requests such as the field naming conventions you will need to use. In the said document the "manualCpc" was used. Let me know

Re: Cannot increase and decrease BID of Campaign location criterion via google ads api

2021-01-06 Thread Phước Duy
[image: Screen Shot 2021-01-06 at 16.07.01.png] On Wednesday, January 6, 2021 at 4:06:21 PM UTC+7 Phước Duy wrote: > Is there anyway to increase and decrease percent BID of Campaign location > criterion? > In picture bellow. > > > On Wednesday, January 6, 2021 at 3:51:02 PM UTC+7 Phước Duy wrot

Re: Cannot increase and decrease BID of Campaign location criterion via google ads api

2021-01-06 Thread Phước Duy
Is there anyway to increase and decrease percent BID of Campaign location criterion? In picture bellow. On Wednesday, January 6, 2021 at 3:51:02 PM UTC+7 Phước Duy wrote: > I am using google ads api. I cannot find anyway to increase and decrease > BID of Campaign location criterion. Please he

Cannot increase and decrease BID of Campaign location criterion via google ads api

2021-01-06 Thread Phước Duy
I am using google ads api. I cannot find anyway to increase and decrease BID of Campaign location criterion. Please help me. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Location Bid Adjustments - Possible?

2021-01-06 Thread Phước Duy
I am using google ads api. I cannot find anyway to increase and decrease BID of Campaign location criterion. On Saturday, August 8, 2015 at 4:17:20 AM UTC+7 Umesh Dengale wrote: > Hello, > > The AdGroupBidModifier >

Google Ads API Authetication error || Access denied

2021-01-06 Thread Rajat Srivastava
Hello Everyone, I am trying to make a call to google ads api using java client library. I have followed the steps mentioned in the documentation and created my google ad manager account, a service account , one project and got the Oauth credentials as well. But when I am trying to run Authentica