How To Use Google Adwords API To Solve False-Positive Malware Detected?

2019-12-26 Thread Charles Michael
Hi, we've been going back and forth with Adwords staff about elements of our website having malware, unfortunately the same form-mail response we've been getting is just including each individual element of our website (images, videos, css, javascripts) without anything specific as to where is

Re: Missing item for "AC max conversion" in AppCampaignBiddingStrategyGoalType

2019-12-26 Thread 'Xiao Du' via AdWords API and Google Ads API Forum
Hi Mitchel, Really appreciate your confirmation on this . Apparently, one of the available bidding goal types for app campaigns, "max conversion", is not yet included in Google Ads API. Please share the feedback with product team and provide the fix. Some of our google ads clients are getting rea

Re: Criteria Performance CriteriaType

2019-12-26 Thread Rui Zhang
Hi, Xiaoming, Google Ads API Team: Because I use product parttion in the adwords api, I want to know if I can replace it with CriterionTypeEnum.CriterionType.LISTING_GROUP in the google ads api. thanks On Wednesday, 25 December 2019 14:50:07 UTC+8, Rui Zhang wrote: > > Hi,Google Ads Tearm: >

Re: How to get short headline, long headline, description and final url by google API for GoalOptimizedShoppingAd under smart shopping campaing?

2019-12-26 Thread yibsun
Thanks Xiaoming for replying. from doc and also I test in local codes, now API do not support following columns for GoalOptimizedShoppingAd *Short headline, Long headline Description, Fi

RE: BillingSetup fails with error code "NO_SIGNUP_PERMISSION"

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Junho, Thank you for reaching out. Billing setups can only be created by customers who have permission to set up billings. You have to reach out to your Google Technical Account Manager for help in setting up permissions. Please let me know if you have any further questions. Thanks and rega

RE: How to get short headline, long headline, description and final url by google API for GoalOptimizedShoppingAd under smart shopping campaing?

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Yinbao, Thank you for reaching out. You could refer to the list of available fields for GoalOptimizedShoppingAd which belongs to Smart Shopping Campaigns. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UOFECj:ref

RE: Criteria Performance CriteriaType

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Rui, Thank you for reaching out. There is no counterpart for the Criteria Performance Report in the Google Ads API. You would be able to find the migration of CAMPAIGN_CRITERIA_REPORT to campaign_criterio. However, the campaign_criterion.type does not include PRODUCT_PARTITION in the Google

RE: Ad_group values are different for Ad_group report vs. Geographic_view report on Google Ads API

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Omri, Can you please provide me through reply privately to author your report queries and results? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UOFAqa:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

RE: Connect ads with cloud platform

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please make sure you've followed this guide for setting up your credentials and updating your config file. You can try verifying your configuration as explained here. The Google Ads Doctor should help identify the root cause. If you are still having issues, plea

RE: Scopes for specific services

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Rob, Thank you for writing to us. With regards to your concern, there are no specific scopes for accessing API services, however, the access levels such as Read-only, Standard and Administrative access are associated with the email address to make the API requests. You will be able to set th

RE: Missing item for "AC max conversion" in AppCampaignBiddingStrategyGoalType

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Xiao, Thank you for reaching out. The link you provided is all of the available app campaign bidding strategy goal types available in Google Ads API. If you are using a different goal type, then it will appear as "unknown" in the API. You can follow our Developer Blog for information on futu

RE: Alternative PHP setup guide?

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Stephen, Thank you for reaching out. Please make sure you aren't using any ad blockers or proxies when accessing those links. If you are still unable to access it, please elaborate on the issues you are having. The PHP client library also has instructions on getting started. Regards, Mitche

Re: When AdWords API Version 201809 will be deprecated or sunset?

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hello, I am Nikisha from Google Ads API Team. Please allow me to support your concerns in the absence of my colleague Bharani. We currently do not have any timeline to share on the sunset date for Adwords API v201809. As mentioned earlier, " Neither the deprecation nor the sunset date has been

RE: Using Python3 to Automate Google Ads Bid

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi Blade, Thank you for reaching out. The most recent version of AdWords API is version 201809 which is still supported. You can find instructions here for bid modification. If you are using Google Ads API, you can follow these instructions for bid modification. You are correct that Google Ads

Image Asset not coming for Repsonsive display ads using AWQL for AD_PERFORMANCE_REPORT

2019-12-26 Thread Shipra Aggarwal
I am using Ad performance report to get details for the Responsive Display Ad. I used MultiAssetResponsiveDisplayAdLogoImages to get AssetLink and Image Asset for Logo Image. But the report I am getting has detail only for Asset data which include AssetId, AssetPerformance, AssetStatus but I am

How to add AppAdInfo using python?

2019-12-26 Thread go csx
import datetime import sys import time # import uuid import uuid import google from google.ads.google_ads import client from google.ads.google_ads.v2.proto.common.ad_asset_pb2 import AdTextAsset from google.ads.google_ads.v2.proto.common.ad_type_infos_pb2 import AppAdInfo class GoogleAds: d

BillingSetup fails with error code "NO_SIGNUP_PERMISSION"

2019-12-26 Thread Junho Song
Hi, i am developing service using 'google ads api beta' I write code follow https://developers.google.com/google-ads/api/docs/billing/billing-setups But the response says failed > { > "error": { > "code": 400, > "message": "Request contains an invalid argument.", > "status": "INVA

RE: Get ad_group_ad image_url of ad type: GMAIL_AD, LEGACY_RESPONSIVE_DISPLAY_AD, RESPONSIVE_DISPLAY_AD, RESPONSIVE_SEARCH_AD

2019-12-26 Thread Google Ads API Forum Advisor Prod
Hi , This is Fan assisting you on Nadine's behalf as she's on vacation. 1. As Nadine mentioned, you can download media images on the AdWords API if you do a query with Media.Image.urls field. If possible, I would recommend using the AdWords API to get this information and attached is a Java