Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-01 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Based on your code snippet, I think you are using the right selector. However, to further investigate this, could you provide the complete SOAP request and response logs when running the request? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team

INVALID_USER_INTEREST error for Affinity Audience and In Market Audience Options Returned from ConstantDataService.getUserInterestCriterion

2018-05-01 Thread drussell
Hi, So my team is getting the list of affinity and in-market audiences from the ConstantDataService.getUserInterestCriterion service, but when submitting an adgroup with audience targeting, get something like: 1. errorString:"CriterionError.INVALID_USER_INTEREST" 2. errorType:"Criteri

Call Only Ad description limit

2018-05-01 Thread steve
I am seeing conflicting things and I'm really not sure what the limit is and why. I see 35/38 here (https://developers.google.com/adwords/api/docs/appendix/limits) for the API and 80 for description1 and 80 for description2 here https://support.google.com/adwords/answer/6341403?hl=en Why is

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-01 Thread Kevin Tian
Hi Why can't I get 'MobileApplication' in the entries.Actually I just get some fields like 'LOCATION' 'CONTENT_LABEL' 'LANGUAGE'. 在 2018年4月30日星期一 UTC+8下午2:28:41,Luis Xander Talag (AdWords API Team)写道: > > Hi Kevin, > > Could you clarify if what you meant by "Application package name" is the > a

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-01 Thread Kevin Tian
Is this the right selector to get AppId? { fields: ['AppId', 'DisplayName'], predicates: [{ field: 'CriteriaType', operator: 'IN', values: ['MOBILE_APPLICATION'] }], ordering: [{ field:

Re: Get campaign targeting's reach or weekly estimates

2018-05-01 Thread Jayson
Hi Bharani, Thanks for the quick update. Is there any chance that it will be implemented to the Adwords API in the future? Regards, Jayson On Wednesday, May 2, 2018 at 5:30:15 AM UTC+8, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Jayson, > > It is currently not possible to retrieve the

Re: How to upload media assets to different UAC

2018-05-01 Thread aditigsportsbet
Thanks Dhanya, How should I assign it to the campaign Id? I am doing this in python: Get service in 'CampaignService' mode. operations= [{ 'operator': 'ADD', 'operand': { 'id' : campaign_id, 'settings':[ { 'xsi_type': 'UniversalAppCampaignSetting' 'appId': app

Re: Upload a Campaign with location targeting?

2018-05-01 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Neil, I am Peter's colleague and will be following up on this thread as he is unavailable today. Since you are trying to exclude the IP address from campaign targeting, you will need to add that as a negative campaign criteria. Please refer this

Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yeray, Thank you for deleting the post with sensitive information. Could you please share the SOAP logs for both request and response, so I can take a look at the error you're receiving? It looks like the Campaign and Draft has been removed from the UI. It is possible that the Trial crea

Re: Get campaign targeting's reach or weekly estimates

2018-05-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jayson, It is currently not possible to retrieve the Targeting reach information through AdWords API. The TrafficEstimatorService retrieves the traffic estimates for proposed or existing campaigns, ad groups. ads and keywords. They include the estimated stats for the fields mentioned in thi

Re: How to upload media assets to different UAC

2018-05-01 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, You can set the media id on the UniversalAppCampaignSetting , and then pass the campaign id

Re: adsPolicyDecisions in UAC campaign with universalAppCampaignAsset COMBINATION

2018-05-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Michael, Based on the details shared, it looks like the Policy violation is specific to application . The UniversalAppCampaignAsset setting type COMBINATION indicates that it is a combination of different assets. Please refe

Re: Upload a Campaign with location targeting?

2018-05-01 Thread Neil Turner
Perfect! This works great. However, I'm running into an error when I try to use the same technique to include IP exclusions. Here is the code: # Add language & location & IP targeting from table for campaign in campaigns['value']: operations = [{ 'operator': 'ADD',

Get campaign targeting's reach or weekly estimates

2018-05-01 Thread Jayson
Hi, I'm currently integrating Adwords API in my website so I can publish my adwords campaigns (campaign type: *display*) from there, and right now I'm looking for an API to get the campaign targeting's reach or weekly estimate when I change the campaign settings such as location, language, to

Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-01 Thread yeray . romero
Hello Bharani, as requested: ('http://schemas.xmlsoap.org/soap/envelope/"; ' 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; ' 'xmlns:tns="https://adwords.google.com/api/adwords/cm/v201802"; ' 'xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201802"; ' 'xmlns:ns1="http://schema

Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-01 Thread yeray . romero
Hello Bharani, as requested: ('http://schemas.xmlsoap.org/soap/envelope/"; ' 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; ' 'xmlns:tns="https://adwords.google.com/api/adwords/cm/v201802"; ' 'xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201802"; ' 'xmlns:ns1="http://schema

How to upload media assets to different UAC

2018-05-01 Thread aditigsportsbet
Hi, I want to upload media (JPEG) files to different UACs. I have 2 different Universal Ad Campaigns currently running and I want to add a media asset to the one of the campaign with some id given. What is the way to add the image based on the campaign id. Thanks, Aditi -- -- =~=~=~=~=~=~=~

adsPolicyDecisions in UAC campaign with universalAppCampaignAsset COMBINATION

2018-05-01 Thread Michael Vinogradov
Hi In UAC campaign existing violations (screenshot in attachment) and I trying understand witch asset have problem. In API call (CampaignService) I see adsPolicyDecisions [adsPolicyDecisions] => Array ( [0] => Array ( [universalAppCampaignAsset] => COMBINATION [ass