batchCreate
public AdMob.Accounts.AdUnitMappings.BatchCreate batchCreate(String parent,
BatchCreateAdUnitMappingsRequest content)
throws IOException
Batch create the ad unit mappings under the specific AdMob account. The maximum allowed batch
size is 100. This method has limited access. If you see a 403 permission denied error, please
reach out to your account manager for access.
Create a request for the method "adUnitMappings.batchCreate".
This request holds the parameters needed by the admob server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. The AdMob account which owns this collection of ad unit mappings. Format:
accounts/{publisher_id} See https://support.google.com/admob/answer/2784578 for
instructions on how to find your AdMob publisher ID.
content - the BatchCreateAdUnitMappingsRequest
- Returns:
- the request
- Throws:
IOException