Re: BidModifier Guide

2019-08-19 Thread cv
One more point to add on this. We cannot use the AdGroupBidModifierService /CampaignBidModifierService

RE: Metrics “Reach” does not work in Google Ads API?

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Renato, Unfortunately, both "Average impression frequency per user" and "Unique users" are currently not supported in the AdWords API. You may check this guide if a report attribute, segment or metric is available in the AdWords API or not. Also, you may follow our blog for any upcoming feat

Re: BidModifier Guide

2019-08-19 Thread cv
Hi Nikisha, Can you please guide how I can use the AdGroupBidModifierService /CampaignBidModifierService

RE: AdGroupCriterionPage query not giving existing age ranges, income ranges and genders

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Chaitanya, Thank you for reaching out. In the API perspective, if you did not explicitly target a specific criteria in your ad group during creation, it will not be returned when you try to get it using the AdGroupCriterionService. It does not return the default enabled criteria. Let me kn

RE: Bid Modifier on AdGroup level

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, the AgeRange criterion is not a supported criterion for the AdGroupBidModiferService. You can only use Platform and PreferredContent and you can refer to this sample code as reference on how to do this. Moving forward and as mentioned in this guid

Re: Reg: Image Ad

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thank you for providing additional information about the scenario. However, my apologies as I would not be able to comment further regarding the behavior you have observed via the Google Ads UI as this is already outside of our scope. That being said, I would recommend that you reach

Re: Automatic Placements - Google Ads API

2019-08-19 Thread cv
Hi, I have shared the given details through *Reply privately to author* Thanks, On Tuesday, 20 August 2019 01:30:48 UTC+5:30, adsapiforumadvisor wrote: > > Hi Chirag, > > Could you please share the report query along with the client customer Id > information, to investigate further? You can sh

Re: Reg: Image Ad

2019-08-19 Thread Suresh Kumar Shenbagam
Hi Peter, Thanks for the reply. I understand that I can update the ImageAds using AdService using Adwords API. But my question is, after creating the Image Ad using AdWords JAVA API, am getting some adId for the newly created Image Ad and am persisting this adId for future purpose. After that,

RE: Error while getting the campaign performance report

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if there are any implemented post processing in the reports after it has been downloaded? I asked because, based on the logs, the issue appears that it may not have originated from the AdWords servers. Could you try and generate the report using the client library example

Include zero impressions while segmenting a report

2019-08-19 Thread Thomas Ludeau-Bonnet
Hi, Is there a way to include zero impressions while segmenting a report? I read here https://developers.google.com/google-ads/api/docs/reporting/zero-impressions#excluding_zero_impressions_by_segmenting

Re: BidModifier Guide

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Chirag, You could use the AdGroupBidModifierService/CampaignBidModifierService to modify the bids for demographics by specifying the criterion_id of the demographics while performing the mutate operation and specifying the bid_modifier values for the given criteria. Alternatively, you could

RE: Automatic Placements - Google Ads API

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Could you please share the report query along with the client customer Id information, to investigate further? You can share the details privately via Reply privately to author option. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UEJX1f:ref -- -- =~=~=~=~=~=~=~=~=~=~=

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for checking this. Let me explain this in detail. Based on your logs shared, you are creating a SUBDIVISION which will introduce the new level in tree. Here you are creating two units with index: INDEX0. This is still missing the Others node. Each subdivision must always be com

RE: Get ad groups for each accessible costumer account

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hello André, If you are using OAuth credentials from a manager account and are accessing a related customer account the login-customer-id header to the customer ID of the manager account. If you are using OAuth credentials from a manager account, then you should be able to find this by logging

Automatic Placements - Google Ads API

2019-08-19 Thread cv
HI, I was getting wrong placements using Automatic Placements. [0] => Array ( [display_name] => mobileapp::mobileapp::2-com.astontek.stockmaster [placement] => mobileapp::2-com.astontek.stockmaster [placement_type] => MOBILE_APPLICATION

Re: Mobile App Category Add As A Placement Google Ads API

2019-08-19 Thread cv
Hi, This has been solved. I am able to add Mobile App Category. Thanks, On Monday, 19 August 2019 18:11:42 UTC+5:30, cv wrote: > > Hi, > > How I can add Mobile App Category under Google Ads API as a Manage > Placement? > > I was using code like this. > > $adGroupCriterion = new AdGroupCriter

Mobile App Category Add As A Placement Google Ads API

2019-08-19 Thread cv
Hi, How I can add Mobile App Category under Google Ads API as a Manage Placement? I was using code like this. $adGroupCriterion = new AdGroupCriterion([ 'ad_group' => new StringValue( ['value' => ResourceNames::forAdGroup($customerId, $adgroupId)

AdGroupCriterionPage query not giving existing age ranges, income ranges and genders

2019-08-19 Thread Chaitanya Kulkarni
Hi Team, while creating a new search campaign using adwords APIs, values for Age Range, Income Range and Genders are added by default. *All the options are enabled by default*. But when I try to get the existing values using the PageQueries, these values are not getting reflected in the res

Get ad groups for each accessible costumer account

2019-08-19 Thread André Pimpão
Hey, there. I would like to know if someone can help me with this, since I've been struggling here. I'm trying to get all ad groups for each accessible customer (customers:listAccessibleCustomers) of the authenticated user and respective accounts (I'm trying with customer_clients and there ca

Bid Modifier on AdGroup level

2019-08-19 Thread Petr R
Hi, is it possible to use a bid modifier on a ad group level via Google Ads API? If yes, what should a criterion key:value look like? I've tried to add 'AgeRange' , 'Platform' to the xsi_type key but without luck. Thanks for any hint.. RP def main_add(client,adgroup_id,criterion_id,bid_modifier

RE: Reg: Image Ad

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Suresh, In the AdWords API, you should be able to update the fields of the ImageAd using the AdService.mutate() method. You need only to pass the Id of the said ad and the fields you wish to modify. After the request, the Id should remain the same. For retrieving the ImageAd details, you ca

RE: Getting Error : java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableDelegate whiel communicating with google ads API

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Shweta, Thank you for reaching out. However, your concern appears to be related to the Java client library. That said, you could open your concern to the GitHub Issue tracker for the AdWords API or the Google Ads API (whichever API you are using) as the client library owners are better equi

Reg: Image Ad

2019-08-19 Thread Suresh Kumar Shenbagam
Hi, We are writing an adapter for Google Ads using Adwords Java API. I am able to create Image Ad using Adwords Java API. And I have uploaded an image to the image ad. And I know, that I cannot update the image after creation. But there are some fields which can be updated are name, final URL. O

RE: Is there my standard Access review in the middle of process, i have applied 4 times

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, approval of your developer token is out of scope for our team. You may contact the AdWords Compliance Team instead via this form to follow up your request. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UEJT9Q:ref -- -- =~=~=~=~=~=~

RE: Setting ad rotation mode for a campaign is not allowed. Ad rotation mode at campaign is deprecated.

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Tyronne, Thank you for reaching out. To help me investigate this further, could you provide the complete SOAP request and response logs when you encountered the error? You may refer to this guide if you have not enabled logging. You may use the reply privately to author option when providin

RE: API campaigns report not matching UI and total incorrect

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Liam, Thank you for reaching out. A possible reason why you might be encountering slight discrepancies maybe due to data freshness. You may refer to this guide for further details. If you think this is not the issue, could you provide the complete report definition, clientCustomerId, and th