Hi Guys,
I am new to AdWords API (and python which I am using to build my application)
I am making a program to update price extensions as per my feed. When I run the program to ADD the price extension to a specific Target Campaign Id, the operation is running successfully but I am facing 2 issues:
1. Extension is being created at Account Level and not at Campaign Level.
2. If I make another request for same extension, instead of updating it, it is creating a duplicate extension, I have tried both ADD and SET method (though either of those should work) but still getting duplicates.
Can someone help me in understanding what could be wrong?
Thanks,
Naman Jindal