You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I want to change bid adjustment in Schedule by API and whan i am creating in Python script and i have an error: RequiredError.REQUIRED @ operations[0].operand.criterion.id
'xsi_type': 'AdSchedule',
'dayOfWeek': 'TUESDAY',
'startHour': "0",
'endHour': "24",
'startMinute': "ZERO",
'endMinute': "ZERO"
}
So as I understand i need to add also id of schedule. Could you help me where i can find it? Thanks
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
In order to get the Id of your AdSchedule, you will need to use the CampaignCriterionService.get. If this is not what you are looking for, could you provide the SOAP request and response so I can better investigate your issue?
If you haven't enabled SOAP logging yet, you may refer to this guide for Python as to how. You may then reply using Reply privately to author.