Hi,
how to change endDate field to "No End Date" value for existing
campaign?
Campaign mutate ADD operation response returns "20371231" a special
value for "No End Date" (null value).
If endDate field is set to "20371231" value in mutate ADD or SET
operations,
CampaignError.AFTER_MAXIMUM_ALLOWABLE_DATE error is returned.
Lets say there exists campaign with endDate equal to "20100606" i need
to update this value to "no end date" value.
When i execute SET operation with endDate value equal to null the
following soap body request is constructed:
<soap:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909">
<operations>
<operator>SET</operator>
<operand>
<id>78848</id>
<status>ACTIVE</status>
<startDate>20100228</startDate>
<budget><period>DAILY</period>
<amount>
<microAmount>14000000</microAmount>
</amount>
</budget>
</operand>
</operations>
</mutate>
</soap:Body>
As we see: endDate field is not present. After execution of this
request actual end date is not changed for a given campaign.
--
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.