Re: Audiences target setup in AdGroup

2020-08-20 Thread denma test
Okay, sure. Thanks. On Thursday, August 20, 2020 at 10:54:08 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > These options are not yet supported in the Google Ads API. However, a > feature request has already been put in place for its support in the > future. You can follow our blog

RE: Getting Historical metrics

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Peter, Can you please reply privately to author your CID and report results so I can take a look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23t93Q:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: No results when querying ad_group_ad_asset_view (Only APP_AD returned)

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Mario, Thank you for reaching out. Could you please point me where you see the RESPONSIVE_DISPLAY_AD is supported by the ad_group_ad_asset_view? Could you also please share the client customer id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API Team

Re: IncludeZeroImpressions

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hello, Yes, you should still see data for this campaign returned as long as it was not deleted/removed. By default, only paused and enabled entities will return. But you can specify if you also want removed entities included in your report. Regards, Anthony Google Ads API Team

Re: ShoppingProductAdInfo is empty

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Ahmed, Please try to update the following lines: AdGroupAd adGroupAd =googleAdsRow.getAdGroupAd(); Ad ad = adGroupAd.getAd(); to Ad ad = googleAdsRow.getAdGroupAd().getAd(); Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23LHe7:ref -- --

RE: CampaignBidModifierService return no data

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Alex, CampaignBidModifierService only acts on InteractionType criteria. For the rest of the criteria, you can use the CampaignCriterionService to adjust campaign criterion bid modifiers. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23tBtC:ref -- --

Re: Null values in Ad column- Ad Performance report

2020-08-20 Thread Romi Rozhansky
Thanks. I sent a private message. On Wednesday, August 19, 2020 at 4:36:37 PM UTC+3 adsapiforumadvisor wrote: > Hi Romi, > > You can provide the details directly to our support alias > googleadsa...@google.com. > > Thanks, > > Danica, Google Ads API Team > > ref:_00D1U1174p._5004Q23L5NC:ref >

RE: Bid Modifier for Audiences

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Alex, To modify a campaign audience bid modifier, you will need to use the CampaignCriterionService with the criteria type as CriterionUserList. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23tBTx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: get ad formats from api call

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Frank, When running a report from the ad_group_ad level, you can use the field ad.type to see what kind of ad you are using. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23tC7c:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to get historic bid and budget

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Yuan, Thank you for reaching out. I have submitted a feature request to support the snapshots of budget and bid information in the Google Ads API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards, Xiaoming, Google Ads API Team

Re: Google Ads API: missing conversion actions from API call

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. I see that you're missing conversion actions from your query. Could you provide us with your request and response logs that show the missing conversion actions, as well as show a screenshot of your conversion actions and the ID of the account you're

Re: Include / Exclude Product Partitions in Adgroups (Shopping Campaigns)

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Marco, The example I provided previously shows how to add both a keyword and negative keyword. The field criterionUse is read only. If you are trying to convert a criteria from biddable to negative, you will need to remove it then re-add it. Regards, Anthony Google Ads API Team

Re: Audiences target setup in AdGroup

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hello, These options are not yet supported in the Google Ads API. However, a feature request has already been put in place for its support in the future. You can follow our blog for any updates on if this becomes available in future releases. Regards, Danica, Google Ads API Team

RE: Search Audience - API Use case

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Kundan, Thank you for reaching out. If you are looking for a list of criterion IDs for the affinity categories, you can take a look at this documentation. For more information on what can be done with audiences via API, I suggest taking a look at this guide. If you still have any specific

RE: Fetching Branded or non branded keywords list campaign wise

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Deepak, Thanks for reaching out. Please find my answer of your question below. Can you please provide screenshot of the UI, Please reply privately to author options while sharing the details. The Google Ads API exposes both standard JSON REST endpoints and a high-performance gRPC interface.

RE: Viewable Impression on Google Ads API

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Thao, Thank you for reaching out. Here you could see a list of the available Viewable Metrics in the Google Ads API. You may also refer to this article for more information on viewability and Active View reporting metrics. Thanks and regards, Xiaoming, Google Ads API Team

RE: Why does this script work with KMC campaigns but not with UAC campaigns?

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. We are only able to provide support in English. With regards to your concern, can you please confirm if you are downloading a report via AdWords API or Google Ads API ? If you referring to the API, can you please provide elaborate your concern along with customer

Re: CampaignBidModifierService return no data

2020-08-20 Thread Alex Mansour
Hi Anthony Thanks for your answer. I don't fully understand what you mean. What we need is to only retrieve the bid modifiers that took place on a campaign. Should we use CampaignCriterionService to do so? Thanks again. On Thursday, August 20, 2020 at 6:55:04 PM UTC+2 adsapiforumadvisor

Re: How to fetch Campaign and Adgroup level ad's Extension list?

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. I see that you're encountering an error with feed_item view. Could you clarify what you mean by level? Are you referring to whether the data you're getting is at the Campaign level or the Ad Group level? Thank you, Bryan, Google Ads API Team

Re: CampaignBidModifierService return no data

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Alex, Yes, you will need to use the CampaignCriterionService. Let me know if you run into any issues. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23tBtC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How do I pull URL and costs associated with a specific ad?

2020-08-20 Thread Ben Tejes
Hi, I would like to use the Google Ads API to pull ad level details such as the URL that the ads are going to and the costs associated with that URL I am using. How would I do that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Adword APi RateExceededError

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The 'RateExceededError.RATE_EXCEEDED' error occurs as the 1,000 report requests / day is reached for the developer token with Basic Access. Please refer to this documentation for more information on the different Access Levels and their daily limits. As the

RE: correct account remaining credit

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Inna, Thank you for reaching out to us. I see that you're encountering an issue trying to obtain the correct remaining credit in your account. I'll take a closer look at this internally with my team and get back to you as soon as possible. Thank you, Bryan, Google Ads API Team

Re: ShoppingProductAdInfo is empty

2020-08-20 Thread Ahmed Adly
Hello Anthony, I tried that and still the same. the code now looks like this: Ad ad = googleAdsRow.getAdGroupAd().getAd(); ShoppingProductAdInfo shoppingProductAd = googleAdsRow.getAdGroupAd().getAd().getShoppingProductAd(); System.out.println(shoppingProductAd.toString()); I tried this

RE: Получить баланс аккаунта через PHP

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. It is not suggested to calculate the account balance via the budget and the cost. There is already a feature request to support this metric. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards, Xiaoming, Google

RE: Google Ads API AUTOMATED EXTENSIONS

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Cv, Thanks for reaching out. Unfortunately, The Automated Extensions Report is still not available in the Google Ads API. You could download this report via UI. We have created feature request behalf of this. Please keep an eye on our blog for any update on the upcoming releases.Let me know

RE: Audience rules set

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. Have you seen this documentation on remarketing and user lists, which includes an example on creating a userlist using url visits? As for your question on StringRuleItem, could you further elaborate on this? What Customer ID are you experiencing issues

Re: Google Ads API AUTOMATED EXTENSIONS

2020-08-20 Thread cv
I mean this data from UI. [image: automated_extensions.png] On Thursday, 20 August 2020 at 13:46:33 UTC+5:30 cv wrote: > Hi, > > How I can get the Automated Extensions through Google Ads API beta? > > Thanks, > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Audiences target setup in AdGroup

2020-08-20 Thread denma test
Hi *@denma test Unfortunately, the Life events and Detailed Demographic targets are not available in the AdWords API. You will have to continue using the UI in order to use these fields. * Thanks for the details, one thing need, is these options are available in Google Ads APi beta version?

Google Ads API AUTOMATED EXTENSIONS

2020-08-20 Thread cv
Hi, How I can get the Automated Extensions through Google Ads API beta? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

How do I get the location of the ads?

2020-08-20 Thread YuK1
Hi. I'd like to know which channel it was distributed to on Youtube. Which API should I use? And how should I test it? (How do you create dummy data?) thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How do I pull URL and costs associated with a specific ad?

2020-08-20 Thread Ben Tejes
Thank you!! On Thursday, 20 August 2020 at 15:07:29 UTC-7 adsapiforumadvisor wrote: > Hi Ben, > > Thank you for reaching out. You could query the CreativeDestinationUrl > > > field

RE: How do I pull URL and costs associated with a specific ad?

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi Ben, Thank you for reaching out. You could query the CreativeDestinationUrl field from the Ad Performance Report to check the URL that the ads are going to. By querying the Cost field from Url Performance Report you could get the costs associated with that URL. Thanks and regards,

Re: How to fetch Campaign and Adgroup level ad's Extension list?

2020-08-20 Thread cv
Hi, How I can achieve this using Google Ads API. I have used the feed_item view and I got the desired data. But then How I can get the level? When I add Campaign ID in From I can get 55 rows but as soon as I add AdGroup ID I can see 822 records. So How I can get Level does that extension is

Fetching Branded or non branded keywords list campaign wise

2020-08-20 Thread Deepak Chand
Hi Everyone, I have following queries , It wll be really helpful if you guys can help me out : 1> Is there any way of fetching *branded and non branded* keywords for a specific campaign usign REST API interface of google ad words. If yes? *Kindly provide specific

Why does this script work with KMC campaigns but not with UAC campaigns?

2020-08-20 Thread Роман Богатчук
function main () { getAllCampaigns (); } function getAllCampaigns () { // AdsApp.campaigns () вернет все кампании, которые не были удалены // по умолчанию. var campaignIterator = AdsApp.campaigns (). get (); Logger.log ('Всего найдено кампаний:' + campaignIterator.totalNumEntities

Adword APi RateExceededError

2020-08-20 Thread Accountify Apps
Hi, I am trying to get report using ReportQueryBuilder below is my code $query = (new ReportQueryBuilder()) ->select([ 'CampaignId', 'CampaignName', 'AdGroupId', 'AdGroupName', 'Id',

Re: Получить баланс аккаунта через PHP

2020-08-20 Thread 'Светлана Ковалец' via AdWords API and Google Ads API Forum
Получилось найти адекватный баланс. Выкладываю два скрипта, один узнаёт лимит баланса, другой расход. Всё с комментриями Апи гугл баланс Тут выложить файлы не смог, кривая загрузка у гугла, постоянная потеря соединения -- --

Re: Audience search list

2020-08-20 Thread denma test
Hi Thanks, got it, let me check further if any get back to you. On Thursday, August 20, 2020 at 12:31:26 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > From your screenshot, it looks like you are looking for a custom affinity > field. Under the "Affinity categories" of this >

correct account remaining credit

2020-08-20 Thread Inna Keegan
Hello! We are creating a service for customers through which they could combine and analyze the statistics and remaining credits of several Google Ads accounts in one place. At this point, we need to get the *correct *amount of the account balance via API. As we know, it’s not possible to

Search Audience - API Use case

2020-08-20 Thread 'Kundan Kumar' via AdWords API and Google Ads API Forum
Hello Everyone, Can somebody please help me with a list the possibilities of using APIs in relation to any type of Search Audiences (Affinity/In-market, RLSA etc.). I just want to know *what all can be done with audiences using APIs*. A top-line list will be also very helpful, for example- 1.

Re: Include / Exclude Product Partitions in Adgroups (Shopping Campaigns)

2020-08-20 Thread marco....@gmail.com
We use this Examples allready for Keywords and other Criterions. In this Case the Operation we try to Mutate over The service has no influence. operations = [{ 'operator': 'SET', 'operand': { 'adGroupId': adgroup_id, 'criterion': { 'id': criterion_id }, 'AdGroupCriterion.Type':

Re: Google Ads API: missing conversion actions from API call

2020-08-20 Thread cv
Hi Bryan, I am facing similar issue. UI shows there are total 20 Conversions Actions Setup but API only returns 6 I am using this query SELECT remarketing_action.name, remarketing_action.resource_name,

Audience rules set

2020-08-20 Thread denma test
Hi I have created audience with help of example provided and attached the same file too here. My concern is have created StringRuleItem with StringKey as "ecomm_pagetype and cartsize", but i cannot see these options in Google Ads UI, also how can i set type like event, URL, Page URL in APIand

Re: Audience rules set

2020-08-20 Thread denma test
missed attachments, added here On Thursday, August 20, 2020 at 6:38:42 PM UTC+5:30, denma test wrote: > > Hi > I have created audience with help of example provided and attached the > same file too here. My concern is have created StringRuleItem with > StringKey as "ecomm_pagetype and