How to set Keyword settting to Audience or Content when I add display keyword via adwords api?

2018-11-04 Thread Ken Hsu
Hi everyone Can I set Keyword settting to Audience or Content when I add display keyword via adwords api? Just like the screensot in attachment -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to get youtube long data type ID.

2018-11-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Teenco, It is currently not possible to create YoutubeVideoMedia via AdWords API. You may refer to one of the notes in this link , it states that "Note: The AdWords API doesn't support creati

Re: Removing all existing locations

2018-11-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, You may refer to the GetCampaignTargetingCriteria code example in Python (available in other languages) in order to query a list of campaign criteria based on PROXIMITY criterion t

Re: Call Only Campaigns from API

2018-11-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Johnny, On the AdWords API perspective, you may use Ad Performance Report and use the "CALL_ONLY_AD" AdType

Re: Can't get impressions by date

2018-11-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You could specify a custom date range for your query to narrow down the result. You may refer to below example for reference. Query: SELECT date, metrics.impressions FROM customer WHERE date BETWEEN '2018-10-01' AND '2018-10-31' ORDER BY date ASC LIMIT 10 You may also check this guide

Re: Audience Performance Report doesn't return in market or detailed demographic audiences data

2018-11-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yosi, Can you provide your clientCustomerId, complete report definition , and the Criterion Id

How to get youtube long data type ID.

2018-11-04 Thread teenco ssam
I want to create mobile app campaign contains youtube video using google ads API The video is shown below. https://www.youtube.com/watch?v=0MbNocgMm5c In the API specification, video ID is must be long data type, how to get that? https://developers.google.com/adwords/api/docs/reference/v201802/C

Audience Performance Report doesn't return in market or detailed demographic audiences data

2018-11-04 Thread Yosi Kalmanson
Hi, We added some in market and detailed demographic audiences to our campaigns. However, when running Audience Performance Report it doesn't return any information for those audiences. For custom audiences we created we do get the data. What's the reason for that and it can be worked around?