Hi guys,

I have created a campaign with no GeoTargetTypeSetting specified, and then 
perform the following operation to set a GeoTargetTypeSetting:

Python:

---

operations = [{
    'operator': 'SET',
    'operand': {
        'id': campaign_id,
        'settings': [
            {
                'xsi_type': 'GeoTargetTypeSetting',
                'positiveGeoTargetType': 'LOCATION_OF_PRESENCE',
                'negativeGeoTargetType': 'AREA_OF_INTEREST'
            }
        ]
    }
}]

campaign_service.mutate(operations)

---

The above code set the setting that I wanted, but if I perform the 
operation once again the setting is never changed, I mean if I set 
"LOCATION_OF_PRESENCE" for both (negative and positive) it keeps as the 
first time I perform the SET operation. No errors, the operation executes 
well, just no changes.

How can I SET (update/overwrite) the current GeoTargetTypeSetting for a 
given campaign?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/068575dc-2531-41cb-a74e-6577cdaa3c0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • SET the campaign... Luis Rivera
    • Re: SET the... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
    • Re: SET the... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
    • Re: SET the... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to