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 -- -- =~=~=~=~=~=~=~

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: How to upload media assets to different UAC

2018-05-03 Thread aditigsportsbet
Thanks Dhanya! It works!! :) Can you please let me know how to handle PolicyViolationError while adding keywords On Thursday, 3 May 2018 02:55:20 UTC+10, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Aditi, > > In python, to upload media to an existing campaign, you would use code > sn

How to add ads based on the name of adgroup

2018-05-07 Thread aditigsportsbet
Hi, I want to add expanded text ads based on the name of adgroup. So, lets say if the adgroup name is "alphabets" and ad is something like "Amazing prices..sign up now" How can I do that in Python? For adding ads, do we need to add it using AdGroupAdService? the AdGroupAdService doesnt have th

How can I set the campaign URL options using Python

2018-05-10 Thread aditigsportsbet
Hi, In UI of adwords, under settings of the campaign id, there is an option to set Campaign URL options - Custom parameters. How can I add this using adwords API in Python. Thanks, Aditi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Uploading you tube media to Mobile app campaign

2018-05-15 Thread aditigsportsbet
Hi, Can I add youtube links to Mobile App campaigns using python api? https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns#uploading_media -> It is mentioned that I cant create youtube videos. But can I provide the already created youtube links to the campaign. If yes, the