Hi all,
I am currently able to control campaigns via API for clients my account is
managing. This sort of idea:
campaign_service = client.GetService("CampaignService", version="v201809")
client.client_customer_id = xxx
# Construct operations and update campaign.
operations = [
{"operator": "SET", "operand": {"id": campaign_id, "status": "PAUSED"}}
for campaign_id in campaign_ids
]
campaigns = campaign_service.mutate(operations)
Being given an opportunity to control campaigns in a number of countries.
The idea is, their local media company will still be doing their marketing,
but we will be controlling a whole lot of campaigns as well. The level of
control I'm referring to is simply, ENABLE or PAUSE.
Trying to get my head around how this would work. Locally we manage the
media for (let's call them) ACME NZ. ACME UK and ACME US also want us to
control a particular set of thier campaigns. Perhaps they want us to create
AND manage these campaigns. But they want their local media company to
retain control over their "normal" marketing activity.
Also, we'd like the bill for the campaigns we're managing to go to the
company (for example, ACME UK), and not to us.
Any thoughts on how we'd structure this? How we'd sewt things up so we can
control the campaign status via API? For ACME US, we might be rtalking
about 2500 campaigns for example, enabling and disabling them day by day.
Thanks for any thoughts you have.
---=L
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/17594eab-8cd8-4e46-9118-a469210bce43o%40googlegroups.com.