RE: How to update product group bid via api

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Artem, It is not possible to update bidding at item level. However, you could use AdGroupCriterionService.mutate operation to update bidding at product group level via Google Ads API if you have the resource name of the AdGroup criterion to be modified. You could specify the resource name

RE: Error when adding a Negative CriterionUserList to a Smart Display Ad using the API

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Matheus, The error indicates that the exclude operation is not supported for this campaign type through the API. The campaign targeting options that are available for Smart Display Campaigns are listed here. Could you please take a look and let us know if you have any questions? Thanks,

RE: Throw “This operation is not permitted on this campaign type” when I create an AdGroupAd

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello, Since you are using the APP campaigns it wont support the specific ad status field. Since the Ads for APP campaings shows using the asserts uploaded and they cannot be paused. So you can pause at the AdGroup and campaign levels only for APP campaigns. Please let me know if you have any

RE: Scripts And UAC

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Volodymyr, Although you cannot manage universal app campaigns in Google Ads Scripts, you can use reporting to call a Campaign Performance Report to get data on these campaign types. In the future, please post Google Ads Scripts related issues on the Google Ads Scripts forum since this

Re: i want get spent cost from adgroup Which parameter is get with ?

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi, You could get the Cost and Cost Per Conversion details from Adgroup Performance Report in Adwords API. Also, you could refer to the migration guide for equivalent of Adgroup Performance Report in Google Ads API for getting these details. Let us know if you need additional details.

OPERATOR_NOT_SUPPORTED when I trying to remove video id from adgroup (UniversalAppAd)

2019-08-13 Thread 'Игорь Тирский' via AdWords API and Google Ads API Forum
I see you changed Adwords API. How I can remove and add video to adgroup for UniversalAppCampaign? Can you give me a code example of this on Python? Thank you! I try to remove video from adgroup, but receiving this: Error summary: {'faultMessage': '[OperatorError.OPERATOR_NOT_SUPPORTED @

RE: Google Ads API - Getting a response for video campaigns of subtype "sequence" from the campaign resource

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Andy, Could you please share the campaign id for which you are seeing the sub-type as "sequence" using reply privately to the author option. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UEInf7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-13 Thread Vinitha
Hello , So the below query returns a list of customer clients Query = "SELECT customer.id,customer.descriptive_name,customer_client.resource_name, customer_client.descriptive_name,customer_client.client_customer,customer_client.level,customer_client.hidden FROM customer_client" But when i

RE: Demographics AgeRange Status Diffrence

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello, You can use the field ad_group_criterion.system_serving_status to see whether your age ranges' statuses are eligible or not. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UEIphb:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: How can I see ad_group_ad_asset_view for Google Play Ads?

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Theo, Could you please share the AdGroup Id or the client customer Id using Reply privately to author option, so I can take a closer look? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UEItXm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: fetching Conversion Actions list

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Michele, Thank you for trying that. The conversion actions that are imported from Google Analytics are not accessible via the API. I have raised a feature request to the team regarding this. The conversion actions that are listed here should be supported through the API. Please keep an eye

Re: How to update product group bid via api

2019-08-13 Thread artem baltser
Im using java and google ads api client -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

How to update product group bid via api

2019-08-13 Thread artem baltser
How to update product group/product bidding via api with 'Item ID' known? I can't understand and find the way to easily make It. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Universal app campaign not working

2019-08-13 Thread Imran Khan
I've understood it and doing it the way I think it should be. But there is still error, can you please see my code again which I had mentioned in the last reply, and tell me what am i doing wrong? Thank you. On Friday, August 9, 2019 at 10:49:01 AM UTC+5, adsapiforumadvisor wrote: > > Hi

RE: Can't get ad groups for enabled campaigns? (Google Ads API)

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Michael, Your query looks good, I have used he same query on my test account it pulled results. Could you please double check whether the account from which you are pulling has campaigns in enables status? If the problem persists, please share the client customer id using reply privately

Re: The results from two Google Ads APIs are different

2019-08-13 Thread Igor Selitsky
Could you explain why do reports show different numbers? Does Campaign Performance always show higher values? In my case numbers are almost the same, but sometimes differ. For one campaign I see cost higher by 4% in Campaign Location Target Report. Currently where is no way to get geo split for

Error when adding a Negative CriterionUserList to a Smart Display Ad using the API

2019-08-13 Thread Matheus Abegg
I'm trying to exclude a few user lists from a Smart Display campaign using the API, but I get the following error: AdwordsApi::V201809::CampaignCriterionService::ApiException ([ OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations [0].operand.criterion;

Scripts And UAC

2019-08-13 Thread Volodymyr Voloboev
Do Google Ads Scripts support Universal App Campaigns? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

How can I see ad_group_ad_asset_view for Google Play Ads?

2019-08-13 Thread Theo Arnold-Forster
Hi I'm able to see Ad group assets views for UAC. However, I also have a Google Play Ads from before the UACs. When I try and get the ad_group_ad_asset_view for the ad group in the campaign I get no error and no data: SELECT campaign.id, campaign.name,

Re: i want get spent cost from adgroup Which parameter is get with ?

2019-08-13 Thread cihat yıldırım
Dear Nikisha; Can you help me about costs ? i need a charts; its inside Ad Group name , Total clicks, total impression, CTR, CPC and total Cost . First 4 is completed ok but I don't know how to get to do cost and cpc i need you knowns pls :) 9 Ağustos 2019 Cuma 22:18:19 UTC+3

Re: household income report in new ads api

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Yes, you may use the campaign_criterion and ad_group_criterion resources to pull the income range data. Could you please give this a try and let me know if you have any issues? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UCZUjS:ref -- --

Re: fetching Conversion Actions list

2019-08-13 Thread michele
Hello, I'm still trying out all the options, but I don't seem to be able to fetch imported conversions, such as those coming from Analytics.. Is there any way of listing them through the APIs? Thanks for all the support! Michele On Friday, August 9, 2019 at 7:04:40 PM UTC+2,

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Zweitze, We're getting closer to the answer. I'm bothering people daily to get to the bottom of this; it looks really difficult to figure out the exact line of code that is causing this. I just wanted you to know that you're on my daily list for following up with people internally. Take

Re: managed_placement_view - get Excluded Placements

2019-08-13 Thread cv
Hi Fei, 1) To answer your original question regarding manage_placement_view, as you can see in this doc: https://developers.google.com/google-ads/api/fields/v2/managed_placement_view In the "Selectable with" section, you can see that "ad_group", "ad_group_criterion" and "campaign" are all

Re: Documentation required for different Views

2019-08-13 Thread cv
Hi, Yes I was looking at AgeRange Report, Managed Placement Report, Automatic Placement Reports, Campaign Criteria Report. Gender Performance Report currently. After this I was moving to get some Adgroup and Campaign Criteria like Ad Schedule, Ip, Location, Device. Thanks, On Tuesday,

Re: Problem with retrieving campaigns and customers via Google Ads API

2019-08-13 Thread Andrzej Krupiński
Hi, Thanks for your response. Due to the dynamic business situation, this is not considered as a problem anymore. Best, Andrzej -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: webhooks for adwords ad entities

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Ankit, My apologies as our team could not provide further comments regarding webhooks / third party integrations as this is already outside of our scope. Our team provides support only for AdWords / Google Ads API specific concerns only. Feel free to write back if you have any concerns

RE: Account-level call reporting setting in API

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Laura, Thanks for posting your concern. The 'Call reporting' field of your account settings is currently not supported in AdWords API. The CustomerExtensionSettingService that you mentioned can only be used to manage extensions at the customer/account level that you can see Ads &

webhooks for adwords ad entities

2019-08-13 Thread Ankit Agarwal
Hi, I am looking for an endpoint to add webhooks for various ad_entities into my application(ad_entities like ad_campaign, ad_group, ad, conversion_tracker, etc). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Demographics AgeRange Status Diffrence

2019-08-13 Thread cv
Hi, I was using age_range_view and ad_group_criterion to get Age Range related demographics data. I was seeing there is diffrence in UI and report received using both Adwords API and Google Ads API. I am seeing that the Status is Eligible for UI but same has been removed under the API

RE: loc_physical_ms to get full location data

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Chuck, Thanks for reaching out. There are no services in the API that can retrieve other location information besides the LocationCriterionService. You can refer to this guide for more details. However, this service can only retrieve the fields listed here. You could contact the Nielsen

RE: How to update assets in an App campaign via Adwords API

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Rita, The Headlines and Descriptions fields of the UniversalAppAd are not required for SET operations. That said, could you provide the complete SOAP request and response logs that were generated when the client encountered the CollectionSizeError.TOO_FEW error? You may then send your reply

RE: Getting Error: [RequestError.UNKNOWN @ ; trigger:'']. while uploading userlist on customerservice v201809

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Dahale, Thank you for reaching out. To better investigate this, could you provide the complete SOAP request and response logs via reply privately to author option? Also, just to add, a userlist can only be created using the AdWordsUserListService.mutate() and uploading of members can be

Re: Reg: MediaService

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Suresh, The AssetService.mutate() also does not allow SET operators, which means it can also not update the assets. MediaService and AssetService depends on which ad type you are uploading for. As an example, Responsive Ads for Display uses the MediaService to upload images while