Campaign Manager 360 API . remarketingListShares

Instance Methods

close()

Close httplib2 connections.

get(profileId, remarketingListId, x__xgafv=None)

Gets one remarketing list share by remarketing list ID.

patch(profileId, id, body=None, x__xgafv=None)

Updates an existing remarketing list share. This method supports patch semantics.

update(profileId, body=None, x__xgafv=None)

Updates an existing remarketing list share.

Method Details

close()
Close httplib2 connections.
get(profileId, remarketingListId, x__xgafv=None)
Gets one remarketing list share by remarketing list ID.

Args:
  profileId: string, User profile ID associated with this request. (required)
  remarketingListId: string, Remarketing list ID. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare".
  "remarketingListId": "A String", # Remarketing list ID. This is a read-only, auto-generated field.
  "sharedAccountIds": [ # Accounts that the remarketing list is shared with.
    "A String",
  ],
  "sharedAdvertiserIds": [ # Advertisers that the remarketing list is shared with.
    "A String",
  ],
}
patch(profileId, id, body=None, x__xgafv=None)
Updates an existing remarketing list share. This method supports patch semantics.

Args:
  profileId: string, User profile ID associated with this request. (required)
  id: string, RemarketingList ID. (required)
  body: object, The request body.
    The object takes the form of:

{ # Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare".
  "remarketingListId": "A String", # Remarketing list ID. This is a read-only, auto-generated field.
  "sharedAccountIds": [ # Accounts that the remarketing list is shared with.
    "A String",
  ],
  "sharedAdvertiserIds": [ # Advertisers that the remarketing list is shared with.
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare".
  "remarketingListId": "A String", # Remarketing list ID. This is a read-only, auto-generated field.
  "sharedAccountIds": [ # Accounts that the remarketing list is shared with.
    "A String",
  ],
  "sharedAdvertiserIds": [ # Advertisers that the remarketing list is shared with.
    "A String",
  ],
}
update(profileId, body=None, x__xgafv=None)
Updates an existing remarketing list share.

Args:
  profileId: string, User profile ID associated with this request. (required)
  body: object, The request body.
    The object takes the form of:

{ # Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare".
  "remarketingListId": "A String", # Remarketing list ID. This is a read-only, auto-generated field.
  "sharedAccountIds": [ # Accounts that the remarketing list is shared with.
    "A String",
  ],
  "sharedAdvertiserIds": [ # Advertisers that the remarketing list is shared with.
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Contains properties of a remarketing list's sharing information. Sharing allows other accounts or advertisers to target to your remarketing lists. This resource can be used to manage remarketing list sharing to other accounts and advertisers.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListShare".
  "remarketingListId": "A String", # Remarketing list ID. This is a read-only, auto-generated field.
  "sharedAccountIds": [ # Accounts that the remarketing list is shared with.
    "A String",
  ],
  "sharedAdvertiserIds": [ # Advertisers that the remarketing list is shared with.
    "A String",
  ],
}