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