-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Ads & AdGroups #33
Comments
I played around with the ServiceCollection class and added a new method:
And then in my app code
Seems to work, but there maybe a better way of executing this. |
Hi @jvv8 , Thanks for bringing up this topic. This package was created because after working on a project for my previous company I decided to make it public so that It could be helpful for other developers. The company decided to stop that project so that's why that functionaly is not there. I think it should be there so as soon as I get some free time I will try to add it. I can not provide an ETA since I'm currently really busy but if you are up for a PR, it will be more than welcome. |
I see in the docs that it is possible to retrieve campaigns/adgroups/ads and then modify and save the existing object, but I don't see how to create a new adgroup or ad.
Am I missing something or is creating these entities not possible?
I tried something like this:
But this returns the error:
The text was updated successfully, but these errors were encountered: